skyscraper8/Gimmicks/skyscraper5.RSR.IQTester/skyscraper5.RSR.IQTester.csproj
feyris-tan ef86554f9a Import
2025-05-12 22:09:16 +02:00

15 lines
341 B
XML

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