Skip to content

Commit

Permalink
Remove accidental VisualC retargeting
Browse files Browse the repository at this point in the history
  • Loading branch information
TheSpydog committed Oct 24, 2024
1 parent 23cd054 commit eb99836
Showing 1 changed file with 0 additions and 12 deletions.
12 changes: 0 additions & 12 deletions visualc/FNA3D.vcxproj
Original file line number Diff line number Diff line change
Expand Up @@ -34,18 +34,6 @@
<WholeProgramOptimization>true</WholeProgramOptimization>
<CharacterSet>MultiByte</CharacterSet>
</PropertyGroup>
<PropertyGroup Label="Configuration" Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
<PlatformToolset>v143</PlatformToolset>
</PropertyGroup>
<PropertyGroup Label="Configuration" Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
<PlatformToolset>v143</PlatformToolset>
</PropertyGroup>
<PropertyGroup Label="Configuration" Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
<PlatformToolset>v143</PlatformToolset>
</PropertyGroup>
<PropertyGroup Label="Configuration" Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
<PlatformToolset>v143</PlatformToolset>
</PropertyGroup>
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
<ImportGroup Label="ExtensionSettings">
</ImportGroup>
Expand Down

0 comments on commit eb99836

Please sign in to comment.