Skip to content

Commit 50abd99

Browse files
committed
Renaming project to GenerateFilter + fix vsix package
1 parent f3e7f62 commit 50abd99

16 files changed

+62
-48
lines changed
File renamed without changes.

VisualStudioCppExtensions/VisualStudioCppExtensions.csproj renamed to GenerateFilter/GenerateFilter.csproj

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,9 @@
1414
<PropertyGroup>
1515
<AssemblyOriginatorKeyFile>Key.snk</AssemblyOriginatorKeyFile>
1616
</PropertyGroup>
17+
<PropertyGroup>
18+
<ApplicationIcon>Resources\GenerateFilter.ico</ApplicationIcon>
19+
</PropertyGroup>
1720
<Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
1821
<PropertyGroup>
1922
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
@@ -57,7 +60,12 @@
5760
</ItemGroup>
5861
<ItemGroup>
5962
<None Include="Key.snk" />
63+
<Content Include="LICENSE">
64+
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
65+
<IncludeInVSIX>true</IncludeInVSIX>
66+
</Content>
6067
<None Include="packages.config" />
68+
<None Include="Resources\LICENSE" />
6169
<None Include="source.extension.vsixmanifest">
6270
<SubType>Designer</SubType>
6371
</None>
@@ -69,7 +77,6 @@
6977
</VSCTCompile>
7078
<Content Include="index.html" />
7179
<Content Include="Resources\GenerateFilterPackage.ico" />
72-
<Content Include="Resources\LICENSE.txt" />
7380
<Content Include="Resources\GenerateFilter.ico">
7481
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
7582
<IncludeInVSIX>true</IncludeInVSIX>
File renamed without changes.

VisualStudioCppExtensions/GenerateFilterPackage.vsct renamed to GenerateFilter/GenerateFilterPackage.vsct

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -12,14 +12,10 @@
1212
<!--To add in Add submenu-->
1313
<!--<Parent guid="guidSHLMainMenu" id="cmdidShellWindowNavigate7" />-->
1414
</Group>
15-
16-
<Group guid="guidGenerateFilterPackageCmdSet" id="grpIdSolutionContextAdd">
17-
<Parent guid="guidSHLMainMenu" id="cmdidShellWindowNavigate5" />
18-
</Group>
1915
</Groups>
2016

2117
<Buttons>
22-
<Button guid="guidGenerateFilterPackageCmdSet" id="GenerateFilterCommand" type="Button">
18+
<Button guid="guidGenerateFilterPackageCmdSet" id="GenerateFilterCommand" type="Button" priority="0x0100">
2319
<Parent guid="guidGenerateFilterPackageCmdSet" id="grpIdProjectContextAdd" />
2420
<Icon guid="GenerateFilterIcon" id="GenerateFilterIconID" />
2521

VisualStudioCppExtensions/Resources/LICENSE.txt renamed to GenerateFilter/LICENSE

File renamed without changes.
File renamed without changes.
File renamed without changes.

VisualStudioCppExtensions/Resources/GenerateFilterPackage.ico renamed to GenerateFilter/Resources/GenerateFilterPackage.ico

File renamed without changes.

GenerateFilter/Resources/LICENSE

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
The MIT License
2+
3+
Copyright (c) 2010-2016 Google, Inc. http://angularjs.org
4+
5+
Permission is hereby granted, free of charge, to any person obtaining a copy
6+
of this software and associated documentation files (the "Software"), to deal
7+
in the Software without restriction, including without limitation the rights
8+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
9+
copies of the Software, and to permit persons to whom the Software is
10+
furnished to do so, subject to the following conditions:
11+
12+
The above copyright notice and this permission notice shall be included in
13+
all copies or substantial portions of the Software.
14+
15+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
16+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
17+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
18+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
19+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
20+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
21+
THE SOFTWARE.

0 commit comments

Comments
 (0)