Ryujinx.Graphics.Shader.csproj 910 B

12345678910111213141516171819202122
  1. <Project Sdk="Microsoft.NET.Sdk">
  2. <ItemGroup>
  3. <EmbeddedResource Include="CodeGen\Glsl\HelperFunctions\MultiplyHighS32.glsl" />
  4. <EmbeddedResource Include="CodeGen\Glsl\HelperFunctions\MultiplyHighU32.glsl" />
  5. <EmbeddedResource Include="CodeGen\Glsl\HelperFunctions\Shuffle.glsl" />
  6. <EmbeddedResource Include="CodeGen\Glsl\HelperFunctions\ShuffleDown.glsl" />
  7. <EmbeddedResource Include="CodeGen\Glsl\HelperFunctions\ShuffleUp.glsl" />
  8. <EmbeddedResource Include="CodeGen\Glsl\HelperFunctions\ShuffleXor.glsl" />
  9. <EmbeddedResource Include="CodeGen\Glsl\HelperFunctions\SwizzleAdd.glsl" />
  10. </ItemGroup>
  11. <ItemGroup>
  12. <ProjectReference Include="..\Ryujinx.Common\Ryujinx.Common.csproj" />
  13. </ItemGroup>
  14. <PropertyGroup>
  15. <TargetFramework>netcoreapp3.1</TargetFramework>
  16. <RuntimeIdentifiers>win-x64;osx-x64;linux-x64</RuntimeIdentifiers>
  17. </PropertyGroup>
  18. </Project>