Skip to content

Commit 0616b37

Browse files
authored
Bring back T4 templating service for tt files (#32172)
1 parent 581d298 commit 0616b37

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

src/coreclr/src/System.Private.CoreLib/System.Private.CoreLib.csproj

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -447,6 +447,11 @@
447447
<PropertyGroup>
448448
<FeatureAsyncCausalityTracer Condition="'$(FeatureCominterop)' == 'true'">true</FeatureAsyncCausalityTracer>
449449
</PropertyGroup>
450+
451+
<ItemGroup>
452+
<!-- This is the T4 template service and is added by VS anytime you modify a T4 template. Required for .tt files. -->
453+
<Service Include="{508349b6-6b84-4df5-91f0-309beebad82d}" />
454+
</ItemGroup>
450455

451456
<!-- Setup ILLink.targets -->
452457
<ItemGroup>

0 commit comments

Comments
 (0)