(Wswan MSVC 2010 360) Fix solution

This commit is contained in:
twinaphex 2013-01-16 15:58:41 +01:00
parent 3d212eb76e
commit 6fefaa80fa
2 changed files with 4 additions and 4 deletions

View File

@ -67,11 +67,11 @@
<ClCompile Include="..\..\..\mednafen\wswan\gfx.cpp" />
<ClCompile Include="..\..\..\mednafen\wswan\interrupt.cpp" />
<ClCompile Include="..\..\..\mednafen\wswan\main.cpp" />
<ClCompile Include="..\..\..\mednafen\wswan\memory.cpp" />
<ClCompile Include="..\..\..\mednafen\wswan\rtc.cpp" />
<ClCompile Include="..\..\..\mednafen\wswan\sound.cpp" />
<ClCompile Include="..\..\..\mednafen\wswan\tcache.cpp" />
<ClCompile Include="..\..\..\mednafen\wswan\v30mz.cpp" />
<ClCompile Include="..\..\..\mednafen\wswan\wswan-memory.cpp" />
<ClCompile Include="..\..\..\scrc32.cpp" />
<ClCompile Include="..\..\..\stubs.cpp" />
</ItemGroup>

View File

@ -113,9 +113,6 @@
<ClCompile Include="..\..\..\mednafen\wswan\main.cpp">
<Filter>Source Files\mednafen\wswan</Filter>
</ClCompile>
<ClCompile Include="..\..\..\mednafen\wswan\memory.cpp">
<Filter>Source Files\mednafen\wswan</Filter>
</ClCompile>
<ClCompile Include="..\..\..\mednafen\wswan\rtc.cpp">
<Filter>Source Files\mednafen\wswan</Filter>
</ClCompile>
@ -125,5 +122,8 @@
<ClCompile Include="..\..\..\mednafen\wswan\tcache.cpp">
<Filter>Source Files\mednafen\wswan</Filter>
</ClCompile>
<ClCompile Include="..\..\..\mednafen\wswan\wswan-memory.cpp">
<Filter>Source Files\mednafen\wswan</Filter>
</ClCompile>
</ItemGroup>
</Project>