Remove unneeded rcheevos files from the UWP builds

This commit is contained in:
Henrik Rydgård 2024-04-04 12:09:46 +02:00
parent d02227227b
commit 506d7249a2
2 changed files with 2 additions and 10 deletions

View File

@ -72,8 +72,6 @@
<ClCompile Include="..\..\ext\rcheevos\src\rcheevos\runtime_progress.c" />
<ClCompile Include="..\..\ext\rcheevos\src\rcheevos\trigger.c" />
<ClCompile Include="..\..\ext\rcheevos\src\rcheevos\value.c" />
<ClCompile Include="..\..\ext\rcheevos\src\rhash\cdreader.c" />
<ClCompile Include="..\..\ext\rcheevos\src\rhash\hash.c" />
<ClCompile Include="..\..\ext\rcheevos\src\rhash\md5.c" />
</ItemGroup>
<PropertyGroup Label="Globals">
@ -128,4 +126,4 @@
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
<ImportGroup Label="ExtensionTargets">
</ImportGroup>
</Project>
</Project>

View File

@ -140,12 +140,6 @@
<ClCompile Include="..\..\ext\rcheevos\src\rcheevos\value.c">
<Filter>rcheevos</Filter>
</ClCompile>
<ClCompile Include="..\..\ext\rcheevos\src\rhash\cdreader.c">
<Filter>rhash</Filter>
</ClCompile>
<ClCompile Include="..\..\ext\rcheevos\src\rhash\hash.c">
<Filter>rhash</Filter>
</ClCompile>
<ClCompile Include="..\..\ext\rcheevos\src\rhash\md5.c">
<Filter>rhash</Filter>
</ClCompile>
@ -156,4 +150,4 @@
<Filter>rcheevos</Filter>
</ClCompile>
</ItemGroup>
</Project>
</Project>