Ryujinx.Graphics.Shader.csproj 839 B

123456789101112131415161718192021
  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.0</TargetFramework>
  16. </PropertyGroup>
  17. </Project>