提交 e5e92efb 编写于 作者: K Kevin Pilch-Bisson

Don't bundle binaries in VisualStudioSetup.Next

Also, don't install it as part of build on Dev14.
上级 701404c7
...@@ -21,6 +21,7 @@ ...@@ -21,6 +21,7 @@
<ImportVSSDKTargets>true</ImportVSSDKTargets> <ImportVSSDKTargets>true</ImportVSSDKTargets>
<TargetFrameworkVersion>v4.6</TargetFrameworkVersion> <TargetFrameworkVersion>v4.6</TargetFrameworkVersion>
<CopyNuGetImplementations>true</CopyNuGetImplementations> <CopyNuGetImplementations>true</CopyNuGetImplementations>
<DeployExtension Condition="'$(VisualStudioVersion)' == '14.0'">false</DeployExtension>
</PropertyGroup> </PropertyGroup>
<ItemGroup Label="Project References"> <ItemGroup Label="Project References">
<ProjectReference Include="..\..\Dependencies\VisualStudio\VisualStudio.csproj"> <ProjectReference Include="..\..\Dependencies\VisualStudio\VisualStudio.csproj">
...@@ -31,12 +32,13 @@ ...@@ -31,12 +32,13 @@
<ProjectReference Include="..\..\EditorFeatures\Next\EditorFeatures.Next.csproj"> <ProjectReference Include="..\..\EditorFeatures\Next\EditorFeatures.Next.csproj">
<Project>{366BBCDC-B05F-4677-9B5B-78BA816A1484}</Project> <Project>{366BBCDC-B05F-4677-9B5B-78BA816A1484}</Project>
<Name>EditorFeatures.Next</Name> <Name>EditorFeatures.Next</Name>
<IncludeOutputGroupsInVSIX>BuiltProjectOutputGroup%3bGetCopyToOutputDirectoryItems%3bSatelliteDllsProjectOutputGroup%3b</IncludeOutputGroupsInVSIX> <IncludeOutputGroupsInVSIX>BuiltProjectOutputGroup%3b</IncludeOutputGroupsInVSIX>
<IncludeOutputGroupsInVSIXLocalOnly>DebugSymbolsProjectOutputGroup%3b</IncludeOutputGroupsInVSIXLocalOnly> <IncludeOutputGroupsInVSIXLocalOnly>DebugSymbolsProjectOutputGroup%3b</IncludeOutputGroupsInVSIXLocalOnly>
</ProjectReference> </ProjectReference>
<ProjectReference Include="..\Setup\VisualStudioSetup.csproj"> <ProjectReference Include="..\Setup\VisualStudioSetup.csproj">
<Name>VisualStudioSetup</Name> <Name>VisualStudioSetup</Name>
<ReferenceOutputAssembly>false</ReferenceOutputAssembly> <ReferenceOutputAssembly>false</ReferenceOutputAssembly>
<Private>False</Private>
</ProjectReference> </ProjectReference>
</ItemGroup> </ItemGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|AnyCPU'"> <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|AnyCPU'">
...@@ -56,9 +58,6 @@ ...@@ -56,9 +58,6 @@
<SubType>Designer</SubType> <SubType>Designer</SubType>
</None> </None>
</ItemGroup> </ItemGroup>
<ItemGroup>
<Reference Include="System" />
</ItemGroup>
<ItemGroup> <ItemGroup>
<Compile Include="..\Setup\ProvideRoslynBindingRedirection.cs"> <Compile Include="..\Setup\ProvideRoslynBindingRedirection.cs">
<Link>ProvideRoslynBindingRedirection.cs</Link> <Link>ProvideRoslynBindingRedirection.cs</Link>
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册