Skip to content
This repository has been archived by the owner on Oct 16, 2020. It is now read-only.

Commit

Permalink
Add basic Delete view T4 template for ASP.NET MVC.
Browse files Browse the repository at this point in the history
  • Loading branch information
mrward committed Nov 20, 2011
1 parent 1d7738f commit 0dac5a1
Show file tree
Hide file tree
Showing 10 changed files with 1,455 additions and 0 deletions.
26 changes: 26 additions & 0 deletions src/AddIns/BackendBindings/AspNet.Mvc/Project/AspNet.Mvc.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,10 @@
<DependentUpon>Create.tt</DependentUpon>
<AutoGen>True</AutoGen>
</Compile>
<Compile Include="ItemTemplates\CSharp\CodeTemplates\AddView\AspxCSharp\Delete.cs">
<DependentUpon>Delete.tt</DependentUpon>
<AutoGen>True</AutoGen>
</Compile>
<Compile Include="ItemTemplates\CSharp\CodeTemplates\AddView\AspxCSharp\Details.cs">
<DependentUpon>Details.tt</DependentUpon>
<AutoGen>True</AutoGen>
Expand All @@ -70,6 +74,10 @@
<DependentUpon>Create.tt</DependentUpon>
<AutoGen>True</AutoGen>
</Compile>
<Compile Include="ItemTemplates\CSharp\CodeTemplates\AddView\CSHTML\Delete.cs">
<DependentUpon>Delete.tt</DependentUpon>
<AutoGen>True</AutoGen>
</Compile>
<Compile Include="ItemTemplates\CSharp\CodeTemplates\AddView\CSHTML\Details.cs">
<DependentUpon>Details.tt</DependentUpon>
<AutoGen>True</AutoGen>
Expand Down Expand Up @@ -232,6 +240,12 @@
<LastGenOutput>Create.cs</LastGenOutput>
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</None>
<None Include="ItemTemplates\CSharp\CodeTemplates\AddView\AspxCSharp\Delete.tt">
<Generator>TextTemplatingFilePreprocessor</Generator>
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
<CustomToolNamespace>ICSharpCode.AspNet.Mvc.AspxCSharp</CustomToolNamespace>
<LastGenOutput>Delete.cs</LastGenOutput>
</None>
<None Include="ItemTemplates\CSharp\CodeTemplates\AddView\AspxCSharp\Details.tt">
<Generator>TextTemplatingFilePreprocessor</Generator>
<CustomToolNamespace>ICSharpCode.AspNet.Mvc.AspxCSharp</CustomToolNamespace>
Expand Down Expand Up @@ -262,6 +276,12 @@
<LastGenOutput>Create.cs</LastGenOutput>
<CustomToolNamespace>ICSharpCode.AspNet.Mvc.CSHtml</CustomToolNamespace>
</None>
<None Include="ItemTemplates\CSharp\CodeTemplates\AddView\CSHTML\Delete.tt">
<Generator>TextTemplatingFilePreprocessor</Generator>
<CustomToolNamespace>ICSharpCode.AspNet.Mvc.CSHtml</CustomToolNamespace>
<LastGenOutput>Delete.cs</LastGenOutput>
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</None>
<None Include="ItemTemplates\CSharp\CodeTemplates\AddView\CSHTML\Details.tt">
<Generator>TextTemplatingFilePreprocessor</Generator>
<CustomToolNamespace>ICSharpCode.AspNet.Mvc.CSHtml</CustomToolNamespace>
Expand Down Expand Up @@ -292,6 +312,9 @@
<None Include="ItemTemplates\VisualBasic\CodeTemplates\AddView\AspxVisualBasic\Create.tt">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</None>
<None Include="ItemTemplates\VisualBasic\CodeTemplates\AddView\AspxVisualBasic\Delete.tt">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</None>
<None Include="ItemTemplates\VisualBasic\CodeTemplates\AddView\AspxVisualBasic\Details.tt">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</None>
Expand All @@ -309,6 +332,9 @@
<None Include="ItemTemplates\VisualBasic\CodeTemplates\AddView\VBHTML\Create.tt">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</None>
<None Include="ItemTemplates\VisualBasic\CodeTemplates\AddView\VBHTML\Delete.tt">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</None>
<None Include="ItemTemplates\VisualBasic\CodeTemplates\AddView\VBHTML\Details.tt">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</None>
Expand Down
Loading

0 comments on commit 0dac5a1

Please sign in to comment.