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 dc5a4a1 commit e2a3511Copy full SHA for e2a3511
src/libraries/oob-gen.proj
@@ -0,0 +1,9 @@
1
+<Project Sdk="Microsoft.Build.Traversal">
2
+
3
+ <!-- Reference all out-of-band generator projects. -->
4
+ <ItemGroup>
5
+ <ProjectReference Include="$(MSBuildThisFileDirectory)*\gen\**\*.*proj"
6
+ Exclude="@(ProjectExclusions)" />
7
+ </ItemGroup>
8
9
+</Project>
src/libraries/oob.proj
@@ -18,6 +18,7 @@
18
19
<ItemGroup Condition="'$(BuildTargetFramework)' != '$(NetCoreAppCurrent)' or '$(BuildTargetFramework)' == ''">
20
<ProjectReference Include="oob-all.proj" SkipGetTargetFrameworkProperties="true" />
21
+ <ProjectReference Include="oob-gen.proj" />
22
</ItemGroup>
23
24
<!-- Support building reference projects only. -->
0 commit comments