MeiRiYiCheng_1_old/YBDevice.Application/YBDevice.Application.csproj

26 lines
695 B
XML
Raw Normal View History

2025-07-16 17:14:38 +08:00
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>net6.0</TargetFramework>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|AnyCPU'">
<DocumentationFile>YBDevice.Application.xml</DocumentationFile>
<NoWarn>1701;1702;1591</NoWarn>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|AnyCPU'">
<DebugType>none</DebugType>
<DebugSymbols>false</DebugSymbols>
</PropertyGroup>
<ItemGroup>
<ProjectReference Include="..\YBDevice.CommonService\YBDevice.CommonService.csproj" />
</ItemGroup>
<ItemGroup>
<Folder Include="AccountInfo\Dtos\" />
</ItemGroup>
</Project>