MeiRiYiCheng_1_old/YBDevice.NApi.Core/YBDevice.NApi.Core.csproj

17 lines
427 B
XML
Raw Permalink 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)'=='Release|AnyCPU'">
<DebugType>none</DebugType>
<DebugSymbols>false</DebugSymbols>
</PropertyGroup>
<ItemGroup>
<ProjectReference Include="..\YBDevice.NApi.Application\YBDevice.NApi.Application.csproj" />
</ItemGroup>
</Project>