<Project Sdk="Microsoft.NET.Sdk"> <PropertyGroup> <TargetFramework>net6.0</TargetFramework> <Platforms>x64</Platforms> <AllowUnsafeBlocks>true</AllowUnsafeBlocks> </PropertyGroup> <PropertyGroup> <DefaultItemExcludes>$(DefaultItemExcludes);lib\**\*</DefaultItemExcludes> </PropertyGroup> <ItemGroup> <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" /> </ItemGroup> <ItemGroup> <None Include="MoonWorks.dll.config"> <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory> </None> </ItemGroup> <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> </Project>