We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a919d61 commit 6414a0bCopy full SHA for 6414a0b
eng/references.targets
@@ -7,8 +7,8 @@
7
<_FindDependencies>false</_FindDependencies>
8
</PropertyGroup>
9
10
- <!-- Project references shouldn't be copied to the output for reference or source projects. -->
11
- <ItemDefinitionGroup Condition="'$(IsSourceProject)' == 'true' or '$(IsReferenceAssemblyProject)' == 'true'">
+ <!-- Project references shouldn't be copied to the output for reference, source, or generator projects. -->
+ <ItemDefinitionGroup Condition="'$(IsSourceProject)' == 'true' or '$(IsReferenceAssemblyProject)' == 'true' or '$(IsGeneratorProject)' == 'true'">
12
<ProjectReference>
13
<Private>false</Private>
14
</ProjectReference>
0 commit comments