Skip to content
This repository was archived by the owner on Jun 21, 2023. It is now read-only.

Commit e71077a

Browse files
committed
Add references that upgrade tool forgot about.
1 parent 54412a1 commit e71077a

File tree

4 files changed

+65
-35
lines changed

4 files changed

+65
-35
lines changed

src/GitHub.StartPage/GitHub.StartPage.csproj

Lines changed: 6 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -104,17 +104,14 @@
104104
<EmbeddedResource Include="Resources.resx" />
105105
</ItemGroup>
106106
<ItemGroup>
107+
<PackageReference Include="Madskristensen.VisualStudio.SDK">
108+
<Version>15.8.75-pre</Version>
109+
</PackageReference>
107110
<PackageReference Include="Microsoft.VisualStudio.SDK.Analyzers">
108111
<Version>15.8.33</Version>
109112
</PackageReference>
110-
<PackageReference Include="Microsoft.VisualStudio.Shell.15.0">
111-
<Version>15.0.25901-RC</Version>
112-
</PackageReference>
113-
<PackageReference Include="Microsoft.VisualStudio.Shell.Immutable.10.0">
114-
<Version>10.0.30319</Version>
115-
</PackageReference>
116-
<PackageReference Include="Microsoft.VisualStudio.Shell.Interop.11.0">
117-
<Version>11.0.61030</Version>
113+
<PackageReference Include="Microsoft.VisualStudio.Shell.Framework">
114+
<Version>15.8.28010</Version>
118115
</PackageReference>
119116
<PackageReference Include="Microsoft.VisualStudio.Threading.Analyzers">
120117
<Version>15.8.122</Version>
@@ -141,7 +138,7 @@
141138
</PackageReference>
142139
</ItemGroup>
143140
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
144-
<Import Project="$(VSToolsPath)\VSSDK\Microsoft.VsSDK.targets" Condition="'$(VSToolsPath)' != '' And '$(NCrunch)' != '1'" />
141+
<!--<Import Project="$(VSToolsPath)\VSSDK\Microsoft.VsSDK.targets" Condition="'$(VSToolsPath)' != '' And '$(NCrunch)' != '1'" />-->
145142
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.
146143
Other similar extension points exist, see Microsoft.Common.targets.
147144
<Target Name="BeforeBuild">

src/GitHub.TeamFoundation.15/GitHub.TeamFoundation.15.csproj

Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -214,6 +214,35 @@
214214
<Name>GitHub.VisualStudio.UI</Name>
215215
</ProjectReference>
216216
</ItemGroup>
217+
<ItemGroup>
218+
<PackageReference Include="EnvDTE">
219+
<Version>8.0.2</Version>
220+
</PackageReference>
221+
<PackageReference Include="LibGit2Sharp">
222+
<Version>0.23.1</Version>
223+
</PackageReference>
224+
<PackageReference Include="LibGit2Sharp.NativeBinaries">
225+
<Version>1.0.164</Version>
226+
</PackageReference>
227+
<PackageReference Include="Microsoft.VisualStudio.ComponentModelHost">
228+
<Version>14.0.25424</Version>
229+
</PackageReference>
230+
<PackageReference Include="Microsoft.VisualStudio.Threading">
231+
<Version>14.1.131</Version>
232+
</PackageReference>
233+
<PackageReference Include="Serilog">
234+
<Version>2.5.0</Version>
235+
</PackageReference>
236+
<PackageReference Include="SerilogAnalyzer">
237+
<Version>0.12.0</Version>
238+
</PackageReference>
239+
<PackageReference Include="Stateless">
240+
<Version>2.5.56</Version>
241+
</PackageReference>
242+
<PackageReference Include="System.Reactive">
243+
<Version>4.0.0</Version>
244+
</PackageReference>
245+
</ItemGroup>
217246
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
218247
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.
219248
Other similar extension points exist, see Microsoft.Common.targets.

src/GitHub.TeamFoundation.16/GitHub.TeamFoundation.16.csproj

Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -213,6 +213,35 @@
213213
<Name>GitHub.VisualStudio.UI</Name>
214214
</ProjectReference>
215215
</ItemGroup>
216+
<ItemGroup>
217+
<PackageReference Include="EnvDTE">
218+
<Version>8.0.2</Version>
219+
</PackageReference>
220+
<PackageReference Include="LibGit2Sharp">
221+
<Version>0.23.1</Version>
222+
</PackageReference>
223+
<PackageReference Include="LibGit2Sharp.NativeBinaries">
224+
<Version>1.0.164</Version>
225+
</PackageReference>
226+
<PackageReference Include="Microsoft.VisualStudio.ComponentModelHost">
227+
<Version>14.0.25424</Version>
228+
</PackageReference>
229+
<PackageReference Include="Microsoft.VisualStudio.Threading">
230+
<Version>14.1.131</Version>
231+
</PackageReference>
232+
<PackageReference Include="Serilog">
233+
<Version>2.5.0</Version>
234+
</PackageReference>
235+
<PackageReference Include="SerilogAnalyzer">
236+
<Version>0.12.0</Version>
237+
</PackageReference>
238+
<PackageReference Include="Stateless">
239+
<Version>2.5.56</Version>
240+
</PackageReference>
241+
<PackageReference Include="System.Reactive">
242+
<Version>4.0.0</Version>
243+
</PackageReference>
244+
</ItemGroup>
216245
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
217246
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.
218247
Other similar extension points exist, see Microsoft.Common.targets.

src/GitHub.VisualStudio/GitHub.VisualStudio.csproj

Lines changed: 1 addition & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -94,23 +94,11 @@
9494
</PropertyGroup>
9595
<Import Project="..\common\signing.props" />
9696
<ItemGroup>
97-
<Reference Include="envdte, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">
98-
<EmbedInteropTypes>False</EmbedInteropTypes>
99-
<HintPath>..\..\packages\VSSDK.DTE.7.0.4\lib\net20\envdte.dll</HintPath>
100-
<Private>True</Private>
101-
</Reference>
102-
<Reference Include="envdte80, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">
103-
<EmbedInteropTypes>false</EmbedInteropTypes>
104-
</Reference>
10597
<Reference Include="Microsoft.CSharp" />
10698
<Reference Include="Microsoft.TeamFoundation.Controls">
10799
<HintPath>..\..\lib\14.0\Microsoft.TeamFoundation.Controls.dll</HintPath>
108100
</Reference>
109101
<Reference Include="Microsoft.VisualStudio.Shell.Interop.9.0" />
110-
<Reference Include="stdole, Version=7.0.3300.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">
111-
<HintPath>..\..\packages\VSSDK.DTE.7.0.4\lib\net20\stdole.dll</HintPath>
112-
<EmbedInteropTypes>False</EmbedInteropTypes>
113-
</Reference>
114102
<Reference Include="System" />
115103
<Reference Include="System.ComponentModel.Composition" />
116104
<Reference Include="System.Core" />
@@ -191,11 +179,6 @@
191179
</EmbeddedResource>
192180
</ItemGroup>
193181
<ItemGroup>
194-
<Content Include="..\..\packages\Newtonsoft.Json.9.0.1\lib\net45\Newtonsoft.Json.dll">
195-
<Link>Newtonsoft.Json.dll</Link>
196-
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
197-
<IncludeInVSIX>true</IncludeInVSIX>
198-
</Content>
199182
<Content Include="Resources\preview_200x200.png">
200183
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
201184
<IncludeInVSIX>true</IncludeInVSIX>
@@ -214,11 +197,6 @@
214197
<CustomToolNamespace>GitHub.VisualStudio.Settings</CustomToolNamespace>
215198
<LastGenOutput>PackageSettingsGen.cs</LastGenOutput>
216199
</Content>
217-
<Content Include="..\..\packages\SQLitePCLRaw.lib.e_sqlite3.v110_xp.1.1.11\runtimes\win-x86\native\e_sqlite3.dll">
218-
<Link>x86\e_sqlite3.dll</Link>
219-
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
220-
<IncludeInVSIX>true</IncludeInVSIX>
221-
</Content>
222200
<None Include="..\common\settings.json">
223201
<Link>Properties\settings.json</Link>
224202
</None>
@@ -447,7 +425,7 @@
447425
<Service Include="{508349B6-6B84-4DF5-91F0-309BEEBAD82D}" />
448426
</ItemGroup>
449427
<ItemGroup>
450-
<Analyzer Include="..\..\packages\SerilogAnalyzer.0.12.0.0\analyzers\dotnet\cs\SerilogAnalyzer.dll" />
428+
<PackageReference Include="Madskristensen.VisualStudio.SDK" Version="14.3.75-pre"/>
451429
</ItemGroup>
452430
<PropertyGroup>
453431
<UseCodebase>true</UseCodebase>
@@ -458,8 +436,6 @@
458436
<!-- For regenerating templates on build -->
459437
<Import Project="..\common\t4.targets" />
460438
<Import Project="versioning.targets" />
461-
<Import Project="..\..\packages\Microsoft.VSSDK.BuildTools.15.0.26201\build\Microsoft.VSSDK.BuildTools.targets" Condition="'$(VisualStudioVersion)' == '15.0' And Exists('..\..\packages\Microsoft.VSSDK.BuildTools.15.0.26201\build\Microsoft.VSSDK.BuildTools.targets')" />
462-
<Import Project="..\..\packages\Microsoft.VisualStudio.Sdk.BuildTasks.14.0.14.0.215\build\Microsoft.VisualStudio.Sdk.BuildTasks.14.0.targets" Condition="'$(VisualStudioVersion)' == '14.0' And Exists('..\..\packages\Microsoft.VisualStudio.Sdk.BuildTasks.14.0.14.0.215\build\Microsoft.VisualStudio.Sdk.BuildTasks.14.0.targets')" />
463439
<!--
464440
This is a workaround for allowing neutral CTO resource produced from *.vsct to go in the main assembly.
465441
We move the neutral *.cto file to be categorized as WithCulture=true,Culture=en to prevent the tools from falsely reporting:
@@ -486,5 +462,4 @@
486462
</_ResourcesToMergeWithCTOWithCultureMetadata>
487463
</ItemGroup>
488464
</Target>
489-
<Import Project="..\..\packages\SQLitePCL.raw_basic.0.7.3.0-vs2012\build\net45\SQLitePCL.raw_basic.targets" Condition="Exists('..\..\packages\SQLitePCL.raw_basic.0.7.3.0-vs2012\build\net45\SQLitePCL.raw_basic.targets')" />
490465
</Project>

0 commit comments

Comments
 (0)