Update UWP references

This commit is contained in:
fp64 2023-04-18 21:28:02 -04:00
parent 1b534a4272
commit 345b0dcd8b
2 changed files with 5 additions and 17 deletions

View File

@ -883,16 +883,10 @@
<None Include="Content\shaders\tex_mmpx.csh">
<DeploymentContent>true</DeploymentContent>
</None>
<None Include="Content\shaders\upscale_catmull_rom.fsh">
<None Include="Content\shaders\upscale_bicubic.fsh">
<DeploymentContent>true</DeploymentContent>
</None>
<None Include="Content\shaders\upscale_catmull_rom.vsh">
<DeploymentContent>true</DeploymentContent>
</None>
<None Include="Content\shaders\upscale_mitchell_netravali.fsh">
<DeploymentContent>true</DeploymentContent>
</None>
<None Include="Content\shaders\upscale_mitchell_netravali.vsh">
<None Include="Content\shaders\upscale_bicubic.vsh">
<DeploymentContent>true</DeploymentContent>
</None>
<None Include="Content\shaders\upscale_spline36.fsh">
@ -959,4 +953,4 @@
<Import Project="$(VSINSTALLDIR)\Common7\IDE\Extensions\Microsoft\VsGraphics\MeshContentTask.targets" />
<Import Project="$(VSINSTALLDIR)\Common7\IDE\Extensions\Microsoft\VsGraphics\ShaderGraphContentTask.targets" />
</ImportGroup>
</Project>
</Project>

View File

@ -352,16 +352,10 @@
<None Include="Content\shaders\tex_mmpx.csh">
<Filter>Content\shaders</Filter>
</None>
<None Include="Content\shaders\upscale_catmull_rom.fsh">
<None Include="Content\shaders\upscale_bicubic.fsh">
<Filter>Content\shaders</Filter>
</None>
<None Include="Content\shaders\upscale_catmull_rom.vsh">
<Filter>Content\shaders</Filter>
</None>
<None Include="Content\shaders\upscale_mitchell_netravali.fsh">
<Filter>Content\shaders</Filter>
</None>
<None Include="Content\shaders\upscale_mitchell_netravali.vsh">
<None Include="Content\shaders\upscale_bicubic.vsh">
<Filter>Content\shaders</Filter>
</None>
<None Include="Content\shaders\upscale_spline36.fsh">