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

Commit 86a78a6

Browse files
More fixes to the vsix.
1 parent 8b1af3a commit 86a78a6

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

platforms/Microsoft.NET/StarterKit/vsix/DurandalMvcSpaTemplateVsix/source.extension.vsixmanifest

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -30,16 +30,16 @@
3030
Title="Durandal SPA Project"
3131
Description="An ASP.NET MVC 4 project for building a single page application (SPA) with Durandal."
3232
Version="4.0"/>
33-
<Asset Type="Microsoft.VisualStudio.Mvc.Templates" d:Source="File" Path="ProjectTemplates\DurandalTemplate.cshtml\App_Start\FilterConfig.cs" />
34-
<Asset Type="Microsoft.VisualStudio.Mvc.Templates" d:Source="File" Path="ProjectTemplates\DurandalTemplate.cshtml\App_Start\RouteConfig.cs" />
35-
<Asset Type="Microsoft.VisualStudio.Mvc.Templates" d:Source="File" Path="ProjectTemplates\DurandalTemplate.cshtml\App_Start\WebApiConfig.cs" />
33+
<Asset Type="Microsoft.VisualStudio.Mvc.Template" d:Source="File" Path="ProjectTemplates\DurandalTemplate.cshtml\App_Start\FilterConfig.cs" />
34+
<Asset Type="Microsoft.VisualStudio.Mvc.Template" d:Source="File" Path="ProjectTemplates\DurandalTemplate.cshtml\App_Start\RouteConfig.cs" />
35+
<Asset Type="Microsoft.VisualStudio.Mvc.Template" d:Source="File" Path="ProjectTemplates\DurandalTemplate.cshtml\App_Start\WebApiConfig.cs" />
3636

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

40-
<Asset Type="Microsoft.VisualStudio.Mvc.Templates" d:Source="File" Path="ProjectTemplates\DurandalTemplate.cshtml\Views\Web.config" />
41-
<Asset Type="Microsoft.VisualStudio.Mvc.Templates" d:Source="File" Path="ProjectTemplates\DurandalTemplate.cshtml\Web.config" />
42-
<Asset Type="Microsoft.VisualStudio.Mvc.Templates" d:Source="File" Path="ProjectTemplates\DurandalTemplate.cshtml\Web.Release.config" />
43-
<Asset Type="Microsoft.VisualStudio.Mvc.Templates" d:Source="File" Path="ProjectTemplates\DurandalTemplate.cshtml\Web.Debug.config" />
40+
<Asset Type="Microsoft.VisualStudio.Mvc.Template" d:Source="File" Path="ProjectTemplates\DurandalTemplate.cshtml\Views\Web.config" />
41+
<Asset Type="Microsoft.VisualStudio.Mvc.Template" d:Source="File" Path="ProjectTemplates\DurandalTemplate.cshtml\Web.config" />
42+
<Asset Type="Microsoft.VisualStudio.Mvc.Template" d:Source="File" Path="ProjectTemplates\DurandalTemplate.cshtml\Web.Release.config" />
43+
<Asset Type="Microsoft.VisualStudio.Mvc.Template" d:Source="File" Path="ProjectTemplates\DurandalTemplate.cshtml\Web.Debug.config" />
4444
</Assets>
4545
</PackageManifest>

0 commit comments

Comments
 (0)