Updated Visual Studio project file for recent class rearrangement.

git-svn-id: svn://svn.code.sf.net/p/stella/code/trunk@3064 8b62c5a3-ac7e-4cc8-8f21-d9a121418aba
This commit is contained in:
stephena 2014-11-09 22:23:11 +00:00
parent 4c9e139fcc
commit 218e153793
2 changed files with 4 additions and 8 deletions

View File

@ -377,7 +377,6 @@
<ClCompile Include="..\debugger\gui\DebuggerDialog.cxx" /> <ClCompile Include="..\debugger\gui\DebuggerDialog.cxx" />
<ClCompile Include="..\debugger\DebuggerParser.cxx" /> <ClCompile Include="..\debugger\DebuggerParser.cxx" />
<ClCompile Include="..\debugger\DiStella.cxx" /> <ClCompile Include="..\debugger\DiStella.cxx" />
<ClCompile Include="..\debugger\Expression.cxx" />
<ClCompile Include="..\debugger\PackedBitArray.cxx" /> <ClCompile Include="..\debugger\PackedBitArray.cxx" />
<ClCompile Include="..\debugger\gui\PromptWidget.cxx" /> <ClCompile Include="..\debugger\gui\PromptWidget.cxx" />
<ClCompile Include="..\debugger\gui\RamWidget.cxx" /> <ClCompile Include="..\debugger\gui\RamWidget.cxx" />
@ -471,6 +470,7 @@
<ClInclude Include="..\common\FrameBufferSDL2.hxx" /> <ClInclude Include="..\common\FrameBufferSDL2.hxx" />
<ClInclude Include="..\common\FSNodeFactory.hxx" /> <ClInclude Include="..\common\FSNodeFactory.hxx" />
<ClInclude Include="..\common\FSNodeZIP.hxx" /> <ClInclude Include="..\common\FSNodeZIP.hxx" />
<ClInclude Include="..\common\MediaFactory.hxx" />
<ClInclude Include="..\common\MouseControl.hxx" /> <ClInclude Include="..\common\MouseControl.hxx" />
<ClInclude Include="..\common\StellaKeys.hxx" /> <ClInclude Include="..\common\StellaKeys.hxx" />
<ClInclude Include="..\common\StringParser.hxx" /> <ClInclude Include="..\common\StringParser.hxx" />
@ -611,7 +611,6 @@
<ClInclude Include="..\emucore\M6502.hxx" /> <ClInclude Include="..\emucore\M6502.hxx" />
<ClInclude Include="..\emucore\M6532.hxx" /> <ClInclude Include="..\emucore\M6532.hxx" />
<ClInclude Include="..\emucore\MD5.hxx" /> <ClInclude Include="..\emucore\MD5.hxx" />
<ClInclude Include="..\emucore\MediaFactory.hxx" />
<ClInclude Include="..\emucore\MT24LC256.hxx" /> <ClInclude Include="..\emucore\MT24LC256.hxx" />
<ClInclude Include="..\emucore\NullDev.hxx" /> <ClInclude Include="..\emucore\NullDev.hxx" />
<ClInclude Include="..\emucore\OSystem.hxx" /> <ClInclude Include="..\emucore\OSystem.hxx" />

View File

@ -297,9 +297,6 @@
<ClCompile Include="..\debugger\DiStella.cxx"> <ClCompile Include="..\debugger\DiStella.cxx">
<Filter>Source Files\debugger</Filter> <Filter>Source Files\debugger</Filter>
</ClCompile> </ClCompile>
<ClCompile Include="..\debugger\Expression.cxx">
<Filter>Source Files\debugger</Filter>
</ClCompile>
<ClCompile Include="..\debugger\PackedBitArray.cxx"> <ClCompile Include="..\debugger\PackedBitArray.cxx">
<Filter>Source Files\debugger</Filter> <Filter>Source Files\debugger</Filter>
</ClCompile> </ClCompile>
@ -947,9 +944,6 @@
<ClInclude Include="..\emucore\MD5.hxx"> <ClInclude Include="..\emucore\MD5.hxx">
<Filter>Header Files\emucore</Filter> <Filter>Header Files\emucore</Filter>
</ClInclude> </ClInclude>
<ClInclude Include="..\emucore\MediaFactory.hxx">
<Filter>Header Files\emucore</Filter>
</ClInclude>
<ClInclude Include="..\emucore\MT24LC256.hxx"> <ClInclude Include="..\emucore\MT24LC256.hxx">
<Filter>Header Files\emucore</Filter> <Filter>Header Files\emucore</Filter>
</ClInclude> </ClInclude>
@ -1559,6 +1553,9 @@
<ClInclude Include="..\common\Vec.hxx"> <ClInclude Include="..\common\Vec.hxx">
<Filter>Header Files</Filter> <Filter>Header Files</Filter>
</ClInclude> </ClInclude>
<ClInclude Include="..\common\MediaFactory.hxx">
<Filter>Header Files</Filter>
</ClInclude>
</ItemGroup> </ItemGroup>
<ItemGroup> <ItemGroup>
<None Include="stella.ico"> <None Include="stella.ico">