mirror of https://github.com/stella-emu/stella.git
Updated Visual Studio project file for CartWDWidget class.
git-svn-id: svn://svn.code.sf.net/p/stella/code/trunk@3107 8b62c5a3-ac7e-4cc8-8f21-d9a121418aba
This commit is contained in:
parent
6c900cdec5
commit
e0c8c9bb60
|
@ -270,6 +270,7 @@
|
|||
<ClCompile Include="..\debugger\gui\CartRamWidget.cxx" />
|
||||
<ClCompile Include="..\debugger\gui\CartSBWidget.cxx" />
|
||||
<ClCompile Include="..\debugger\gui\CartUAWidget.cxx" />
|
||||
<ClCompile Include="..\debugger\gui\CartWDWidget.cxx" />
|
||||
<ClCompile Include="..\debugger\gui\CartX07Widget.cxx" />
|
||||
<ClCompile Include="..\debugger\gui\DrivingWidget.cxx" />
|
||||
<ClCompile Include="..\debugger\gui\GenesisWidget.cxx" />
|
||||
|
@ -520,6 +521,7 @@
|
|||
<ClInclude Include="..\debugger\gui\CartRamWidget.hxx" />
|
||||
<ClInclude Include="..\debugger\gui\CartSBWidget.hxx" />
|
||||
<ClInclude Include="..\debugger\gui\CartUAWidget.hxx" />
|
||||
<ClInclude Include="..\debugger\gui\CartWDWidget.hxx" />
|
||||
<ClInclude Include="..\debugger\gui\CartX07Widget.hxx" />
|
||||
<ClInclude Include="..\debugger\gui\ControllerWidget.hxx" />
|
||||
<ClInclude Include="..\debugger\gui\DrivingWidget.hxx" />
|
||||
|
|
|
@ -771,6 +771,9 @@
|
|||
<ClCompile Include="..\emucore\CartWD.cxx">
|
||||
<Filter>Source Files\emucore</Filter>
|
||||
</ClCompile>
|
||||
<ClCompile Include="..\debugger\gui\CartWDWidget.cxx">
|
||||
<Filter>Source Files\debugger</Filter>
|
||||
</ClCompile>
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<ClInclude Include="..\common\bspf.hxx">
|
||||
|
@ -1559,6 +1562,9 @@
|
|||
<ClInclude Include="..\emucore\CartWD.hxx">
|
||||
<Filter>Header Files\emucore</Filter>
|
||||
</ClInclude>
|
||||
<ClInclude Include="..\debugger\gui\CartWDWidget.hxx">
|
||||
<Filter>Header Files\debugger</Filter>
|
||||
</ClInclude>
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<None Include="stella.ico">
|
||||
|
|
Loading…
Reference in New Issue