-
-
Notifications
You must be signed in to change notification settings - Fork 104
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
34 additions
and
50 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
80 changes: 32 additions & 48 deletions
80
extension/visual studio/HandyControl/source.extension.vsixmanifest
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,52 +1,36 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<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"> | ||
<Metadata> | ||
<Identity Id="16adb6c8-d74c-451c-9c7e-a93ef604d0b9" Version="3.4.2.0" Language="en-US" Publisher="Mahdi Hosseini" /> | ||
<DisplayName>HandyControl</DisplayName> | ||
<Description xml:space="preserve">Contains some simple and commonly used WPF controls based on HandyControl | ||
<Metadata> | ||
<Identity Id="16adb6c8-d74c-451c-9c7e-a93ef604d0b9" Version="3.4.2.1" Language="en-US" Publisher="Mahdi Hosseini" /> | ||
<DisplayName>HandyControl</DisplayName> | ||
<Description xml:space="preserve">Contains some simple and commonly used WPF controls based on HandyControl | ||
This VSIX Project will help people initialize a HandyControls project.</Description> | ||
<MoreInfo>https://ghost1372.github.io/handycontrol</MoreInfo> | ||
<License>License.txt</License> | ||
<GettingStartedGuide>https://ghost1372.github.io/handycontrol/quick_start</GettingStartedGuide> | ||
<ReleaseNotes>https://github.com/ghost1372/HandyControls/releases</ReleaseNotes> | ||
<Icon>icon_100_100.png</Icon> | ||
<PreviewImage>icon_300_300.png</PreviewImage> | ||
<Tags>WPF C# Control handycontrol dark theme light drawer sidemenu blurwindow badge</Tags> | ||
</Metadata> | ||
<Installation> | ||
<InstallationTarget Id="Microsoft.VisualStudio.Community" Version="[15.0, 18.0)"> | ||
<ProductArchitecture>x86</ProductArchitecture> | ||
</InstallationTarget> | ||
<InstallationTarget Id="Microsoft.VisualStudio.Pro" Version="[15.0, 18.0)"> | ||
<ProductArchitecture>x86</ProductArchitecture> | ||
</InstallationTarget> | ||
<InstallationTarget Id="Microsoft.VisualStudio.Enterprise" Version="[15.0, 18.0)"> | ||
<ProductArchitecture>x86</ProductArchitecture> | ||
</InstallationTarget> | ||
|
||
<InstallationTarget Id="Microsoft.VisualStudio.Community" Version="[17.0, 18.0)"> | ||
<ProductArchitecture>amd64</ProductArchitecture> | ||
</InstallationTarget> | ||
<InstallationTarget Version="[17.0,18.0)" Id="Microsoft.VisualStudio.Pro"> | ||
<ProductArchitecture>amd64</ProductArchitecture> | ||
</InstallationTarget> | ||
<InstallationTarget Version="[17.0,18.0)" Id="Microsoft.VisualStudio.Enterprise"> | ||
<ProductArchitecture>amd64</ProductArchitecture> | ||
</InstallationTarget> | ||
</Installation> | ||
<Dependencies> | ||
<Dependency Id="Microsoft.Framework.NDP" DisplayName="Microsoft .NET Framework" d:Source="Manual" Version="[4.0,)" /> | ||
</Dependencies> | ||
<Prerequisites> | ||
<Prerequisite Id="Microsoft.VisualStudio.Component.CoreEditor" Version="[15.0,18.0)" DisplayName="Visual Studio core editor" /> | ||
</Prerequisites> | ||
<Assets> | ||
<Asset Type="Microsoft.VisualStudio.VsPackage" d:Source="Project" d:ProjectName="%CurrentProject%" Path="|%CurrentProject%;PkgdefProjectOutputGroup|" /> | ||
<Asset Type="Microsoft.VisualStudio.ProjectTemplate" d:Source="Project" d:ProjectName="WpfApp" d:TargetPath="|WpfApp;TemplateProjectOutputGroup|" Path="ProjectTemplates" d:VsixSubPath="ProjectTemplates" /> | ||
<Asset Type="Microsoft.VisualStudio.ProjectTemplate" d:Source="Project" d:ProjectName="WpfAppMVVMPrism" d:TargetPath="|WpfAppMVVMPrism;TemplateProjectOutputGroup|" Path="ProjectTemplates" d:VsixSubPath="ProjectTemplates" /> | ||
<Asset Type="Microsoft.VisualStudio.ProjectTemplate" d:Source="Project" d:ProjectName="WpfAppMVVMStylet" d:TargetPath="|WpfAppMVVMStylet;TemplateProjectOutputGroup|" Path="ProjectTemplates" d:VsixSubPath="ProjectTemplates" /> | ||
<Asset Type="Microsoft.VisualStudio.ProjectTemplate" d:Source="Project" d:ProjectName="WpfCoreApp" d:TargetPath="|WpfCoreApp;TemplateProjectOutputGroup|" Path="ProjectTemplates" d:VsixSubPath="ProjectTemplates" /> | ||
<Asset Type="Microsoft.VisualStudio.ProjectTemplate" d:Source="Project" d:ProjectName="WpfCoreAppPrism" d:TargetPath="|WpfCoreAppPrism;TemplateProjectOutputGroup|" Path="ProjectTemplates" d:VsixSubPath="ProjectTemplates" /> | ||
<Asset Type="Microsoft.VisualStudio.ProjectTemplate" d:Source="Project" d:ProjectName="WpfCoreAppStylet" d:TargetPath="|WpfCoreAppStylet;TemplateProjectOutputGroup|" Path="ProjectTemplates" d:VsixSubPath="ProjectTemplates" /> | ||
</Assets> | ||
<MoreInfo>https://ghost1372.github.io/handycontrol</MoreInfo> | ||
<License>License.txt</License> | ||
<GettingStartedGuide>https://ghost1372.github.io/handycontrol/quick_start</GettingStartedGuide> | ||
<ReleaseNotes>https://github.com/ghost1372/HandyControls/releases</ReleaseNotes> | ||
<Icon>icon_100_100.png</Icon> | ||
<PreviewImage>icon_300_300.png</PreviewImage> | ||
<Tags>WPF C# Control handycontrol dark theme light drawer sidemenu blurwindow badge</Tags> | ||
</Metadata> | ||
<Installation> | ||
<InstallationTarget Id="Microsoft.VisualStudio.Community" Version="[15.0, 17.0)"/> | ||
<InstallationTarget Id="Microsoft.VisualStudio.Pro" Version="[15.0, 17.0)"/> | ||
<InstallationTarget Id="Microsoft.VisualStudio.Enterprise" Version="[15.0, 17.0)"/> | ||
</Installation> | ||
<Dependencies> | ||
<Dependency Id="Microsoft.Framework.NDP" DisplayName="Microsoft .NET Framework" d:Source="Manual" Version="[4.0,)" /> | ||
</Dependencies> | ||
<Prerequisites> | ||
<Prerequisite Id="Microsoft.VisualStudio.Component.CoreEditor" Version="[15.0,18.0)" DisplayName="Visual Studio core editor" /> | ||
</Prerequisites> | ||
<Assets> | ||
<Asset Type="Microsoft.VisualStudio.VsPackage" d:Source="Project" d:ProjectName="%CurrentProject%" Path="|%CurrentProject%;PkgdefProjectOutputGroup|" /> | ||
<Asset Type="Microsoft.VisualStudio.ProjectTemplate" d:Source="Project" d:ProjectName="WpfApp" d:TargetPath="|WpfApp;TemplateProjectOutputGroup|" Path="ProjectTemplates" d:VsixSubPath="ProjectTemplates" /> | ||
<Asset Type="Microsoft.VisualStudio.ProjectTemplate" d:Source="Project" d:ProjectName="WpfAppMVVMPrism" d:TargetPath="|WpfAppMVVMPrism;TemplateProjectOutputGroup|" Path="ProjectTemplates" d:VsixSubPath="ProjectTemplates" /> | ||
<Asset Type="Microsoft.VisualStudio.ProjectTemplate" d:Source="Project" d:ProjectName="WpfAppMVVMStylet" d:TargetPath="|WpfAppMVVMStylet;TemplateProjectOutputGroup|" Path="ProjectTemplates" d:VsixSubPath="ProjectTemplates" /> | ||
<Asset Type="Microsoft.VisualStudio.ProjectTemplate" d:Source="Project" d:ProjectName="WpfCoreApp" d:TargetPath="|WpfCoreApp;TemplateProjectOutputGroup|" Path="ProjectTemplates" d:VsixSubPath="ProjectTemplates" /> | ||
<Asset Type="Microsoft.VisualStudio.ProjectTemplate" d:Source="Project" d:ProjectName="WpfCoreAppPrism" d:TargetPath="|WpfCoreAppPrism;TemplateProjectOutputGroup|" Path="ProjectTemplates" d:VsixSubPath="ProjectTemplates" /> | ||
<Asset Type="Microsoft.VisualStudio.ProjectTemplate" d:Source="Project" d:ProjectName="WpfCoreAppStylet" d:TargetPath="|WpfCoreAppStylet;TemplateProjectOutputGroup|" Path="ProjectTemplates" d:VsixSubPath="ProjectTemplates" /> | ||
</Assets> | ||
</PackageManifest> |