MoonWorksGraphicsTests/MoonWorksGraphicsTests.csproj

23 lines
546 B
XML
Raw Permalink Normal View History

2024-06-05 21:19:43 +00:00
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
2024-06-06 05:47:06 +00:00
<OutputType>Exe</OutputType>
2024-06-05 21:19:43 +00:00
<TargetFramework>net8.0</TargetFramework>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
</PropertyGroup>
<ItemGroup>
2024-06-06 05:47:06 +00:00
<Content Include="Common\Content\**\*.*">
2024-06-05 21:19:43 +00:00
<Link>Content\%(RecursiveDir)%(Filename)%(Extension)</Link>
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\MoonWorks\MoonWorks.csproj" />
</ItemGroup>
<Import Project=".\CopyMoonlibs.targets" />
</Project>