Updated VS project file for EventHandler refactoring.

This commit is contained in:
Stephen Anthony 2018-03-17 18:12:31 -02:30
parent 76b6026d30
commit 77ba46ec3a
2 changed files with 16 additions and 4 deletions

View File

@ -235,6 +235,8 @@
<ClCompile Include="..\common\FSNodeZIP.cxx" />
<ClCompile Include="..\common\main.cxx" />
<ClCompile Include="..\common\MouseControl.cxx" />
<ClCompile Include="..\common\PhysicalJoystick.cxx" />
<ClCompile Include="..\common\PJoystickHandler.cxx" />
<ClCompile Include="..\common\RewindManager.cxx" />
<ClCompile Include="..\common\StateManager.cxx" />
<ClCompile Include="..\common\tv_filters\AtariNTSC.cxx" />
@ -320,7 +322,6 @@
<ClCompile Include="..\emucore\CartE78K.cxx" />
<ClCompile Include="..\emucore\CartWD.cxx" />
<ClCompile Include="..\emucore\CompuMate.cxx" />
<ClCompile Include="..\emucore\EventJoyHandler.cxx" />
<ClCompile Include="..\emucore\FBSurface.cxx" />
<ClCompile Include="..\emucore\MindLink.cxx" />
<ClCompile Include="..\emucore\PointingDevice.cxx" />
@ -519,6 +520,8 @@
<ClInclude Include="..\common\LinkedObjectPool.hxx" />
<ClInclude Include="..\common\MediaFactory.hxx" />
<ClInclude Include="..\common\MouseControl.hxx" />
<ClInclude Include="..\common\PhysicalJoystick.hxx" />
<ClInclude Include="..\common\PJoystickHandler.hxx" />
<ClInclude Include="..\common\RewindManager.hxx" />
<ClInclude Include="..\common\StateManager.hxx" />
<ClInclude Include="..\common\StellaKeys.hxx" />

View File

@ -744,9 +744,6 @@
<ClCompile Include="..\debugger\gui\CartMDMWidget.cxx">
<Filter>Source Files\debugger</Filter>
</ClCompile>
<ClCompile Include="..\emucore\EventJoyHandler.cxx">
<Filter>Source Files\emucore</Filter>
</ClCompile>
<ClCompile Include="..\common\main.cxx">
<Filter>Source Files</Filter>
</ClCompile>
@ -894,6 +891,12 @@
<ClCompile Include="..\gui\TimeLineWidget.cxx">
<Filter>Source Files\gui</Filter>
</ClCompile>
<ClCompile Include="..\common\PhysicalJoystick.cxx">
<Filter>Source Files</Filter>
</ClCompile>
<ClCompile Include="..\common\PJoystickHandler.cxx">
<Filter>Source Files</Filter>
</ClCompile>
</ItemGroup>
<ItemGroup>
<ClInclude Include="..\common\bspf.hxx">
@ -1829,6 +1832,12 @@
<ClInclude Include="..\gui\TimeLineWidget.hxx">
<Filter>Header Files\gui</Filter>
</ClInclude>
<ClInclude Include="..\common\PhysicalJoystick.hxx">
<Filter>Header Files</Filter>
</ClInclude>
<ClInclude Include="..\common\PJoystickHandler.hxx">
<Filter>Header Files</Filter>
</ClInclude>
</ItemGroup>
<ItemGroup>
<None Include="stella.ico">