|
12 | 12 | <UpgradeBackupLocation>
|
13 | 13 | </UpgradeBackupLocation>
|
14 | 14 | <OldToolsVersion>15.0</OldToolsVersion>
|
| 15 | + <DeployExtension Condition="'$(AppVeyor)' != ''">False</DeployExtension> |
15 | 16 | </PropertyGroup>
|
16 | 17 | <PropertyGroup>
|
17 | 18 | <SignAssembly>true</SignAssembly>
|
|
20 | 21 | <AssemblyOriginatorKeyFile>Key.snk</AssemblyOriginatorKeyFile>
|
21 | 22 | </PropertyGroup>
|
22 | 23 | <PropertyGroup>
|
23 |
| - <ApplicationIcon>Resources\GenerateFilter.ico</ApplicationIcon> |
| 24 | + <ApplicationIcon>Resources\GenerateCppFilters.ico</ApplicationIcon> |
24 | 25 | </PropertyGroup>
|
25 | 26 | <Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
|
26 | 27 | <PropertyGroup>
|
|
31 | 32 | <ProjectGuid>{18555A86-3A5F-4D33-8C12-01E288BDC30E}</ProjectGuid>
|
32 | 33 | <OutputType>Library</OutputType>
|
33 | 34 | <AppDesignerFolder>Properties</AppDesignerFolder>
|
34 |
| - <RootNamespace>VisualStudioCppExtensions</RootNamespace> |
35 |
| - <AssemblyName>VisualStudioCppExtensions</AssemblyName> |
| 35 | + <RootNamespace>GenerateCppFiltersExtension</RootNamespace> |
| 36 | + <AssemblyName>GenerateCppFiltersExtension</AssemblyName> |
36 | 37 | <TargetFrameworkVersion>v4.6</TargetFrameworkVersion>
|
37 | 38 | <GeneratePkgDefFile>true</GeneratePkgDefFile>
|
38 | 39 | <IncludeAssemblyInVSIXContainer>true</IncludeAssemblyInVSIXContainer>
|
|
59 | 60 | <WarningLevel>4</WarningLevel>
|
60 | 61 | </PropertyGroup>
|
61 | 62 | <ItemGroup>
|
62 |
| - <Compile Include="GenerateFilter.cs" /> |
63 |
| - <Compile Include="GenerateFilterPackage.cs" /> |
| 63 | + <Compile Include="GenerateCppFilters.cs" /> |
| 64 | + <Compile Include="GenerateCppFiltersPackage.cs" /> |
64 | 65 | <Compile Include="Properties\AssemblyInfo.cs" />
|
65 | 66 | </ItemGroup>
|
66 | 67 | <ItemGroup>
|
67 | 68 | <None Include="Key.snk" />
|
68 |
| - <None Include="packages.config"> |
69 |
| - <SubType>Designer</SubType> |
70 |
| - </None> |
71 | 69 | <Content Include="Resources\LICENSE">
|
72 | 70 | <IncludeInVSIX>true</IncludeInVSIX>
|
73 | 71 | </Content>
|
| 72 | + <None Include="packages.config" /> |
74 | 73 | <None Include="source.extension.vsixmanifest">
|
75 | 74 | <SubType>Designer</SubType>
|
76 | 75 | </None>
|
77 | 76 | </ItemGroup>
|
78 | 77 | <ItemGroup>
|
79 |
| - <VSCTCompile Include="GenerateFilterPackage.vsct"> |
| 78 | + <VSCTCompile Include="GenerateCppFiltersPackage.vsct"> |
80 | 79 | <ResourceName>Menus.ctmenu</ResourceName>
|
81 | 80 | <SubType>Designer</SubType>
|
82 | 81 | </VSCTCompile>
|
83 |
| - <Content Include="index.html" /> |
84 |
| - <Content Include="Resources\GenerateFilterPackage.ico"> |
| 82 | + <Content Include="Resources\GenerateCppFiltersPackage.ico"> |
85 | 83 | <IncludeInVSIX>true</IncludeInVSIX>
|
86 | 84 | </Content>
|
87 |
| - <Content Include="Resources\GenerateFilter.ico"> |
| 85 | + <Content Include="Resources\GenerateCppFilters.ico"> |
88 | 86 | <CopyToOutputDirectory>Always</CopyToOutputDirectory>
|
89 | 87 | <IncludeInVSIX>true</IncludeInVSIX>
|
90 | 88 | </Content>
|
|
97 | 95 | <Content Include="Resources\PreviewImage.png">
|
98 | 96 | <IncludeInVSIX>true</IncludeInVSIX>
|
99 | 97 | </Content>
|
100 |
| - <Content Include="stylesheet.css" /> |
101 | 98 | </ItemGroup>
|
102 | 99 | <ItemGroup>
|
103 | 100 | <Reference Include="EnvDTE, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">
|
|
120 | 117 | </Reference>
|
121 | 118 | <Reference Include="Microsoft.VisualStudio.Imaging, Version=14.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
|
122 | 119 | <HintPath>..\packages\Microsoft.VisualStudio.Imaging.14.3.25407\lib\net45\Microsoft.VisualStudio.Imaging.dll</HintPath>
|
123 |
| - <Private>True</Private> |
124 | 120 | </Reference>
|
125 | 121 | <Reference Include="Microsoft.VisualStudio.OLE.Interop, Version=7.1.40304.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">
|
126 | 122 | <HintPath>..\packages\Microsoft.VisualStudio.OLE.Interop.7.10.6070\lib\Microsoft.VisualStudio.OLE.Interop.dll</HintPath>
|
127 |
| - <Private>True</Private> |
128 | 123 | </Reference>
|
129 |
| - <Reference Include="Microsoft.VisualStudio.Shell.14.0, Version=14.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL" /> |
| 124 | + <Reference Include="Microsoft.VisualStudio.Shell.14.0, Version=14.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL"> |
| 125 | + <HintPath>..\packages\Microsoft.VisualStudio.Shell.14.0.14.3.25407\lib\Microsoft.VisualStudio.Shell.14.0.dll</HintPath> |
| 126 | + </Reference> |
130 | 127 | <Reference Include="Microsoft.VisualStudio.Shell.Immutable.10.0, Version=10.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
|
131 | 128 | <HintPath>..\packages\Microsoft.VisualStudio.Shell.Immutable.10.0.10.0.30319\lib\net40\Microsoft.VisualStudio.Shell.Immutable.10.0.dll</HintPath>
|
132 |
| - <Private>True</Private> |
133 | 129 | </Reference>
|
134 | 130 | <Reference Include="Microsoft.VisualStudio.Shell.Immutable.11.0, Version=11.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
|
135 | 131 | <HintPath>..\packages\Microsoft.VisualStudio.Shell.Immutable.11.0.11.0.50727\lib\net45\Microsoft.VisualStudio.Shell.Immutable.11.0.dll</HintPath>
|
136 |
| - <Private>True</Private> |
137 | 132 | </Reference>
|
138 | 133 | <Reference Include="Microsoft.VisualStudio.Shell.Immutable.12.0, Version=12.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
|
139 | 134 | <HintPath>..\packages\Microsoft.VisualStudio.Shell.Immutable.12.0.12.0.21003\lib\net45\Microsoft.VisualStudio.Shell.Immutable.12.0.dll</HintPath>
|
140 |
| - <Private>True</Private> |
141 | 135 | </Reference>
|
142 | 136 | <Reference Include="Microsoft.VisualStudio.Shell.Immutable.14.0, Version=14.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
|
143 | 137 | <HintPath>..\packages\Microsoft.VisualStudio.Shell.Immutable.14.0.14.3.25407\lib\net45\Microsoft.VisualStudio.Shell.Immutable.14.0.dll</HintPath>
|
144 |
| - <Private>True</Private> |
145 | 138 | </Reference>
|
146 | 139 | <Reference Include="Microsoft.VisualStudio.Shell.Interop, Version=7.1.40304.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">
|
147 | 140 | <HintPath>..\packages\Microsoft.VisualStudio.Shell.Interop.7.10.6071\lib\Microsoft.VisualStudio.Shell.Interop.dll</HintPath>
|
148 |
| - <Private>True</Private> |
149 | 141 | </Reference>
|
150 | 142 | <Reference Include="Microsoft.VisualStudio.Shell.Interop.10.0, Version=10.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
|
151 |
| - <EmbedInteropTypes>True</EmbedInteropTypes> |
152 | 143 | <HintPath>..\packages\Microsoft.VisualStudio.Shell.Interop.10.0.10.0.30319\lib\Microsoft.VisualStudio.Shell.Interop.10.0.dll</HintPath>
|
153 |
| - <Private>True</Private> |
| 144 | + <EmbedInteropTypes>True</EmbedInteropTypes> |
154 | 145 | </Reference>
|
155 | 146 | <Reference Include="Microsoft.VisualStudio.Shell.Interop.11.0, Version=11.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
|
156 |
| - <EmbedInteropTypes>True</EmbedInteropTypes> |
157 | 147 | <HintPath>..\packages\Microsoft.VisualStudio.Shell.Interop.11.0.11.0.61030\lib\Microsoft.VisualStudio.Shell.Interop.11.0.dll</HintPath>
|
158 |
| - <Private>True</Private> |
| 148 | + <EmbedInteropTypes>True</EmbedInteropTypes> |
159 | 149 | </Reference>
|
160 | 150 | <Reference Include="Microsoft.VisualStudio.Shell.Interop.12.0, Version=12.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
|
161 |
| - <EmbedInteropTypes>True</EmbedInteropTypes> |
162 | 151 | <HintPath>..\packages\Microsoft.VisualStudio.Shell.Interop.12.0.12.0.30110\lib\Microsoft.VisualStudio.Shell.Interop.12.0.dll</HintPath>
|
163 |
| - <Private>True</Private> |
| 152 | + <EmbedInteropTypes>True</EmbedInteropTypes> |
164 | 153 | </Reference>
|
165 | 154 | <Reference Include="Microsoft.VisualStudio.Shell.Interop.8.0, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">
|
166 | 155 | <HintPath>..\packages\Microsoft.VisualStudio.Shell.Interop.8.0.8.0.50727\lib\Microsoft.VisualStudio.Shell.Interop.8.0.dll</HintPath>
|
167 |
| - <Private>True</Private> |
168 | 156 | </Reference>
|
169 | 157 | <Reference Include="Microsoft.VisualStudio.Shell.Interop.9.0, Version=9.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">
|
170 | 158 | <HintPath>..\packages\Microsoft.VisualStudio.Shell.Interop.9.0.9.0.30729\lib\Microsoft.VisualStudio.Shell.Interop.9.0.dll</HintPath>
|
171 |
| - <Private>True</Private> |
172 | 159 | </Reference>
|
173 | 160 | <Reference Include="Microsoft.VisualStudio.TextManager.Interop, Version=7.1.40304.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">
|
174 | 161 | <HintPath>..\packages\Microsoft.VisualStudio.TextManager.Interop.7.10.6070\lib\Microsoft.VisualStudio.TextManager.Interop.dll</HintPath>
|
175 |
| - <Private>True</Private> |
176 | 162 | </Reference>
|
177 | 163 | <Reference Include="Microsoft.VisualStudio.TextManager.Interop.8.0, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">
|
178 | 164 | <HintPath>..\packages\Microsoft.VisualStudio.TextManager.Interop.8.0.8.0.50727\lib\Microsoft.VisualStudio.TextManager.Interop.8.0.dll</HintPath>
|
179 |
| - <Private>True</Private> |
180 | 165 | </Reference>
|
181 | 166 | <Reference Include="Microsoft.VisualStudio.Threading, Version=14.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
|
182 | 167 | <HintPath>..\packages\Microsoft.VisualStudio.Threading.14.1.111\lib\net45\Microsoft.VisualStudio.Threading.dll</HintPath>
|
183 |
| - <Private>True</Private> |
184 | 168 | </Reference>
|
185 | 169 | <Reference Include="Microsoft.VisualStudio.Utilities, Version=14.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
|
186 | 170 | <HintPath>..\packages\Microsoft.VisualStudio.Utilities.14.3.25407\lib\net45\Microsoft.VisualStudio.Utilities.dll</HintPath>
|
187 |
| - <Private>True</Private> |
188 | 171 | </Reference>
|
189 | 172 | <Reference Include="Microsoft.VisualStudio.Validation, Version=14.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
|
190 | 173 | <HintPath>..\packages\Microsoft.VisualStudio.Validation.14.1.111\lib\net45\Microsoft.VisualStudio.Validation.dll</HintPath>
|
191 |
| - <Private>True</Private> |
192 | 174 | </Reference>
|
193 | 175 | <Reference Include="stdole, Version=7.0.3300.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">
|
194 | 176 | <EmbedInteropTypes>False</EmbedInteropTypes>
|
|
0 commit comments