提交 0ff12c54 编写于 作者: A Andrew Casey

Restore assemblies removed from vsix

System.Composition.Convention|Hosting|TypedParts
System.Collections.Immutable
System.Reflection.Metadata

Only restored to Roslyn.VisualStudio.Setup.vsix
上级 cf9e83db
...@@ -189,22 +189,32 @@ ...@@ -189,22 +189,32 @@
<SpecificVersion>False</SpecificVersion> <SpecificVersion>False</SpecificVersion>
<HintPath>..\..\..\packages\System.Collections.Immutable.$(SystemCollectionsImmutableVersion)\lib\portable-net45+win8+wp8+wpa81\System.Collections.Immutable.dll</HintPath> <HintPath>..\..\..\packages\System.Collections.Immutable.$(SystemCollectionsImmutableVersion)\lib\portable-net45+win8+wp8+wpa81\System.Collections.Immutable.dll</HintPath>
<Private>True</Private> <Private>True</Private>
<!-- Included in the VSIX because it makes our setup authoring (DevDivInsertionFiles) easier. -->
<ForceIncludeInVSIX>true</ForceIncludeInVSIX>
</Reference> </Reference>
<Reference Include="System.Reflection.Metadata"> <Reference Include="System.Reflection.Metadata">
<SpecificVersion>False</SpecificVersion> <SpecificVersion>False</SpecificVersion>
<HintPath>..\..\..\packages\System.Reflection.Metadata.$(SystemReflectionMetadataVersion)\lib\portable-net45+win8\System.Reflection.Metadata.dll</HintPath> <HintPath>..\..\..\packages\System.Reflection.Metadata.$(SystemReflectionMetadataVersion)\lib\portable-net45+win8\System.Reflection.Metadata.dll</HintPath>
<!-- Included in the VSIX because it makes our setup authoring (DevDivInsertionFiles) easier. -->
<ForceIncludeInVSIX>true</ForceIncludeInVSIX>
</Reference> </Reference>
<Reference Include="System.Composition.Convention"> <Reference Include="System.Composition.Convention">
<SpecificVersion>False</SpecificVersion> <SpecificVersion>False</SpecificVersion>
<HintPath>..\..\..\packages\Microsoft.Composition.$(MicrosoftCompositionVersion)\lib\portable-net45+win8+wp8+wpa81\System.Composition.Convention.dll</HintPath> <HintPath>..\..\..\packages\Microsoft.Composition.$(MicrosoftCompositionVersion)\lib\portable-net45+win8+wp8+wpa81\System.Composition.Convention.dll</HintPath>
<!-- Included in the VSIX because it makes our setup authoring (DevDivInsertionFiles) easier. -->
<ForceIncludeInVSIX>true</ForceIncludeInVSIX>
</Reference> </Reference>
<Reference Include="System.Composition.Hosting"> <Reference Include="System.Composition.Hosting">
<SpecificVersion>False</SpecificVersion> <SpecificVersion>False</SpecificVersion>
<HintPath>..\..\..\packages\Microsoft.Composition.$(MicrosoftCompositionVersion)\lib\portable-net45+win8+wp8+wpa81\System.Composition.Hosting.dll</HintPath> <HintPath>..\..\..\packages\Microsoft.Composition.$(MicrosoftCompositionVersion)\lib\portable-net45+win8+wp8+wpa81\System.Composition.Hosting.dll</HintPath>
<!-- Included in the VSIX because it makes our setup authoring (DevDivInsertionFiles) easier. -->
<ForceIncludeInVSIX>true</ForceIncludeInVSIX>
</Reference> </Reference>
<Reference Include="System.Composition.TypedParts"> <Reference Include="System.Composition.TypedParts">
<SpecificVersion>False</SpecificVersion> <SpecificVersion>False</SpecificVersion>
<HintPath>..\..\..\packages\Microsoft.Composition.$(MicrosoftCompositionVersion)\lib\portable-net45+win8+wp8+wpa81\System.Composition.TypedParts.dll</HintPath> <HintPath>..\..\..\packages\Microsoft.Composition.$(MicrosoftCompositionVersion)\lib\portable-net45+win8+wp8+wpa81\System.Composition.TypedParts.dll</HintPath>
<!-- Included in the VSIX because it makes our setup authoring (DevDivInsertionFiles) easier. -->
<ForceIncludeInVSIX>true</ForceIncludeInVSIX>
</Reference> </Reference>
</ItemGroup> </ItemGroup>
<ItemGroup> <ItemGroup>
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册