Updated VS2010 project files for recent class additions.

git-svn-id: svn://svn.code.sf.net/p/stella/code/trunk@2363 8b62c5a3-ac7e-4cc8-8f21-d9a121418aba
This commit is contained in:
stephena 2012-01-21 13:20:55 +00:00
parent 97490e75d3
commit ac4665367a
2 changed files with 12 additions and 0 deletions

View File

@ -230,6 +230,7 @@ SDLmain.lib
<ClCompile Include="..\debugger\gui\KeyboardWidget.cxx" />
<ClCompile Include="..\debugger\gui\PaddleWidget.cxx" />
<ClCompile Include="..\emucore\CartCM.cxx" />
<ClCompile Include="..\emucore\CartFA2.cxx" />
<ClCompile Include="..\emucore\CompuMate.cxx" />
<ClCompile Include="..\emucore\MindLink.cxx" />
<ClCompile Include="..\gui\LoggerDialog.cxx" />
@ -420,6 +421,7 @@ SDLmain.lib
<ClInclude Include="..\common\FBSurfaceTIA.hxx" />
<ClInclude Include="..\common\FrameBufferGL.hxx" />
<ClInclude Include="..\common\FrameBufferSoft.hxx" />
<ClInclude Include="..\common\StellaKeys.hxx" />
<ClInclude Include="..\common\StringList.hxx" />
<ClInclude Include="..\common\StringParser.hxx" />
<ClInclude Include="..\debugger\gui\BoosterWidget.hxx" />
@ -431,6 +433,7 @@ SDLmain.lib
<ClInclude Include="..\debugger\gui\NullControlWidget.hxx" />
<ClInclude Include="..\debugger\gui\PaddleWidget.hxx" />
<ClInclude Include="..\emucore\CartCM.hxx" />
<ClInclude Include="..\emucore\CartFA2.hxx" />
<ClInclude Include="..\emucore\CompuMate.hxx" />
<ClInclude Include="..\emucore\MindLink.hxx" />
<ClInclude Include="..\gui\LoggerDialog.hxx" />

View File

@ -618,6 +618,9 @@
<ClCompile Include="..\debugger\gui\PaddleWidget.cxx">
<Filter>Source Files\debugger</Filter>
</ClCompile>
<ClCompile Include="..\emucore\CartFA2.cxx">
<Filter>Source Files\emucore</Filter>
</ClCompile>
</ItemGroup>
<ItemGroup>
<ClInclude Include="..\common\Array.hxx">
@ -1220,6 +1223,12 @@
<ClInclude Include="..\debugger\gui\PaddleWidget.hxx">
<Filter>Header Files\debugger</Filter>
</ClInclude>
<ClInclude Include="..\common\StellaKeys.hxx">
<Filter>Header Files</Filter>
</ClInclude>
<ClInclude Include="..\emucore\CartFA2.hxx">
<Filter>Header Files\emucore</Filter>
</ClInclude>
</ItemGroup>
<ItemGroup>
<None Include="stella.ico">