Files
VersaGUI/tests/VersaGUI.ContractTests/VersaGUI.ContractTests.csproj

15 lines
338 B
XML

<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFramework>net7.0-windows</TargetFramework>
<Nullable>enable</Nullable>
<ImplicitUsings>enable</ImplicitUsings>
</PropertyGroup>
<ItemGroup>
<ProjectReference Include="..\..\src\VersaGUI.csproj" />
</ItemGroup>
</Project>