summaryrefslogtreecommitdiff
path: root/MorgSimulator.csproj
blob: 017f6f8778f74239407f9aa576d6d26a113f3705 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
<Project Sdk="Microsoft.NET.Sdk">

  <PropertyGroup>
    <OutputType>Exe</OutputType>
    <TargetFramework>net9.0</TargetFramework>
    <ImplicitUsings>false</ImplicitUsings>
    <Nullable>warnings</Nullable>
  </PropertyGroup>

</Project>