diff --git a/packages/app/windows/UWP/ReactTestApp.vcxproj b/packages/app/windows/UWP/ReactTestApp.vcxproj index c4f634412..09561da95 100644 --- a/packages/app/windows/UWP/ReactTestApp.vcxproj +++ b/packages/app/windows/UWP/ReactTestApp.vcxproj @@ -15,6 +15,7 @@ Windows Store 10.0 + $([MSBuild]::GetDirectoryNameOfFileAbove($(SolutionDir), 'app.json')) $([MSBuild]::GetDirectoryNameOfFileAbove($(SolutionDir), 'node_modules\react-native-test-app\package.json'))\node_modules\react-native-test-app\windows @@ -30,7 +31,6 @@ 10.0 10.0.17763.0 - Debug diff --git a/packages/app/windows/Win32/ReactApp.vcxproj b/packages/app/windows/Win32/ReactApp.vcxproj index b6dc81048..12cc2dc8d 100644 --- a/packages/app/windows/Win32/ReactApp.vcxproj +++ b/packages/app/windows/Win32/ReactApp.vcxproj @@ -12,6 +12,7 @@ 17.0 false + $([MSBuild]::GetDirectoryNameOfFileAbove($(SolutionDir), 'app.json')) $([MSBuild]::GetDirectoryNameOfFileAbove($(SolutionDir), 'node_modules\react-native-test-app\package.json'))\node_modules\react-native-test-app\windows @@ -22,7 +23,6 @@ $([MSBuild]::GetDirectoryNameOfFileAbove($(SolutionDir), 'node_modules\react-native-windows\package.json'))\node_modules\react-native-windows\ - Debug