123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657 |
- <Project Sdk="Microsoft.NET.Sdk.Worker">
- <PropertyGroup>
- <TargetFramework>net5.0</TargetFramework>
- <UserSecretsId>dotnet-XYY.WindowsService.MQ-78B888AC-F455-4166-8DAC-5819DF18556E</UserSecretsId>
- </PropertyGroup>
- <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|AnyCPU'">
- <Optimize>false</Optimize>
- </PropertyGroup>
- <ItemGroup>
- <Content Remove="appsettings.json" />
- </ItemGroup>
- <ItemGroup>
- <None Include="appsettings.json">
- <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
- </None>
- </ItemGroup>
- <ItemGroup>
- <PackageReference Include="AgileConfig.Client" Version="1.1.2" />
- <PackageReference Include="Microsoft.Extensions.ApiDescription.Client" Version="3.0.0">
- <PrivateAssets>all</PrivateAssets>
- <IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
- </PackageReference>
- <PackageReference Include="Microsoft.Extensions.Hosting" Version="3.1.8" />
- <PackageReference Include="Microsoft.Extensions.Hosting.WindowsServices" Version="3.1.8" />
- <PackageReference Include="NSwag.ApiDescription.Client" Version="13.15.5">
- <PrivateAssets>all</PrivateAssets>
- <IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
- </PackageReference>
- <PackageReference Include="System.Text.Encoding.CodePages" Version="7.0.0" />
- </ItemGroup>
- <ItemGroup>
- <ProjectReference Include="..\..\1.Command\XYY.Task.Standard\XYY.TaskTrack.Standard.csproj" />
- <ProjectReference Include="..\..\2.Data\XYY.Model.Standard.Finance.Charging\XYY.Model.Standard.Finance.Charging\XYY.Service.Standard.Finance.Charging.csproj" />
- <ProjectReference Include="..\..\3.Service\XYY.Service.Standard.First\XYY.Service.Standard.First.csproj" />
- <ProjectReference Include="..\..\3.Service\XYY.Service.Standard.Order\XYY.Service.Standard.Order.csproj" />
- <ProjectReference Include="..\..\3.Service\XYY.Service.Standard.RegionService\XYY.Service.Standard.RegionService.csproj" />
- <ProjectReference Include="..\..\XYY.Service.JobManage\XYY.Service.JobManage.csproj" />
- </ItemGroup>
- <ItemGroup>
- <None Update="install.ps1">
- <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
- </None>
- <None Update="ZZESB\DW轨迹示范.xlsx">
- <CopyToOutputDirectory>Always</CopyToOutputDirectory>
- </None>
- <None Update="ZZESB\轨迹示范.xlsx">
- <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
- </None>
- </ItemGroup>
- </Project>
|