MoonWorksGraphicsTests/MoonWorks.Test.Common/MoonWorks.Test.Common.csproj

23 lines
579 B
XML
Raw Normal View History

2022-11-09 19:54:42 +00:00
<Project Sdk="Microsoft.NET.Sdk">
<ItemGroup>
<ProjectReference Include="..\..\MoonWorks\MoonWorks.csproj" />
</ItemGroup>
<PropertyGroup>
<OutputType>library</OutputType>
2024-01-16 01:15:53 +00:00
<TargetFramework>net8.0</TargetFramework>
2022-11-09 19:54:42 +00:00
<Nullable>enable</Nullable>
</PropertyGroup>
2024-01-16 01:15:53 +00:00
2022-11-09 19:54:42 +00:00
<ItemGroup>
<Content Include="..\MoonWorks.Test.Common\Content\**\*.*">
<Link>Content\%(RecursiveDir)%(Filename)%(Extension)</Link>
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
</ItemGroup>
<Import Project=".\CopyMoonlibs.targets" />
</Project>