mirror of https://github.com/stella-emu/stella.git
Updated VS project file for recent class addition.
git-svn-id: svn://svn.code.sf.net/p/stella/code/trunk@2750 8b62c5a3-ac7e-4cc8-8f21-d9a121418aba
This commit is contained in:
parent
b796028617
commit
f01bd88cfb
|
@ -268,6 +268,7 @@ SDLmain.lib
|
|||
<ClCompile Include="..\debugger\gui\JoystickWidget.cxx" />
|
||||
<ClCompile Include="..\debugger\gui\KeyboardWidget.cxx" />
|
||||
<ClCompile Include="..\debugger\gui\PaddleWidget.cxx" />
|
||||
<ClCompile Include="..\debugger\gui\RomListSettings.cxx" />
|
||||
<ClCompile Include="..\emucore\CartCM.cxx" />
|
||||
<ClCompile Include="..\emucore\CartCTY.cxx" />
|
||||
<ClCompile Include="..\emucore\CartFA2.cxx" />
|
||||
|
@ -508,6 +509,7 @@ SDLmain.lib
|
|||
<ClInclude Include="..\debugger\gui\KeyboardWidget.hxx" />
|
||||
<ClInclude Include="..\debugger\gui\NullControlWidget.hxx" />
|
||||
<ClInclude Include="..\debugger\gui\PaddleWidget.hxx" />
|
||||
<ClInclude Include="..\debugger\gui\RomListSettings.hxx" />
|
||||
<ClInclude Include="..\emucore\CartCM.hxx" />
|
||||
<ClInclude Include="..\emucore\CartCTY.hxx" />
|
||||
<ClInclude Include="..\emucore\CartCTYTunes.hxx" />
|
||||
|
|
|
@ -720,6 +720,9 @@
|
|||
<ClCompile Include="..\gui\FileListWidget.cxx">
|
||||
<Filter>Source Files\gui</Filter>
|
||||
</ClCompile>
|
||||
<ClCompile Include="..\debugger\gui\RomListSettings.cxx">
|
||||
<Filter>Source Files\debugger</Filter>
|
||||
</ClCompile>
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<ClInclude Include="..\common\Array.hxx">
|
||||
|
@ -1442,6 +1445,9 @@
|
|||
<ClInclude Include="..\common\Variant.hxx">
|
||||
<Filter>Header Files</Filter>
|
||||
</ClInclude>
|
||||
<ClInclude Include="..\debugger\gui\RomListSettings.hxx">
|
||||
<Filter>Header Files\debugger</Filter>
|
||||
</ClInclude>
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<None Include="stella.ico">
|
||||
|
|
Loading…
Reference in New Issue