Skip to content

Commit

Permalink
Add a couple more packages
Browse files Browse the repository at this point in the history
  • Loading branch information
srivatsn committed Sep 6, 2018
1 parent d005222 commit db34cef
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 5 deletions.
2 changes: 2 additions & 0 deletions Build/15.0/packages.config
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@
<package id="Newtonsoft.Json" version="9.0.1" targetFramework="net45" />
<package id="MicroBuild.Core" version="0.2.0" />
<package id="Microsoft.Cascade.LanguageServices.Common" version="0.3.536" />
<package id="Microsoft.Cascade.Common" version="0.3.536" />
<package id="Microsoft.Cascade.Client" version="0.3.536" />
<package id="Microsoft.VisualStudio.Cascade.Contracts" version="0.3.536" />
<package id="Microsoft.VisualStudio.Debugger.InteropA" version="9.0.21022" targetFramework="net46" />
<package id="Microsoft.VisualStudio.Debugger.Interop.10.0" version="10.0.30320" />
Expand Down
13 changes: 8 additions & 5 deletions Python/Product/LiveShare/LiveShare.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@
<ProjectGuid>{4065A3C8-0E5E-42AC-9D94-509AA90C90E9}</ProjectGuid>
<UseVSSDK>true</UseVSSDK>
<CreateVsixContainer>true</CreateVsixContainer>
<GeneratePkgDefFile>false</GeneratePkgDefFile>
<CopyVsixManifestToOutput>true</CopyVsixManifestToOutput>
<DeployExtension>true</DeployExtension>
<DefineConstants>$(DefineConstants);$(SignedSym)</DefineConstants>
Expand Down Expand Up @@ -62,16 +63,16 @@
</ItemGroup>
<ItemGroup>
<Reference Include="Microsoft.Cascade.LanguageServices.Common">
<HintPath>$(PackagesPath)\Microsoft.Cascade.LanguageServices.Common\lib\net461\Microsoft.Cascade.LanguageServices.Common.dll</HintPath>
<HintPath>$(PackagesPath)\Microsoft.Cascade.LanguageServices.Common.0.3.536\lib\net461\Microsoft.Cascade.LanguageServices.Common.dll</HintPath>
</Reference>
<Reference Include="Microsoft.Cascade.Common">
<HintPath>$(PackagesPath)\Microsoft.Cascade.Common\lib\net461\Microsoft.Cascade.Common.dll</HintPath>
<HintPath>$(PackagesPath)\Microsoft.Cascade.Common.0.3.536\lib\net461\Microsoft.Cascade.Common.dll</HintPath>
</Reference>
<Reference Include="Microsoft.Cascade.Client">
<HintPath>$(PackagesPath)\Microsoft.Cascade.Client\lib\net461\Microsoft.Cascade.Client.dll</HintPath>
<HintPath>$(PackagesPath)\Microsoft.Cascade.Client.0.3.536\lib\net461\Microsoft.Cascade.Client.dll</HintPath>
</Reference>
<Reference Include="Microsoft.VisualStudio.Cascade.Contracts">
<HintPath>$(PackagesPath)\Microsoft.VisualStudio.Cascade.Contracts\lib\net461\Microsoft.VisualStudio.Cascade.Contracts.dll</HintPath>
<HintPath>$(PackagesPath)\Microsoft.VisualStudio.Cascade.Contracts.0.3.536\lib\net461\Microsoft.VisualStudio.Cascade.Contracts.dll</HintPath>
</Reference>
<Reference Include="Microsoft.VisualStudio.Threading" />
<Reference Include="Microsoft.VisualStudio.Shell.Framework" />
Expand All @@ -88,7 +89,9 @@
<Compile Include="PythonLanguageServiceProviderCallback.cs" />
</ItemGroup>
<ItemGroup>
<Content Include="source.extension.vsixmanifest" />
<None Include="source.extension.vsixmanifest">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</None>
</ItemGroup>
<Import Project="..\ProjectAfter.settings" />
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.
Expand Down

0 comments on commit db34cef

Please sign in to comment.