Skip to content

Commit c950aba

Browse files
committed
Trying to get the pp to work..
1 parent fccfee6 commit c950aba

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

Mvc.JQuery.Datatables/App_Start/RegisterDatatablesModelBinder.cs.pp renamed to Mvc.JQuery.Datatables/Content/App_Start/RegisterDatatablesModelBinder.cs.pp

File renamed without changes.

Mvc.JQuery.Datatables/Mvc.JQuery.Datatables.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@
7272
<EmbeddedResource Include="..\Mvc.JQuery.Datatables.Templates\Views\Shared\DataTable.cshtml">
7373
<Link>Views\Shared\DataTable.cshtml</Link>
7474
</EmbeddedResource>
75-
<None Include="App_Start\RegisterDatatablesModelBinder.cs.pp" />
75+
<None Include="Content\App_Start\RegisterDatatablesModelBinder.cs.pp" />
7676
<None Include="packages.config">
7777
<SubType>Designer</SubType>
7878
</None>

Mvc.JQuery.Datatables/Mvc.JQuery.Datatables.nuspec

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
<copyright>Copyright 2011</copyright>
1313
<tags>jquery datatables iqueryable razor</tags>
1414
</metadata>
15-
<files>
16-
<file src=".\Mvc.JQuery.DataTables\App_Start\*.pp" target="content\App_Start" />
17-
</files>
15+
<dependencies>
16+
<dependency id="WebActivatorEx" version="2.0.0" />
17+
</dependencies>
1818
</package>

0 commit comments

Comments
 (0)