We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 648960e commit ffd0f9eCopy full SHA for ffd0f9e
1 file changed
packages/app/windows/Win32/ReactApp.vcxproj
@@ -13,6 +13,7 @@
13
<AppxPackage>false</AppxPackage>
14
</PropertyGroup>
15
<PropertyGroup Label="ReactNativeWindowsProps">
16
+ <ProjectRootDir Condition="'$(ProjectRootDir)'==''">$([MSBuild]::GetDirectoryNameOfFileAbove($(SolutionDir), 'app.json'))</ProjectRootDir>
17
<ReactAppWinDir Condition="'$(ReactAppWinDir)'==''">$([MSBuild]::GetDirectoryNameOfFileAbove($(SolutionDir), 'node_modules\react-native-test-app\package.json'))\node_modules\react-native-test-app\windows</ReactAppWinDir>
18
<ReactAppSharedDir Condition="'$(ReactAppSharedDir)'==''">$(ReactAppWinDir)\Shared</ReactAppSharedDir>
19
<ReactAppWin32Dir Condition="'$(ReactAppWin32Dir)'==''">$(ReactAppWinDir)\Win32</ReactAppWin32Dir>
0 commit comments