Skip to content

Commit

Permalink
Cleanup vsix dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
Pilchie committed May 13, 2016
1 parent bc58ac2 commit 778dfd6
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 6 deletions.
13 changes: 11 additions & 2 deletions src/VisualStudio/Setup.Next/VisualStudioSetup.Next.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -23,14 +23,20 @@
<CopyNuGetImplementations>true</CopyNuGetImplementations>
</PropertyGroup>
<ItemGroup Label="Project References">
<ProjectReference Include="..\..\Dependencies\VisualStudio\VisualStudio.csproj">
<Project>{8da861d8-0cce-4334-b6c0-01a846c881ec}</Project>
<Name>VisualStudio</Name>
<Private>False</Private>
</ProjectReference>
<ProjectReference Include="..\..\EditorFeatures\Next\EditorFeatures.Next.csproj">
<Project>{366BBCDC-B05F-4677-9B5B-78BA816A1484}</Project>
<Name>EditorFeatures.Next</Name>
<IncludeOutputGroupsInVSIX>BuiltProjectOutputGroup%3bBuiltProjectOutputGroupDependencies%3bGetCopyToOutputDirectoryItems%3bSatelliteDllsProjectOutputGroup%3b</IncludeOutputGroupsInVSIX>
<IncludeOutputGroupsInVSIX>BuiltProjectOutputGroup%3bGetCopyToOutputDirectoryItems%3bSatelliteDllsProjectOutputGroup%3b</IncludeOutputGroupsInVSIX>
<IncludeOutputGroupsInVSIXLocalOnly>DebugSymbolsProjectOutputGroup%3b</IncludeOutputGroupsInVSIXLocalOnly>
</ProjectReference>
<ProjectReference Include="..\Setup\VisualStudioSetup.csproj">
<Name>VisualStudioSetup</Name>
<ReferenceOutputAssembly>false</ReferenceOutputAssembly>
</ProjectReference>
</ItemGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|AnyCPU'">
Expand All @@ -54,9 +60,12 @@
<Reference Include="System" />
</ItemGroup>
<ItemGroup>
<Compile Include="..\Setup\ProvideRoslynBindingRedirection.cs">
<Link>ProvideRoslynBindingRedirection.cs</Link>
</Compile>
<Compile Include="AssemblyRedirects.cs" />
</ItemGroup>
<ImportGroup Label="Targets">
<Import Project="..\..\..\build\Targets\VSL.Imports.targets" />
</ImportGroup>
</Project>
</Project>
1 change: 1 addition & 0 deletions src/VisualStudio/Setup.Next/source.extension.vsixmanifest
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@
</Installation>
<Dependencies>
<Dependency Id="Microsoft.Framework.NDP" DisplayName="Microsoft .NET Framework" d:Source="Manual" Version="[4.6,)" />
<Dependency Version="[|VisualStudioSetup;GetBuildVersion|,]" DisplayName="Roslyn Language Services" Id="0b5e8ddb-f12d-4131-a71d-77acc26a798f" />
</Dependencies>
<Assets>
<Asset Type="Microsoft.VisualStudio.MefComponent" d:Source="Project" d:ProjectName="EditorFeatures.Next" Path="|EditorFeatures.Next|" />
Expand Down
4 changes: 0 additions & 4 deletions src/VisualStudio/Setup/VisualStudioSetup.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -138,10 +138,6 @@
<ForceIncludeInVSIX>true</ForceIncludeInVSIX>
</ProjectReference>
</ItemGroup>
<ItemGroup>
<InternalsVisibleTo Include="Microsoft.VisualStudio.LanguageServices.Telemetry" />
<InternalsVisibleTo Include="Roslyn.VisualStudio.Setup.Next" />
</ItemGroup>
<ItemGroup>
<NuGetPackageToIncludeInVsix Include="ManagedEsent" />
<NuGetPackageToIncludeInVsix Include="Microsoft.CodeAnalysis.Elfie" />
Expand Down

0 comments on commit 778dfd6

Please sign in to comment.