File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
src/Uno.UI.RemoteControl/buildTransitive Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 2
2
<Project xmlns =" http://schemas.microsoft.com/developer/msbuild/2003" >
3
3
4
4
<ItemGroup >
5
- <UnoRuntimeEnabledPackage Include =" Uno.UI.RemoteControl" PackageBasePath =" $(MSBuildThisFileDirectory)" Condition =" '$(MSBuildThisFile)'=='uno.ui.remotecontrol.targets'" />
6
- <UnoRuntimeEnabledPackage Include =" Uno.WinUI.RemoteControl" PackageBasePath =" $(MSBuildThisFileDirectory)" Condition =" '$(MSBuildThisFile)'=='uno.winui.remotecontrol.targets'" />
5
+ <UnoRuntimeEnabledPackage Include =" Uno.UI.RemoteControl" PackageBasePath =" $(MSBuildThisFileDirectory)" Condition =" '$(MSBuildThisFile)'=='uno.ui.remotecontrol.targets'" />
6
+ <UnoRuntimeEnabledPackage Include =" Uno.WinUI.RemoteControl" PackageBasePath =" $(MSBuildThisFileDirectory)" Condition =" '$(MSBuildThisFile)'=='uno.winui.remotecontrol.targets'" />
7
7
</ItemGroup >
8
8
9
9
<PropertyGroup >
10
- <!-- Keep the inner path with '/' separator -->
11
- <UnoRemoteControlProcessorsPath Condition =" '$(SolutionFileName)'!='Uno.UI.sln'" >$(SourceGeneratorBasePath) /rc/processors</UnoRemoteControlProcessorsPath >
10
+ <!-- Keep the inner path with '/' separator -->
11
+ <UnoRemoteControlProcessorsPath Condition =" '$(SolutionFileName)'!='Uno.UI.sln'" >$(MSBuildThisFileDirectory)../tools /rc/processors</UnoRemoteControlProcessorsPath >
12
12
</PropertyGroup >
13
13
14
14
</Project >
You can’t perform that action at this time.
0 commit comments