KOP_Library_v5/TestView/TestView.csproj

22 lines
574 B
XML

<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<OutputType>WinExe</OutputType>
<TargetFramework>net6.0-windows</TargetFramework>
<Nullable>enable</Nullable>
<UseWindowsForms>true</UseWindowsForms>
<ImplicitUsings>enable</ImplicitUsings>
<RootNamespace>TestView</RootNamespace>
</PropertyGroup>
<ItemGroup>
<ProjectReference Include="..\ViewComponents\ViewComponents.csproj" />
</ItemGroup>
<ItemGroup>
<Compile Update="Program.cs">
<CustomToolNamespace></CustomToolNamespace>
</Compile>
</ItemGroup>
</Project>