|
58 | 58 | <LangVersion>7.3</LangVersion> |
59 | 59 | </PropertyGroup> |
60 | 60 | <ItemGroup> |
61 | | - <Compile Include="Commands\BaseCommand.cs" /> |
62 | 61 | <Compile Include="Controls\Options\OptionContainer.cs" /> |
63 | 62 | <Compile Include="Controls\Options\OptionControl.cs"> |
64 | 63 | <SubType>UserControl</SubType> |
|
146 | 145 | <CopyToOutputDirectory>Always</CopyToOutputDirectory> |
147 | 146 | <IncludeInVSIX>true</IncludeInVSIX> |
148 | 147 | </Content> |
| 148 | + <Content Include="Images\VSPackageIcon128x128.png"> |
| 149 | + <CopyToOutputDirectory>Always</CopyToOutputDirectory> |
| 150 | + <IncludeInVSIX>true</IncludeInVSIX> |
| 151 | + </Content> |
| 152 | + <Content Include="Images\VSPackageIcon256x256.png"> |
| 153 | + <CopyToOutputDirectory>Always</CopyToOutputDirectory> |
| 154 | + <IncludeInVSIX>true</IncludeInVSIX> |
| 155 | + </Content> |
149 | 156 | <Content Include="snippets.pkgdef"> |
150 | 157 | <CopyToOutputDirectory>Always</CopyToOutputDirectory> |
151 | 158 | <IncludeInVSIX>true</IncludeInVSIX> |
|
173 | 180 | <Reference Include="EnvDTE90, Version=9.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"> |
174 | 181 | <EmbedInteropTypes>False</EmbedInteropTypes> |
175 | 182 | </Reference> |
| 183 | + <Reference Include="KE.VSIX, Version=1.2.0.0, Culture=neutral, PublicKeyToken=4b86ba7b522e6653, processorArchitecture=MSIL"> |
| 184 | + <HintPath>..\packages\KE.VSIX.1.2.0\lib\net47\KE.VSIX.dll</HintPath> |
| 185 | + </Reference> |
176 | 186 | <Reference Include="Microsoft.CSharp" /> |
177 | 187 | <Reference Include="Microsoft.VisualStudio.CommandBars, PublicKeyToken=b03f5f7f11d50a3a" /> |
178 | 188 | <Reference Include="Microsoft.VisualStudio.CoreUtility, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL" /> |
179 | 189 | <Reference Include="Microsoft.VisualStudio.ImageCatalog, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL" /> |
180 | 190 | <Reference Include="Microsoft.VisualStudio.Imaging, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL" /> |
181 | 191 | <Reference Include="Microsoft.VisualStudio.Imaging.Interop.14.0.DesignTime, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL" /> |
182 | 192 | <Reference Include="Microsoft.VisualStudio.OLE.Interop, PublicKeyToken=b03f5f7f11d50a3a" /> |
183 | | - <Reference Include="Microsoft.VisualStudio.Shell.15.0, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL" /> |
| 193 | + <Reference Include="Microsoft.VisualStudio.Shell.15.0, Version=15.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL"> |
| 194 | + <HintPath>..\packages\Microsoft.VisualStudio.Shell.15.0.15.9.28307\lib\net45\Microsoft.VisualStudio.Shell.15.0.dll</HintPath> |
| 195 | + </Reference> |
184 | 196 | <Reference Include="Microsoft.VisualStudio.Shell.Framework, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL" /> |
185 | 197 | <Reference Include="Microsoft.VisualStudio.Shell.Interop.10.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL" /> |
186 | 198 | <Reference Include="Microsoft.VisualStudio.ComponentModelHost, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL" /> |
|
228 | 240 | <Private>True</Private> |
229 | 241 | <Private>True</Private> |
230 | 242 | </Reference> |
| 243 | + <Reference Include="System.IO.Compression" /> |
231 | 244 | <Reference Include="System.Net.Http, Version=4.1.1.2, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL"> |
232 | 245 | <HintPath>..\packages\System.Net.Http.4.3.3\lib\net46\System.Net.Http.dll</HintPath> |
233 | 246 | <Private>True</Private> |
|
0 commit comments