11<?xml version =" 1.0" encoding =" utf-8" ?>
22<Project DefaultTargets =" Build" ToolsVersion =" 16.0" xmlns =" http://schemas.microsoft.com/developer/msbuild/2003" >
33 <PropertyGroup >
4- <JsWinRTDir >..\packages\Microsoft.Windows.JsWinRT.20210519.2.0</ JsWinRTDir >
4+ <RnWinRTDir >..\packages\Microsoft.ReactNative.WinRT.0.64.20211210.2</ RnWinRTDir >
55 </PropertyGroup >
6- <Import Project =" $(JsWinRTDir )\build\native\WinRTTurboModule.props" Condition =" Exists('$(JsWinRTDir )\build\native\WinRTTurboModule.props')" />
6+ <Import Project =" $(RnWinRTDir )\build\native\WinRTTurboModule.props" Condition =" Exists('$(RnWinRTDir )\build\native\WinRTTurboModule.props')" />
77 <Import Project =" ..\packages\Microsoft.Windows.CppWinRT.2.0.210505.3\build\native\Microsoft.Windows.CppWinRT.props" Condition =" Exists('..\packages\Microsoft.Windows.CppWinRT.2.0.210505.3\build\native\Microsoft.Windows.CppWinRT.props')" />
88 <PropertyGroup Label =" Globals" >
99 <MinimalCoreWin >true</MinimalCoreWin >
101101 $(ReactCommonDir)callinvoker;
102102 $(ReactCommonDir)react\nativemodule\core;
103103 $(GeneratedFilesDir);
104- $(JsWinRTDir )rnwinrt\module;
104+ $(RnWinRTDir )rnwinrt\module;
105105 %(AdditionalIncludeDirectories);
106106 </AdditionalIncludeDirectories >
107107 <AdditionalUsingDirectories >
144144 <Import Project =" $(VCTargetsPath)\Microsoft.Cpp.targets" />
145145 <ImportGroup Label =" ExtensionTargets" >
146146 <Import Project =" ..\packages\Microsoft.Windows.CppWinRT.2.0.210505.3\build\native\Microsoft.Windows.CppWinRT.targets" Condition =" Exists('..\packages\Microsoft.Windows.CppWinRT.2.0.210505.3\build\native\Microsoft.Windows.CppWinRT.targets')" />
147- <Import Project =" $(JsWinRTDir )\build\native\WinRTTurboModule.targets" Condition =" Exists('$(JsWinRTDir )\build\native\WinRTTurboModule.targets')" />
147+ <Import Project =" $(RnWinRTDir )\build\native\WinRTTurboModule.targets" Condition =" Exists('$(RnWinRTDir )\build\native\WinRTTurboModule.targets')" />
148148 </ImportGroup >
149149 <Target Name =" EnsureNuGetPackageBuildImports" BeforeTargets =" PrepareForBuild" >
150150 <PropertyGroup >
151151 <ErrorText >This project references NuGet package(s) that are missing on this computer. Use NuGet Package Restore to download them. For more information, see http://go.microsoft.com/fwlink/?LinkID=322105. The missing file is {0}.</ErrorText >
152152 </PropertyGroup >
153153 <Error Condition =" !Exists('..\packages\Microsoft.Windows.CppWinRT.2.0.210505.3\build\native\Microsoft.Windows.CppWinRT.props')" Text =" $([System.String]::Format('$(ErrorText)', '..\packages\Microsoft.Windows.CppWinRT.2.0.210505.3\build\native\Microsoft.Windows.CppWinRT.props'))" />
154- <Error Condition =" !Exists('$(JsWinRTDir )\build\native\WinRTTurboModule.targets')" Text =" $([System.String]::Format('$(ErrorText)', '$(JsWinRTDir )\build\native\WinRTTurboModule.targets'))" />
154+ <Error Condition =" !Exists('$(RnWinRTDir )\build\native\WinRTTurboModule.targets')" Text =" $([System.String]::Format('$(ErrorText)', '$(RnWinRTDir )\build\native\WinRTTurboModule.targets'))" />
155155 </Target >
156156 <Target Name =" Deploy" />
157157</Project >
0 commit comments