| 1 | <Project Sdk="Microsoft.NET.Sdk"> |
| 2 | |
| 3 | <PropertyGroup> |
| 4 | <OutputType>Exe</OutputType> |
| 5 | <TargetFramework>net6.0</TargetFramework> |
| 6 | <RuntimeIdentifiers>win-x86</RuntimeIdentifiers> |
| 7 | </PropertyGroup> |
| 8 | |
| 9 | <ItemGroup> |
| 10 | <ProjectReference Include="..\CsprojClassLibraryNetCore\CsprojClassLibraryNetCore.csproj" /> |
| 11 | </ItemGroup> |
| 12 | |
| 13 | </Project> |