vcxproj: Include shaders in vs project.

This commit is contained in:
lightningterror 2021-07-20 01:36:54 +02:00
parent 22fb1e2df4
commit 2b95e3b48b
2 changed files with 55 additions and 0 deletions

View File

@ -69,6 +69,19 @@
</Link>
</ItemDefinitionGroup>
<ItemGroup>
<None Include="GS\res\glsl\common_header.glsl" />
<None Include="GS\res\glsl\convert.glsl" />
<None Include="GS\res\glsl\interlace.glsl" />
<None Include="GS\res\glsl\merge.glsl" />
<None Include="GS\res\glsl\shadeboost.glsl" />
<None Include="GS\res\glsl\tfx_fs.glsl" />
<None Include="GS\res\glsl\tfx_vgs.glsl" />
<None Include="GS\res\convert.fx" />
<None Include="GS\res\fxaa.fx" />
<None Include="GS\res\interlace.fx" />
<None Include="GS\res\merge.fx" />
<None Include="GS\res\shadeboost.fx" />
<None Include="GS\res\tfx.fx" />
<None Include="PAD\Windows\Default.ini" />
<None Include="Utilities\folderdesc.txt" />
<None Include="Docs\License.txt" />

View File

@ -241,6 +241,9 @@
<Filter Include="System\Ps2\PAD">
<UniqueIdentifier>{e1cbcaf6-9f65-4f14-9e89-27dd0f10e047}</UniqueIdentifier>
</Filter>
<Filter Include="System\Ps2\GS\Shaders">
<UniqueIdentifier>{38f3b97b-eac6-4085-b6b0-567ec5081242}</UniqueIdentifier>
</Filter>
</ItemGroup>
<ItemGroup>
<None Include="Utilities\folderdesc.txt">
@ -294,6 +297,45 @@
<None Include="PAD\Windows\Default.ini">
<Filter>System\Ps2\PAD</Filter>
</None>
<None Include="GS\res\glsl\common_header.glsl">
<Filter>System\Ps2\GS\Shaders</Filter>
</None>
<None Include="GS\res\glsl\convert.glsl">
<Filter>System\Ps2\GS\Shaders</Filter>
</None>
<None Include="GS\res\glsl\interlace.glsl">
<Filter>System\Ps2\GS\Shaders</Filter>
</None>
<None Include="GS\res\glsl\merge.glsl">
<Filter>System\Ps2\GS\Shaders</Filter>
</None>
<None Include="GS\res\glsl\shadeboost.glsl">
<Filter>System\Ps2\GS\Shaders</Filter>
</None>
<None Include="GS\res\glsl\tfx_fs.glsl">
<Filter>System\Ps2\GS\Shaders</Filter>
</None>
<None Include="GS\res\glsl\tfx_vgs.glsl">
<Filter>System\Ps2\GS\Shaders</Filter>
</None>
<None Include="GS\res\convert.fx">
<Filter>System\Ps2\GS\Shaders</Filter>
</None>
<None Include="GS\res\fxaa.fx">
<Filter>System\Ps2\GS\Shaders</Filter>
</None>
<None Include="GS\res\interlace.fx">
<Filter>System\Ps2\GS\Shaders</Filter>
</None>
<None Include="GS\res\merge.fx">
<Filter>System\Ps2\GS\Shaders</Filter>
</None>
<None Include="GS\res\shadeboost.fx">
<Filter>System\Ps2\GS\Shaders</Filter>
</None>
<None Include="GS\res\tfx.fx">
<Filter>System\Ps2\GS\Shaders</Filter>
</None>
</ItemGroup>
<ItemGroup>
<ClCompile Include="Patch.cpp">