WebMainFrameForEap.csproj 7.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166
  1. <Project Sdk="Microsoft.NET.Sdk.Web">
  2. <PropertyGroup>
  3. <TargetFramework>netcoreapp2.1</TargetFramework>
  4. <PublishWithAspNetCoreTargetManifest>false</PublishWithAspNetCoreTargetManifest>
  5. <UserSecretsId>9b937a14-271e-47e4-ab9d-e9587d8af586</UserSecretsId>
  6. <StartupObject></StartupObject>
  7. <ApplicationIcon />
  8. <OutputType>Exe</OutputType>
  9. <ServerGarbageCollection>false</ServerGarbageCollection>
  10. <ConcurrentGarbageCollection>true</ConcurrentGarbageCollection>
  11. </PropertyGroup>
  12. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|AnyCPU'">
  13. <OutputPath></OutputPath>
  14. <TreatWarningsAsErrors>false</TreatWarningsAsErrors>
  15. <WarningsAsErrors />
  16. <DocumentationFile>.\WebMainFrameForEap.xml</DocumentationFile>
  17. </PropertyGroup>
  18. <ItemGroup>
  19. <Compile Remove="wwwroot\lib\TreeGrid\.git\**" />
  20. <Content Remove="wwwroot\lib\TreeGrid\.git\**" />
  21. <EmbeddedResource Remove="wwwroot\lib\TreeGrid\.git\**" />
  22. <None Remove="wwwroot\lib\TreeGrid\.git\**" />
  23. </ItemGroup>
  24. <ItemGroup>
  25. <Content Remove="NLog.config" />
  26. <Content Remove="Views\Home\Contact.cshtml" />
  27. </ItemGroup>
  28. <ItemGroup>
  29. <Folder Include="Connected Services\" />
  30. </ItemGroup>
  31. <ItemGroup>
  32. <None Include="NLog.config">
  33. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  34. </None>
  35. <None Include="wwwroot\js\site.js" />
  36. <None Include="wwwroot\js\site.min.js" />
  37. <!--<None Include="wwwroot\lib\bootstrap\dist\css\bootstrap-theme.css.map" />
  38. <None Include="wwwroot\lib\bootstrap\dist\css\bootstrap-theme.min.css.map" />
  39. <None Include="wwwroot\lib\bootstrap\dist\css\bootstrap.css.map" />
  40. <None Include="wwwroot\lib\bootstrap\dist\css\bootstrap.min.css.map" />
  41. <None Include="wwwroot\lib\bootstrap\dist\fonts\glyphicons-halflings-regular.svg" />
  42. <None Include="wwwroot\lib\bootstrap\dist\fonts\glyphicons-halflings-regular.woff2" />
  43. <None Include="wwwroot\lib\bootstrap\dist\js\bootstrap.js" />
  44. <None Include="wwwroot\lib\bootstrap\dist\js\bootstrap.min.js" />
  45. <None Include="wwwroot\lib\bootstrap\dist\js\npm.js" />-->
  46. <None Include="wwwroot\lib\bootstrap\LICENSE" />
  47. <None Include="wwwroot\lib\jquery-validation-unobtrusive\jquery.validate.unobtrusive.js" />
  48. <None Include="wwwroot\lib\jquery-validation-unobtrusive\jquery.validate.unobtrusive.min.js" />
  49. <!--<None Include="wwwroot\lib\jquery-validation\dist\additional-methods.js" />
  50. <None Include="wwwroot\lib\jquery-validation\dist\additional-methods.min.js" />
  51. <None Include="wwwroot\lib\jquery-validation\dist\jquery.validate.js" />
  52. <None Include="wwwroot\lib\jquery-validation\dist\jquery.validate.min.js" />-->
  53. <None Include="wwwroot\lib\jquery-validation\LICENSE.md" />
  54. <!--<None Include="wwwroot\lib\jquery\dist\jquery.js" />
  55. <None Include="wwwroot\lib\jquery\dist\jquery.min.js" />
  56. <None Include="wwwroot\lib\jquery\dist\jquery.min.map" />-->
  57. <None Include="wwwroot\Lodop6.226_Clodop4.096\CLodop_Setup_for_Win32NT.exe" />
  58. <None Include="wwwroot\Lodop6.226_Clodop4.096\install_lodop32.exe" />
  59. <None Include="wwwroot\Lodop6.226_Clodop4.096\install_lodop64.exe" />
  60. <None Include="wwwroot\Lodop6.226_Clodop4.096\LodopFuncs.js" />
  61. <None Include="wwwroot\Lodop6.226_Clodop4.096\PrintSample10.js" />
  62. <None Include="wwwroot\Lodop6.226_Clodop4.096\测试条码.html.bak" />
  63. <None Include="wwwroot\Upload\2021\7\12\EAP系统优化06-23.xlsx" />
  64. <None Include="wwwroot\Upload\2021\7\13\EAP系统优化06-23.xlsx" />
  65. <None Include="wwwroot\Upload\2021\7\13\EAP系统优化0623.xlsx" />
  66. <None Include="wwwroot\Upload\2021\7\13\LHA.xls" />
  67. <None Include="wwwroot\Upload\2021\7\14\EAP系统优化0623.xlsx" />
  68. <None Include="wwwroot\Upload\2021\7\15\EAP系统优化06-23.xlsx" />
  69. </ItemGroup>
  70. <ItemGroup>
  71. <PackageReference Include="AutoMapper" Version="10.1.1" />
  72. <PackageReference Include="AutoMapper.Extensions.Microsoft.DependencyInjection" Version="8.1.1" />
  73. <PackageReference Include="Hangfire" Version="1.7.12" />
  74. <PackageReference Include="Hangfire.MemoryStorage" Version="1.7.0" />
  75. <PackageReference Include="Hangfire.MySql.Core" Version="2.2.5" />
  76. <PackageReference Include="IdentityServer4.AccessTokenValidation" Version="2.1.0" />
  77. <PackageReference Include="LazyCache" Version="2.4.0" />
  78. <PackageReference Include="LazyCache.AspNetCore" Version="2.4.0" />
  79. <PackageReference Include="log4net" Version="2.0.12" />
  80. <PackageReference Include="log4net.AspNetCore" Version="1.0.0" />
  81. <PackageReference Include="Microsoft.AspNetCore" Version="2.1.1" />
  82. <PackageReference Include="Microsoft.AspNetCore.CookiePolicy" Version="2.1.0" />
  83. <PackageReference Include="Microsoft.AspNetCore.Mvc.Formatters.Xml" Version="2.1.0" />
  84. <PackageReference Include="Microsoft.AspNetCore.SignalR" Version="1.0.1" />
  85. <PackageReference Include="Microsoft.AspNetCore.StaticFiles" Version="2.2.0" />
  86. <PackageReference Include="Microsoft.Extensions.Logging" Version="2.1.1" />
  87. <PackageReference Include="Microsoft.VisualStudio.Web.CodeGeneration.Design" Version="2.1.10" />
  88. <PackageReference Include="NLog.Config" Version="4.7.5" />
  89. <PackageReference Include="NLog.Mongo" Version="4.6.0.161" />
  90. <PackageReference Include="NLog.Web.AspNetCore" Version="4.9.3" />
  91. <PackageReference Include="NSwag.AspNetCore" Version="13.8.2" />
  92. <PackageReference Include="StackExchange.Redis" Version="2.2.88" />
  93. <PackageReference Include="System.Globalization" Version="4.3.0" />
  94. <PackageReference Include="System.IO.FileSystem" Version="4.3.0" />
  95. <PackageReference Include="System.Net.Primitives" Version="4.3.0" />
  96. <PackageReference Include="System.ServiceModel.Duplex" Version="4.5.0" />
  97. <PackageReference Include="System.ServiceModel.NetTcp" Version="4.5.0" />
  98. <PackageReference Include="System.ServiceModel.Security" Version="4.5.0" />
  99. <PackageReference Include="Microsoft.Extensions.DependencyInjection" Version="2.1.1" PrivateAssets="All" />
  100. </ItemGroup>
  101. <ItemGroup>
  102. <ProjectReference Include="..\DllEapBll\DllEapBll.csproj" />
  103. <ProjectReference Include="..\DllEapCommon\DllEapCommon.csproj" />
  104. <ProjectReference Include="..\DllEapFileUpload\DllEapFileUpload.csproj" />
  105. <ProjectReference Include="..\DllUnityWebApi\DllUnityWebApi.csproj" />
  106. <ProjectReference Include="..\UFP\DllUfpBll\DllUfpBll.csproj" />
  107. </ItemGroup>
  108. <ItemGroup>
  109. <Reference Include="Cksoft.Data">
  110. <HintPath>..\Dll\Cksoft.Data.dll</HintPath>
  111. </Reference>
  112. <Reference Include="CkSoft.Data.Repository">
  113. <HintPath>..\Dll\CkSoft.Data.Repository.dll</HintPath>
  114. </Reference>
  115. <Reference Include="Cksoft.Unity">
  116. <HintPath>..\Dll\Cksoft.Unity.dll</HintPath>
  117. </Reference>
  118. <Reference Include="DllHsms">
  119. <HintPath>..\Dll\DllHsms.dll</HintPath>
  120. </Reference>
  121. <Reference Include="DllHsmsWeb">
  122. <HintPath>..\Dll\DllHsmsWeb.dll</HintPath>
  123. </Reference>
  124. </ItemGroup>
  125. <ItemGroup>
  126. <Content Update="appsettings.json">
  127. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  128. </Content>
  129. <Content Update="Config\machines.json">
  130. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  131. </Content>
  132. <Content Update="web.config">
  133. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  134. </Content>
  135. <Content Update="wwwroot\doc\ASM指令解释.xls">
  136. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  137. </Content>
  138. </ItemGroup>
  139. <ItemGroup>
  140. <WCFMetadata Include="Connected Services" />
  141. </ItemGroup>
  142. <ItemGroup>
  143. <None Update="WebMainFrameForEap.xml">
  144. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  145. </None>
  146. </ItemGroup>
  147. <ProjectExtensions>
  148. <VisualStudio>
  149. <UserProperties appsettings_1json__JsonSchema="" />
  150. </VisualStudio>
  151. </ProjectExtensions>
  152. </Project>