Updated VS project file for DASH class additions.

git-svn-id: svn://svn.code.sf.net/p/stella/code/trunk@2970 8b62c5a3-ac7e-4cc8-8f21-d9a121418aba
This commit is contained in:
stephena 2014-07-31 19:47:54 +00:00
parent adbd8f673d
commit 9b864cc9c1
2 changed files with 8 additions and 0 deletions

View File

@ -243,6 +243,7 @@
<ClCompile Include="..\debugger\gui\CartCMWidget.cxx" />
<ClCompile Include="..\debugger\gui\CartCTYWidget.cxx" />
<ClCompile Include="..\debugger\gui\CartCVWidget.cxx" />
<ClCompile Include="..\debugger\gui\CartDASHWidget.cxx" />
<ClCompile Include="..\debugger\gui\CartDFSCWidget.cxx" />
<ClCompile Include="..\debugger\gui\CartDFWidget.cxx" />
<ClCompile Include="..\debugger\gui\CartDPCPlusWidget.cxx" />
@ -496,6 +497,7 @@
<ClInclude Include="..\debugger\gui\CartCMWidget.hxx" />
<ClInclude Include="..\debugger\gui\CartCTYWidget.hxx" />
<ClInclude Include="..\debugger\gui\CartCVWidget.hxx" />
<ClInclude Include="..\debugger\gui\CartDASHWidget.hxx" />
<ClInclude Include="..\debugger\gui\CartDebugWidget.hxx" />
<ClInclude Include="..\debugger\gui\CartDFSCWidget.hxx" />
<ClInclude Include="..\debugger\gui\CartDFWidget.hxx" />

View File

@ -768,6 +768,9 @@
<ClCompile Include="..\debugger\gui\SaveKeyWidget.cxx">
<Filter>Source Files\debugger</Filter>
</ClCompile>
<ClCompile Include="..\debugger\gui\CartDASHWidget.cxx">
<Filter>Source Files\debugger</Filter>
</ClCompile>
</ItemGroup>
<ItemGroup>
<ClInclude Include="..\common\Array.hxx">
@ -1550,6 +1553,9 @@
<ClInclude Include="..\debugger\gui\SaveKeyWidget.hxx">
<Filter>Header Files\debugger</Filter>
</ClInclude>
<ClInclude Include="..\debugger\gui\CartDASHWidget.hxx">
<Filter>Header Files\debugger</Filter>
</ClInclude>
</ItemGroup>
<ItemGroup>
<None Include="stella.ico">