2021-01-19 03:40:37 +00:00
|
|
|
<Project Sdk="Microsoft.NET.Sdk">
|
|
|
|
|
2021-07-23 21:33:16 +00:00
|
|
|
<PropertyGroup>
|
2022-04-05 23:24:43 +00:00
|
|
|
<TargetFramework>net6.0</TargetFramework>
|
2021-07-23 21:33:16 +00:00
|
|
|
<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>
|
2022-08-14 20:44:55 +00:00
|
|
|
<Compile Include="lib\FAudio\csharp\FAudio.cs" />
|
|
|
|
<Compile Include="lib\RefreshCS\src\Refresh.cs" />
|
|
|
|
<Compile Include="lib\SDL2-CS\src\SDL2.cs" />
|
|
|
|
<Compile Include="lib\Theorafile\csharp\Theorafile.cs" />
|
|
|
|
<Compile Include="lib\WellspringCS\WellspringCS.cs" />
|
2021-07-23 21:33:16 +00:00
|
|
|
</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>
|
2022-08-02 21:04:12 +00:00
|
|
|
|
|
|
|
<ItemGroup>
|
|
|
|
<EmbeddedResource Include="src\Video\Shaders\Compiled\FullscreenVert.spv">
|
|
|
|
<LogicalName>MoonWorks.Shaders.FullscreenVert.spv</LogicalName>
|
|
|
|
</EmbeddedResource>
|
|
|
|
<EmbeddedResource Include="src\Video\Shaders\Compiled\YUV2RGBAFrag.spv">
|
|
|
|
<LogicalName>MoonWorks.Shaders.YUV2RGBAFrag.spv</LogicalName>
|
|
|
|
</EmbeddedResource>
|
|
|
|
</ItemGroup>
|
2021-01-19 03:40:37 +00:00
|
|
|
</Project>
|