We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7e5a895 commit 82dbc83Copy full SHA for 82dbc83
1 file changed
source/buildTransitive/Windows.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="Windows">
6
+ <HintPath>$(MSBuildThisFileDirectory)..\lib\net9.0\$(Configuration)\Windows.dll</HintPath>
7
+ </Reference>
8
+ </ItemGroup>
9
10
+</Project>
0 commit comments