2021-01-19 03:40:37 +00:00
|
|
|
<Project Sdk="Microsoft.NET.Sdk">
|
|
|
|
|
|
|
|
<PropertyGroup>
|
|
|
|
<TargetFramework>netstandard2.0</TargetFramework>
|
2021-01-19 07:42:58 +00:00
|
|
|
<Platforms>x64</Platforms>
|
2021-01-20 02:06:10 +00:00
|
|
|
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
|
2021-01-19 03:40:37 +00:00
|
|
|
</PropertyGroup>
|
|
|
|
|
2021-01-19 07:29:07 +00:00
|
|
|
<PropertyGroup>
|
|
|
|
<DefaultItemExcludes>$(DefaultItemExcludes);lib\**\*</DefaultItemExcludes>
|
|
|
|
</PropertyGroup>
|
|
|
|
|
|
|
|
<ItemGroup>
|
|
|
|
<ProjectReference Include=".\lib\SDL2-CS\SDL2-CS.Core.csproj" />
|
2021-01-20 03:33:27 +00:00
|
|
|
<ProjectReference Include=".\lib\RefreshCS\RefreshCS.csproj" />
|
2021-01-20 02:06:10 +00:00
|
|
|
<ProjectReference Include=".\lib\FAudio\csharp\FAudio-CS.Core.csproj" />
|
2021-01-19 07:29:07 +00:00
|
|
|
</ItemGroup>
|
2021-01-19 03:40:37 +00:00
|
|
|
</Project>
|