2022-11-09 19:54:42 +00:00
|
|
|
<Project Sdk="Microsoft.NET.Sdk">
|
|
|
|
|
|
|
|
<ItemGroup>
|
|
|
|
<ProjectReference Include="..\..\MoonWorks\MoonWorks.csproj" />
|
|
|
|
<ProjectReference Include="..\MoonWorks.Test.Common\MoonWorks.Test.Common.csproj" />
|
|
|
|
</ItemGroup>
|
|
|
|
|
|
|
|
<PropertyGroup>
|
|
|
|
<OutputType>Exe</OutputType>
|
2023-01-06 20:37:54 +00:00
|
|
|
<TargetFramework>net7.0</TargetFramework>
|
2022-11-09 19:54:42 +00:00
|
|
|
<Nullable>enable</Nullable>
|
|
|
|
<Platforms>x64</Platforms>
|
|
|
|
</PropertyGroup>
|
|
|
|
|
2023-01-04 19:34:25 +00:00
|
|
|
<Import Project="$(SolutionDir)NativeAOT_Console.targets" Condition="Exists('$(SolutionDir)NativeAOT_Console.targets')" />
|
|
|
|
|
2022-11-09 19:54:42 +00:00
|
|
|
</Project>
|