提交 28cbe969 编写于 作者: D David Kean

Unify System.Composition dependency

上级 57503cd6
......@@ -355,6 +355,8 @@ Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "VisualStudioEditor", "src\D
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Moq.net", "src\Dependencies\Moq.net\Moq.net.csproj", "{A32EAB7F-691C-4D00-98C4-F50C37BB4754}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Composition", "src\Dependencies\Composition\Composition.csproj", "{A57DDFE5-AB0E-4371-98E5-11B9218DF11C}"
EndProject
Global
GlobalSection(SharedMSBuildProjectFiles) = preSolution
src\Test\Utilities\Shared\TestUtilities.projitems*{76c6f005-c89d-4348-bb4a-391898dbeb52}*SharedItemsImports = 4
......@@ -3042,6 +3044,26 @@ Global
{A32EAB7F-691C-4D00-98C4-F50C37BB4754}.Release|x64.Build.0 = Debug|Any CPU
{A32EAB7F-691C-4D00-98C4-F50C37BB4754}.Release|x86.ActiveCfg = Debug|Any CPU
{A32EAB7F-691C-4D00-98C4-F50C37BB4754}.Release|x86.Build.0 = Debug|Any CPU
{A57DDFE5-AB0E-4371-98E5-11B9218DF11C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{A57DDFE5-AB0E-4371-98E5-11B9218DF11C}.Debug|Any CPU.Build.0 = Debug|Any CPU
{A57DDFE5-AB0E-4371-98E5-11B9218DF11C}.Debug|ARM.ActiveCfg = Debug|Any CPU
{A57DDFE5-AB0E-4371-98E5-11B9218DF11C}.Debug|ARM.Build.0 = Debug|Any CPU
{A57DDFE5-AB0E-4371-98E5-11B9218DF11C}.Debug|Mixed Platforms.ActiveCfg = Debug|Any CPU
{A57DDFE5-AB0E-4371-98E5-11B9218DF11C}.Debug|Mixed Platforms.Build.0 = Debug|Any CPU
{A57DDFE5-AB0E-4371-98E5-11B9218DF11C}.Debug|x64.ActiveCfg = Debug|Any CPU
{A57DDFE5-AB0E-4371-98E5-11B9218DF11C}.Debug|x64.Build.0 = Debug|Any CPU
{A57DDFE5-AB0E-4371-98E5-11B9218DF11C}.Debug|x86.ActiveCfg = Debug|Any CPU
{A57DDFE5-AB0E-4371-98E5-11B9218DF11C}.Debug|x86.Build.0 = Debug|Any CPU
{A57DDFE5-AB0E-4371-98E5-11B9218DF11C}.Release|Any CPU.ActiveCfg = Debug|Any CPU
{A57DDFE5-AB0E-4371-98E5-11B9218DF11C}.Release|Any CPU.Build.0 = Debug|Any CPU
{A57DDFE5-AB0E-4371-98E5-11B9218DF11C}.Release|ARM.ActiveCfg = Debug|Any CPU
{A57DDFE5-AB0E-4371-98E5-11B9218DF11C}.Release|ARM.Build.0 = Debug|Any CPU
{A57DDFE5-AB0E-4371-98E5-11B9218DF11C}.Release|Mixed Platforms.ActiveCfg = Debug|Any CPU
{A57DDFE5-AB0E-4371-98E5-11B9218DF11C}.Release|Mixed Platforms.Build.0 = Debug|Any CPU
{A57DDFE5-AB0E-4371-98E5-11B9218DF11C}.Release|x64.ActiveCfg = Debug|Any CPU
{A57DDFE5-AB0E-4371-98E5-11B9218DF11C}.Release|x64.Build.0 = Debug|Any CPU
{A57DDFE5-AB0E-4371-98E5-11B9218DF11C}.Release|x86.ActiveCfg = Debug|Any CPU
{A57DDFE5-AB0E-4371-98E5-11B9218DF11C}.Release|x86.Build.0 = Debug|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
......@@ -3205,5 +3227,6 @@ Global
{C25768B3-2FE1-4D6D-8C17-A6ACD56F8389} = {C2D1346B-9665-4150-B644-075CF1636BAA}
{EF986D9B-8CFC-4ECB-9729-E260A1F84AFF} = {C2D1346B-9665-4150-B644-075CF1636BAA}
{A32EAB7F-691C-4D00-98C4-F50C37BB4754} = {C2D1346B-9665-4150-B644-075CF1636BAA}
{A57DDFE5-AB0E-4371-98E5-11B9218DF11C} = {C2D1346B-9665-4150-B644-075CF1636BAA}
EndGlobalSection
EndGlobal
<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="14.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<Import Project="..\..\..\build\Targets\ProducesNoOutput.Settings.targets" />
<PropertyGroup>
<ProjectGuid>{02ABB346-3CC8-4CC2-B6E4-72A60A3E1491}</ProjectGuid>
<ProjectTypeGuids>{786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
</PropertyGroup>
<ItemGroup>
<Content Include="project.json" />
</ItemGroup>
<Import Project="..\..\..\build\Targets\ProducesNoOutput.Imports.targets" />
</Project>
\ No newline at end of file
{
"supports": {},
"dependencies": {
"Microsoft.Composition": "1.0.27"
},
"frameworks": {
".NETPortable,Version=v4.5,Profile=Profile7": {}
}
}
\ No newline at end of file
......@@ -2,7 +2,7 @@
<Project ToolsVersion="14.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<Import Project="..\..\..\build\Targets\ProducesNoOutput.Settings.targets" />
<PropertyGroup>
<ProjectGuid>{DCDA908D-EF5E-494B-ADDC-C26F5FD610CA}</ProjectGuid>
<ProjectGuid>{030F8AB1-D06D-4526-ADEC-8E6010899C71}</ProjectGuid>
<ProjectTypeGuids>{786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
</PropertyGroup>
<ItemGroup>
......
......@@ -2,7 +2,7 @@
<Project ToolsVersion="14.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<Import Project="..\..\..\build\Targets\ProducesNoOutput.Settings.targets" />
<PropertyGroup>
<ProjectGuid>{E6796B97-D5C6-45B2-AE46-351D15DCFC71}</ProjectGuid>
<ProjectGuid>{B36C94C7-F34C-43BC-8834-0B9EEA6DD4DF}</ProjectGuid>
<ProjectTypeGuids>{786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
</PropertyGroup>
<ItemGroup>
......
{
"dependencies": {
"Microsoft.Composition": "1.0.27"
},
"frameworks": {
".NETPortable,Version=v4.5,Profile=Profile7": {}
......
{
"dependencies": {
"Microsoft.Composition": "1.0.27"
},
"frameworks": {
".NETPortable,Version=v4.5,Profile=Profile7": {}
......
{
"dependencies": {
"Microsoft.Composition": "1.0.27"
},
"frameworks": {
".NETPortable,Version=v4.5,Profile=Profile7": {}
......
{
"dependencies": {
"Microsoft.Composition": "1.0.27"
},
"frameworks": {
"net452": {}
......
......@@ -54,6 +54,10 @@
<Project>{21B239D0-D144-430F-A394-C066D58EE267}</Project>
<Name>Microsoft.CodeAnalysis.CSharp.Workspaces</Name>
</ProjectReference>
<ProjectReference Include="..\..\..\..\..\Dependencies\Composition\Composition.csproj">
<Project>{02abb346-3cc8-4cc2-b6e4-72a60a3e1491}</Project>
<Name>Composition</Name>
</ProjectReference>
</ItemGroup>
<ItemGroup>
<Compile Include="AdditionalFileAnalyzers\SimpleAdditionalFileAnalyzer.cs" />
......@@ -111,4 +115,4 @@
<ImportGroup Label="Targets">
<Import Project="..\..\..\..\..\..\build\Targets\VSL.Imports.targets" />
</ImportGroup>
</Project>
</Project>
\ No newline at end of file
{
"dependencies": {
"Microsoft.Composition": "1.0.27"
},
"frameworks": {
".NETPortable,Version=v4.5,Profile=Profile7": {}
......
......@@ -32,6 +32,10 @@
<Project>{2523D0E6-DF32-4A3E-8AE0-A19BFFAE2EF6}</Project>
<Name>Microsoft.CodeAnalysis.VisualBasic</Name>
</ProjectReference>
<ProjectReference Include="..\..\..\Dependencies\Composition\Composition.csproj">
<Project>{02abb346-3cc8-4cc2-b6e4-72a60a3e1491}</Project>
<Name>Composition</Name>
</ProjectReference>
<ProjectReference Include="..\..\..\Workspaces\Core\Portable\Workspaces.csproj">
<Project>{5F8D2414-064A-4B3A-9B42-8E2A04246BE5}</Project>
<Name>Microsoft.CodeAnalysis.Workspaces</Name>
......
{
"dependencies": {
"Microsoft.Composition": "1.0.27"
},
"frameworks": {
"net452": {}
......
......@@ -31,6 +31,11 @@
<Project>{21B239D0-D144-430F-A394-C066D58EE267}</Project>
<Name>Microsoft.CodeAnalysis.CSharp.Workspaces</Name>
</ProjectReference>
<ProjectReference Include="..\..\..\Dependencies\Composition\Composition.csproj">
<Project>{02abb346-3cc8-4cc2-b6e4-72a60a3e1491}</Project>
<Name>Composition</Name>
<Private>False</Private>
</ProjectReference>
</ItemGroup>
<PropertyGroup>
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
......@@ -65,7 +70,9 @@
</PropertyGroup>
<ItemGroup>
<Reference Include="Microsoft.CSharp" />
<Reference Include="Microsoft.VisualStudio.CoreUtility"><Private>false</Private></Reference>
<Reference Include="Microsoft.VisualStudio.CoreUtility">
<Private>false</Private>
</Reference>
<Reference Include="PresentationCore" />
<Reference Include="PresentationFramework" />
<Reference Include="System" />
......@@ -90,4 +97,4 @@
<ImportGroup Label="Targets">
<Import Project="..\..\..\..\build\Targets\VSL.Imports.targets" />
</ImportGroup>
</Project>
</Project>
\ No newline at end of file
{
"dependencies": {
"Microsoft.Composition": "1.0.27"
},
"frameworks": {
"net452": {}
......
......@@ -14,6 +14,11 @@
<SolutionDir Condition="'$(SolutionDir)' == '' OR '$(SolutionDir)' == '*Undefined*'">..\..\..\</SolutionDir>
</PropertyGroup>
<ItemGroup Label="Project References">
<ProjectReference Include="..\..\..\..\Dependencies\Composition\Composition.csproj">
<Project>{02abb346-3cc8-4cc2-b6e4-72a60a3e1491}</Project>
<Name>Composition</Name>
<Private>False</Private>
</ProjectReference>
<ProjectReference Include="..\..\..\..\EditorFeatures\Core\EditorFeatures.csproj">
<Project>{3CDEEAB7-2256-418A-BEB2-620B5CB16302}</Project>
<Name>Microsoft.CodeAnalysis.EditorFeatures</Name>
......
{
"dependencies": {
"Microsoft.Composition": "1.0.27"
},
"frameworks": {
"net46": {}
......
{
"dependencies": {
"Microsoft.Composition": "1.0.27"
},
"frameworks": {
"net46": {}
......
......@@ -38,6 +38,11 @@
<Project>{18F5FBB8-7570-4412-8CC7-0A86FF13B7BA}</Project>
<Name>Microsoft.CodeAnalysis.EditorFeatures.Text</Name>
</ProjectReference>
<ProjectReference Include="..\..\..\Dependencies\Composition\Composition.csproj">
<Project>{02abb346-3cc8-4cc2-b6e4-72a60a3e1491}</Project>
<Name>Composition</Name>
<Private>False</Private>
</ProjectReference>
</ItemGroup>
<PropertyGroup>
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
......
{
"dependencies": {
"Microsoft.Composition": "1.0.27"
},
"frameworks": {
"net46": {}
......
......@@ -46,6 +46,10 @@
<Project>{57CA988D-F010-4BF2-9A2E-07D6DCD2FF2C}</Project>
<Name>Microsoft.CodeAnalysis.VisualBasic.Workspaces</Name>
</ProjectReference>
<ProjectReference Include="..\..\..\Dependencies\Composition\Composition.csproj">
<Project>{02abb346-3cc8-4cc2-b6e4-72a60a3e1491}</Project>
<Name>Composition</Name>
</ProjectReference>
<Reference Include="System" />
</ItemGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
......@@ -94,4 +98,4 @@
<ImportGroup Label="Targets">
<Import Project="..\..\..\..\build\Targets\VSL.Imports.targets" />
</ImportGroup>
</Project>
</Project>
\ No newline at end of file
{
"dependencies": {
"Microsoft.Composition": "1.0.27"
},
"frameworks": {
"net452": {}
......
......@@ -34,6 +34,11 @@
<Project>{57CA988D-F010-4BF2-9A2E-07D6DCD2FF2C}</Project>
<Name>Microsoft.CodeAnalysis.VisualBasic.Workspaces</Name>
</ProjectReference>
<ProjectReference Include="..\..\..\..\Dependencies\Composition\Composition.csproj">
<Project>{02abb346-3cc8-4cc2-b6e4-72a60a3e1491}</Project>
<Name>Composition</Name>
<Private>False</Private>
</ProjectReference>
</ItemGroup>
<PropertyGroup>
<NonShipping>true</NonShipping>
......@@ -71,24 +76,50 @@
</PropertyGroup>
<ItemGroup>
<Reference Include="Accessibility" />
<Reference Include="EnvDTE"><Private>false</Private></Reference>
<Reference Include="EnvDTE">
<Private>false</Private>
</Reference>
<Reference Include="Microsoft.CSharp" />
<Reference Include="Microsoft.VisualStudio.CoreUtility"><Private>false</Private></Reference>
<Reference Include="Microsoft.VisualStudio.Editor"><Private>false</Private></Reference>
<Reference Include="Microsoft.VisualStudio.OLE.Interop"><Private>false</Private></Reference>
<Reference Include="Microsoft.VisualStudio.CoreUtility">
<Private>false</Private>
</Reference>
<Reference Include="Microsoft.VisualStudio.Editor">
<Private>false</Private>
</Reference>
<Reference Include="Microsoft.VisualStudio.OLE.Interop">
<Private>false</Private>
</Reference>
<Reference Include="Microsoft.VisualStudio.Shell.10.0" />
<Reference Include="Microsoft.VisualStudio.Shell.Immutable.10.0"><Private>false</Private></Reference>
<Reference Include="Microsoft.VisualStudio.Shell.Interop"><Private>false</Private></Reference>
<Reference Include="Microsoft.VisualStudio.Shell.Immutable.10.0">
<Private>false</Private>
</Reference>
<Reference Include="Microsoft.VisualStudio.Shell.Interop">
<Private>false</Private>
</Reference>
<Reference Include="Microsoft.VisualStudio.Shell.Interop.10.0">
<EmbedInteropTypes>True</EmbedInteropTypes>
</Reference>
<Reference Include="Microsoft.VisualStudio.Shell.Interop.8.0"><Private>false</Private></Reference>
<Reference Include="Microsoft.VisualStudio.Shell.Interop.9.0"><Private>false</Private></Reference>
<Reference Include="Microsoft.VisualStudio.Text.Data"><Private>false</Private></Reference>
<Reference Include="Microsoft.VisualStudio.Text.Logic"><Private>false</Private></Reference>
<Reference Include="Microsoft.VisualStudio.Text.UI"><Private>false</Private></Reference>
<Reference Include="Microsoft.VisualStudio.Text.UI.Wpf"><Private>false</Private></Reference>
<Reference Include="Microsoft.VisualStudio.TextManager.Interop"><Private>false</Private></Reference>
<Reference Include="Microsoft.VisualStudio.Shell.Interop.8.0">
<Private>false</Private>
</Reference>
<Reference Include="Microsoft.VisualStudio.Shell.Interop.9.0">
<Private>false</Private>
</Reference>
<Reference Include="Microsoft.VisualStudio.Text.Data">
<Private>false</Private>
</Reference>
<Reference Include="Microsoft.VisualStudio.Text.Logic">
<Private>false</Private>
</Reference>
<Reference Include="Microsoft.VisualStudio.Text.UI">
<Private>false</Private>
</Reference>
<Reference Include="Microsoft.VisualStudio.Text.UI.Wpf">
<Private>false</Private>
</Reference>
<Reference Include="Microsoft.VisualStudio.TextManager.Interop">
<Private>false</Private>
</Reference>
<Reference Include="PresentationCore" />
<Reference Include="PresentationFramework" />
<Reference Include="System" />
......@@ -119,4 +150,4 @@
<ImportGroup Label="Targets">
<Import Project="..\..\..\..\..\build\Targets\VSL.Imports.targets" />
</ImportGroup>
</Project>
</Project>
\ No newline at end of file
{
"dependencies": {
"Microsoft.Composition": "1.0.27"
},
"frameworks": {
"net452": {}
......
......@@ -28,6 +28,11 @@
<Project>{5F8D2414-064A-4B3A-9B42-8E2A04246BE5}</Project>
<Name>Microsoft.CodeAnalysis.Workspaces</Name>
</ProjectReference>
<ProjectReference Include="..\..\..\..\Dependencies\Composition\Composition.csproj">
<Project>{02abb346-3cc8-4cc2-b6e4-72a60a3e1491}</Project>
<Name>Composition</Name>
<Private>False</Private>
</ProjectReference>
</ItemGroup>
<PropertyGroup>
<NonShipping>true</NonShipping>
......
{
"dependencies": {
"Microsoft.Composition": "1.0.27"
},
"frameworks": {
"net452": {}
......
......@@ -37,6 +37,11 @@
<Project>{EDC68A0E-C68D-4A74-91B7-BF38EC909888}</Project>
<Name>Microsoft.CodeAnalysis.Features</Name>
</ProjectReference>
<ProjectReference Include="..\..\..\Dependencies\Composition\Composition.csproj">
<Project>{02abb346-3cc8-4cc2-b6e4-72a60a3e1491}</Project>
<Name>Composition</Name>
<Private>False</Private>
</ProjectReference>
</ItemGroup>
<PropertyGroup>
<NonShipping>true</NonShipping>
......
{
"dependencies": {
"Microsoft.Composition": "1.0.27"
},
"frameworks": {
"net46": {}
......
......@@ -128,6 +128,8 @@ Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "xUnit.net", "..\Dependencie
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Moq.net", "..\Dependencies\Moq.net\Moq.net.csproj", "{A32EAB7F-691C-4D00-98C4-F50C37BB4754}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Composition", "..\Dependencies\Composition\Composition.csproj", "{02ABB346-3CC8-4CC2-B6E4-72A60A3E1491}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
......@@ -542,6 +544,18 @@ Global
{A32EAB7F-691C-4D00-98C4-F50C37BB4754}.Release|Mixed Platforms.Build.0 = Debug|Any CPU
{A32EAB7F-691C-4D00-98C4-F50C37BB4754}.Release|x86.ActiveCfg = Debug|Any CPU
{A32EAB7F-691C-4D00-98C4-F50C37BB4754}.Release|x86.Build.0 = Debug|Any CPU
{02ABB346-3CC8-4CC2-B6E4-72A60A3E1491}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{02ABB346-3CC8-4CC2-B6E4-72A60A3E1491}.Debug|Any CPU.Build.0 = Debug|Any CPU
{02ABB346-3CC8-4CC2-B6E4-72A60A3E1491}.Debug|Mixed Platforms.ActiveCfg = Debug|Any CPU
{02ABB346-3CC8-4CC2-B6E4-72A60A3E1491}.Debug|Mixed Platforms.Build.0 = Debug|Any CPU
{02ABB346-3CC8-4CC2-B6E4-72A60A3E1491}.Debug|x86.ActiveCfg = Debug|Any CPU
{02ABB346-3CC8-4CC2-B6E4-72A60A3E1491}.Debug|x86.Build.0 = Debug|Any CPU
{02ABB346-3CC8-4CC2-B6E4-72A60A3E1491}.Release|Any CPU.ActiveCfg = Debug|Any CPU
{02ABB346-3CC8-4CC2-B6E4-72A60A3E1491}.Release|Any CPU.Build.0 = Debug|Any CPU
{02ABB346-3CC8-4CC2-B6E4-72A60A3E1491}.Release|Mixed Platforms.ActiveCfg = Debug|Any CPU
{02ABB346-3CC8-4CC2-B6E4-72A60A3E1491}.Release|Mixed Platforms.Build.0 = Debug|Any CPU
{02ABB346-3CC8-4CC2-B6E4-72A60A3E1491}.Release|x86.ActiveCfg = Debug|Any CPU
{02ABB346-3CC8-4CC2-B6E4-72A60A3E1491}.Release|x86.Build.0 = Debug|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
......@@ -601,5 +615,6 @@ Global
{B36C94C7-F34C-43BC-8834-0B9EEA6DD4DF} = {D14160E0-ACA0-4D2D-A670-CB72A57225F2}
{8635CB8F-D210-41ED-B4FF-71502CDB475C} = {D14160E0-ACA0-4D2D-A670-CB72A57225F2}
{A32EAB7F-691C-4D00-98C4-F50C37BB4754} = {D14160E0-ACA0-4D2D-A670-CB72A57225F2}
{02ABB346-3CC8-4CC2-B6E4-72A60A3E1491} = {D14160E0-ACA0-4D2D-A670-CB72A57225F2}
EndGlobalSection
EndGlobal
{
"dependencies": {
"Microsoft.Composition": "1.0.27"
},
"frameworks": {
"net452": {}
......
......@@ -91,6 +91,10 @@
<Project>{57CA988D-F010-4BF2-9A2E-07D6DCD2FF2C}</Project>
<Name>Microsoft.CodeAnalysis.VisualBasic.Workspaces</Name>
</ProjectReference>
<ProjectReference Include="..\..\..\..\..\Dependencies\Composition\Composition.csproj">
<Project>{02abb346-3cc8-4cc2-b6e4-72a60a3e1491}</Project>
<Name>Composition</Name>
</ProjectReference>
</ItemGroup>
<ItemGroup>
<Compile Include="AdditionalFileAnalyzers\SimpleAdditionalFileAnalyzer.vb" />
......@@ -152,4 +156,4 @@
<ImportGroup Label="Targets">
<Import Project="..\..\..\..\..\..\build\Targets\VSL.Imports.targets" />
</ImportGroup>
</Project>
</Project>
\ No newline at end of file
{
"dependencies": {
"Microsoft.Composition": "1.0.27"
},
"frameworks": {
......
......@@ -25,6 +25,11 @@
<Project>{5F8D2414-064A-4B3A-9B42-8E2A04246BE5}</Project>
<Name>Microsoft.CodeAnalysis.Workspaces</Name>
</ProjectReference>
<ProjectReference Include="..\..\..\..\Dependencies\Composition\Composition.csproj">
<Project>{02abb346-3cc8-4cc2-b6e4-72a60a3e1491}</Project>
<Name>Composition</Name>
<Private>False</Private>
</ProjectReference>
</ItemGroup>
<PropertyGroup>
<NonShipping>true</NonShipping>
......
{
"dependencies": {
"Microsoft.Composition": "1.0.27"
},
"frameworks": {
"net452": {}
......
......@@ -25,6 +25,11 @@
<Project>{5F8D2414-064A-4B3A-9B42-8E2A04246BE5}</Project>
<Name>Microsoft.CodeAnalysis.Workspaces</Name>
</ProjectReference>
<ProjectReference Include="..\..\..\..\Dependencies\Composition\Composition.csproj">
<Project>{02abb346-3cc8-4cc2-b6e4-72a60a3e1491}</Project>
<Name>Composition</Name>
<Private>False</Private>
</ProjectReference>
</ItemGroup>
<PropertyGroup>
<NonShipping>true</NonShipping>
......
{
"dependencies": {
"Microsoft.Composition": "1.0.27"
},
"frameworks": {
"net452": {}
......
......@@ -28,6 +28,11 @@
<Project>{5F8D2414-064A-4B3A-9B42-8E2A04246BE5}</Project>
<Name>Microsoft.CodeAnalysis.Workspaces</Name>
</ProjectReference>
<ProjectReference Include="..\..\..\..\Dependencies\Composition\Composition.csproj">
<Project>{02abb346-3cc8-4cc2-b6e4-72a60a3e1491}</Project>
<Name>Composition</Name>
<Private>False</Private>
</ProjectReference>
</ItemGroup>
<PropertyGroup>
<NonShipping>true</NonShipping>
......@@ -125,4 +130,4 @@
<ImportGroup Label="Targets">
<Import Project="..\..\..\..\..\build\Targets\VSL.Imports.targets" />
</ImportGroup>
</Project>
</Project>
\ No newline at end of file
{
"dependencies": {
"Microsoft.Composition": "1.0.27"
},
"frameworks": {
"net452": {}
......
......@@ -34,6 +34,11 @@
<Project>{EDC68A0E-C68D-4A74-91B7-BF38EC909888}</Project>
<Name>Microsoft.CodeAnalysis.Features</Name>
</ProjectReference>
<ProjectReference Include="..\..\..\..\Dependencies\Composition\Composition.csproj">
<Project>{02abb346-3cc8-4cc2-b6e4-72a60a3e1491}</Project>
<Name>Composition</Name>
<Private>False</Private>
</ProjectReference>
</ItemGroup>
<PropertyGroup>
<NonShipping>true</NonShipping>
......@@ -126,4 +131,4 @@
<ImportGroup Label="Targets">
<Import Project="..\..\..\..\..\build\Targets\VSL.Imports.targets" />
</ImportGroup>
</Project>
</Project>
\ No newline at end of file
{
"dependencies": {
"Microsoft.Composition": "1.0.27"
},
"frameworks": {
"net46": {}
......
......@@ -32,6 +32,10 @@
<Project>{2523D0E6-DF32-4A3E-8AE0-A19BFFAE2EF6}</Project>
<Name>Microsoft.CodeAnalysis.VisualBasic</Name>
</ProjectReference>
<ProjectReference Include="..\..\..\Dependencies\Composition\Composition.csproj">
<Project>{02abb346-3cc8-4cc2-b6e4-72a60a3e1491}</Project>
<Name>Composition</Name>
</ProjectReference>
</ItemGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x86' ">
<PlatformTarget>x86</PlatformTarget>
......@@ -98,4 +102,4 @@
<ImportGroup Label="Targets">
<Import Project="..\..\..\..\build\Targets\VSL.Imports.targets" />
</ImportGroup>
</Project>
</Project>
\ No newline at end of file
{
"dependencies": {
"Microsoft.Composition": "1.0.27"
},
"frameworks": {
"net452": {}
......
{
"dependencies": {
"ManagedEsent": "1.9.2.0",
"Microsoft.Composition": "1.0.27",
"Microsoft.CodeAnalysis.Elfie": "0.10.6-rc2",
"NuGet.VisualStudio": {
"version": "3.3.0",
......
{
"dependencies": {
"ManagedEsent": "1.9.2.0",
"Microsoft.Composition": "1.0.27",
"ManagedEsent": "1.9.2.0"
},
"frameworks": {
"net46": { }
......
{
"dependencies": {
"Microsoft.Composition": "1.0.27"
},
"frameworks": {
"net452": { }
......
......@@ -23,6 +23,10 @@
<Project>{1EE8CAD3-55F9-4D91-96B2-084641DA9A6C}</Project>
<Name>CodeAnalysis</Name>
</ProjectReference>
<ProjectReference Include="..\..\..\Dependencies\Composition\Composition.csproj">
<Project>{a57ddfe5-ab0e-4371-98e5-11b9218df11c}</Project>
<Name>Composition</Name>
</ProjectReference>
</ItemGroup>
<ItemGroup Label="Linked Files">
<Compile Include="..\..\..\Compilers\Core\Portable\Collections\ArrayBuilderExtensions.cs">
......@@ -971,4 +975,4 @@
<ImportGroup Label="Targets">
<Import Project="..\..\..\..\build\Targets\VSL.Imports.targets" />
</ImportGroup>
</Project>
</Project>
\ No newline at end of file
{
"dependencies": {
"Microsoft.Composition": "1.0.27"
},
"frameworks": {
".NETPortable,Version=v4.5,Profile=Profile7": {}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册