Browse Source

#29883 update

Ime-london-webcore
Dinesh 4 months ago
parent
commit
d7c7ec58f1
  1. 16
      Swift.web/Swift.web.csproj

16
Swift.web/Swift.web.csproj

@ -1388,6 +1388,8 @@
<Content Include="Remit\AgeingReport\AgeingReportNew\SearchReceivableAgeingNew.aspx" />
<Content Include="Remit\AgeingReport\OutstandingReport.aspx" />
<Content Include="Remit\AgeingReport\SearchOutstanding.aspx" />
<Content Include="Remit\ThirdPartyTXN\InboundApiLog\InboundLog.aspx" />
<Content Include="Remit\ThirdPartyTXN\InboundApiLog\InboundLogList.aspx" />
<Content Include="Remit\TPSetup\BankAndBranchSetup\AddBank.aspx" />
<Content Include="Remit\TPSetup\BankAndBranchSetup\AddBankMapping.aspx" />
<Content Include="Remit\TPSetup\BankAndBranchSetup\AddBranch.aspx" />
@ -8115,6 +8117,20 @@
<Compile Include="Remit\ThirdPartyTXN\APILog\Manage.aspx.designer.cs">
<DependentUpon>Manage.aspx</DependentUpon>
</Compile>
<Compile Include="Remit\ThirdPartyTXN\InboundApiLog\InboundLog.aspx.cs">
<DependentUpon>InboundLog.aspx</DependentUpon>
<SubType>ASPXCodeBehind</SubType>
</Compile>
<Compile Include="Remit\ThirdPartyTXN\InboundApiLog\InboundLog.aspx.designer.cs">
<DependentUpon>InboundLog.aspx</DependentUpon>
</Compile>
<Compile Include="Remit\ThirdPartyTXN\InboundApiLog\InboundLogList.aspx.cs">
<DependentUpon>InboundLogList.aspx</DependentUpon>
<SubType>ASPXCodeBehind</SubType>
</Compile>
<Compile Include="Remit\ThirdPartyTXN\InboundApiLog\InboundLogList.aspx.designer.cs">
<DependentUpon>InboundLogList.aspx</DependentUpon>
</Compile>
<Compile Include="Remit\ThirdPartyTXN\KFTCLog\List.aspx.cs">
<DependentUpon>List.aspx</DependentUpon>
<SubType>ASPXCodeBehind</SubType>

Loading…
Cancel
Save