Skip to content

Commit cdcfb8a

Browse files
committed
Rename ExpressionHelper file
1 parent f0fdbba commit cdcfb8a

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

Main/src/CodeJam.Main.csproj

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -106,10 +106,10 @@
106106
<Compile Include="Collections\QueryableExtensions.ApplyOrder.cs" />
107107
<Compile Include="Collections\QueryableExtensions.cs" />
108108
<Compile Include="Expressions\ExpressionExtensions.cs" />
109-
<Compile Include="Expressions\ExpressionHelper.Func.generated.cs">
109+
<Compile Include="Expressions\Expr.generated.cs">
110110
<AutoGen>True</AutoGen>
111111
<DesignTime>True</DesignTime>
112-
<DependentUpon>ExpressionHelper.Func.tt</DependentUpon>
112+
<DependentUpon>Expr.tt</DependentUpon>
113113
</Compile>
114114
<Compile Include="IO\NamespaceDoc.cs" />
115115
<Compile Include="NamespaceDoc.cs" />
@@ -241,9 +241,9 @@
241241
<Generator>TextTemplatingFileGenerator</Generator>
242242
<LastGenOutput>Operators.Numeric.generated.cs</LastGenOutput>
243243
</Content>
244-
<Content Include="Expressions\ExpressionHelper.Func.tt">
244+
<Content Include="Expressions\Expr.tt">
245245
<Generator>TextTemplatingFileGenerator</Generator>
246-
<LastGenOutput>ExpressionHelper.Func.generated.cs</LastGenOutput>
246+
<LastGenOutput>Expr.generated.cs</LastGenOutput>
247247
</Content>
248248
<Content Include="Strings\CharExtensions.Infix.tt">
249249
<Generator>TextTemplatingFileGenerator</Generator>
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)