|
1 | 1 | <?xml version="1.0" encoding="utf-8"?>
|
2 | 2 | <PackageManifest Version="2.0.0" xmlns="http://schemas.microsoft.com/developer/vsx-schema/2011" xmlns:d="http://schemas.microsoft.com/developer/vsx-schema-design/2011">
|
3 |
| - <Metadata> |
4 |
| - <Identity Id="e48e838a-c708-4d43-b822-4d5de0d13eed" Version="11.0" Language="en-US" Publisher="Chris Hammond" /> |
5 |
| - <DisplayName>DNN Project Templates</DisplayName> |
6 |
| - <Description xml:space="preserve">This Visual Studio Package contains Project Templates to aid in your (DNN) DotNetNuke Extension development of Themes and Modules. These templates require that you're running IIS locally and starting Visual Studio as an administrator. Fore more information visit https://www.christoc.com/Products/Module-Development-Templates |
| 3 | + <Metadata> |
| 4 | + <Identity Id="e48e838a-c708-4d43-b822-4d5de0d13eed" Version="11.1" Language="en-US" Publisher="Chris Hammond" /> |
| 5 | + <DisplayName>DNN Project Templates</DisplayName> |
| 6 | + <Description xml:space="preserve">This Visual Studio Package contains Project Templates to aid in your (DNN) DotNetNuke Extension development of Themes and Modules. These templates require that you're running IIS locally and starting Visual Studio as an administrator. Fore more information visit https://www.christoc.com/Products/Module-Development-Templates |
7 | 7 |
|
8 | 8 | </Description>
|
9 |
| - <MoreInfo>https://christoc.com/Products/DNN-Development-Templates</MoreInfo> |
10 |
| - <License>License.txt</License> |
11 |
| - <GettingStartedGuide>https://christoc.com/Tutorials/All-Tutorials/Visual-Studio-Gallery-DotNetNuke-Template-Information</GettingStartedGuide> |
12 |
| - <ReleaseNotes>ReleaseNotes.txt</ReleaseNotes> |
13 |
| - <Icon>Resources\Package.ico</Icon> |
14 |
| - <PreviewImage>Resources\Package.ico</PreviewImage> |
15 |
| - <Tags>DotNetNuke, DNN, CMS, "Content Management System", "Open Source", OpenSource,Skin,Theme,DNNCMS, Evoq, Module, Extension,</Tags> |
16 |
| - </Metadata> |
17 |
| - <Installation> |
18 |
| - <InstallationTarget Version="[17.0,18.0)" Id="Microsoft.VisualStudio.Pro"> |
19 |
| - <ProductArchitecture>amd64</ProductArchitecture> |
20 |
| - </InstallationTarget> |
| 9 | + <MoreInfo>https://christoc.com/Products/DNN-Development-Templates</MoreInfo> |
| 10 | + <License>License.txt</License> |
| 11 | + <GettingStartedGuide>https://christoc.com/Tutorials/All-Tutorials/Visual-Studio-Gallery-DotNetNuke-Template-Information</GettingStartedGuide> |
| 12 | + <ReleaseNotes>ReleaseNotes.txt</ReleaseNotes> |
| 13 | + <Icon>Resources\Package.ico</Icon> |
| 14 | + <PreviewImage>Resources\Package.ico</PreviewImage> |
| 15 | + <Tags>DotNetNuke, DNN, CMS, "Content Management System", "Open Source", OpenSource,Skin,Theme,DNNCMS, Evoq, Module, Extension,</Tags> |
| 16 | + </Metadata> |
| 17 | + <Installation> |
| 18 | + <InstallationTarget Version="[17.0,18.0)" Id="Microsoft.VisualStudio.Community"> |
| 19 | + <ProductArchitecture>amd64</ProductArchitecture> |
| 20 | + </InstallationTarget> |
| 21 | + <InstallationTarget Version="[17.0,18.0)" Id="Microsoft.VisualStudio.Pro"> |
| 22 | + <ProductArchitecture>amd64</ProductArchitecture> |
| 23 | + </InstallationTarget> |
| 24 | + <InstallationTarget Version="[17.0,18.0)" Id="Microsoft.VisualStudio.Enterprise"> |
| 25 | + <ProductArchitecture>amd64</ProductArchitecture> |
| 26 | + </InstallationTarget> |
21 | 27 |
|
22 |
| - </Installation> |
23 |
| - <Dependencies> |
24 |
| - <Dependency Id="Microsoft.Framework.NDP" DisplayName="Microsoft .NET Framework" d:Source="Manual" Version="4.0" /> |
25 |
| - <!-- |
| 28 | + </Installation> |
| 29 | + <Dependencies> |
| 30 | + <Dependency Id="Microsoft.Framework.NDP" DisplayName="Microsoft .NET Framework" d:Source="Manual" Version="4.0" /> |
| 31 | + <!-- |
26 | 32 | <Dependency Id="Microsoft.VisualStudio.MPF.15.0" DisplayName="Visual Studio MPF 15.0" d:Source="Installed" Version="[15.0,16.0)" />
|
27 | 33 | -->
|
28 |
| - </Dependencies> |
29 |
| - <Assets> |
30 |
| - <Asset Type="Microsoft.VisualStudio.ProjectTemplate" d:Source="Project" d:ProjectName="CS-Mod" d:TargetPath="|CS-Mod;TemplateProjectOutputGroup|" Path="ProjectTemplates" d:VsixSubPath="ProjectTemplates" /> |
31 |
| - <Asset Type="Microsoft.VisualStudio.ProjectTemplate" d:Source="Project" d:ProjectName="VB-Mod" d:TargetPath="|VB-Mod;TemplateProjectOutputGroup|" Path="ProjectTemplates" d:VsixSubPath="ProjectTemplates" /> |
32 |
| - <Asset Type="Microsoft.VisualStudio.ProjectTemplate" d:Source="Project" d:ProjectName="VB-DAL2-Mod" d:TargetPath="|VB-DAL2-Mod;TemplateProjectOutputGroup|" Path="ProjectTemplates" d:VsixSubPath="ProjectTemplates" /> |
33 |
| - <Asset Type="Microsoft.VisualStudio.ProjectTemplate" d:Source="Project" d:ProjectName="CS-DAL2-Mod" d:TargetPath="|CS-DAL2-Mod;TemplateProjectOutputGroup|" Path="ProjectTemplates" d:VsixSubPath="ProjectTemplates" /> |
34 |
| - <Asset Type="Microsoft.VisualStudio.ProjectTemplate" d:Source="Project" d:ProjectName="CS-Theme" d:TargetPath="|CS-Theme;TemplateProjectOutputGroup|" Path="ProjectTemplates" d:VsixSubPath="ProjectTemplates" /> |
35 |
| - <Asset Type="Microsoft.VisualStudio.ProjectTemplate" d:Source="Project" d:ProjectName="CS-DAL2-SPA-Mod" d:TargetPath="|CS-DAL2-SPA-Mod;TemplateProjectOutputGroup|" Path="ProjectTemplates" d:VsixSubPath="ProjectTemplates" /> |
36 |
| - <Asset Type="Microsoft.VisualStudio.ProjectTemplate" d:Source="Project" d:ProjectName="CS-DAL2-MVC-Mod" d:TargetPath="|CS-DAL2-MVC-Mod;TemplateProjectOutputGroup|" Path="ProjectTemplates" d:VsixSubPath="ProjectTemplates" /> |
37 |
| - <Asset Type="Microsoft.VisualStudio.VsPackage" d:Source="Project" d:ProjectName="%CurrentProject%" Path="|%CurrentProject%;PkgdefProjectOutputGroup|" /> |
38 |
| - <Asset Type="Microsoft.VisualStudio.Assembly" d:Source="Project" d:ProjectName="SetupWizard" Path="|SetupWizard|" AssemblyName="|SetupWizard;AssemblyName|" /> |
39 |
| - <!-- |
| 34 | + </Dependencies> |
| 35 | + <Assets> |
| 36 | + <Asset Type="Microsoft.VisualStudio.ProjectTemplate" d:Source="Project" d:ProjectName="CS-Mod" d:TargetPath="|CS-Mod;TemplateProjectOutputGroup|" Path="ProjectTemplates" d:VsixSubPath="ProjectTemplates" /> |
| 37 | + <Asset Type="Microsoft.VisualStudio.ProjectTemplate" d:Source="Project" d:ProjectName="VB-Mod" d:TargetPath="|VB-Mod;TemplateProjectOutputGroup|" Path="ProjectTemplates" d:VsixSubPath="ProjectTemplates" /> |
| 38 | + <Asset Type="Microsoft.VisualStudio.ProjectTemplate" d:Source="Project" d:ProjectName="VB-DAL2-Mod" d:TargetPath="|VB-DAL2-Mod;TemplateProjectOutputGroup|" Path="ProjectTemplates" d:VsixSubPath="ProjectTemplates" /> |
| 39 | + <Asset Type="Microsoft.VisualStudio.ProjectTemplate" d:Source="Project" d:ProjectName="CS-DAL2-Mod" d:TargetPath="|CS-DAL2-Mod;TemplateProjectOutputGroup|" Path="ProjectTemplates" d:VsixSubPath="ProjectTemplates" /> |
| 40 | + <Asset Type="Microsoft.VisualStudio.ProjectTemplate" d:Source="Project" d:ProjectName="CS-Theme" d:TargetPath="|CS-Theme;TemplateProjectOutputGroup|" Path="ProjectTemplates" d:VsixSubPath="ProjectTemplates" /> |
| 41 | + <Asset Type="Microsoft.VisualStudio.ProjectTemplate" d:Source="Project" d:ProjectName="CS-DAL2-SPA-Mod" d:TargetPath="|CS-DAL2-SPA-Mod;TemplateProjectOutputGroup|" Path="ProjectTemplates" d:VsixSubPath="ProjectTemplates" /> |
| 42 | + <Asset Type="Microsoft.VisualStudio.ProjectTemplate" d:Source="Project" d:ProjectName="CS-DAL2-MVC-Mod" d:TargetPath="|CS-DAL2-MVC-Mod;TemplateProjectOutputGroup|" Path="ProjectTemplates" d:VsixSubPath="ProjectTemplates" /> |
| 43 | + <Asset Type="Microsoft.VisualStudio.VsPackage" d:Source="Project" d:ProjectName="%CurrentProject%" Path="|%CurrentProject%;PkgdefProjectOutputGroup|" /> |
| 44 | + <Asset Type="Microsoft.VisualStudio.Assembly" d:Source="Project" d:ProjectName="SetupWizard" Path="|SetupWizard|" AssemblyName="|SetupWizard;AssemblyName|" /> |
| 45 | + <!-- |
40 | 46 | <CustomExtension Type="Company.Product.Type">Path\File.ext</CustomExtension>
|
41 | 47 | -->
|
42 |
| - </Assets> |
43 |
| - <Prerequisites> |
44 |
| - <Prerequisite Id="Microsoft.VisualStudio.Component.CoreEditor" Version="[17.0,18.0)" /> |
45 |
| - <!-- <Prerequisite Id="Microsoft.VisualStudio.Shell.12.0" Version="[12.0]" />--> |
46 |
| - </Prerequisites> |
| 48 | + </Assets> |
| 49 | + <Prerequisites> |
| 50 | + <Prerequisite Id="Microsoft.VisualStudio.Component.CoreEditor" Version="[17.0,18.0)" /> |
| 51 | + <!-- <Prerequisite Id="Microsoft.VisualStudio.Shell.12.0" Version="[12.0]" />--> |
| 52 | + </Prerequisites> |
47 | 53 | </PackageManifest>
|
0 commit comments