mirror of https://github.com/stella-emu/stella.git
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:
parent
adbd8f673d
commit
9b864cc9c1
|
@ -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" />
|
||||
|
|
|
@ -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">
|
||||
|
|
Loading…
Reference in New Issue