mirror of https://github.com/stella-emu/stella.git
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:
parent
4c9e139fcc
commit
218e153793
|
@ -377,7 +377,6 @@
|
|||
<ClCompile Include="..\debugger\gui\DebuggerDialog.cxx" />
|
||||
<ClCompile Include="..\debugger\DebuggerParser.cxx" />
|
||||
<ClCompile Include="..\debugger\DiStella.cxx" />
|
||||
<ClCompile Include="..\debugger\Expression.cxx" />
|
||||
<ClCompile Include="..\debugger\PackedBitArray.cxx" />
|
||||
<ClCompile Include="..\debugger\gui\PromptWidget.cxx" />
|
||||
<ClCompile Include="..\debugger\gui\RamWidget.cxx" />
|
||||
|
@ -471,6 +470,7 @@
|
|||
<ClInclude Include="..\common\FrameBufferSDL2.hxx" />
|
||||
<ClInclude Include="..\common\FSNodeFactory.hxx" />
|
||||
<ClInclude Include="..\common\FSNodeZIP.hxx" />
|
||||
<ClInclude Include="..\common\MediaFactory.hxx" />
|
||||
<ClInclude Include="..\common\MouseControl.hxx" />
|
||||
<ClInclude Include="..\common\StellaKeys.hxx" />
|
||||
<ClInclude Include="..\common\StringParser.hxx" />
|
||||
|
@ -611,7 +611,6 @@
|
|||
<ClInclude Include="..\emucore\M6502.hxx" />
|
||||
<ClInclude Include="..\emucore\M6532.hxx" />
|
||||
<ClInclude Include="..\emucore\MD5.hxx" />
|
||||
<ClInclude Include="..\emucore\MediaFactory.hxx" />
|
||||
<ClInclude Include="..\emucore\MT24LC256.hxx" />
|
||||
<ClInclude Include="..\emucore\NullDev.hxx" />
|
||||
<ClInclude Include="..\emucore\OSystem.hxx" />
|
||||
|
|
|
@ -297,9 +297,6 @@
|
|||
<ClCompile Include="..\debugger\DiStella.cxx">
|
||||
<Filter>Source Files\debugger</Filter>
|
||||
</ClCompile>
|
||||
<ClCompile Include="..\debugger\Expression.cxx">
|
||||
<Filter>Source Files\debugger</Filter>
|
||||
</ClCompile>
|
||||
<ClCompile Include="..\debugger\PackedBitArray.cxx">
|
||||
<Filter>Source Files\debugger</Filter>
|
||||
</ClCompile>
|
||||
|
@ -947,9 +944,6 @@
|
|||
<ClInclude Include="..\emucore\MD5.hxx">
|
||||
<Filter>Header Files\emucore</Filter>
|
||||
</ClInclude>
|
||||
<ClInclude Include="..\emucore\MediaFactory.hxx">
|
||||
<Filter>Header Files\emucore</Filter>
|
||||
</ClInclude>
|
||||
<ClInclude Include="..\emucore\MT24LC256.hxx">
|
||||
<Filter>Header Files\emucore</Filter>
|
||||
</ClInclude>
|
||||
|
@ -1559,6 +1553,9 @@
|
|||
<ClInclude Include="..\common\Vec.hxx">
|
||||
<Filter>Header Files</Filter>
|
||||
</ClInclude>
|
||||
<ClInclude Include="..\common\MediaFactory.hxx">
|
||||
<Filter>Header Files</Filter>
|
||||
</ClInclude>
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<None Include="stella.ico">
|
||||
|
|
Loading…
Reference in New Issue