MeiRiYiCheng_1_old/YBDevice.NApi/YBDevice.NApi.csproj

64 lines
2.0 KiB
XML

<Project Sdk="Microsoft.NET.Sdk.Web">
<PropertyGroup>
<TargetFramework>net6.0</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings>
<UserSecretsId>601dc6d6-f6bd-41c7-8720-5ae3a4ecdce2</UserSecretsId>
<DockerDefaultTargetOS>Linux</DockerDefaultTargetOS>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|AnyCPU'">
<DocumentationFile>YBDevice.NApi.xml</DocumentationFile>
<NoWarn>1701;1702;1591</NoWarn>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|AnyCPU'">
<DebugType>none</DebugType>
<DebugSymbols>false</DebugSymbols>
<DocumentationFile>YBDevice.NApi.xml</DocumentationFile>
<NoWarn>1701;1702;1591</NoWarn>
</PropertyGroup>
<ItemGroup>
<Compile Remove="Application\**" />
<Compile Remove="App_Data\**" />
<Compile Remove="DataProtection\**" />
<Compile Remove="DBServices\**" />
<Content Remove="Application\**" />
<Content Remove="App_Data\**" />
<Content Remove="DataProtection\**" />
<Content Remove="DBServices\**" />
<EmbeddedResource Remove="Application\**" />
<EmbeddedResource Remove="App_Data\**" />
<EmbeddedResource Remove="DataProtection\**" />
<EmbeddedResource Remove="DBServices\**" />
<None Remove="Application\**" />
<None Remove="App_Data\**" />
<None Remove="DataProtection\**" />
<None Remove="DBServices\**" />
</ItemGroup>
<ItemGroup>
<Compile Remove="Handler\EventService.cs" />
<Compile Remove="Handler\JwtHandler.cs" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\YBDevice.NApi.Core\YBDevice.NApi.Core.csproj" />
</ItemGroup>
<ItemGroup>
<Content Update="Views\Qr\crj.cshtml">
<ExcludeFromSingleFile>true</ExcludeFromSingleFile>
<CopyToPublishDirectory>PreserveNewest</CopyToPublishDirectory>
</Content>
</ItemGroup>
<ItemGroup>
<None Update="libalgorithm-aicare-pinchuan_x64.dll">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</None>
</ItemGroup>
</Project>