StableVersion4.3/HL_FristAidPlatform_Service/HL_FristAidPlatform_Service...

90 lines
3.3 KiB
XML
Raw Normal View History

2024-03-11 09:47:34 +08:00
 <Project Sdk="Microsoft.NET.Sdk.Web">
<PropertyGroup>
<TargetFramework>net5.0</TargetFramework>
<UserSecretsId>32e0a7de-a42c-40f1-81a4-6a5ec56dc509</UserSecretsId>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|AnyCPU'">
<DocumentationFile>HL_FristAidPlatform_Service.xml</DocumentationFile>
<OutputPath></OutputPath>
<PlatformTarget>AnyCPU</PlatformTarget>
<GenerateSerializationAssemblies>Off</GenerateSerializationAssemblies>
</PropertyGroup>
<PropertyGroup>
<NoWarn>$(NoWarn);NU1605</NoWarn>
</PropertyGroup>
<ItemGroup>
<Compile Remove="Controllers\Lyc_Test\**" />
<Content Remove="Controllers\Lyc_Test\**" />
<EmbeddedResource Remove="Controllers\Lyc_Test\**" />
<None Remove="Controllers\Lyc_Test\**" />
</ItemGroup>
<ItemGroup>
<Compile Remove="Controllers\T_SYS_UIController.cs" />
</ItemGroup>
<ItemGroup>
<None Remove="HL_FristAidPlatform_Help.xml" />
<None Remove="HL_FristAidPlatform_Models.xml" />
<None Remove="HL_FristAidPlatform_Service.xml" />
<None Remove="Properties\PublishProfiles\FolderProfile1.pubxml" />
</ItemGroup>
<ItemGroup>
<Content Include="HL_FristAidPlatform_Help.xml">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
<Content Include="HL_FristAidPlatform_Models.xml">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
<Content Include="HL_FristAidPlatform_Service.xml">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
</ItemGroup>
<ItemGroup>
<Folder Include="wwwroot\" />
</ItemGroup>
<ItemGroup>
<PackageReference Include="Microsoft.AspNetCore.Authentication.JwtBearer" Version="5.0.12" />
<PackageReference Include="Microsoft.AspNetCore.Mvc.NewtonsoftJson" Version="5.0.2" />
<PackageReference Include="Microsoft.Extensions.Logging.Log4Net.AspNetCore" Version="5.0.0" />
<PackageReference Include="Swashbuckle.AspNetCore" Version="6.2.3" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\HL_FristAidPlatform_Bussiness\HL_FristAidPlatform_Bussiness.csproj" />
<ProjectReference Include="..\HL_FristAidPlatform_Models\HL_FristAidPlatform_Models.csproj" />
<ProjectReference Include="..\HL_FristAidPlatform_Token\HL_FristAidPlatform_Token.csproj" />
</ItemGroup>
<ItemGroup>
<Reference Include="System.Web.Extensions">
<HintPath>C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.0\System.Web.Extensions.dll</HintPath>
</Reference>
</ItemGroup>
<ItemGroup>
<Compile Update="Form_AverageHospitalizationRate.Designer.cs">
<DependentUpon>Form_AverageHospitalizationRate.cs</DependentUpon>
</Compile>
</ItemGroup>
<ItemGroup>
<None Update="HL_FristAidPlatform_Help.xml">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</None>
<None Update="HL_FristAidPlatform_Models.xml">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</None>
<None Update="HL_FristAidPlatform_Service.xml">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</None>
</ItemGroup>
<ProjectExtensions><VisualStudio><UserProperties Properties_4launchSettings_1json__JSONSchema="" /></VisualStudio></ProjectExtensions>
</Project>