2019-10-13 02:02:07 -04:00
|
|
|
<Project Sdk="Microsoft.NET.Sdk">
|
|
|
|
|
2019-10-30 23:29:22 -04:00
|
|
|
<ItemGroup>
|
2019-12-06 17:37:00 -05:00
|
|
|
<EmbeddedResource Include="CodeGen\Glsl\HelperFunctions\MultiplyHighS32.glsl" />
|
|
|
|
<EmbeddedResource Include="CodeGen\Glsl\HelperFunctions\MultiplyHighU32.glsl" />
|
2019-10-30 23:29:22 -04:00
|
|
|
<EmbeddedResource Include="CodeGen\Glsl\HelperFunctions\Shuffle.glsl" />
|
|
|
|
<EmbeddedResource Include="CodeGen\Glsl\HelperFunctions\ShuffleDown.glsl" />
|
|
|
|
<EmbeddedResource Include="CodeGen\Glsl\HelperFunctions\ShuffleUp.glsl" />
|
|
|
|
<EmbeddedResource Include="CodeGen\Glsl\HelperFunctions\ShuffleXor.glsl" />
|
|
|
|
<EmbeddedResource Include="CodeGen\Glsl\HelperFunctions\SwizzleAdd.glsl" />
|
2020-07-06 22:41:07 -04:00
|
|
|
<EmbeddedResource Include="CodeGen\Glsl\HelperFunctions\TexelFetchScale_fp.glsl" />
|
|
|
|
<EmbeddedResource Include="CodeGen\Glsl\HelperFunctions\TexelFetchScale_cp.glsl" />
|
2019-10-30 23:29:22 -04:00
|
|
|
</ItemGroup>
|
|
|
|
|
|
|
|
<ItemGroup>
|
|
|
|
<ProjectReference Include="..\Ryujinx.Common\Ryujinx.Common.csproj" />
|
|
|
|
</ItemGroup>
|
|
|
|
|
2019-10-13 02:02:07 -04:00
|
|
|
<PropertyGroup>
|
2020-04-22 00:13:41 -04:00
|
|
|
<TargetFramework>netcoreapp3.1</TargetFramework>
|
2020-05-03 22:14:48 -04:00
|
|
|
<LangVersion>8.0</LangVersion>
|
2020-01-07 17:32:00 -05:00
|
|
|
<RuntimeIdentifiers>win-x64;osx-x64;linux-x64</RuntimeIdentifiers>
|
2019-10-13 02:02:07 -04:00
|
|
|
</PropertyGroup>
|
|
|
|
|
|
|
|
</Project>
|