|
1 | 1 | <?xml version="1.0" encoding="utf-8"?>
|
2 | 2 | <Project ToolsVersion="15.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
| 3 | + <PropertyGroup> |
| 4 | + <IsProductPackage>true</IsProductPackage> |
| 5 | + <IsPackable>false</IsPackable> |
| 6 | + <IsTestProject>false</IsTestProject> |
| 7 | + <AddImplicitReferences>false</AddImplicitReferences> |
| 8 | + </PropertyGroup> |
3 | 9 | <PropertyGroup>
|
4 | 10 | <MinimumVisualStudioVersion>16.0</MinimumVisualStudioVersion>
|
5 | 11 | <VSToolsPath Condition="'$(VSToolsPath)' == ''">$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v$(VisualStudioVersion)</VSToolsPath>
|
|
12 | 18 | <IsProjectReferenceProvider>false</IsProjectReferenceProvider>
|
13 | 19 | </PropertyGroup>
|
14 | 20 | <Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
|
| 21 | + |
15 | 22 | <!--
|
16 | 23 | Since the VSSDK doeesn't support SDK-based projects, we have to use the long/verbose version.
|
17 | 24 |
|
|
26 | 33 |
|
27 | 34 | VS needs this build number to be parsable by System.Version, so it can't have any letters.
|
28 | 35 | -->
|
29 |
| - <VsixVersion>15.7</VsixVersion> |
| 36 | + <VsixVersion>16.0.0</VsixVersion> |
30 | 37 | <VsixVersion Condition="'$(BuildNumber)'!='' AND '$(BuildNumber)'!='t000'">$(VsixVersion).$(BuildNumber)</VsixVersion>
|
31 | 38 | <VsixVersion Condition="'$(BuildNumber)'=='' AND '$(CI)'!='true'">$(VsixVersion).999999</VsixVersion>
|
32 | 39 | <VsixVersion Condition="'$(BuildNumber)'=='' AND '$(CI)'=='true'">$(VsixVersion).ERROR-MISSING_BUILD_NUMBER</VsixVersion>
|
|
170 | 177 | <WarningLevel>4</WarningLevel>
|
171 | 178 | </PropertyGroup>
|
172 | 179 | <ItemGroup>
|
173 |
| - <PackageReference Include="Microsoft.VisualStudio.CoreUtility" Version="15.6.27413" /> |
174 |
| - <PackageReference Include="Microsoft.VisualStudio.Imaging" Version="15.6.27413" /> |
175 |
| - <PackageReference Include="Microsoft.VisualStudio.OLE.Interop" Version="7.10.6071" /> |
176 |
| - <PackageReference Include="Microsoft.VisualStudio.SDK.EmbedInteropTypes" Version="15.0.16" /> |
177 |
| - <PackageReference Include="Microsoft.VisualStudio.Shell.15.0" Version="15.6.27413" /> |
178 |
| - <PackageReference Include="Microsoft.VisualStudio.Shell.Framework" Version="15.6.27413" /> |
179 |
| - <PackageReference Include="Microsoft.VisualStudio.Shell.Interop" Version="7.10.6072" /> |
180 |
| - <PackageReference Include="Microsoft.VisualStudio.Shell.Interop.10.0" Version="10.0.30320" /> |
181 |
| - <PackageReference Include="Microsoft.VisualStudio.Shell.Interop.11.0" Version="11.0.61031" /> |
182 |
| - <PackageReference Include="Microsoft.VisualStudio.Shell.Interop.12.0" Version="12.0.30110" /> |
183 |
| - <PackageReference Include="Microsoft.VisualStudio.Shell.Interop.8.0" Version="8.0.50728" /> |
184 |
| - <PackageReference Include="Microsoft.VisualStudio.Shell.Interop.9.0" Version="9.0.30730" /> |
185 |
| - <PackageReference Include="Microsoft.VisualStudio.TextManager.Interop" Version="7.10.6071" /> |
186 |
| - <PackageReference Include="Microsoft.VisualStudio.TextManager.Interop.8.0" Version="8.0.50728" /> |
187 |
| - <PackageReference Include="Microsoft.VisualStudio.Threading" Version="15.6.46" /> |
188 |
| - <PackageReference Include="Microsoft.VisualStudio.Utilities" Version="15.6.27413" /> |
189 |
| - <PackageReference Include="Microsoft.VisualStudio.Validation" Version="15.3.15" /> |
190 |
| - <PackageReference Include="Microsoft.VSSDK.BuildTools" Version="15.5.100" /> |
| 180 | + <PackageReference Include="Microsoft.VisualStudio.Shell.15.0" Version="15.7.27703" /> |
| 181 | + <PackageReference Include="Microsoft.VSSDK.BuildTools" Version="15.9.3032" /> |
| 182 | + <PackageReference Include="StreamJsonRpc" Version="1.5.43" /> |
191 | 183 | </ItemGroup>
|
192 | 184 | <ItemGroup>
|
193 | 185 | <Compile Include="AboutDialogInfoAttribute.cs" />
|
|
0 commit comments