Skip to content

Commit

Permalink
fix t4
Browse files Browse the repository at this point in the history
  • Loading branch information
BenjaminAbt committed Aug 21, 2024
1 parent ba69d02 commit c80d255
Show file tree
Hide file tree
Showing 25 changed files with 37 additions and 26 deletions.
3 changes: 1 addition & 2 deletions src/QuickIO/QuickIO.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,9 @@
<IsPackable>true</IsPackable>
<PackageReadmeFile>readme.md</PackageReadmeFile>
<PackageLicenseFile>LICENSE.txt</PackageLicenseFile>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
</PropertyGroup>

<ItemGroup Label="NuGet">
<ItemGroup>
<PackageReference Include="T4.Build" PrivateAssets="All" />
</ItemGroup>

Expand Down
1 change: 1 addition & 0 deletions src/QuickIO/QuickIODirectory_Attributes.cs
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@

// ------------------------------------------------------------------------------
// <auto-generated>
// This code was generated by a T4 template.
Expand Down
4 changes: 2 additions & 2 deletions src/QuickIO/QuickIODirectory_Attributes.tt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<#@ template language="C#" hostspecific="true" #>
<#@ include file=".\CodeTemplates\SaveOutput.tt" #>
<#@ include file=".\CodeTemplates\StaticAttributeMethods.tt" #>
<#@ include file="CodeTemplates/SaveOutput.tt" #>
<#@ include file="CodeTemplates/StaticAttributeMethods.tt" #>
<#@ output extension=".cs" #>
<#
Generate("QuickIODirectory");
Expand Down
1 change: 1 addition & 0 deletions src/QuickIO/QuickIODirectory_Attributes_Async.cs
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@

// ------------------------------------------------------------------------------
// <auto-generated>
// This code was generated by a T4 template.
Expand Down
4 changes: 2 additions & 2 deletions src/QuickIO/QuickIODirectory_Attributes_Async.tt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<#@ template language="C#" hostspecific="true" #>
<#@ include file=".\CodeTemplates\SaveOutput.tt" #>
<#@ include file=".\CodeTemplates\StaticAttributeMethods_Async.tt" #>
<#@ include file="CodeTemplates/SaveOutput.tt" #>
<#@ include file="CodeTemplates/StaticAttributeMethods_Async.tt" #>
<#@ output extension=".cs" #>
<#
Generate("QuickIODirectory");
Expand Down
1 change: 1 addition & 0 deletions src/QuickIO/QuickIODirectory_FileTime.cs
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@

// ------------------------------------------------------------------------------
// <auto-generated>
// This code was generated by a T4 template.
Expand Down
4 changes: 2 additions & 2 deletions src/QuickIO/QuickIODirectory_FileTime.tt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<#@ template language="C#" hostspecific="true" #>
<#@ include file=".\CodeTemplates\SaveOutput.tt" #>
<#@ include file=".\CodeTemplates\StaticFileTimeMethods.tt" #>
<#@ include file="CodeTemplates/SaveOutput.tt" #>
<#@ include file="CodeTemplates/StaticFileTimeMethods.tt" #>
<#@ output extension=".cs" #>
<#
Generate("QuickIODirectory");
Expand Down
1 change: 1 addition & 0 deletions src/QuickIO/QuickIODirectory_FileTime_Async.cs
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@

// ------------------------------------------------------------------------------
// <auto-generated>
// This code was generated by a T4 template.
Expand Down
4 changes: 2 additions & 2 deletions src/QuickIO/QuickIODirectory_FileTime_Async.tt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<#@ template language="C#" hostspecific="true" #>
<#@ include file=".\CodeTemplates\SaveOutput.tt" #>
<#@ include file=".\CodeTemplates\StaticFileTimeMethods_Async.tt" #>
<#@ include file="CodeTemplates/SaveOutput.tt" #>
<#@ include file="CodeTemplates/StaticFileTimeMethods_Async.tt" #>
<#@ output extension=".cs" #>
<#
Generate("QuickIODirectory");
Expand Down
1 change: 1 addition & 0 deletions src/QuickIO/QuickIODirectory_Root.cs
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@

// ------------------------------------------------------------------------------
// <auto-generated>
// This code was generated by a T4 template.
Expand Down
4 changes: 2 additions & 2 deletions src/QuickIO/QuickIODirectory_Root.tt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<#@ template language="C#" hostspecific="true" #>
<#@ include file=".\CodeTemplates\SaveOutput.tt" #>
<#@ include file=".\CodeTemplates\StaticRootMethods.tt" #>
<#@ include file="CodeTemplates/SaveOutput.tt" #>
<#@ include file="CodeTemplates/StaticRootMethods.tt" #>
<#@ output extension=".cs" #>
<#
Generate("QuickIODirectory");
Expand Down
1 change: 1 addition & 0 deletions src/QuickIO/QuickIODirectory_Root_Async.cs
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@

// ------------------------------------------------------------------------------
// <auto-generated>
// This code was generated by a T4 template.
Expand Down
4 changes: 2 additions & 2 deletions src/QuickIO/QuickIODirectory_Root_Async.tt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<#@ template language="C#" hostspecific="true" #>
<#@ include file=".\CodeTemplates\SaveOutput.tt" #>
<#@ include file=".\CodeTemplates\StaticRootMethods_Async.tt" #>
<#@ include file="CodeTemplates/SaveOutput.tt" #>
<#@ include file="CodeTemplates/StaticRootMethods_Async.tt" #>
<#@ output extension=".cs" #>
<#
Generate("QuickIODirectory");
Expand Down
1 change: 1 addition & 0 deletions src/QuickIO/QuickIOFile_Attributes.cs
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@

// ------------------------------------------------------------------------------
// <auto-generated>
// This code was generated by a T4 template.
Expand Down
4 changes: 2 additions & 2 deletions src/QuickIO/QuickIOFile_Attributes.tt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<#@ template language="C#" hostspecific="true" #>
<#@ include file=".\CodeTemplates\SaveOutput.tt" #>
<#@ include file=".\CodeTemplates\StaticAttributeMethods.tt" #>
<#@ include file="CodeTemplates/SaveOutput.tt" #>
<#@ include file="CodeTemplates/StaticAttributeMethods.tt" #>
<#@ output extension=".cs" #>
<#
Generate("QuickIOFile");
Expand Down
1 change: 1 addition & 0 deletions src/QuickIO/QuickIOFile_Attributes_Async.cs
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@

// ------------------------------------------------------------------------------
// <auto-generated>
// This code was generated by a T4 template.
Expand Down
4 changes: 2 additions & 2 deletions src/QuickIO/QuickIOFile_Attributes_Async.tt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<#@ template language="C#" hostspecific="true" #>
<#@ include file=".\CodeTemplates\SaveOutput.tt" #>
<#@ include file=".\CodeTemplates\StaticAttributeMethods_Async.tt" #>
<#@ include file="CodeTemplates/SaveOutput.tt" #>
<#@ include file="CodeTemplates/StaticAttributeMethods_Async.tt" #>
<#@ output extension=".cs" #>
<#
Generate("QuickIOFile");
Expand Down
1 change: 1 addition & 0 deletions src/QuickIO/QuickIOFile_FileTime.cs
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@

// ------------------------------------------------------------------------------
// <auto-generated>
// This code was generated by a T4 template.
Expand Down
4 changes: 2 additions & 2 deletions src/QuickIO/QuickIOFile_FileTime.tt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<#@ template language="C#" hostspecific="true" #>
<#@ include file=".\CodeTemplates\SaveOutput.tt" #>
<#@ include file=".\CodeTemplates\StaticFileTimeMethods.tt" #>
<#@ include file="CodeTemplates/SaveOutput.tt" #>
<#@ include file="CodeTemplates/StaticFileTimeMethods.tt" #>
<#@ output extension=".cs" #>
<#
Generate("QuickIOFile");
Expand Down
1 change: 1 addition & 0 deletions src/QuickIO/QuickIOFile_FileTime_Async.cs
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@

// ------------------------------------------------------------------------------
// <auto-generated>
// This code was generated by a T4 template.
Expand Down
4 changes: 2 additions & 2 deletions src/QuickIO/QuickIOFile_FileTime_Async.tt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<#@ template language="C#" hostspecific="true" #>
<#@ include file=".\CodeTemplates\SaveOutput.tt" #>
<#@ include file=".\CodeTemplates\StaticFileTimeMethods_Async.tt" #>
<#@ include file="CodeTemplates/SaveOutput.tt" #>
<#@ include file="CodeTemplates/StaticFileTimeMethods_Async.tt" #>
<#@ output extension=".cs" #>
<#
Generate("QuickIOFile");
Expand Down
1 change: 1 addition & 0 deletions src/QuickIO/QuickIOFile_Root.cs
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@

// ------------------------------------------------------------------------------
// <auto-generated>
// This code was generated by a T4 template.
Expand Down
4 changes: 2 additions & 2 deletions src/QuickIO/QuickIOFile_Root.tt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<#@ template language="C#" hostspecific="true" #>
<#@ include file=".\CodeTemplates\SaveOutput.tt" #>
<#@ include file=".\CodeTemplates\StaticRootMethods.tt" #>
<#@ include file="CodeTemplates/SaveOutput.tt" #>
<#@ include file="CodeTemplates/StaticRootMethods.tt" #>
<#@ output extension=".cs" #>
<#
Generate("QuickIOFile");
Expand Down
1 change: 1 addition & 0 deletions src/QuickIO/QuickIOFile_Root_Async.cs
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@

// ------------------------------------------------------------------------------
// <auto-generated>
// This code was generated by a T4 template.
Expand Down
4 changes: 2 additions & 2 deletions src/QuickIO/QuickIOFile_Root_Async.tt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<#@ template language="C#" hostspecific="true" #>
<#@ include file=".\CodeTemplates\SaveOutput.tt" #>
<#@ include file=".\CodeTemplates\StaticRootMethods_Async.tt" #>
<#@ include file="CodeTemplates/SaveOutput.tt" #>
<#@ include file="CodeTemplates/StaticRootMethods_Async.tt" #>
<#@ output extension=".cs" #>
<#
Generate("QuickIOFile");
Expand Down

0 comments on commit c80d255

Please sign in to comment.