File tree Expand file tree Collapse file tree 1 file changed +5
-2
lines changed
src/windows/SliderWindows Expand file tree Collapse file tree 1 file changed +5
-2
lines changed Original file line number Diff line number Diff line change 70
70
<Import Project =" $(VCTargetsPath)\Microsoft.Cpp.props" />
71
71
<ImportGroup Label =" ExtensionSettings" >
72
72
</ImportGroup >
73
+ <PropertyGroup >
74
+ <ReactNativeWindowsDir Condition =" '$(ReactNativeWindowsDir)' == ''" >$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), 'node_modules\react-native-windows\package.json'))\node_modules\react-native-windows\</ReactNativeWindowsDir >
75
+ </PropertyGroup >
73
76
<ImportGroup Label =" Shared" >
74
- <Import Project =" ..\..\..\node_modules\react-native-windows \Microsoft.ReactNative.Cxx\Microsoft.ReactNative.Cxx.vcxitems" Label =" Shared" />
77
+ <Import Project =" $(ReactNativeWindowsDir) \Microsoft.ReactNative.Cxx\Microsoft.ReactNative.Cxx.vcxitems" Label =" Shared" />
75
78
</ImportGroup >
76
79
<ImportGroup Label =" PropertySheets" >
77
80
<Import Project =" $(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition =" exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label =" LocalAppDataPlatform" />
153
156
</Text >
154
157
</ItemGroup >
155
158
<ItemGroup >
156
- <ProjectReference Include =" ..\..\..\node_modules\react-native-windows \Microsoft.ReactNative\Microsoft.ReactNative.vcxproj" >
159
+ <ProjectReference Include =" $(ReactNativeWindowsDir) \Microsoft.ReactNative\Microsoft.ReactNative.vcxproj" >
157
160
<Project >{f7d32bd0-2749-483e-9a0d-1635ef7e3136}</Project >
158
161
<Private >false</Private >
159
162
</ProjectReference >
You can’t perform that action at this time.
0 commit comments