mirror of https://github.com/stella-emu/stella.git
Fix missing file in VS project file.
This commit is contained in:
parent
8da512ff3b
commit
e4fb7d6adb
|
@ -620,6 +620,7 @@
|
|||
<ClCompile Include="..\..\common\FBBackendSDL2.cxx" />
|
||||
<ClCompile Include="..\..\common\FBSurfaceSDL2.cxx" />
|
||||
<ClCompile Include="..\..\common\FpsMeter.cxx" />
|
||||
<ClCompile Include="..\..\common\FSNodeREGULAR.cxx" />
|
||||
<ClCompile Include="..\..\common\FSNodeZIP.cxx" />
|
||||
<ClCompile Include="..\..\common\HighScoresManager.cxx" />
|
||||
<ClCompile Include="..\..\common\JoyMap.cxx" />
|
||||
|
@ -1796,6 +1797,7 @@
|
|||
<ClInclude Include="..\..\common\FBSurfaceSDL2.hxx" />
|
||||
<ClInclude Include="..\..\common\FpsMeter.hxx" />
|
||||
<ClInclude Include="..\..\common\FSNodeFactory.hxx" />
|
||||
<ClInclude Include="..\..\common\FSNodeREGULAR.hxx" />
|
||||
<ClInclude Include="..\..\common\FSNodeZIP.hxx" />
|
||||
<ClInclude Include="..\..\common\HighScoresManager.hxx" />
|
||||
<ClInclude Include="..\..\common\JoyMap.hxx" />
|
||||
|
@ -2391,4 +2393,4 @@
|
|||
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
|
||||
<ImportGroup Label="ExtensionTargets">
|
||||
</ImportGroup>
|
||||
</Project>
|
||||
</Project>
|
|
@ -138,9 +138,6 @@
|
|||
<ClCompile Include="..\..\common\FBBackendSDL2.cxx">
|
||||
<Filter>Source Files</Filter>
|
||||
</ClCompile>
|
||||
<ClCompile Include="FSNodeWINDOWS.cxx">
|
||||
<Filter>Source Files</Filter>
|
||||
</ClCompile>
|
||||
<ClCompile Include="OSystemWINDOWS.cxx">
|
||||
<Filter>Source Files</Filter>
|
||||
</ClCompile>
|
||||
|
@ -1194,6 +1191,9 @@
|
|||
<ClCompile Include="..\..\common\sdl_blitter\QisBlitter.cxx">
|
||||
<Filter>Source Files\sdl_blitter</Filter>
|
||||
</ClCompile>
|
||||
<ClCompile Include="..\..\common\FSNodeREGULAR.cxx">
|
||||
<Filter>Source Files</Filter>
|
||||
</ClCompile>
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<ClInclude Include="..\..\common\bspf.hxx">
|
||||
|
@ -1652,9 +1652,6 @@
|
|||
<ClInclude Include="..\..\common\FSNodeZIP.hxx">
|
||||
<Filter>Header Files</Filter>
|
||||
</ClInclude>
|
||||
<ClInclude Include="FSNodeWINDOWS.hxx">
|
||||
<Filter>Header Files</Filter>
|
||||
</ClInclude>
|
||||
<ClInclude Include="..\..\common\ZipHandler.hxx">
|
||||
<Filter>Header Files</Filter>
|
||||
</ClInclude>
|
||||
|
@ -2435,6 +2432,9 @@
|
|||
<ClInclude Include="..\..\common\smartmod.hxx">
|
||||
<Filter>Header Files</Filter>
|
||||
</ClInclude>
|
||||
<ClInclude Include="..\..\common\FSNodeREGULAR.hxx">
|
||||
<Filter>Header Files</Filter>
|
||||
</ClInclude>
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<None Include="stella.ico">
|
||||
|
|
Loading…
Reference in New Issue