forked from unoplatform/uno
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathsourcegenerators.local.props
More file actions
22 lines (17 loc) · 989 Bytes
/
Copy pathsourcegenerators.local.props
File metadata and controls
22 lines (17 loc) · 989 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
<?xml version="1.0" encoding="utf-8"?>
<Project>
<!--
This file is meant to be used inside of Uno to reference the generators and tasks
-->
<Import Project="$(MSBuildThisFileDirectory)\Uno.UI.SourceGenerators\Content\Uno.UI.SourceGenerators.props" />
<PropertyGroup>
<UnoUIMSBuildTasksPath>$(MSBuildThisFileDirectory)Uno.UI.Tasks\bin\$(Configuration)_Shadow</UnoUIMSBuildTasksPath>
</PropertyGroup>
<Import Project="$(MSBuildThisFileDirectory)\Uno.UI.Tasks\Content\Uno.UI.Tasks.targets" />
<!-- List of packages that provide an uno-runtime folder -->
<PropertyGroup>
<_UnoRCHostVersionPath>net8.0</_UnoRCHostVersionPath>
<_UnoRCHostVersionPath Condition="'$([MSBuild]::GetTargetFrameworkVersion($(TargetFramework)))' > 8">net9.0</_UnoRCHostVersionPath>
<UnoRemoteControlProcessorsPath>$(MSBuildThisFileDirectory)..\Uno.UI.RemoteControl.Server.Processors\bin\$(Configuration)\$(_UnoRCHostVersionPath)</UnoRemoteControlProcessorsPath>
</PropertyGroup>
</Project>