File tree Expand file tree Collapse file tree 1 file changed +3
-0
lines changed Expand file tree Collapse file tree 1 file changed +3
-0
lines changed Original file line number Diff line number Diff line change 287
287
<XmlUpdate XmlFileName =" .\uno.winui.WebAssembly.nuspec" XPath =" /x:package/x:files/x:file[@src='Uno.WinUI.WebAssembly.targets']/@src" Value =" $(PackageNamePrefix).WebAssembly.targets" Namespace =" $(NugetNamespace)" Prefix =" x" Condition =" '$(UNO_UWP_BUILD)'=='true'" />
288
288
<XmlUpdate XmlFileName =" .\uno.winui.WebAssembly.nuspec" XPath =" /x:package/x:files/x:file[@src='Uno.WinUI.WebAssembly.props']/@src" Value =" $(PackageNamePrefix).WebAssembly.props" Namespace =" $(NugetNamespace)" Prefix =" x" Condition =" '$(UNO_UWP_BUILD)'=='true'" />
289
289
290
+ <!-- remote control -->
291
+ <Move SourceFiles =" ..\src\Uno.UI.RemoteControl\buildTransitive\Uno.UI.RemoteControl.targets" DestinationFiles =" ..\src\Uno.UI.RemoteControl\buildTransitive\$(PackageNamePrefix).RemoteControl.targets" Condition =" '$(UNO_UWP_BUILD)'!='true'" />
292
+
290
293
<!-- Lottie move file -->
291
294
<Move SourceFiles =" ..\src\AddIns\Uno.UI.Lottie\buildTransitive\Uno.UI.Lottie.targets" DestinationFiles =" ..\src\AddIns\Uno.UI.Lottie\buildTransitive\$(PackageNamePrefix).Lottie.targets" />
292
295
You can’t perform that action at this time.
0 commit comments