Skip to content

Commit 92d1787

Browse files
author
Kyle Spearrin
committed
- More VS project configuration
- Added preview/icon image
1 parent 009f815 commit 92d1787

File tree

3 files changed

+29
-22
lines changed

3 files changed

+29
-22
lines changed

jQueryCodeSnippets/jQueryCodeSnippets.csproj

Lines changed: 10 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@
44
<MinimumVisualStudioVersion>11.0</MinimumVisualStudioVersion>
55
<VisualStudioVersion Condition="'$(VisualStudioVersion)' == ''">11.0</VisualStudioVersion>
66
<VSToolsPath Condition="'$(VSToolsPath)' == ''">$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v$(VisualStudioVersion)</VSToolsPath>
7-
<StartAction>Program</StartAction>
8-
<StartProgram>$(DevEnvDir)\devenv.exe</StartProgram>
9-
<StartArguments>/rootsuffix Exp</StartArguments>
7+
<StartAction>Program</StartAction>
8+
<StartProgram>$(DevEnvDir)\devenv.exe</StartProgram>
9+
<StartArguments>/rootsuffix Exp</StartArguments>
1010
</PropertyGroup>
1111
<Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
1212
<PropertyGroup>
@@ -17,8 +17,8 @@
1717
<ProjectGuid>{C1131DC7-264F-467E-90E2-ED2ED49BE43F}</ProjectGuid>
1818
<OutputType>Library</OutputType>
1919
<AppDesignerFolder>Properties</AppDesignerFolder>
20-
<RootNamespace>SnippetExtension</RootNamespace>
21-
<AssemblyName>SnippetExtension</AssemblyName>
20+
<RootNamespace>jQueryCodeSnippets</RootNamespace>
21+
<AssemblyName>jQueryCodeSnippets</AssemblyName>
2222
<TargetFrameworkVersion>v4.5</TargetFrameworkVersion>
2323
<GeneratePkgDefFile>false</GeneratePkgDefFile>
2424
<IncludeAssemblyInVSIXContainer>false</IncludeAssemblyInVSIXContainer>
@@ -444,11 +444,16 @@
444444
<Content Include="HTML\jQuery\jqScriptValidateUnobtrusiveCdnMs.snippet">
445445
<IncludeInVSIX>true</IncludeInVSIX>
446446
</Content>
447+
<None Include="JavaScript\jQuery\jqNamespace.snippet" />
447448
<None Include="source.extension.vsixmanifest">
448449
<SubType>Designer</SubType>
449450
</None>
450451
</ItemGroup>
451452
<ItemGroup>
453+
<Content Include="preview.png">
454+
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
455+
<IncludeInVSIX>true</IncludeInVSIX>
456+
</Content>
452457
<Content Include="registry.pkgdef">
453458
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
454459
<IncludeInVSIX>true</IncludeInVSIX>

jQueryCodeSnippets/preview.png

6.05 KB
Loading
Lines changed: 19 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,22 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<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="0610c27c-b2d5-4d52-87fb-9dc9a0e20d53" Version="1.3" Language="en-US" Publisher="Kyle Spearrin" />
5-
<DisplayName>jQuery Code Snippets</DisplayName>
6-
<Description xml:space="preserve">130+ jQuery code snippets for Visual Studio 2012 &amp; 2013.</Description>
7-
<MoreInfo>https://github.com/xxkylexx/Visual-Studio-jQuery-Code-Snippets</MoreInfo>
8-
<Tags>jquery, code, snippets</Tags>
9-
</Metadata>
10-
<Installation>
11-
<InstallationTarget Id="Microsoft.VisualStudio.Pro" Version="11.0" />
12-
<InstallationTarget Id="Microsoft.VisualStudio.Pro" Version="12.0" />
13-
</Installation>
14-
<Dependencies>
15-
<Dependency Id="Microsoft.Framework.NDP" DisplayName="Microsoft .NET Framework" d:Source="Manual" Version="4.5" />
16-
</Dependencies>
17-
<Assets>
18-
<Asset Type="Microsoft.VisualStudio.VsPackage" d:Source="File" Path="registry.pkgdef" />
19-
</Assets>
3+
<Metadata>
4+
<Identity Id="0610c27c-b2d5-4d52-87fb-9dc9a0e20d53" Version="1.3" Language="en-US" Publisher="Kyle Spearrin" />
5+
<DisplayName>jQuery Code Snippets</DisplayName>
6+
<Description xml:space="preserve">130+ jQuery code snippets for Visual Studio 2012 &amp; 2013.</Description>
7+
<MoreInfo>https://github.com/xxkylexx/Visual-Studio-jQuery-Code-Snippets</MoreInfo>
8+
<Icon>preview.png</Icon>
9+
<PreviewImage>preview.png</PreviewImage>
10+
<Tags>jquery, snippet, snippets</Tags>
11+
</Metadata>
12+
<Installation>
13+
<InstallationTarget Id="Microsoft.VisualStudio.Pro" Version="11.0" />
14+
<InstallationTarget Id="Microsoft.VisualStudio.Pro" Version="12.0" />
15+
</Installation>
16+
<Dependencies>
17+
<Dependency Id="Microsoft.Framework.NDP" DisplayName="Microsoft .NET Framework" d:Source="Manual" Version="4.5" />
18+
</Dependencies>
19+
<Assets>
20+
<Asset Type="Microsoft.VisualStudio.VsPackage" d:Source="File" Path="registry.pkgdef" />
21+
</Assets>
2022
</PackageManifest>

0 commit comments

Comments
 (0)