MoonWorks/MoonWorks.csproj

25 lines
692 B
XML
Raw Normal View History

2021-01-19 03:40:37 +00:00
<Project Sdk="Microsoft.NET.Sdk">
2021-07-23 21:33:16 +00:00
<PropertyGroup>
<TargetFramework>net5.0</TargetFramework>
<Platforms>x64</Platforms>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
</PropertyGroup>
2021-01-19 03:40:37 +00:00
2021-07-23 21:33:16 +00:00
<PropertyGroup>
<DefaultItemExcludes>$(DefaultItemExcludes);lib\**\*</DefaultItemExcludes>
</PropertyGroup>
2021-01-19 07:29:07 +00:00
2021-07-23 21:33:16 +00:00
<ItemGroup>
<ProjectReference Include=".\lib\SDL2-CS\SDL2-CS.Core.csproj" />
<ProjectReference Include=".\lib\RefreshCS\RefreshCS.csproj" />
<ProjectReference Include=".\lib\FAudio\csharp\FAudio-CS.Core.csproj" />
</ItemGroup>
2021-03-02 00:48:38 +00:00
2021-07-23 21:33:16 +00:00
<ItemGroup>
2021-03-02 00:53:29 +00:00
<None Include="MoonWorks.dll.config">
2021-07-23 21:33:16 +00:00
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</None>
2021-03-02 00:48:38 +00:00
</ItemGroup>
2021-01-19 03:40:37 +00:00
</Project>