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

View File

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