Skip to content

Commit 816b53a

Browse files
authored
Merge pull request joltup#232 from yonderinfo/patch-1
Support Visual Studio 2022
2 parents 6290b21 + 82d9762 commit 816b53a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

windows/ReactNativeBlobUtil/ReactNativeBlobUtil.vcxproj

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,7 @@
6060
<PlatformToolset>v140</PlatformToolset>
6161
<PlatformToolset Condition="'$(VisualStudioVersion)' == '15.0'">v141</PlatformToolset>
6262
<PlatformToolset Condition="'$(VisualStudioVersion)' == '16.0'">v142</PlatformToolset>
63+
<PlatformToolset Condition="'$(VisualStudioVersion)' == '17.0'">v142</PlatformToolset>
6364
<CharacterSet>Unicode</CharacterSet>
6465
<GenerateManifest>false</GenerateManifest>
6566
</PropertyGroup>
@@ -177,4 +178,4 @@
177178
<LinkLibraryDependencies>true</LinkLibraryDependencies>
178179
</ProjectReference>
179180
</ItemGroup>
180-
</Project>
181+
</Project>

0 commit comments

Comments
 (0)