MoonWorksGraphicsTests/CopyTexture/CopyTexture.csproj

18 lines
539 B
XML
Raw Permalink Normal View History

2023-01-07 23:03:12 +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>
2024-01-16 01:15:53 +00:00
<TargetFramework>net8.0</TargetFramework>
2023-01-07 23:03:12 +00:00
<Nullable>enable</Nullable>
2023-04-19 06:39:45 +00:00
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
2023-01-07 23:03:12 +00:00
</PropertyGroup>
<Import Project="$(SolutionDir)NativeAOT_Console.targets" Condition="Exists('$(SolutionDir)NativeAOT_Console.targets')" />
</Project>