Skip to content

Commit

Permalink
Fix GDKX build due to missing PlatformToolset
Browse files Browse the repository at this point in the history
  • Loading branch information
tomcashman authored and flibitijibibo committed Mar 4, 2023
1 parent 4d36f69 commit fc2732b
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion visualc-gdk/libtheorafile/libtheorafile.vcxproj
Original file line number Diff line number Diff line change
Expand Up @@ -27,12 +27,14 @@
<ConfigurationType>DynamicLibrary</ConfigurationType>
<UseDebugLibraries>true</UseDebugLibraries>
<CharacterSet>MultiByte</CharacterSet>
<PlatformToolset Condition="'$(VisualStudioVersion)' != '10.0'">$(DefaultPlatformToolset)</PlatformToolset>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)'=='Release'" Label="Configuration">
<ConfigurationType>DynamicLibrary</ConfigurationType>
<UseDebugLibraries>false</UseDebugLibraries>
<WholeProgramOptimization>true</WholeProgramOptimization>
<CharacterSet>MultiByte</CharacterSet>
<PlatformToolset Condition="'$(VisualStudioVersion)' != '10.0'">$(DefaultPlatformToolset)</PlatformToolset>
</PropertyGroup>
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
<ImportGroup Label="ExtensionSettings">
Expand Down Expand Up @@ -120,4 +122,4 @@
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
<ImportGroup Label="ExtensionTargets">
</ImportGroup>
</Project>
</Project>

0 comments on commit fc2732b

Please sign in to comment.