Skip to content
This repository has been archived by the owner on Nov 30, 2018. It is now read-only.

Commit

Permalink
More fixes to the vsix.
Browse files Browse the repository at this point in the history
  • Loading branch information
EisenbergEffect committed Aug 16, 2013
1 parent 8b1af3a commit 86a78a6
Showing 1 changed file with 9 additions and 9 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -30,16 +30,16 @@
Title="Durandal SPA Project"
Description="An ASP.NET MVC 4 project for building a single page application (SPA) with Durandal."
Version="4.0"/>
<Asset Type="Microsoft.VisualStudio.Mvc.Templates" d:Source="File" Path="ProjectTemplates\DurandalTemplate.cshtml\App_Start\FilterConfig.cs" />
<Asset Type="Microsoft.VisualStudio.Mvc.Templates" d:Source="File" Path="ProjectTemplates\DurandalTemplate.cshtml\App_Start\RouteConfig.cs" />
<Asset Type="Microsoft.VisualStudio.Mvc.Templates" d:Source="File" Path="ProjectTemplates\DurandalTemplate.cshtml\App_Start\WebApiConfig.cs" />
<Asset Type="Microsoft.VisualStudio.Mvc.Template" d:Source="File" Path="ProjectTemplates\DurandalTemplate.cshtml\App_Start\FilterConfig.cs" />
<Asset Type="Microsoft.VisualStudio.Mvc.Template" d:Source="File" Path="ProjectTemplates\DurandalTemplate.cshtml\App_Start\RouteConfig.cs" />
<Asset Type="Microsoft.VisualStudio.Mvc.Template" d:Source="File" Path="ProjectTemplates\DurandalTemplate.cshtml\App_Start\WebApiConfig.cs" />

<Asset Type="Microsoft.VisualStudio.Mvc.Templates" d:Source="File" Path="ProjectTemplates\DurandalTemplate.cshtml\Global.asax" />
<Asset Type="Microsoft.VisualStudio.Mvc.Templates" d:Source="File" Path="ProjectTemplates\DurandalTemplate.cshtml\Global.asax.cs" />
<Asset Type="Microsoft.VisualStudio.Mvc.Template" d:Source="File" Path="ProjectTemplates\DurandalTemplate.cshtml\Global.asax" />
<Asset Type="Microsoft.VisualStudio.Mvc.Template" d:Source="File" Path="ProjectTemplates\DurandalTemplate.cshtml\Global.asax.cs" />

<Asset Type="Microsoft.VisualStudio.Mvc.Templates" d:Source="File" Path="ProjectTemplates\DurandalTemplate.cshtml\Views\Web.config" />
<Asset Type="Microsoft.VisualStudio.Mvc.Templates" d:Source="File" Path="ProjectTemplates\DurandalTemplate.cshtml\Web.config" />
<Asset Type="Microsoft.VisualStudio.Mvc.Templates" d:Source="File" Path="ProjectTemplates\DurandalTemplate.cshtml\Web.Release.config" />
<Asset Type="Microsoft.VisualStudio.Mvc.Templates" d:Source="File" Path="ProjectTemplates\DurandalTemplate.cshtml\Web.Debug.config" />
<Asset Type="Microsoft.VisualStudio.Mvc.Template" d:Source="File" Path="ProjectTemplates\DurandalTemplate.cshtml\Views\Web.config" />
<Asset Type="Microsoft.VisualStudio.Mvc.Template" d:Source="File" Path="ProjectTemplates\DurandalTemplate.cshtml\Web.config" />
<Asset Type="Microsoft.VisualStudio.Mvc.Template" d:Source="File" Path="ProjectTemplates\DurandalTemplate.cshtml\Web.Release.config" />
<Asset Type="Microsoft.VisualStudio.Mvc.Template" d:Source="File" Path="ProjectTemplates\DurandalTemplate.cshtml\Web.Debug.config" />
</Assets>
</PackageManifest>

0 comments on commit 86a78a6

Please sign in to comment.