We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 80628d4 commit 82d9762Copy full SHA for 82d9762
windows/ReactNativeBlobUtil/ReactNativeBlobUtil.vcxproj
@@ -60,6 +60,7 @@
60
<PlatformToolset>v140</PlatformToolset>
61
<PlatformToolset Condition="'$(VisualStudioVersion)' == '15.0'">v141</PlatformToolset>
62
<PlatformToolset Condition="'$(VisualStudioVersion)' == '16.0'">v142</PlatformToolset>
63
+ <PlatformToolset Condition="'$(VisualStudioVersion)' == '17.0'">v142</PlatformToolset>
64
<CharacterSet>Unicode</CharacterSet>
65
<GenerateManifest>false</GenerateManifest>
66
</PropertyGroup>
@@ -177,4 +178,4 @@
177
178
<LinkLibraryDependencies>true</LinkLibraryDependencies>
179
</ProjectReference>
180
</ItemGroup>
-</Project>
181
+</Project>
0 commit comments