We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 61258dd commit 87a08b0Copy full SHA for 87a08b0
1 file changed
source/buildTransitive/UI.targets
@@ -0,0 +1,10 @@
1
+<?xml version="1.0" encoding="utf-8"?>
2
+<Project ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
3
+
4
+ <ItemGroup>
5
+ <Reference Include="UI">
6
+ <HintPath>$(MSBuildThisFileDirectory)..\lib\net9.0\$(Configuration)\UI.dll</HintPath>
7
+ </Reference>
8
+ </ItemGroup>
9
10
+</Project>
0 commit comments