Browse Source

Fix Visual Basic project and file templates.

Templates were using the old icon resource names.
addin-manager-package-subdirectories
Matt Ward 12 years ago
parent
commit
8e9b5208e0
  1. 2
      data/templates/file/VB/VB.Empty.xft
  2. 2
      data/templates/file/VB/VB.EmptyClass.xft
  3. 2
      data/templates/file/VB/VB.Exception.xft
  4. 2
      data/templates/file/VB/VB.Forms.Form.xft
  5. 2
      data/templates/file/VB/VB.Forms.UserControl.xft
  6. 2
      data/templates/file/VB/VB.Interface.xft
  7. 2
      data/templates/file/VB/VB.Module.xft
  8. 2
      data/templates/file/VB/VB.Mvc.Controller.xft
  9. 2
      data/templates/file/VB/VB.Mvc.Razor.LayoutPage.xft
  10. 2
      data/templates/file/VB/VB.Mvc.Razor.PartialPage.xft
  11. 2
      data/templates/file/VB/VB.Mvc.Razor.ViewPage.xft
  12. 2
      data/templates/file/VB/VB.Mvc.ViewContentPage.xft
  13. 2
      data/templates/file/VB/VB.Mvc.ViewMasterPage.xft
  14. 2
      data/templates/file/VB/VB.Mvc.ViewPage.xft
  15. 2
      data/templates/file/VB/VB.Mvc.ViewUserControl.xft
  16. 2
      data/templates/file/VB/VB.MyExtensionClass.xft
  17. 2
      data/templates/file/VB/VB.Patterns.Singleton.xft
  18. 2
      data/templates/file/VB/VB.Structure.xft
  19. 2
      data/templates/file/VB/VB.UnitTest.xft
  20. 2
      data/templates/file/VB/VB.WPFFlowDocument.xft
  21. 2
      data/templates/file/VB/VB.WPFPage.xft
  22. 2
      data/templates/file/VB/VB.WPFPageFunction.xft
  23. 2
      data/templates/file/VB/VB.WPFResourceDictionary.xft
  24. 2
      data/templates/file/VB/VB.WPFUserControl.xft
  25. 2
      data/templates/file/VB/VB.WPFWindow.xft
  26. 2
      data/templates/file/VB/VB.WcfRestService.xft
  27. 2
      data/templates/file/VB/VB.WcfService.xft
  28. 2
      data/templates/file/VB/VB.Web.WebControl.xft
  29. 2
      data/templates/file/VB/VB.Web.WebForm.xft
  30. 2
      data/templates/file/VB/VB.Web.WebHandler.xft
  31. 2
      data/templates/file/VB/VB.Web.WebService.xft
  32. 2
      data/templates/project/VB/ConsoleProject.xpt
  33. 2
      data/templates/project/VB/ControlLibrary.xpt
  34. 2
      data/templates/project/VB/EmptyMvc3WebProject.xpt
  35. 2
      data/templates/project/VB/EmptyMvc4WebProject.xpt
  36. 2
      data/templates/project/VB/EmptyProject.xpt
  37. 2
      data/templates/project/VB/FormsProject.xpt
  38. 2
      data/templates/project/VB/Library.xpt
  39. 2
      data/templates/project/VB/Mvc3RazorProject.xpt
  40. 2
      data/templates/project/VB/Mvc3WebProject.xpt
  41. 2
      data/templates/project/VB/Mvc4RazorProject.xpt
  42. 2
      data/templates/project/VB/Mvc4WebProject.xpt
  43. 2
      data/templates/project/VB/NotifyIcon.xpt
  44. 2
      data/templates/project/VB/Service.xpt
  45. 2
      data/templates/project/VB/SharedAddin.xpt
  46. 2
      data/templates/project/VB/SharpDevelopAddin.xpt
  47. 2
      data/templates/project/VB/SharpDevelopCustomTool.xpt
  48. 2
      data/templates/project/VB/SharpDevelopMacro.xpt
  49. 2
      data/templates/project/VB/SilverlightApplication.xpt
  50. 2
      data/templates/project/VB/VB.WcfRestServiceProject.xpt
  51. 2
      data/templates/project/VB/VB.WcfServiceProject.xpt
  52. 2
      data/templates/project/VB/WPFApplication.xpt
  53. 2
      data/templates/project/VB/WPFNavigationApplication.xpt
  54. 2
      data/templates/project/VB/WebService.xpt
  55. 2
      data/templates/project/VB/WebpageProject.xpt

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

@ -3,7 +3,7 @@ @@ -3,7 +3,7 @@
<Config
name = "${res:Templates.File.EmptyFile.Name}"
icon = "VBNet.File.EmptyFile"
icon = "VB.File.EmptyFile"
category = "VB"
defaultname = "Empty${Number}.vb"
language = "VBNET"/>

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

@ -3,7 +3,7 @@ @@ -3,7 +3,7 @@
<Config
name = "${res:Templates.File.EmptyClass.Name}"
icon = "VBNet.File.NewClass"
icon = "VB.File.NewClass"
category = "VB"
defaultname = "Class${Number}.vb"
language = "VBNET"

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

@ -3,7 +3,7 @@ @@ -3,7 +3,7 @@
<Config
name = "${res:Templates.File.Exception.Name}"
icon = "VBNet.File.NewClass"
icon = "VB.File.NewClass"
category = "VB"
defaultname = "Exception.vb"
language = "VBNet"/>

2
data/templates/file/VB/VB.Forms.Form.xft

@ -3,7 +3,7 @@ @@ -3,7 +3,7 @@
<Config
name = "${res:Templates.File.WindowsForm.Name}"
icon = "VBNet.File.Form"
icon = "VB.File.Form"
category = "VB"
subcategory = "${res:Templates.File.Categories.WindowsApplications}"
defaultname = "Form${Number}.vb"

2
data/templates/file/VB/VB.Forms.UserControl.xft

@ -3,7 +3,7 @@ @@ -3,7 +3,7 @@
<Config
name = "${res:Templates.File.WindowsUserControl.Name}"
icon = "VBNet.File.Form"
icon = "VB.File.Form"
category = "VB"
subcategory = "${res:Templates.File.Categories.WindowsApplications}"
defaultname = "UserControl${Number}.vb"

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

@ -3,7 +3,7 @@ @@ -3,7 +3,7 @@
<Config
name = "${res:Templates.File.Interface.Name}"
icon = "VBNet.File.NewClass"
icon = "VB.File.NewClass"
category = "VB"
defaultname = "Interface${Number}.vb"
language = "VBNET"

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

@ -3,7 +3,7 @@ @@ -3,7 +3,7 @@
<Config
name = "${res:Templates.File.Module.Name}"
icon = "VBNet.File.NewClass"
icon = "VB.File.NewClass"
category = "VB"
defaultname = "Module${Number}.vb"
language = "VBNET"/>

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

@ -3,7 +3,7 @@ @@ -3,7 +3,7 @@
<Config
name="MVC Controller"
icon="VBNet.File.NewClass"
icon="VB.File.NewClass"
category="VB"
subcategory="ASP.NET MVC"
defaultname="Controller${Number}.vb"

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.MvcRazorFile"
icon="VB.File.MvcRazorFile"
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.MvcRazorFile"
icon="VB.File.MvcRazorFile"
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.MvcRazorFile"
icon="VB.File.MvcRazorFile"
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.WebFile"
icon="VB.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.WebFile"
icon="VB.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.WebFile"
icon="VB.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.WebFile"
icon="VB.File.WebFile"
category="VB"
subcategory="ASP.NET MVC"
defaultname="ViewUserControl${Number}.ascx"

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

@ -3,7 +3,7 @@ @@ -3,7 +3,7 @@
<Config
name = "${res:Templates.File.MyExtensionClass.Name}"
icon = "VBNet.File.NewClass"
icon = "VB.File.NewClass"
category = "VB"
defaultname = "Extension${Number}.vb"
language = "VBNET"

2
data/templates/file/VB/VB.Patterns.Singleton.xft

@ -3,7 +3,7 @@ @@ -3,7 +3,7 @@
<Config
name = "${res:Templates.File.SingletonClass.Name}"
icon = "VBNet.File.NewClass"
icon = "VB.File.NewClass"
category = "VB"
defaultname = "SingletonClass${Number}.vb"
language = "VB"

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

@ -3,7 +3,7 @@ @@ -3,7 +3,7 @@
<Config
name = "${res:Templates.File.Structure.Name}"
icon = "VBNet.File.NewClass"
icon = "VB.File.NewClass"
category = "VB"
defaultname = "Structure${Number}.vb"
language = "VBNET"/>

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

@ -3,7 +3,7 @@ @@ -3,7 +3,7 @@
<Config
name = "${res:Templates.File.UnitTest.Name}"
icon = "VBNet.File.FullFile"
icon = "VB.File.FullFile"
category = "VB"
defaultname = "Test${Number}.vb"
language = "VBNET"/>

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

@ -3,7 +3,7 @@ @@ -3,7 +3,7 @@
<Config
name = "${res:Templates.File.WinFXFlowDocument.Name}"
icon = "VBNet.File.WPFFlowDocument"
icon = "VB.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 = "VBNet.File.WPFPage"
icon = "VB.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 = "VBNet.File.WPFPageFunction"
icon = "VB.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 = "VBNet.File.WPFResourceDictionary"
icon = "VB.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 = "VBNet.File.WPFUserControl"
icon = "VB.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 = "VBNet.File.WPFWindow"
icon = "VB.File.WPFWindow"
category = "VB"
subcategory = "WPF"
defaultname = "Window${Number}.xaml"

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

@ -7,7 +7,7 @@ @@ -7,7 +7,7 @@
<Config
name="WCF REST Service"
icon="VBNet.File.NewClass"
icon="VB.File.NewClass"
category="VB"
subcategory="WCF"
defaultname="Service${Number}.svc"

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

@ -7,7 +7,7 @@ @@ -7,7 +7,7 @@
<Config
name="WCF Service"
icon="VBNet.File.NewClass"
icon="VB.File.NewClass"
category="VB"
subcategory="WCF"
defaultname="Service${Number}.svc"

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.WebFile"
icon = "VB.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.WebFile"
icon = "VB.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.WebFile"
icon = "VB.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.WebFile"
icon = "VB.File.WebFile"
category = "VB"
subcategory = "ASP.NET"
defaultname = "WebService${Number}.asmx"

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

@ -8,7 +8,7 @@ @@ -8,7 +8,7 @@
<Name>${res:Templates.Project.ConsoleProject.Name}</Name>
<Category>VB</Category>
<Subcategory>${res:Templates.File.Categories.WindowsApplications}</Subcategory>
<Icon>VBNet.Project.DOSProject</Icon>
<Icon>VB.Project.DOSProject</Icon>
<Description>${res:Templates.Project.ConsoleProject.Description}</Description>
<SupportedTargetFrameworks>v2.0;v3.5Client</SupportedTargetFrameworks>
</TemplateConfiguration>

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

@ -8,7 +8,7 @@ @@ -8,7 +8,7 @@
<Name>${res:Templates.Project.UserControlLibrary.Name}</Name>
<Category>VB</Category>
<Subcategory>${res:Templates.File.Categories.WindowsApplications}</Subcategory>
<Icon>VBNet.Project.ControlLibrary</Icon>
<Icon>VB.Project.ControlLibrary</Icon>
<Description>${res:Templates.Project.UserControlLibrary.Description}</Description>
<SupportedTargetFrameworks>v2.0;v3.5Client</SupportedTargetFrameworks>
</TemplateConfiguration>

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

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

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

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

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

@ -7,7 +7,7 @@ @@ -7,7 +7,7 @@
<TemplateConfiguration>
<Name>${res:Templates.Project.EmptyProject.Name}</Name>
<Category>VB</Category>
<Icon>VBNet.Project.EmptyProject</Icon>
<Icon>VB.Project.EmptyProject</Icon>
<Description>${res:Templates.Project.EmptyProject.Description}</Description>
<SupportedTargetFrameworks>v2.0;v3.5Client</SupportedTargetFrameworks>
</TemplateConfiguration>

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

@ -8,7 +8,7 @@ @@ -8,7 +8,7 @@
<Name>${res:Templates.Project.WindowsApplication.Name}</Name>
<Category>VB</Category>
<Subcategory>${res:Templates.File.Categories.WindowsApplications}</Subcategory>
<Icon>VBNet.Project.Form</Icon>
<Icon>VB.Project.Form</Icon>
<Description>${res:Templates.Project.WindowsApplication.Description}</Description>
<SupportedTargetFrameworks>v2.0;v3.5Client</SupportedTargetFrameworks>
</TemplateConfiguration>

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

@ -7,7 +7,7 @@ @@ -7,7 +7,7 @@
<TemplateConfiguration>
<Name>${res:Templates.Project.ClassLibrary.Name}</Name>
<Category>VB</Category>
<Icon>VBNet.Project.Library</Icon>
<Icon>VB.Project.Library</Icon>
<Description>${res:Templates.Project.ClassLibrary.Description}</Description>
<SupportedTargetFrameworks>v2.0;v3.5Client</SupportedTargetFrameworks>
</TemplateConfiguration>

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

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

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

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

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

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

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

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

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

@ -8,7 +8,7 @@ @@ -8,7 +8,7 @@
<Name>${res:Templates.Project.SysTrayIcon.Name}</Name>
<Category>VB</Category>
<Subcategory>${res:Templates.File.Categories.WindowsApplications}</Subcategory>
<Icon>VBNet.Project.Form</Icon>
<Icon>VB.Project.Form</Icon>
<Description>${res:Templates.Project.SysTrayIcon.Description}</Description>
<SupportedTargetFrameworks>v2.0;v3.5Client</SupportedTargetFrameworks>
</TemplateConfiguration>

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

@ -8,7 +8,7 @@ @@ -8,7 +8,7 @@
<Name>${res:Templates.Project.WindowsService.Name}</Name>
<Category>VB</Category>
<Subcategory>${res:Templates.File.Categories.WindowsApplications}</Subcategory>
<Icon>VBNet.Project.ServiceProject</Icon>
<Icon>VB.Project.ServiceProject</Icon>
<Description>${res:Templates.Project.WindowsService.Description}</Description>
<SupportedTargetFrameworks>v2.0;v3.5Client</SupportedTargetFrameworks>
</TemplateConfiguration>

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

@ -11,7 +11,7 @@ @@ -11,7 +11,7 @@
<Name>${res:Templates.Project.SharedAddin.Name}</Name>
<Category>VB</Category>
<Icon>VBNet.Project.Library</Icon>
<Icon>VB.Project.Library</Icon>
<Description>${res:Templates.Project.SharedAddin.Description}</Description>
<SupportedTargetFrameworks>v2.0</SupportedTargetFrameworks>
</TemplateConfiguration>

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

@ -8,7 +8,7 @@ @@ -8,7 +8,7 @@
<Name>${res:Templates.Project.SharpDevelopAddin.Name}</Name>
<Category>VB</Category>
<Subcategory>SharpDevelop</Subcategory>
<Icon>VBNet.Project.ControlLibrary</Icon>
<Icon>VB.Project.ControlLibrary</Icon>
<Description>${res:Templates.Project.SharpDevelopAddin.Description}</Description>
<SupportedTargetFrameworks>v4.0</SupportedTargetFrameworks>
</TemplateConfiguration>

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

@ -6,7 +6,7 @@ @@ -6,7 +6,7 @@
<Name>Custom Tool</Name>
<Category>VB</Category>
<Subcategory>SharpDevelop</Subcategory>
<Icon>VBNet.Project.ControlLibrary</Icon>
<Icon>VB.Project.ControlLibrary</Icon>
<Description>A custom tool that implements a code generator transforming a source file into an output file whenever the source is changed inside SharpDevelop</Description>
<SupportedTargetFrameworks>v4.0</SupportedTargetFrameworks>
</TemplateConfiguration>

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

@ -8,7 +8,7 @@ @@ -8,7 +8,7 @@
<Name>${res:Templates.Project.SharpDevelopMacro.Name}</Name>
<Category>VB</Category>
<Subcategory>SharpDevelop</Subcategory>
<Icon>VBNet.Project.ControlLibrary</Icon>
<Icon>VB.Project.ControlLibrary</Icon>
<Description>${res:Templates.Project.SharpDevelopMacro.Description}</Description>
<SupportedTargetFrameworks>v4.0</SupportedTargetFrameworks>
</TemplateConfiguration>

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

@ -5,7 +5,7 @@ @@ -5,7 +5,7 @@
<Name>Silverlight Application</Name>
<Category>VB</Category>
<Subcategory>Silverlight</Subcategory>
<Icon>VBNet.Project.Form</Icon>
<Icon>VB.Project.Form</Icon>
<Description>Default Silverlight 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.WCFServiceProject</Icon>
<Icon>VB.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.WCFServiceProject</Icon>
<Icon>VB.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.WPFProject</Icon>
<Icon>VB.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.WPFNavigationProject</Icon>
<Icon>VB.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.WebService</Icon>
<Icon>VB.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.WebProject</Icon>
<Icon>VB.Project.WebProject</Icon>
<Description>${res:Templates.Project.WebPage.Description}</Description>
<SupportedTargetFrameworks>v2.0</SupportedTargetFrameworks>
</TemplateConfiguration>

Loading…
Cancel
Save