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.
2 parents 1817279 + a0b1f9c commit 87d7ec8Copy full SHA for 87d7ec8
windows/RNPermissions/RNPermissions.vcxproj
@@ -18,7 +18,7 @@
18
</PropertyGroup>
19
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
20
<PropertyGroup Label="ReactNativeWindowsProps">
21
- <ReactNativeWindowsDir Condition="'$(ReactNativeWindowsDir)' == ''">$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), 'node_modules\react-native-windows\package.json'))\node_modules\react-native-windows\</ReactNativeWindowsDir>
+ <ReactNativeWindowsDir Condition="'$(ReactNativeWindowsDir)' == ''">$([MSBuild]::GetDirectoryNameOfFileAbove($(SolutionDir), 'node_modules\react-native-windows\package.json'))\node_modules\react-native-windows\</ReactNativeWindowsDir>
22
23
<ItemGroup Label="ProjectConfigurations">
24
<ProjectConfiguration Include="Debug|ARM">
0 commit comments