Ryujinx.Graphics.Shader.csproj 945 B

1234567891011121314151617181920212223
  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. <LangVersion>8.0</LangVersion>
  17. <RuntimeIdentifiers>win-x64;osx-x64;linux-x64</RuntimeIdentifiers>
  18. </PropertyGroup>
  19. </Project>