<Project Sdk="Microsoft.NET.Sdk">
|
|
<PropertyGroup>
|
<OutputType>Exe</OutputType>
|
<TargetFramework>net6.0-windows</TargetFramework>
|
<ImplicitUsings>enable</ImplicitUsings>
|
<Nullable>enable</Nullable>
|
</PropertyGroup>
|
|
<ItemGroup>
|
<Compile Remove="Program - 复制%282%29.cs" />
|
<Compile Remove="Program - 复制%283%29.cs" />
|
<Compile Remove="Program - 复制%284%29.cs" />
|
<Compile Remove="Program - 复制.cs" />
|
<Compile Remove="Program - 整体数据导出.cs" />
|
</ItemGroup>
|
|
<ItemGroup>
|
<ProjectReference Include="..\..\WinFrmUI\IStation.WinFrmUI.Monitor\IStation.WinFrmUI.Monitor.csproj" />
|
</ItemGroup>
|
|
</Project>
|