mirror of
https://github.com/hrydgard/ppsspp.git
synced 2025-04-02 11:01:50 -04:00
Fix vcxproj
This commit is contained in:
parent
34e45c438b
commit
0fc830cf6f
2 changed files with 8 additions and 4 deletions
|
@ -356,11 +356,12 @@
|
|||
<ClInclude Include="XinputDevice.h" />
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<None Include="..\android\atlasscript.txt" />
|
||||
<None Include="..\android\jni\Android.mk" />
|
||||
<None Include="..\android\jni\Application.mk" />
|
||||
<None Include="..\android\jni\Locals.mk" />
|
||||
<None Include="..\assets\langregion.ini" />
|
||||
<None Include="..\atlasscript.txt" />
|
||||
<None Include="..\atlasscript_lowmem.txt" />
|
||||
<None Include="..\CMakeLists.txt" />
|
||||
<None Include="..\README.md" />
|
||||
<None Include="git-version-gen.cmd" />
|
||||
|
|
|
@ -263,9 +263,6 @@
|
|||
<Filter>Resource Files</Filter>
|
||||
</None>
|
||||
<None Include="..\README.md" />
|
||||
<None Include="..\android\atlasscript.txt">
|
||||
<Filter>Other Platforms</Filter>
|
||||
</None>
|
||||
<None Include="..\android\jni\Application.mk">
|
||||
<Filter>Other Platforms</Filter>
|
||||
</None>
|
||||
|
@ -284,6 +281,12 @@
|
|||
<None Include="..\android\jni\Locals.mk">
|
||||
<Filter>Other Platforms</Filter>
|
||||
</None>
|
||||
<None Include="..\atlasscript.txt">
|
||||
<Filter>Other Platforms</Filter>
|
||||
</None>
|
||||
<None Include="..\atlasscript_lowmem.txt">
|
||||
<Filter>Other Platforms</Filter>
|
||||
</None>
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<ResourceCompile Include="ppsspp.rc">
|
||||
|
|
Loading…
Add table
Reference in a new issue