main
csproj 14 lines 373 Bytes
Raw
1 <Project Sdk="Microsoft.NET.Sdk">
2
3 <PropertyGroup>
4 <OutputType>WinExe</OutputType>
5 <TargetFramework>net5.0-windows7.0</TargetFramework>
6 <Nullable>enable</Nullable>
7 <UseWPF>true</UseWPF>
8 </PropertyGroup>
9
10 <ItemGroup>
11 <ProjectReference Include="..\CsprojClassLibraryMultiTarget\CsprojClassLibraryMultiTarget.csproj" />
12 </ItemGroup>
13
14 </Project>