Browse Source

Update project and file templates to use correct icons.

pull/18/head
Matt Ward 14 years ago
parent
commit
d16bfe4078
  1. 2
      data/templates/file/CSharp/CSharp.Interface.xft
  2. 2
      data/templates/file/CSharp/CSharp.Mvc.Razor.LayoutPage.xft
  3. 2
      data/templates/file/CSharp/CSharp.Mvc.Razor.PartialPage.xft
  4. 2
      data/templates/file/CSharp/CSharp.Mvc.Razor.ViewPage.xft
  5. 2
      data/templates/file/CSharp/CSharp.Mvc.ViewContentPage.xft
  6. 2
      data/templates/file/CSharp/CSharp.Mvc.ViewMasterPage.xft
  7. 2
      data/templates/file/CSharp/CSharp.Mvc.ViewPage.xft
  8. 2
      data/templates/file/CSharp/CSharp.Mvc.ViewUserControl.xft
  9. 2
      data/templates/file/CSharp/CSharp.WPFFlowDocument.xft
  10. 2
      data/templates/file/CSharp/CSharp.WPFPage.xft
  11. 2
      data/templates/file/CSharp/CSharp.WPFPageFunction.xft
  12. 2
      data/templates/file/CSharp/CSharp.WPFResourceDictionary.xft
  13. 2
      data/templates/file/CSharp/CSharp.WPFUserControl.xft
  14. 2
      data/templates/file/CSharp/CSharp.WPFWindow.xft
  15. 2
      data/templates/file/CSharp/CSharp.Web.WebControl.xft
  16. 2
      data/templates/file/CSharp/CSharp.Web.WebForm.xft
  17. 2
      data/templates/file/CSharp/CSharp.Web.WebHandler.xft
  18. 2
      data/templates/file/CSharp/CSharp.Web.WebService.xft
  19. 2
      data/templates/file/VB/VB.Mvc.Razor.LayoutPage.xft
  20. 2
      data/templates/file/VB/VB.Mvc.Razor.PartialPage.xft
  21. 2
      data/templates/file/VB/VB.Mvc.Razor.ViewPage.xft
  22. 2
      data/templates/file/VB/VB.Mvc.ViewContentPage.xft
  23. 2
      data/templates/file/VB/VB.Mvc.ViewMasterPage.xft
  24. 2
      data/templates/file/VB/VB.Mvc.ViewPage.xft
  25. 2
      data/templates/file/VB/VB.Mvc.ViewUserControl.xft
  26. 2
      data/templates/file/VB/VB.WPFFlowDocument.xft
  27. 2
      data/templates/file/VB/VB.WPFPage.xft
  28. 2
      data/templates/file/VB/VB.WPFPageFunction.xft
  29. 2
      data/templates/file/VB/VB.WPFResourceDictionary.xft
  30. 2
      data/templates/file/VB/VB.WPFUserControl.xft
  31. 2
      data/templates/file/VB/VB.WPFWindow.xft
  32. 2
      data/templates/file/VB/VB.Web.WebControl.xft
  33. 2
      data/templates/file/VB/VB.Web.WebForm.xft
  34. 2
      data/templates/file/VB/VB.Web.WebHandler.xft
  35. 2
      data/templates/file/VB/VB.Web.WebService.xft
  36. 2
      data/templates/project/CSharp/CSharp.WcfRestServiceProject.xpt
  37. 2
      data/templates/project/CSharp/CSharp.WcfServiceProject.xpt
  38. 2
      data/templates/project/CSharp/EmptyMvcWebProject.xpt
  39. 2
      data/templates/project/CSharp/MvcRazorProject.xpt
  40. 2
      data/templates/project/CSharp/MvcWebProject.xpt
  41. 2
      data/templates/project/CSharp/SilverlightApplication.xpt
  42. 2
      data/templates/project/CSharp/WPFApplication.xpt
  43. 2
      data/templates/project/CSharp/WPFNavigationApplication.xpt
  44. 2
      data/templates/project/CSharp/WebService.xpt
  45. 2
      data/templates/project/CSharp/WebpageProject.xpt
  46. 2
      data/templates/project/VB/EmptyMvcWebProject.xpt
  47. 2
      data/templates/project/VB/MvcRazorProject.xpt
  48. 2
      data/templates/project/VB/MvcWebProject.xpt
  49. 2
      data/templates/project/VB/VB.WcfRestServiceProject.xpt
  50. 2
      data/templates/project/VB/VB.WcfServiceProject.xpt
  51. 2
      data/templates/project/VB/WPFApplication.xpt
  52. 2
      data/templates/project/VB/WPFNavigationApplication.xpt
  53. 2
      data/templates/project/VB/WebService.xpt
  54. 2
      data/templates/project/VB/WebpageProject.xpt

2
data/templates/file/CSharp/CSharp.Interface.xft

@ -3,7 +3,7 @@ @@ -3,7 +3,7 @@
<Config
name = "${res:Templates.File.Interface.Name}"
icon = "C#.File.NewClass"
icon = "C#.File.Interface"
category = "C#"
defaultname = "Interface${Number}.cs"
language = "C#"/>

2
data/templates/file/CSharp/CSharp.Mvc.Razor.LayoutPage.xft

@ -3,7 +3,7 @@ @@ -3,7 +3,7 @@
<Config
name="Razor Layout Page"
icon="C#.File.NewClass"
icon="C#.File.WebFile"
category="C#"
subcategory="ASP.NET MVC"
defaultname="_LayoutPage${Number}.cshtml"

2
data/templates/file/CSharp/CSharp.Mvc.Razor.PartialPage.xft

@ -3,7 +3,7 @@ @@ -3,7 +3,7 @@
<Config
name="Razor Partial Page"
icon="C#.File.NewClass"
icon="C#.File.WebFile"
category="C#"
subcategory="ASP.NET MVC"
defaultname="_PartialPage${Number}.cshtml"

2
data/templates/file/CSharp/CSharp.Mvc.Razor.ViewPage.xft

@ -3,7 +3,7 @@ @@ -3,7 +3,7 @@
<Config
name="Razor View Page"
icon="C#.File.NewClass"
icon="C#.File.WebFile"
category="C#"
subcategory="ASP.NET MVC"
defaultname="ViewPage${Number}.cshtml"

2
data/templates/file/CSharp/CSharp.Mvc.ViewContentPage.xft

@ -3,7 +3,7 @@ @@ -3,7 +3,7 @@
<Config
name="MVC View Content Page"
icon="C#.File.NewClass"
icon="C#.File.WebFile"
category="C#"
subcategory="ASP.NET MVC"
defaultname="ViewContentPage${Number}.aspx"

2
data/templates/file/CSharp/CSharp.Mvc.ViewMasterPage.xft

@ -3,7 +3,7 @@ @@ -3,7 +3,7 @@
<Config
name="MVC View Master Page"
icon="C#.File.NewClass"
icon="C#.File.WebFile"
category="C#"
subcategory="ASP.NET MVC"
defaultname="ViewMasterPage${Number}.master"

2
data/templates/file/CSharp/CSharp.Mvc.ViewPage.xft

@ -3,7 +3,7 @@ @@ -3,7 +3,7 @@
<Config
name="MVC View Page"
icon="C#.File.NewClass"
icon="C#.File.WebFile"
category="C#"
subcategory="ASP.NET MVC"
defaultname="ViewPage${Number}.aspx"

2
data/templates/file/CSharp/CSharp.Mvc.ViewUserControl.xft

@ -3,7 +3,7 @@ @@ -3,7 +3,7 @@
<Config
name="MVC View User Control"
icon="C#.File.NewClass"
icon="C#.File.WebFile"
category="C#"
subcategory="ASP.NET MVC"
defaultname="ViewUserControl${Number}.ascx"

2
data/templates/file/CSharp/CSharp.WPFFlowDocument.xft

@ -3,7 +3,7 @@ @@ -3,7 +3,7 @@
<Config
name = "${res:Templates.File.WinFXFlowDocument.Name}"
icon = "Icons.32x32.XMLFileIcon"
icon = "C#.File.WPFFlowDocument"
category = "C#"
subcategory = "WPF"
defaultname = "FlowDocument${Number}.xaml"

2
data/templates/file/CSharp/CSharp.WPFPage.xft

@ -3,7 +3,7 @@ @@ -3,7 +3,7 @@
<Config
name = "${res:Templates.File.WinFXPage.Name}"
icon = "Icons.32x32.XMLFileIcon"
icon = "C#.File.WPFPage"
category = "C#"
subcategory = "WPF"
defaultname = "Page${Number}.xaml"

2
data/templates/file/CSharp/CSharp.WPFPageFunction.xft

@ -3,7 +3,7 @@ @@ -3,7 +3,7 @@
<Config
name = "${res:Templates.File.WinFXPageFunction.Name}"
icon = "Icons.32x32.XMLFileIcon"
icon = "C#.File.WPFPageFunction"
category = "C#"
subcategory = "WPF"
defaultname = "PageFunction${Number}.xaml"

2
data/templates/file/CSharp/CSharp.WPFResourceDictionary.xft

@ -3,7 +3,7 @@ @@ -3,7 +3,7 @@
<Config
name = "${res:Templates.File.WinFXResourceDictionary.Name}"
icon = "Icons.32x32.XMLFileIcon"
icon = "C#.File.WPFResourceDictionary"
subcategory = "WPF"
category = "C#"
defaultname = "Dictionary${Number}.xaml"

2
data/templates/file/CSharp/CSharp.WPFUserControl.xft

@ -3,7 +3,7 @@ @@ -3,7 +3,7 @@
<Config
name = "${res:Templates.File.WinFXUserControl.Name}"
icon = "Icons.32x32.XMLFileIcon"
icon = "C#.File.WPFUserControl"
category = "C#"
subcategory = "WPF"
defaultname = "UserControl${Number}.xaml"

2
data/templates/file/CSharp/CSharp.WPFWindow.xft

@ -3,7 +3,7 @@ @@ -3,7 +3,7 @@
<Config
name = "${res:Templates.File.WinFXWindow.Name}"
icon = "Icons.32x32.XMLFileIcon"
icon = "C#.File.WPFWindow"
category = "C#"
subcategory = "WPF"
defaultname = "Window${Number}.xaml"

2
data/templates/file/CSharp/CSharp.Web.WebControl.xft

@ -3,7 +3,7 @@ @@ -3,7 +3,7 @@
<Config
name = "${res:Templates.File.WebControl.Name}"
icon = "C#.File.NewClass"
icon = "C#.File.WebFile"
category = "C#"
subcategory = "ASP.NET"
defaultname = "WebControl${Number}"

2
data/templates/file/CSharp/CSharp.Web.WebForm.xft

@ -3,7 +3,7 @@ @@ -3,7 +3,7 @@
<Config
name = "${res:Templates.File.WebForm.Name}"
icon = "C#.File.NewClass"
icon = "C#.File.WebFile"
category = "C#"
subcategory = "ASP.NET"
defaultname = "WebForm${Number}.aspx"

2
data/templates/file/CSharp/CSharp.Web.WebHandler.xft

@ -3,7 +3,7 @@ @@ -3,7 +3,7 @@
<Config
name = "${res:Templates.File.WebHandler.Name}"
icon = "C#.File.NewClass"
icon = "C#.File.WebFile"
category = "C#"
subcategory = "ASP.NET"
defaultname = "WebHandler${Number}.ashx"

2
data/templates/file/CSharp/CSharp.Web.WebService.xft

@ -3,7 +3,7 @@ @@ -3,7 +3,7 @@
<Config
name = "${res:Templates.File.WebService.Name}"
icon = "C#.File.NewClass"
icon = "C#.File.WebFile"
category = "C#"
subcategory = "ASP.NET"
defaultname = "WebService${Number}.asmx"

2
data/templates/file/VB/VB.Mvc.Razor.LayoutPage.xft

@ -3,7 +3,7 @@ @@ -3,7 +3,7 @@
<Config
name="Razor Layout Page"
icon="VBNet.File.NewClass"
icon="VBNet.File.WebFile"
category="VB"
subcategory="ASP.NET MVC"
defaultname="_LayoutPage${Number}.vbhtml"

2
data/templates/file/VB/VB.Mvc.Razor.PartialPage.xft

@ -3,7 +3,7 @@ @@ -3,7 +3,7 @@
<Config
name="Razor Partial Page"
icon="VBNet.File.NewClass"
icon="VBNet.File.WebFile"
category="VB"
subcategory="ASP.NET MVC"
defaultname="_PartialPage${Number}.vbhtml"

2
data/templates/file/VB/VB.Mvc.Razor.ViewPage.xft

@ -3,7 +3,7 @@ @@ -3,7 +3,7 @@
<Config
name="Razor View Page"
icon="VBNet.File.NewClass"
icon="VBNet.File.WebFile"
category="VB"
subcategory="ASP.NET MVC"
defaultname="ViewPage${Number}.vbhtml"

2
data/templates/file/VB/VB.Mvc.ViewContentPage.xft

@ -3,7 +3,7 @@ @@ -3,7 +3,7 @@
<Config
name="MVC View Content Page"
icon="VBNet.File.NewClass"
icon="VBNet.File.WebFile"
category="VB"
subcategory="ASP.NET MVC"
defaultname="ViewContentPage${Number}.aspx"

2
data/templates/file/VB/VB.Mvc.ViewMasterPage.xft

@ -3,7 +3,7 @@ @@ -3,7 +3,7 @@
<Config
name="MVC View Master Page"
icon="VBNet.File.NewClass"
icon="VBNet.File.WebFile"
category="VB"
subcategory="ASP.NET MVC"
defaultname="ViewMasterPage${Number}.master"

2
data/templates/file/VB/VB.Mvc.ViewPage.xft

@ -3,7 +3,7 @@ @@ -3,7 +3,7 @@
<Config
name="MVC View Page"
icon="VBNet.File.NewClass"
icon="VBNet.File.WebFile"
category="VB"
subcategory="ASP.NET MVC"
defaultname="ViewPage${Number}.aspx"

2
data/templates/file/VB/VB.Mvc.ViewUserControl.xft

@ -3,7 +3,7 @@ @@ -3,7 +3,7 @@
<Config
name="MVC View User Control"
icon="VBNet.File.NewClass"
icon="VBNet.File.WebFile"
category="VB"
subcategory="ASP.NET MVC"
defaultname="ViewUserControl${Number}.ascx"

2
data/templates/file/VB/VB.WPFFlowDocument.xft

@ -3,7 +3,7 @@ @@ -3,7 +3,7 @@
<Config
name = "${res:Templates.File.WinFXFlowDocument.Name}"
icon = "Icons.32x32.XMLFileIcon"
icon = "VBNet.File.WPFFlowDocument"
category = "VB"
subcategory = "WPF"
defaultname = "FlowDocument${Number}.xaml"

2
data/templates/file/VB/VB.WPFPage.xft

@ -3,7 +3,7 @@ @@ -3,7 +3,7 @@
<Config
name = "${res:Templates.File.WinFXPage.Name}"
icon = "Icons.32x32.XMLFileIcon"
icon = "VBNet.File.WPFPage"
category = "VB"
subcategory = "WPF"
defaultname = "Page${Number}.xaml"

2
data/templates/file/VB/VB.WPFPageFunction.xft

@ -3,7 +3,7 @@ @@ -3,7 +3,7 @@
<Config
name = "${res:Templates.File.WinFXPageFunction.Name}"
icon = "Icons.32x32.XMLFileIcon"
icon = "VBNet.File.WPFPageFunction"
category = "VB"
subcategory = "WPF"
defaultname = "PageFunction${Number}.xaml"

2
data/templates/file/VB/VB.WPFResourceDictionary.xft

@ -3,7 +3,7 @@ @@ -3,7 +3,7 @@
<Config
name = "${res:Templates.File.WinFXResourceDictionary.Name}"
icon = "Icons.32x32.XMLFileIcon"
icon = "VBNet.File.WPFResourceDictionary"
subcategory = "WPF"
category = "VB"
defaultname = "Dictionary${Number}.xaml"

2
data/templates/file/VB/VB.WPFUserControl.xft

@ -3,7 +3,7 @@ @@ -3,7 +3,7 @@
<Config
name = "${res:Templates.File.WinFXUserControl.Name}"
icon = "Icons.32x32.XMLFileIcon"
icon = "VBNet.File.WPFUserControl"
category = "VB"
subcategory = "WPF"
defaultname = "UserControl${Number}.xaml"

2
data/templates/file/VB/VB.WPFWindow.xft

@ -3,7 +3,7 @@ @@ -3,7 +3,7 @@
<Config
name = "${res:Templates.File.WinFXWindow.Name}"
icon = "Icons.32x32.XMLFileIcon"
icon = "VBNet.File.WPFWindow"
category = "VB"
subcategory = "WPF"
defaultname = "Window${Number}.xaml"

2
data/templates/file/VB/VB.Web.WebControl.xft

@ -3,7 +3,7 @@ @@ -3,7 +3,7 @@
<Config
name = "${res:Templates.File.WebControl.Name}"
icon = "VBNet.File.NewClass"
icon = "VBNet.File.WebFile"
category = "VB"
subcategory = "ASP.NET"
defaultname = "WebControl${Number}"

2
data/templates/file/VB/VB.Web.WebForm.xft

@ -3,7 +3,7 @@ @@ -3,7 +3,7 @@
<Config
name = "${res:Templates.File.WebForm.Name}"
icon = "VBNet.File.NewClass"
icon = "VBNet.File.WebFile"
category = "VB"
subcategory = "ASP.NET"
defaultname = "WebForm${Number}.aspx"

2
data/templates/file/VB/VB.Web.WebHandler.xft

@ -3,7 +3,7 @@ @@ -3,7 +3,7 @@
<Config
name = "${res:Templates.File.WebHandler.Name}"
icon = "VBNet.File.NewClass"
icon = "VBNet.File.WebFile"
category = "VB"
subcategory = "ASP.NET"
defaultname = "WebHandler${Number}.ashx"

2
data/templates/file/VB/VB.Web.WebService.xft

@ -3,7 +3,7 @@ @@ -3,7 +3,7 @@
<Config
name = "${res:Templates.File.WebService.Name}"
icon = "VBNet.File.NewClass"
icon = "VBNet.File.WebFile"
category = "VB"
subcategory = "ASP.NET"
defaultname = "WebService${Number}.asmx"

2
data/templates/project/CSharp/CSharp.WcfRestServiceProject.xpt

@ -10,7 +10,7 @@ @@ -10,7 +10,7 @@
<Name>WCF REST Service</Name>
<Category>C#</Category>
<Subcategory>WCF</Subcategory>
<Icon>C#.Project.Form</Icon>
<Icon>C#.Project.WCFServiceProject</Icon>
<Description>WCF REST Service</Description>
<SupportedTargetFrameworks>v3.5</SupportedTargetFrameworks>
</TemplateConfiguration>

2
data/templates/project/CSharp/CSharp.WcfServiceProject.xpt

@ -10,7 +10,7 @@ @@ -10,7 +10,7 @@
<Name>WCF Service</Name>
<Category>C#</Category>
<Subcategory>WCF</Subcategory>
<Icon>C#.Project.Form</Icon>
<Icon>C#.Project.WCFServiceProject</Icon>
<Description>WCF Service</Description>
<SupportedTargetFrameworks>v3.0</SupportedTargetFrameworks>
</TemplateConfiguration>

2
data/templates/project/CSharp/EmptyMvcWebProject.xpt

@ -8,7 +8,7 @@ @@ -8,7 +8,7 @@
<Name>Empty MVC Application</Name>
<Category>C#</Category>
<Subcategory>ASP.NET MVC</Subcategory>
<Icon>C#.Project.Form</Icon>
<Icon>C#.Project.WebProject</Icon>
<Description>Empty ASP.NET MVC Application</Description>
<SupportedTargetFrameworks>v4.0</SupportedTargetFrameworks>
</TemplateConfiguration>

2
data/templates/project/CSharp/MvcRazorProject.xpt

@ -8,7 +8,7 @@ @@ -8,7 +8,7 @@
<Name>Razor MVC Application</Name>
<Category>C#</Category>
<Subcategory>ASP.NET MVC</Subcategory>
<Icon>C#.Project.Form</Icon>
<Icon>C#.Project.WebProject</Icon>
<Description>ASP.NET MVC Application using Razor</Description>
<SupportedTargetFrameworks>v4.0</SupportedTargetFrameworks>
</TemplateConfiguration>

2
data/templates/project/CSharp/MvcWebProject.xpt

@ -8,7 +8,7 @@ @@ -8,7 +8,7 @@
<Name>MVC Application</Name>
<Category>C#</Category>
<Subcategory>ASP.NET MVC</Subcategory>
<Icon>C#.Project.Form</Icon>
<Icon>C#.Project.WebProject</Icon>
<Description>ASP.NET MVC Application</Description>
<SupportedTargetFrameworks>v4.0</SupportedTargetFrameworks>
</TemplateConfiguration>

2
data/templates/project/CSharp/SilverlightApplication.xpt

@ -5,7 +5,7 @@ @@ -5,7 +5,7 @@
<Name>Silverlight Application</Name>
<Category>C#</Category>
<Subcategory>Silverlight</Subcategory>
<Icon>C#.Project.Form</Icon>
<Icon>C#.Project.WebProject</Icon>
<Description>Default Silverlight Application</Description>
<SupportedTargetFrameworks>v4.0</SupportedTargetFrameworks>
</TemplateConfiguration>

2
data/templates/project/CSharp/WPFApplication.xpt

@ -6,7 +6,7 @@ @@ -6,7 +6,7 @@
<Name>${res:Templates.Project.WinFXApplication.Name}</Name>
<Category>C#</Category>
<Subcategory>WPF</Subcategory>
<Icon>C#.Project.Form</Icon>
<Icon>C#.Project.WPFProject</Icon>
<Description>${res:Templates.Project.WinFXApplication.Description}</Description>
<SupportedTargetFrameworks>v3.0;v3.5Client</SupportedTargetFrameworks>
</TemplateConfiguration>

2
data/templates/project/CSharp/WPFNavigationApplication.xpt

@ -6,7 +6,7 @@ @@ -6,7 +6,7 @@
<Name>${res:Templates.Project.WinFXNavigationApplication.Name}</Name>
<Category>C#</Category>
<Subcategory>WPF</Subcategory>
<Icon>C#.Project.Form</Icon>
<Icon>C#.Project.WPFNavigationProject</Icon>
<Description>${res:Templates.Project.WinFXNavigationApplication.Description}</Description>
<SupportedTargetFrameworks>v3.0;v3.5Client</SupportedTargetFrameworks>
</TemplateConfiguration>

2
data/templates/project/CSharp/WebService.xpt

@ -8,7 +8,7 @@ @@ -8,7 +8,7 @@
<Name>${res:Templates.Project.WebService.Name}</Name>
<Category>C#</Category>
<Subcategory>ASP.NET</Subcategory>
<Icon>C#.Project.Form</Icon>
<Icon>C#.Project.WebService</Icon>
<Description>${res:Templates.Project.WebService.Description}</Description>
</TemplateConfiguration>

2
data/templates/project/CSharp/WebpageProject.xpt

@ -8,7 +8,7 @@ @@ -8,7 +8,7 @@
<Name>${res:Templates.Project.WebPage.Name}</Name>
<Category>C#</Category>
<Subcategory>ASP.NET</Subcategory>
<Icon>C#.Project.Form</Icon>
<Icon>C#.Project.WebProject</Icon>
<Description>${res:Templates.Project.WebPage.Description}</Description>
<SupportedTargetFrameworks>v2.0</SupportedTargetFrameworks>
</TemplateConfiguration>

2
data/templates/project/VB/EmptyMvcWebProject.xpt

@ -8,7 +8,7 @@ @@ -8,7 +8,7 @@
<Name>Empty MVC Application</Name>
<Category>VB</Category>
<Subcategory>ASP.NET MVC</Subcategory>
<Icon>VBNet.Project.Form</Icon>
<Icon>VBNet.Project.WebProject</Icon>
<Description>Empty ASP.NET MVC Application</Description>
<SupportedTargetFrameworks>v4.0</SupportedTargetFrameworks>
</TemplateConfiguration>

2
data/templates/project/VB/MvcRazorProject.xpt

@ -8,7 +8,7 @@ @@ -8,7 +8,7 @@
<Name>Razor MVC Application</Name>
<Category>VB</Category>
<Subcategory>ASP.NET MVC</Subcategory>
<Icon>VBNet.Project.Form</Icon>
<Icon>VBNet.Project.WebProject</Icon>
<Description>ASP.NET MVC Application using Razor</Description>
<SupportedTargetFrameworks>v4.0</SupportedTargetFrameworks>
</TemplateConfiguration>

2
data/templates/project/VB/MvcWebProject.xpt

@ -8,7 +8,7 @@ @@ -8,7 +8,7 @@
<Name>MVC Application</Name>
<Category>VB</Category>
<Subcategory>ASP.NET MVC</Subcategory>
<Icon>VBNet.Project.Form</Icon>
<Icon>VBNet.Project.WebProject</Icon>
<Description>ASP.NET MVC Application</Description>
<SupportedTargetFrameworks>v4.0</SupportedTargetFrameworks>
</TemplateConfiguration>

2
data/templates/project/VB/VB.WcfRestServiceProject.xpt

@ -10,7 +10,7 @@ @@ -10,7 +10,7 @@
<Name>WCF REST Service</Name>
<Category>VB</Category>
<Subcategory>WCF</Subcategory>
<Icon>VBNet.Project.Form</Icon>
<Icon>VBNet.Project.WCFServiceProject</Icon>
<Description>WCF REST Service</Description>
<SupportedTargetFrameworks>v3.5</SupportedTargetFrameworks>
</TemplateConfiguration>

2
data/templates/project/VB/VB.WcfServiceProject.xpt

@ -10,7 +10,7 @@ @@ -10,7 +10,7 @@
<Name>WCF Service</Name>
<Category>VB</Category>
<Subcategory>WCF</Subcategory>
<Icon>VBNet.Project.Form</Icon>
<Icon>VBNet.Project.WCFServiceProject</Icon>
<Description>WCF Service</Description>
<SupportedTargetFrameworks>v3.0</SupportedTargetFrameworks>
</TemplateConfiguration>

2
data/templates/project/VB/WPFApplication.xpt

@ -6,7 +6,7 @@ @@ -6,7 +6,7 @@
<Name>${res:Templates.Project.WinFXApplication.Name}</Name>
<Category>VB</Category>
<Subcategory>WPF</Subcategory>
<Icon>VBNet.Project.Form</Icon>
<Icon>VBNet.Project.WPFProject</Icon>
<Description>${res:Templates.Project.WinFXApplication.Description}</Description>
<SupportedTargetFrameworks>v3.0;v3.5Client</SupportedTargetFrameworks>
</TemplateConfiguration>

2
data/templates/project/VB/WPFNavigationApplication.xpt

@ -6,7 +6,7 @@ @@ -6,7 +6,7 @@
<Name>${res:Templates.Project.WinFXNavigationApplication.Name}</Name>
<Category>VB</Category>
<Subcategory>WPF</Subcategory>
<Icon>VBNet.Project.Form</Icon>
<Icon>VBNet.Project.WPFNavigationProject</Icon>
<Description>${res:Templates.Project.WinFXNavigationApplication.Description}</Description>
<SupportedTargetFrameworks>v3.0;v3.5Client</SupportedTargetFrameworks>
</TemplateConfiguration>

2
data/templates/project/VB/WebService.xpt

@ -6,7 +6,7 @@ @@ -6,7 +6,7 @@
<Name>${res:Templates.Project.WebService.Name}</Name>
<Category>VB</Category>
<Subcategory>ASP.NET</Subcategory>
<Icon>VBNet.Project.Form</Icon>
<Icon>VBNet.Project.WebService</Icon>
<Description>${res:Templates.Project.WebService.Description}</Description>
</TemplateConfiguration>

2
data/templates/project/VB/WebpageProject.xpt

@ -6,7 +6,7 @@ @@ -6,7 +6,7 @@
<Name>${res:Templates.Project.WebPage.Name}</Name>
<Category>VB</Category>
<Subcategory>ASP.NET</Subcategory>
<Icon>VBNet.Project.Form</Icon>
<Icon>VBNet.Project.WebProject</Icon>
<Description>${res:Templates.Project.WebPage.Description}</Description>
<SupportedTargetFrameworks>v2.0</SupportedTargetFrameworks>
</TemplateConfiguration>

Loading…
Cancel
Save