Skip to content

Commit

Permalink
Fix opening add-on examples solution in Visual Studio 2022
Browse files Browse the repository at this point in the history
  • Loading branch information
crosire committed Sep 16, 2022
1 parent aad478a commit d559fe4
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion examples/04-texture_dump/texturemod_dump.vcxproj
Original file line number Diff line number Diff line change
Expand Up @@ -23,14 +23,15 @@
<ProjectGuid>{FBE035F6-A729-465C-9EB8-1F94DFC4A8B6}</ProjectGuid>
<Keyword>Win32Proj</Keyword>
<WindowsTargetPlatformVersion>10.0.17763.0</WindowsTargetPlatformVersion>
<WindowsTargetPlatformVersion Condition="'$(VisualStudioVersion)'=='16.0'">10.0</WindowsTargetPlatformVersion>
<WindowsTargetPlatformVersion Condition="'$(VisualStudioVersion)'&gt;='16.0'">10.0</WindowsTargetPlatformVersion>
<ProjectName>04-texture_dump</ProjectName>
</PropertyGroup>
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
<PropertyGroup Label="Configuration">
<CharacterSet>Unicode</CharacterSet>
<PlatformToolset>v141</PlatformToolset>
<PlatformToolset Condition="'$(VisualStudioVersion)'=='16.0'">v142</PlatformToolset>
<PlatformToolset Condition="'$(VisualStudioVersion)'=='17.0'">v143</PlatformToolset>
</PropertyGroup>
<PropertyGroup Label="Configuration" Condition="'$(Configuration)'=='Debug'">
<ConfigurationType>DynamicLibrary</ConfigurationType>
Expand Down

0 comments on commit d559fe4

Please sign in to comment.