This commit is contained in:
Thomas Jentzsch 2022-06-30 16:43:54 +02:00
parent 331cdba445
commit 9eaaefd802
2 changed files with 2 additions and 2 deletions

View File

@ -827,7 +827,7 @@
<ClCompile Include="..\debugger\gui\GenesisWidget.cxx">
<ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='Debug-NoDebugger|x64'">true</ExcludedFromBuild>
</ClCompile>
<ClCompile Include="..\debugger\gui\Joy2PlusWidget.cxx" />
<ClCompile Include="..\debugger\gui\Joy2BPlusWidget.cxx" />
<ClCompile Include="..\debugger\gui\JoystickWidget.cxx">
<ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='Debug-NoDebugger|x64'">true</ExcludedFromBuild>
</ClCompile>

View File

@ -1143,7 +1143,7 @@
<ClCompile Include="..\emucore\Joy2BPlus.cxx">
<Filter>Source Files\emucore</Filter>
</ClCompile>
<ClCompile Include="..\debugger\gui\Joy2PlusWidget.cxx">
<ClCompile Include="..\debugger\gui\Joy2BPlusWidget.cxx">
<Filter>Source Files\debugger</Filter>
</ClCompile>
</ItemGroup>