mirror of
https://gitee.com/farsunset/cim.git
synced 2025-07-15 04:36:09 +08:00
13 lines
271 B
XML
13 lines
271 B
XML
<Project Sdk="Microsoft.NET.Sdk">
|
|
|
|
<PropertyGroup>
|
|
<OutputType>Exe</OutputType>
|
|
<TargetFramework>netcoreapp3.1</TargetFramework>
|
|
</PropertyGroup>
|
|
|
|
<ItemGroup>
|
|
<ProjectReference Include="..\CIM_Standard\CIM_Standard.csproj" />
|
|
</ItemGroup>
|
|
|
|
</Project>
|