ben
/
aoc
1
0
Fork 0
aoc/AOC.Test/AOC.Test.csproj

21 lines
548 B
XML

<Project Sdk="MSTest.Sdk/3.3.1">
<PropertyGroup>
<TargetFramework>net8.0</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
<IsPackable>false</IsPackable>
</PropertyGroup>
<ItemGroup>
<Using Include="AOC.Common" />
<Using Include="Microsoft.VisualStudio.TestTools.UnitTesting" />
<Using Include="System.Diagnostics" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\AOC20*\AOC*.csproj" />
</ItemGroup>
</Project>