Skip to content

Commit

Permalink
Changed naming convention suffix of T4 templates from Extension.tt an…
Browse files Browse the repository at this point in the history
…d Extension.cs to .generated.tt and .generated.cs
  • Loading branch information
NightOwl888 committed Dec 16, 2023
1 parent 6e63f60 commit 37df14c
Show file tree
Hide file tree
Showing 72 changed files with 149 additions and 185 deletions.
324 changes: 144 additions & 180 deletions src/ICU4N/ICU4N.csproj

Large diffs are not rendered by default.

File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
10 changes: 5 additions & 5 deletions tests/ICU4N.Tests/ICU4N.Tests.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -54,9 +54,9 @@
</ItemGroup>

<ItemGroup>
<None Update="Support\Text\UnicodeSetPartialTestExtension.tt">
<None Update="Support\Text\UnicodeSetPartialTest.generated.tt">
<Generator>TextTemplatingFileGenerator</Generator>
<LastGenOutput>UnicodeSetPartialTestExtension.cs</LastGenOutput>
<LastGenOutput>UnicodeSetPartialTest.generated.cs</LastGenOutput>
</None>
</ItemGroup>

Expand All @@ -65,15 +65,15 @@
</ItemGroup>

<ItemGroup>
<Compile Update="Support\Text\UnicodeSetPartialTestExtension.cs">
<Compile Update="Support\Text\UnicodeSetPartialTest.generated.cs">
<DesignTime>True</DesignTime>
<AutoGen>True</AutoGen>
<DependentUpon>UnicodeSetPartialTestExtension.tt</DependentUpon>
<DependentUpon>UnicodeSetPartialTest.generated.tt</DependentUpon>
</Compile>
</ItemGroup>

<!-- Explicitly importing SDK to allow for T4 template generation. See: https://developercommunity.visualstudio.com/t/upgrading-to-sdk-style-project-disables-t4-transfo/1394852 -->
<Import Project="Sdk.targets" Sdk="Microsoft.NET.Sdk" />
<Import Project="$(RepositoryRoot).build/t4-transform.targets"/>
<Import Project="$(RepositoryRoot).build/t4-transform.targets" />

</Project>

0 comments on commit 37df14c

Please sign in to comment.