mirror of https://github.com/stella-emu/stella.git
Adjust VC project files for removal of Settings classes.
This commit is contained in:
parent
f26f4e53c6
commit
96b5ffc386
|
@ -141,7 +141,6 @@
|
|||
<ClCompile Include="FSNodeLIBRETRO.cxx" />
|
||||
<ClCompile Include="FrameBufferLIBRETRO.cxx" />
|
||||
<ClCompile Include="OSystemLIBRETRO.cxx" />
|
||||
<ClCompile Include="SettingsLIBRETRO.cxx" />
|
||||
<ClCompile Include="SoundLIBRETRO.cxx" />
|
||||
<ClCompile Include="StellaLIBRETRO.cxx" />
|
||||
<ClCompile Include="..\common\AudioQueue.cxx" />
|
||||
|
@ -517,4 +516,4 @@
|
|||
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
|
||||
<ImportGroup Label="ExtensionTargets">
|
||||
</ImportGroup>
|
||||
</Project>
|
||||
</Project>
|
||||
|
|
|
@ -511,7 +511,6 @@
|
|||
<ClCompile Include="OSystemWINDOWS.cxx" />
|
||||
<ClCompile Include="..\common\PNGLibrary.cxx" />
|
||||
<ClCompile Include="SerialPortWINDOWS.cxx" />
|
||||
<ClCompile Include="SettingsWINDOWS.cxx" />
|
||||
<ClCompile Include="..\common\SoundSDL2.cxx" />
|
||||
<ClCompile Include="..\emucore\AtariVox.cxx" />
|
||||
<ClCompile Include="..\emucore\Booster.cxx" />
|
||||
|
@ -1235,7 +1234,6 @@
|
|||
<ClInclude Include="OSystemWINDOWS.hxx" />
|
||||
<ClInclude Include="..\common\PNGLibrary.hxx" />
|
||||
<ClInclude Include="SerialPortWINDOWS.hxx" />
|
||||
<ClInclude Include="SettingsWINDOWS.hxx" />
|
||||
<ClInclude Include="..\common\SoundSDL2.hxx" />
|
||||
<ClInclude Include="..\common\Stack.hxx" />
|
||||
<ClInclude Include="..\common\Version.hxx" />
|
||||
|
@ -1399,4 +1397,4 @@
|
|||
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
|
||||
<ImportGroup Label="ExtensionTargets">
|
||||
</ImportGroup>
|
||||
</Project>
|
||||
</Project>
|
||||
|
|
|
@ -81,9 +81,6 @@
|
|||
<ClCompile Include="SerialPortWINDOWS.cxx">
|
||||
<Filter>Source Files</Filter>
|
||||
</ClCompile>
|
||||
<ClCompile Include="SettingsWINDOWS.cxx">
|
||||
<Filter>Source Files</Filter>
|
||||
</ClCompile>
|
||||
<ClCompile Include="..\common\SoundSDL2.cxx">
|
||||
<Filter>Source Files</Filter>
|
||||
</ClCompile>
|
||||
|
@ -980,9 +977,6 @@
|
|||
<ClInclude Include="SerialPortWINDOWS.hxx">
|
||||
<Filter>Header Files</Filter>
|
||||
</ClInclude>
|
||||
<ClInclude Include="SettingsWINDOWS.hxx">
|
||||
<Filter>Header Files</Filter>
|
||||
</ClInclude>
|
||||
<ClInclude Include="..\common\SoundSDL2.hxx">
|
||||
<Filter>Header Files</Filter>
|
||||
</ClInclude>
|
||||
|
@ -1976,4 +1970,4 @@
|
|||
<Filter>Resource Files</Filter>
|
||||
</ResourceCompile>
|
||||
</ItemGroup>
|
||||
</Project>
|
||||
</Project>
|
||||
|
|
Loading…
Reference in New Issue