Browse Source

exclude obj m bin

master
shakun 1 year ago
parent
commit
224e47f30d
  1. BIN
      Business/bin/Debug/Business.dll
  2. BIN
      Business/bin/Debug/Business.pdb
  3. BIN
      Business/bin/Debug/Common.dll
  4. BIN
      Business/bin/Debug/Common.pdb
  5. BIN
      Business/bin/Debug/Repository.dll
  6. BIN
      Business/bin/Debug/Repository.pdb
  7. BIN
      Common/bin/Debug/Common.dll
  8. BIN
      Common/bin/Debug/Common.pdb
  9. BIN
      JMEAgentSystem/bin/Business.dll
  10. BIN
      JMEAgentSystem/bin/Business.pdb
  11. BIN
      JMEAgentSystem/bin/Common.dll
  12. BIN
      JMEAgentSystem/bin/Common.pdb
  13. BIN
      JMEAgentSystem/bin/JMEAgentSystem.dll
  14. 158
      JMEAgentSystem/bin/JMEAgentSystem.dll.config
  15. BIN
      JMEAgentSystem/bin/JMEAgentSystem.pdb
  16. BIN
      JMEAgentSystem/bin/Repository.dll
  17. BIN
      JMEAgentSystem/bin/Repository.pdb
  18. BIN
      JMEAgentSystem/bin/WebGrease.dll
  19. BIN
      Repository/bin/Debug/Common.dll
  20. BIN
      Repository/bin/Debug/Common.pdb
  21. BIN
      Repository/bin/Debug/Repository.dll
  22. BIN
      Repository/bin/Debug/Repository.pdb

BIN
Business/bin/Debug/Business.dll

BIN
Business/bin/Debug/Business.pdb

BIN
Business/bin/Debug/Common.dll

BIN
Business/bin/Debug/Common.pdb

BIN
Business/bin/Debug/Repository.dll

BIN
Business/bin/Debug/Repository.pdb

BIN
Common/bin/Debug/Common.dll

BIN
Common/bin/Debug/Common.pdb

BIN
JMEAgentSystem/bin/Business.dll

BIN
JMEAgentSystem/bin/Business.pdb

BIN
JMEAgentSystem/bin/Common.dll

BIN
JMEAgentSystem/bin/Common.pdb

BIN
JMEAgentSystem/bin/JMEAgentSystem.dll

158
JMEAgentSystem/bin/JMEAgentSystem.dll.config

@ -1,158 +0,0 @@
<?xml version="1.0" encoding="utf-8"?>
<!--
For more information on how to configure your ASP.NET application, please visit
https://go.microsoft.com/fwlink/?LinkId=169433
-->
<configuration>
<configSections>
<!-- For more information on Entity Framework configuration, visit http://go.microsoft.com/fwlink/?LinkID=237468 -->
<section name="entityFramework" type="System.Data.Entity.Internal.ConfigFile.EntityFrameworkSection, EntityFramework, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" requirePermission="false" />
</configSections>
<connectionStrings>
<!--<add name="dbConnection" connectionString="server=10.1.1.41;Database=FastMoneyPro_Remit;uid=fastmoney;pwd=fastmoney#999!;" providerName="System.Data.SqlClient" />
<add name="LOGDB" connectionString="server=10.1.1.41;Database=LogDb;uid=fastmoney;pwd=fastmoney#999!;" providerName="System.Data.SqlClient" />-->
<add name="dbConnection" connectionString="server=192.168.53.21;Database=FastMoneyPro_Remit;uid=jmeuser;pwd=P@ssw0rd@321!;" providerName="System.Data.SqlClient" />
<add name="LOGDB" connectionString="server=192.168.53.21;Database=LogDb;uid=jmeuser;pwd=P@ssw0rd@321!;" providerName="System.Data.SqlClient" />
<!--<add name="dbConnection" connectionString="server=34.92.161.102;Database=FastMoneyPro_Remit;uid=remituserjme;pwd=r3M!tU5Er@jM3r3Mit#?;" providerName="System.Data.SqlClient" />
<add name="LOGDB" connectionString="server=34.92.161.102;Database=LogDb;uid=remituserjme;pwd=r3M!tU5Er@jM3r3Mit#?;" providerName="System.Data.SqlClient" />-->
</connectionStrings>
<system.web>
<compilation debug="true" targetFramework="4.6.1">
<assemblies>
<add assembly="System.Web.Extensions.Design, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31BF3856AD364E35" />
<add assembly="System.Design, Version=4.0.0.0, Culture=neutral, PublicKeyToken=B03F5F7F11D50A3A" />
<add assembly="System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=B77A5C561934E089" />
</assemblies>
</compilation>
<authentication mode="None" />
<httpRuntime targetFramework="4.6.1" requestValidationMode="2.0"/>
<pages>
<namespaces>
<add namespace="System.Web.Optimization" />
<add namespace="Microsoft.AspNet.Identity" />
</namespaces>
<controls>
<add assembly="Microsoft.AspNet.Web.Optimization.WebForms" namespace="Microsoft.AspNet.Web.Optimization.WebForms" tagPrefix="webopt" />
<add tagPrefix="ajaxToolkit" assembly="AjaxControlToolkit" namespace="AjaxControlToolkit" /></controls>
</pages>
<membership>
<providers>
<!--
ASP.NET Membership is disabled in this template. Please visit the following link https://go.microsoft.com/fwlink/?LinkId=301889 to learn about the ASP.NET Membership support in this template
-->
<clear />
</providers>
</membership>
<profile>
<providers>
<!--
ASP.NET Membership Profile is disabled in this template. Please visit the following link https://go.microsoft.com/fwlink/?LinkId=301889 to learn about the ASP.NET Membership support in this template
-->
<clear />
</providers>
</profile>
<roleManager>
<!--
ASP.NET Membership Role is disabled in this template. Please visit the following link https://go.microsoft.com/fwlink/?LinkId=301889 to learn about the ASP.NET Membership support in this template
-->
<providers>
<clear />
</providers>
</roleManager>
<!--
If you are deploying to a cloud environment that has multiple web server instances,
you should change session state mode from "InProc" to "Custom". In addition,
change the connection string named "DefaultConnection" to connect to an instance
of SQL Server (including SQL Azure and SQL Compact) instead of to SQL Server Express.
-->
<sessionState mode="InProc" customProvider="DefaultSessionProvider">
<providers>
<add name="DefaultSessionProvider" type="System.Web.Providers.DefaultSessionStateProvider, System.Web.Providers, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" connectionStringName="DefaultConnection" />
</providers>
</sessionState>
<customErrors mode="Off" defaultRedirect="mycustompage.htm" />
</system.web>
<appSettings>
<add key="virtualDirName" value="" />
<add key="customerDocPath" value="E:\JMEFiles\" />
<add key="customerDocFileExtension" value=".jpeg,.jpg" />
<add key="root" value="E:\C# Projects\UAT\JME_JAPAN\JME_Remit_Live\JMEAgentSystem\JMEAgentSystem\" />
<add key="urlRoot" value="http://localhost:63438" />
<add key="cto" value="100" />
<!-- API PartnerId-->
<add key="transfast" value="394130" />
<add key="jmeNepal" value="393880" />
<add key="donga" value="394132" />
</appSettings>
<system.webServer>
<!--<modules>
<remove name="FormsAuthentication" />
</modules>-->
<modules runAllManagedModulesForAllRequests="true" />
</system.webServer>
<runtime>
<assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
<dependentAssembly>
<assemblyIdentity name="Antlr3.Runtime" publicKeyToken="eb42632606e9261f" />
<bindingRedirect oldVersion="0.0.0.0-3.5.0.2" newVersion="3.5.0.2" />
</dependentAssembly>
<dependentAssembly>
<assemblyIdentity name="Newtonsoft.Json" publicKeyToken="30ad4fe6b2a6aeed" />
<bindingRedirect oldVersion="0.0.0.0-12.0.0.0" newVersion="12.0.0.0" />
</dependentAssembly>
<!--<dependentAssembly>
<assemblyIdentity name="WebGrease" publicKeyToken="31bf3856ad364e35" />
<bindingRedirect oldVersion="0.0.0.0-1.6.5135.21930" newVersion="1.6.5135.21930" />
</dependentAssembly>-->
<dependentAssembly>
<assemblyIdentity name="EntityFramework" publicKeyToken="b77a5c561934e089" />
<bindingRedirect oldVersion="0.0.0.0-6.0.0.0" newVersion="6.0.0.0" />
</dependentAssembly>
<dependentAssembly>
<assemblyIdentity name="WebGrease" publicKeyToken="31bf3856ad364e35" culture="neutral" />
<bindingRedirect oldVersion="0.0.0.0-1.5.2" newVersion="1.5.2.14234" />
</dependentAssembly>
<dependentAssembly>
<assemblyIdentity name="Microsoft.Owin" publicKeyToken="31bf3856ad364e35" />
<bindingRedirect oldVersion="0.0.0.0-3.0.1.0" newVersion="3.0.1.0" />
</dependentAssembly>
<dependentAssembly>
<assemblyIdentity name="Microsoft.Owin.Security.OAuth" publicKeyToken="31bf3856ad364e35" />
<bindingRedirect oldVersion="0.0.0.0-3.0.1.0" newVersion="3.0.1.0" />
</dependentAssembly>
<dependentAssembly>
<assemblyIdentity name="Microsoft.Owin.Security.Cookies" publicKeyToken="31bf3856ad364e35" />
<bindingRedirect oldVersion="0.0.0.0-3.0.1.0" newVersion="3.0.1.0" />
</dependentAssembly>
<dependentAssembly>
<assemblyIdentity name="Microsoft.Owin.Security" publicKeyToken="31bf3856ad364e35" />
<bindingRedirect oldVersion="0.0.0.0-3.0.1.0" newVersion="3.0.1.0" />
</dependentAssembly>
<dependentAssembly>
<assemblyIdentity name="Autofac" publicKeyToken="17863af14b0044da" culture="neutral" />
<bindingRedirect oldVersion="0.0.0.0-4.9.4.0" newVersion="4.9.4.0" />
</dependentAssembly>
</assemblyBinding>
</runtime>
<entityFramework>
<defaultConnectionFactory type="System.Data.Entity.Infrastructure.LocalDbConnectionFactory, EntityFramework">
<parameters>
<parameter value="mssqllocaldb" />
</parameters>
</defaultConnectionFactory>
<providers>
<provider invariantName="System.Data.SqlClient" type="System.Data.Entity.SqlServer.SqlProviderServices, EntityFramework.SqlServer" />
</providers>
</entityFramework>
<system.codedom>
<compilers>
<compiler language="c#;cs;csharp" extension=".cs" type="Microsoft.CodeDom.Providers.DotNetCompilerPlatform.CSharpCodeProvider, Microsoft.CodeDom.Providers.DotNetCompilerPlatform, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" warningLevel="4" compilerOptions="/langversion:default /nowarn:1659;1699;1701" />
<compiler language="vb;vbs;visualbasic;vbscript" extension=".vb" type="Microsoft.CodeDom.Providers.DotNetCompilerPlatform.VBCodeProvider, Microsoft.CodeDom.Providers.DotNetCompilerPlatform, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" warningLevel="4" compilerOptions="/langversion:default /nowarn:41008 /define:_MYTYPE=\&quot;Web\&quot; /optionInfer+" />
</compilers>
</system.codedom>
</configuration>

BIN
JMEAgentSystem/bin/JMEAgentSystem.pdb

BIN
JMEAgentSystem/bin/Repository.dll

BIN
JMEAgentSystem/bin/Repository.pdb

BIN
JMEAgentSystem/bin/WebGrease.dll

BIN
Repository/bin/Debug/Common.dll

BIN
Repository/bin/Debug/Common.pdb

BIN
Repository/bin/Debug/Repository.dll

BIN
Repository/bin/Debug/Repository.pdb

Loading…
Cancel
Save