Files
mROA/mROA.Performance/mROA.Performance.csproj
T
2025-01-13 14:26:15 +03:00

16 lines
420 B
XML

<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFramework>net9.0</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
</PropertyGroup>
<ItemGroup>
<ProjectReference Include="..\mROA.Test\mROA.Test.csproj" />
<ProjectReference Include="..\mROA\mROA.csproj" />
</ItemGroup>
</Project>