mirror of https://github.com/stella-emu/stella.git
Updated VS project files for class rearrangement.
git-svn-id: svn://svn.code.sf.net/p/stella/code/trunk@2589 8b62c5a3-ac7e-4cc8-8f21-d9a121418aba
This commit is contained in:
parent
b0db10e969
commit
4d63457a82
|
@ -250,8 +250,6 @@ SDLmain.lib
|
|||
<ClCompile Include="SDL_win32_main.c" />
|
||||
<ClCompile Include="SerialPortWin32.cxx" />
|
||||
<ClCompile Include="SettingsWin32.cxx" />
|
||||
<ClCompile Include="..\common\Snapshot.cxx" />
|
||||
<ClCompile Include="..\common\SoundNull.cxx" />
|
||||
<ClCompile Include="..\common\SoundSDL.cxx" />
|
||||
<ClCompile Include="..\emucore\AtariVox.cxx" />
|
||||
<ClCompile Include="..\emucore\Booster.cxx" />
|
||||
|
@ -458,8 +456,6 @@ SDLmain.lib
|
|||
<ClInclude Include="SerialPortWin32.hxx" />
|
||||
<ClInclude Include="SettingsWin32.hxx" />
|
||||
<ClInclude Include="..\common\SharedPtr.hxx" />
|
||||
<ClInclude Include="..\common\Snapshot.hxx" />
|
||||
<ClInclude Include="..\common\SoundNull.hxx" />
|
||||
<ClInclude Include="..\common\SoundSDL.hxx" />
|
||||
<ClInclude Include="..\common\Stack.hxx" />
|
||||
<ClInclude Include="..\common\Version.hxx" />
|
||||
|
|
|
@ -81,12 +81,6 @@
|
|||
<ClCompile Include="SettingsWin32.cxx">
|
||||
<Filter>Source Files</Filter>
|
||||
</ClCompile>
|
||||
<ClCompile Include="..\common\Snapshot.cxx">
|
||||
<Filter>Source Files</Filter>
|
||||
</ClCompile>
|
||||
<ClCompile Include="..\common\SoundNull.cxx">
|
||||
<Filter>Source Files</Filter>
|
||||
</ClCompile>
|
||||
<ClCompile Include="..\common\SoundSDL.cxx">
|
||||
<Filter>Source Files</Filter>
|
||||
</ClCompile>
|
||||
|
@ -668,12 +662,6 @@
|
|||
<ClInclude Include="..\common\SharedPtr.hxx">
|
||||
<Filter>Header Files</Filter>
|
||||
</ClInclude>
|
||||
<ClInclude Include="..\common\Snapshot.hxx">
|
||||
<Filter>Header Files</Filter>
|
||||
</ClInclude>
|
||||
<ClInclude Include="..\common\SoundNull.hxx">
|
||||
<Filter>Header Files</Filter>
|
||||
</ClInclude>
|
||||
<ClInclude Include="..\common\SoundSDL.hxx">
|
||||
<Filter>Header Files</Filter>
|
||||
</ClInclude>
|
||||
|
|
Loading…
Reference in New Issue