123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166 |
- <Project Sdk="Microsoft.NET.Sdk.Web">
- <PropertyGroup>
- <TargetFramework>netcoreapp2.1</TargetFramework>
- <PublishWithAspNetCoreTargetManifest>false</PublishWithAspNetCoreTargetManifest>
- <UserSecretsId>9b937a14-271e-47e4-ab9d-e9587d8af586</UserSecretsId>
- <StartupObject></StartupObject>
- <ApplicationIcon />
- <OutputType>Exe</OutputType>
- <ServerGarbageCollection>false</ServerGarbageCollection>
- <ConcurrentGarbageCollection>true</ConcurrentGarbageCollection>
- </PropertyGroup>
- <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|AnyCPU'">
- <OutputPath></OutputPath>
- <TreatWarningsAsErrors>false</TreatWarningsAsErrors>
- <WarningsAsErrors />
- <DocumentationFile>.\WebMainFrameForEap.xml</DocumentationFile>
- </PropertyGroup>
- <ItemGroup>
- <Compile Remove="wwwroot\lib\TreeGrid\.git\**" />
- <Content Remove="wwwroot\lib\TreeGrid\.git\**" />
- <EmbeddedResource Remove="wwwroot\lib\TreeGrid\.git\**" />
- <None Remove="wwwroot\lib\TreeGrid\.git\**" />
- </ItemGroup>
- <ItemGroup>
- <Content Remove="NLog.config" />
- <Content Remove="Views\Home\Contact.cshtml" />
- </ItemGroup>
- <ItemGroup>
- <Folder Include="Connected Services\" />
- </ItemGroup>
- <ItemGroup>
- <None Include="NLog.config">
- <CopyToOutputDirectory>Always</CopyToOutputDirectory>
- </None>
- <None Include="wwwroot\js\site.js" />
- <None Include="wwwroot\js\site.min.js" />
- <!--<None Include="wwwroot\lib\bootstrap\dist\css\bootstrap-theme.css.map" />
- <None Include="wwwroot\lib\bootstrap\dist\css\bootstrap-theme.min.css.map" />
- <None Include="wwwroot\lib\bootstrap\dist\css\bootstrap.css.map" />
- <None Include="wwwroot\lib\bootstrap\dist\css\bootstrap.min.css.map" />
- <None Include="wwwroot\lib\bootstrap\dist\fonts\glyphicons-halflings-regular.svg" />
- <None Include="wwwroot\lib\bootstrap\dist\fonts\glyphicons-halflings-regular.woff2" />
- <None Include="wwwroot\lib\bootstrap\dist\js\bootstrap.js" />
- <None Include="wwwroot\lib\bootstrap\dist\js\bootstrap.min.js" />
- <None Include="wwwroot\lib\bootstrap\dist\js\npm.js" />-->
- <None Include="wwwroot\lib\bootstrap\LICENSE" />
- <None Include="wwwroot\lib\jquery-validation-unobtrusive\jquery.validate.unobtrusive.js" />
- <None Include="wwwroot\lib\jquery-validation-unobtrusive\jquery.validate.unobtrusive.min.js" />
- <!--<None Include="wwwroot\lib\jquery-validation\dist\additional-methods.js" />
- <None Include="wwwroot\lib\jquery-validation\dist\additional-methods.min.js" />
- <None Include="wwwroot\lib\jquery-validation\dist\jquery.validate.js" />
- <None Include="wwwroot\lib\jquery-validation\dist\jquery.validate.min.js" />-->
- <None Include="wwwroot\lib\jquery-validation\LICENSE.md" />
- <!--<None Include="wwwroot\lib\jquery\dist\jquery.js" />
- <None Include="wwwroot\lib\jquery\dist\jquery.min.js" />
- <None Include="wwwroot\lib\jquery\dist\jquery.min.map" />-->
- <None Include="wwwroot\Lodop6.226_Clodop4.096\CLodop_Setup_for_Win32NT.exe" />
- <None Include="wwwroot\Lodop6.226_Clodop4.096\install_lodop32.exe" />
- <None Include="wwwroot\Lodop6.226_Clodop4.096\install_lodop64.exe" />
- <None Include="wwwroot\Lodop6.226_Clodop4.096\LodopFuncs.js" />
- <None Include="wwwroot\Lodop6.226_Clodop4.096\PrintSample10.js" />
- <None Include="wwwroot\Lodop6.226_Clodop4.096\测试条码.html.bak" />
- <None Include="wwwroot\Upload\2021\7\12\EAP系统优化06-23.xlsx" />
- <None Include="wwwroot\Upload\2021\7\13\EAP系统优化06-23.xlsx" />
- <None Include="wwwroot\Upload\2021\7\13\EAP系统优化0623.xlsx" />
- <None Include="wwwroot\Upload\2021\7\13\LHA.xls" />
- <None Include="wwwroot\Upload\2021\7\14\EAP系统优化0623.xlsx" />
- <None Include="wwwroot\Upload\2021\7\15\EAP系统优化06-23.xlsx" />
- </ItemGroup>
- <ItemGroup>
- <PackageReference Include="AutoMapper" Version="10.1.1" />
- <PackageReference Include="AutoMapper.Extensions.Microsoft.DependencyInjection" Version="8.1.1" />
- <PackageReference Include="Hangfire" Version="1.7.12" />
- <PackageReference Include="Hangfire.MemoryStorage" Version="1.7.0" />
- <PackageReference Include="Hangfire.MySql.Core" Version="2.2.5" />
- <PackageReference Include="IdentityServer4.AccessTokenValidation" Version="2.1.0" />
- <PackageReference Include="LazyCache" Version="2.4.0" />
- <PackageReference Include="LazyCache.AspNetCore" Version="2.4.0" />
- <PackageReference Include="log4net" Version="2.0.12" />
- <PackageReference Include="log4net.AspNetCore" Version="1.0.0" />
- <PackageReference Include="Microsoft.AspNetCore" Version="2.1.1" />
- <PackageReference Include="Microsoft.AspNetCore.CookiePolicy" Version="2.1.0" />
- <PackageReference Include="Microsoft.AspNetCore.Mvc.Formatters.Xml" Version="2.1.0" />
- <PackageReference Include="Microsoft.AspNetCore.SignalR" Version="1.0.1" />
- <PackageReference Include="Microsoft.AspNetCore.StaticFiles" Version="2.2.0" />
- <PackageReference Include="Microsoft.Extensions.Logging" Version="2.1.1" />
- <PackageReference Include="Microsoft.VisualStudio.Web.CodeGeneration.Design" Version="2.1.10" />
- <PackageReference Include="NLog.Config" Version="4.7.5" />
- <PackageReference Include="NLog.Mongo" Version="4.6.0.161" />
- <PackageReference Include="NLog.Web.AspNetCore" Version="4.9.3" />
- <PackageReference Include="NSwag.AspNetCore" Version="13.8.2" />
- <PackageReference Include="StackExchange.Redis" Version="2.2.88" />
- <PackageReference Include="System.Globalization" Version="4.3.0" />
- <PackageReference Include="System.IO.FileSystem" Version="4.3.0" />
- <PackageReference Include="System.Net.Primitives" Version="4.3.0" />
- <PackageReference Include="System.ServiceModel.Duplex" Version="4.5.0" />
- <PackageReference Include="System.ServiceModel.NetTcp" Version="4.5.0" />
- <PackageReference Include="System.ServiceModel.Security" Version="4.5.0" />
- <PackageReference Include="Microsoft.Extensions.DependencyInjection" Version="2.1.1" PrivateAssets="All" />
- </ItemGroup>
- <ItemGroup>
- <ProjectReference Include="..\DllEapBll\DllEapBll.csproj" />
- <ProjectReference Include="..\DllEapCommon\DllEapCommon.csproj" />
- <ProjectReference Include="..\DllEapFileUpload\DllEapFileUpload.csproj" />
- <ProjectReference Include="..\DllUnityWebApi\DllUnityWebApi.csproj" />
- <ProjectReference Include="..\UFP\DllUfpBll\DllUfpBll.csproj" />
- </ItemGroup>
- <ItemGroup>
- <Reference Include="Cksoft.Data">
- <HintPath>..\Dll\Cksoft.Data.dll</HintPath>
- </Reference>
- <Reference Include="CkSoft.Data.Repository">
- <HintPath>..\Dll\CkSoft.Data.Repository.dll</HintPath>
- </Reference>
- <Reference Include="Cksoft.Unity">
- <HintPath>..\Dll\Cksoft.Unity.dll</HintPath>
- </Reference>
- <Reference Include="DllHsms">
- <HintPath>..\Dll\DllHsms.dll</HintPath>
- </Reference>
- <Reference Include="DllHsmsWeb">
- <HintPath>..\Dll\DllHsmsWeb.dll</HintPath>
- </Reference>
- </ItemGroup>
- <ItemGroup>
- <Content Update="appsettings.json">
- <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
- </Content>
- <Content Update="Config\machines.json">
- <CopyToOutputDirectory>Always</CopyToOutputDirectory>
- </Content>
- <Content Update="web.config">
- <CopyToOutputDirectory>Always</CopyToOutputDirectory>
- </Content>
- <Content Update="wwwroot\doc\ASM指令解释.xls">
- <CopyToOutputDirectory>Always</CopyToOutputDirectory>
- </Content>
- </ItemGroup>
- <ItemGroup>
- <WCFMetadata Include="Connected Services" />
- </ItemGroup>
- <ItemGroup>
- <None Update="WebMainFrameForEap.xml">
- <CopyToOutputDirectory>Always</CopyToOutputDirectory>
- </None>
- </ItemGroup>
- <ProjectExtensions>
- <VisualStudio>
- <UserProperties appsettings_1json__JsonSchema="" />
- </VisualStudio>
- </ProjectExtensions>
- </Project>
|