Skip to content

Commit

Permalink
Merge pull request #810 from hemostx/h_txt2c_v143
Browse files Browse the repository at this point in the history
BUILD: move txt2c x64 debug target to v143 tools like the others
  • Loading branch information
tcsabina authored Aug 26, 2023
2 parents a41b592 + 224aaa2 commit 82f02cc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion misc/vstudio/txt2c/txt2c.vcxproj
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration">
<ConfigurationType>Application</ConfigurationType>
<UseDebugLibraries>true</UseDebugLibraries>
<PlatformToolset>v142</PlatformToolset>
<PlatformToolset>v143</PlatformToolset>
<CharacterSet>Unicode</CharacterSet>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration">
Expand Down

0 comments on commit 82f02cc

Please sign in to comment.