提交 567eb79c 编写于 作者: J Jared Parsons

Merge pull request #6080 from jaredpar/split2

Split the recommendation tests into a separate DLL
......@@ -134,6 +134,8 @@ Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "InteractiveWindow", "src\In
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "CSharpEditorServicesTest", "src\EditorFeatures\CSharpTest\CSharpEditorServicesTest.csproj", "{AC2BCEFB-9298-4621-AC48-1FF5E639E48D}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "CSharpEditorServicesTest2", "src\EditorFeatures\CSharpTest2\CSharpEditorServicesTest2.csproj", "{16e93074-4252-466c-89a3-3b905abaf779}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "EditorServicesTest", "src\EditorFeatures\Test\EditorServicesTest.csproj", "{8CEE3609-A5A9-4A9B-86D7-33118F5D6B33}"
EndProject
Project("{F184B08F-C81C-45F6-A57F-5ABD9991F28F}") = "EditorServicesTest2", "src\EditorFeatures\Test2\EditorServicesTest2.vbproj", "{3CEA0D69-00D3-40E5-A661-DC41EA07269B}"
......@@ -1432,6 +1434,26 @@ Global
{AC2BCEFB-9298-4621-AC48-1FF5E639E48D}.Release|x64.Build.0 = Release|Any CPU
{AC2BCEFB-9298-4621-AC48-1FF5E639E48D}.Release|x86.ActiveCfg = Release|Any CPU
{AC2BCEFB-9298-4621-AC48-1FF5E639E48D}.Release|x86.Build.0 = Release|Any CPU
{16e93074-4252-466c-89a3-3b905abaf779}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{16e93074-4252-466c-89a3-3b905abaf779}.Debug|Any CPU.Build.0 = Debug|Any CPU
{16e93074-4252-466c-89a3-3b905abaf779}.Debug|ARM.ActiveCfg = Debug|Any CPU
{16e93074-4252-466c-89a3-3b905abaf779}.Debug|ARM.Build.0 = Debug|Any CPU
{16e93074-4252-466c-89a3-3b905abaf779}.Debug|Mixed Platforms.ActiveCfg = Debug|Any CPU
{16e93074-4252-466c-89a3-3b905abaf779}.Debug|Mixed Platforms.Build.0 = Debug|Any CPU
{16e93074-4252-466c-89a3-3b905abaf779}.Debug|x64.ActiveCfg = Debug|Any CPU
{16e93074-4252-466c-89a3-3b905abaf779}.Debug|x64.Build.0 = Debug|Any CPU
{16e93074-4252-466c-89a3-3b905abaf779}.Debug|x86.ActiveCfg = Debug|Any CPU
{16e93074-4252-466c-89a3-3b905abaf779}.Debug|x86.Build.0 = Debug|Any CPU
{16e93074-4252-466c-89a3-3b905abaf779}.Release|Any CPU.ActiveCfg = Release|Any CPU
{16e93074-4252-466c-89a3-3b905abaf779}.Release|Any CPU.Build.0 = Release|Any CPU
{16e93074-4252-466c-89a3-3b905abaf779}.Release|ARM.ActiveCfg = Release|Any CPU
{16e93074-4252-466c-89a3-3b905abaf779}.Release|ARM.Build.0 = Release|Any CPU
{16e93074-4252-466c-89a3-3b905abaf779}.Release|Mixed Platforms.ActiveCfg = Release|Any CPU
{16e93074-4252-466c-89a3-3b905abaf779}.Release|Mixed Platforms.Build.0 = Release|Any CPU
{16e93074-4252-466c-89a3-3b905abaf779}.Release|x64.ActiveCfg = Release|Any CPU
{16e93074-4252-466c-89a3-3b905abaf779}.Release|x64.Build.0 = Release|Any CPU
{16e93074-4252-466c-89a3-3b905abaf779}.Release|x86.ActiveCfg = Release|Any CPU
{16e93074-4252-466c-89a3-3b905abaf779}.Release|x86.Build.0 = Release|Any CPU
{8CEE3609-A5A9-4A9B-86D7-33118F5D6B33}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{8CEE3609-A5A9-4A9B-86D7-33118F5D6B33}.Debug|Any CPU.Build.0 = Debug|Any CPU
{8CEE3609-A5A9-4A9B-86D7-33118F5D6B33}.Debug|ARM.ActiveCfg = Debug|Any CPU
......@@ -2735,6 +2757,7 @@ Global
{8E2A252E-A140-45A6-A81A-2652996EA589} = {2491A9B9-C0A8-49EE-9077-A32DE76E1E94}
{01E9BD68-0339-4A13-B42F-A3CA84D164F3} = {999FBDA2-33DA-4F74-B957-03AC72CCE5EC}
{AC2BCEFB-9298-4621-AC48-1FF5E639E48D} = {EE97CB90-33BB-4F3A-9B3D-69375DEC6AC6}
{16e93074-4252-466c-89a3-3b905abaf779} = {EE97CB90-33BB-4F3A-9B3D-69375DEC6AC6}
{8CEE3609-A5A9-4A9B-86D7-33118F5D6B33} = {EE97CB90-33BB-4F3A-9B3D-69375DEC6AC6}
{3CEA0D69-00D3-40E5-A661-DC41EA07269B} = {EE97CB90-33BB-4F3A-9B3D-69375DEC6AC6}
{76C6F005-C89D-4348-BB4A-39189DDBEB52} = {EE97CB90-33BB-4F3A-9B3D-69375DEC6AC6}
......
......@@ -30,7 +30,7 @@
}
},
"Microsoft.DiaSymReader.Native/1.2.0-rc": {},
"Microsoft.Net.Compilers/1.1.0-beta1": {},
"Microsoft.Net.Compilers/1.1.0-beta1-20150727-01": {},
"Microsoft.Net.RoslynDiagnostics/1.1.1-beta1-20150818-01": {},
"Microsoft.Tpl.Dataflow/4.5.24": {
"compile": {
......@@ -114,7 +114,7 @@
"runtimes/win/native/Microsoft.DiaSymReader.Native.x86.dll": {}
}
},
"Microsoft.Net.Compilers/1.1.0-beta1": {},
"Microsoft.Net.Compilers/1.1.0-beta1-20150727-01": {},
"Microsoft.Net.RoslynDiagnostics/1.1.1-beta1-20150818-01": {},
"Microsoft.Tpl.Dataflow/4.5.24": {
"compile": {
......@@ -1075,39 +1075,26 @@
"runtimes/win-x86/native/Microsoft.DiaSymReader.Native.x86.dll"
]
},
"Microsoft.Net.Compilers/1.1.0-beta1": {
"sha512": "If6Kfw/iSiRVxEdUmXNULKTQj0ZoX3uzuh3/K3lrB/cFuIIu+2zf/BDT70JbnWzrELY/JlGydkCJqJ2a7vihhA==",
"Microsoft.Net.Compilers/1.1.0-beta1-20150727-01": {
"sha512": "rPa6sso1Eruoa/1hlUV1d19TFtHXyemVZRwjFyAffXLb9RoBE68Rl1hNHgWMwD8Vauwhl3BaohAssCmIG9Z3xw==",
"type": "Package",
"files": [
"[Content_Types].xml",
"_rels/.rels",
"build/Microsoft.Net.Compilers.props",
"Microsoft.Net.Compilers.nuspec",
"package/services/metadata/core-properties/5fd3b6f9332540b9bcc59cd42cb93e82.psmdcp",
"package/services/metadata/core-properties/4ce0f680aca94a61820b5dd3aa595e09.psmdcp",
"ThirdPartyNotices.rtf",
"tools/csc.exe",
"tools/csc.exe.config",
"tools/csc.rsp",
"tools/csi.exe",
"tools/csi.rsp",
"tools/Microsoft.Build.Tasks.CodeAnalysis.dll",
"tools/Microsoft.CodeAnalysis.CSharp.dll",
"tools/Microsoft.CodeAnalysis.dll",
"tools/Microsoft.CodeAnalysis.Scripting.CSharp.dll",
"tools/Microsoft.CodeAnalysis.Scripting.dll",
"tools/Microsoft.CodeAnalysis.VisualBasic.dll",
"tools/Microsoft.CSharp.Core.targets",
"tools/Microsoft.VisualBasic.Core.targets",
"tools/System.AppContext.dll",
"tools/System.Collections.Immutable.dll",
"tools/System.Console.dll",
"tools/System.Diagnostics.StackTrace.dll",
"tools/System.IO.FileSystem.dll",
"tools/System.IO.FileSystem.Primitives.dll",
"tools/System.Reflection.Metadata.dll",
"tools/vbc.exe",
"tools/vbc.exe.config",
"tools/vbc.rsp",
"tools/VBCSCompiler.exe",
"tools/VBCSCompiler.exe.config"
]
......@@ -1256,7 +1243,7 @@
"Microsoft.Build.Mono.Debug >= 14.1.0-prerelease",
"Microsoft.CodeAnalysis.Test.Resources.Proprietary >= 1.1.0-beta1-20150817-01",
"Microsoft.DiaSymReader.Native >= 1.2.0-rc",
"Microsoft.Net.Compilers >= 1.1.0-beta1",
"Microsoft.Net.Compilers >= 1.1.0-beta1-20150727-01",
"Microsoft.Net.RoslynDiagnostics >= 1.1.1-beta1-20150818-01",
"xunit >= 2.1.0-beta4-build3109",
"xunit.runner.console >= 2.1.0-beta4-build3109"
......
......@@ -352,135 +352,6 @@
<Compile Include="Outlining\TypeDeclarationOutlinerTests.cs" />
<Compile Include="QuickInfo\SemanticQuickInfoSourceTests.cs" />
<Compile Include="QuickInfo\SyntacticQuickInfoSourceTests.cs" />
<Compile Include="Recommendations\AbstractKeywordRecommenderTests.cs" />
<Compile Include="Recommendations\AddKeywordRecommenderTests.cs" />
<Compile Include="Recommendations\AliasKeywordRecommenderTests.cs" />
<Compile Include="Recommendations\AscendingKeywordRecommenderTests.cs" />
<Compile Include="Recommendations\AsKeywordRecommenderTests.cs" />
<Compile Include="Recommendations\AssemblyKeywordRecommenderTests.cs" />
<Compile Include="Recommendations\AsyncKeywordRecommenderTests.cs" />
<Compile Include="Recommendations\AwaitKeywordRecommenderTests.cs" />
<Compile Include="Recommendations\BaseKeywordRecommenderTests.cs" />
<Compile Include="Recommendations\BoolKeywordRecommenderTests.cs" />
<Compile Include="Recommendations\BreakKeywordRecommenderTests.cs" />
<Compile Include="Recommendations\ByKeywordRecommenderTests.cs" />
<Compile Include="Recommendations\ByteKeywordRecommenderTests.cs" />
<Compile Include="Recommendations\CaseKeywordRecommenderTests.cs" />
<Compile Include="Recommendations\CatchKeywordRecommenderTests.cs" />
<Compile Include="Recommendations\CharKeywordRecommenderTests.cs" />
<Compile Include="Recommendations\CheckedKeywordRecommenderTests.cs" />
<Compile Include="Recommendations\ChecksumKeywordRecommenderTests.cs" />
<Compile Include="Recommendations\ClassKeywordRecommenderTests.cs" />
<Compile Include="Recommendations\ConstKeywordRecommenderTests.cs" />
<Compile Include="Recommendations\ContinueKeywordRecommenderTests.cs" />
<Compile Include="Recommendations\DecimalKeywordRecommenderTests.cs" />
<Compile Include="Recommendations\DefaultKeywordRecommenderTests.cs" />
<Compile Include="Recommendations\DefineKeywordRecommenderTests.cs" />
<Compile Include="Recommendations\DelegateKeywordRecommenderTests.cs" />
<Compile Include="Recommendations\DescendingKeywordRecommenderTests.cs" />
<Compile Include="Recommendations\DisableKeywordRecommenderTests.cs" />
<Compile Include="Recommendations\DoKeywordRecommenderTests.cs" />
<Compile Include="Recommendations\DoubleKeywordRecommenderTests.cs" />
<Compile Include="Recommendations\DynamicKeywordRecommenderTests.cs" />
<Compile Include="Recommendations\ElifKeywordRecommenderTests.cs" />
<Compile Include="Recommendations\ElseKeywordRecommenderTests.cs" />
<Compile Include="Recommendations\EndIfKeywordRecommenderTests.cs" />
<Compile Include="Recommendations\EndRegionKeywordRecommenderTests.cs" />
<Compile Include="Recommendations\EnumKeywordRecommenderTests.cs" />
<Compile Include="Recommendations\EqualsKeywordRecommenderTests.cs" />
<Compile Include="Recommendations\ErrorKeywordRecommenderTests.cs" />
<Compile Include="Recommendations\EventKeywordRecommenderTests.cs" />
<Compile Include="Recommendations\ExplicitKeywordRecommenderTests.cs" />
<Compile Include="Recommendations\ExternKeywordRecommenderTests.cs" />
<Compile Include="Recommendations\FalseKeywordRecommenderTests.cs" />
<Compile Include="Recommendations\FieldKeywordRecommenderTests.cs" />
<Compile Include="Recommendations\FinallyKeywordRecommenderTests.cs" />
<Compile Include="Recommendations\FixedKeywordRecommenderTests.cs" />
<Compile Include="Recommendations\FloatKeywordRecommenderTests.cs" />
<Compile Include="Recommendations\ForEachKeywordRecommenderTests.cs" />
<Compile Include="Recommendations\ForKeywordRecommenderTests.cs" />
<Compile Include="Recommendations\FromKeywordRecommenderTests.cs" />
<Compile Include="Recommendations\GetKeywordRecommenderTests.cs" />
<Compile Include="Recommendations\GlobalKeywordRecommenderTests.cs" />
<Compile Include="Recommendations\GotoKeywordRecommenderTests.cs" />
<Compile Include="Recommendations\GroupKeywordRecommenderTests.cs" />
<Compile Include="Recommendations\HiddenKeywordRecommenderTests.cs" />
<Compile Include="Recommendations\IfKeywordRecommenderTests.cs" />
<Compile Include="Recommendations\ImplicitKeywordRecommenderTests.cs" />
<Compile Include="Recommendations\InKeywordRecommenderTests.cs" />
<Compile Include="Recommendations\InterfaceKeywordRecommenderTests.cs" />
<Compile Include="Recommendations\InternalKeywordRecommenderTests.cs" />
<Compile Include="Recommendations\IntKeywordRecommenderTests.cs" />
<Compile Include="Recommendations\IntoKeywordRecommenderTests.cs" />
<Compile Include="Recommendations\IsKeywordRecommenderTests.cs" />
<Compile Include="Recommendations\JoinKeywordRecommenderTests.cs" />
<Compile Include="Recommendations\KeywordRecommenderTests.cs" />
<Compile Include="Recommendations\LetKeywordRecommenderTests.cs" />
<Compile Include="Recommendations\LineKeywordRecommenderTests.cs" />
<Compile Include="Recommendations\LockKeywordRecommenderTests.cs" />
<Compile Include="Recommendations\LongKeywordRecommenderTests.cs" />
<Compile Include="Recommendations\MethodKeywordRecommenderTests.cs" />
<Compile Include="Recommendations\ModuleKeywordRecommenderTests.cs" />
<Compile Include="Recommendations\NamespaceKeywordRecommenderTests.cs" />
<Compile Include="Recommendations\NewKeywordRecommenderTests.cs" />
<Compile Include="Recommendations\NullKeywordRecommenderTests.cs" />
<Compile Include="Recommendations\ObjectKeywordRecommenderTests.cs" />
<Compile Include="Recommendations\OnKeywordRecommenderTests.cs" />
<Compile Include="Recommendations\OperatorKeywordRecommenderTests.cs" />
<Compile Include="Recommendations\OrderByKeywordRecommenderTests.cs" />
<Compile Include="Recommendations\OutKeywordRecommenderTests.cs" />
<Compile Include="Recommendations\OverrideKeywordRecommenderTests.cs" />
<Compile Include="Recommendations\ParamKeywordRecommenderTests.cs" />
<Compile Include="Recommendations\ParamsKeywordRecommenderTests.cs" />
<Compile Include="Recommendations\PartialKeywordRecommenderTests.cs" />
<Compile Include="Recommendations\PragmaKeywordRecommenderTests.cs" />
<Compile Include="Recommendations\PrivateKeywordRecommenderTests.cs" />
<Compile Include="Recommendations\PropertyKeywordRecommenderTests.cs" />
<Compile Include="Recommendations\ProtectedKeywordRecommenderTests.cs" />
<Compile Include="Recommendations\PublicKeywordRecommenderTests.cs" />
<Compile Include="Recommendations\ReadOnlyKeywordRecommenderTests.cs" />
<Compile Include="Recommendations\RecommenderTests.cs" />
<Compile Include="Recommendations\ReferenceKeywordRecommenderTests.cs" />
<Compile Include="Recommendations\RefKeywordRecommenderTests.cs" />
<Compile Include="Recommendations\RegionKeywordRecommenderTests.cs" />
<Compile Include="Recommendations\RemoveKeywordRecommenderTests.cs" />
<Compile Include="Recommendations\RestoreKeywordRecommenderTests.cs" />
<Compile Include="Recommendations\ReturnKeywordRecommenderTests.cs" />
<Compile Include="Recommendations\SByteKeywordRecommenderTests.cs" />
<Compile Include="Recommendations\SealedKeywordRecommenderTests.cs" />
<Compile Include="Recommendations\SelectKeywordRecommenderTests.cs" />
<Compile Include="Recommendations\SetKeywordRecommenderTests.cs" />
<Compile Include="Recommendations\ShortKeywordRecommenderTests.cs" />
<Compile Include="Recommendations\SizeOfKeywordRecommenderTests.cs" />
<Compile Include="Recommendations\StackAllocKeywordRecommenderTests.cs" />
<Compile Include="Recommendations\StaticKeywordRecommenderTests.cs" />
<Compile Include="Recommendations\StringKeywordRecommenderTests.cs" />
<Compile Include="Recommendations\StructKeywordRecommenderTests.cs" />
<Compile Include="Recommendations\SwitchKeywordRecommenderTests.cs" />
<Compile Include="Recommendations\ThisKeywordRecommenderTests.cs" />
<Compile Include="Recommendations\ThrowKeywordRecommenderTests.cs" />
<Compile Include="Recommendations\TrueKeywordRecommenderTests.cs" />
<Compile Include="Recommendations\TryKeywordRecommenderTests.cs" />
<Compile Include="Recommendations\TypeKeywordRecommenderTests.cs" />
<Compile Include="Recommendations\NameOfKeywordRecommenderTests.cs" />
<Compile Include="Recommendations\TypeOfKeywordRecommenderTests.cs" />
<Compile Include="Recommendations\TypeVarKeywordRecommenderTests.cs" />
<Compile Include="Recommendations\UIntKeywordRecommenderTests.cs" />
<Compile Include="Recommendations\ULongKeywordRecommenderTests.cs" />
<Compile Include="Recommendations\UncheckedKeywordRecommenderTests.cs" />
<Compile Include="Recommendations\UndefKeywordRecommenderTests.cs" />
<Compile Include="Recommendations\UnsafeKeywordRecommenderTests.cs" />
<Compile Include="Recommendations\UShortKeywordRecommenderTests.cs" />
<Compile Include="Recommendations\UsingKeywordRecommenderTests.cs" />
<Compile Include="Recommendations\VarKeywordRecommenderTests.cs" />
<Compile Include="Recommendations\VirtualKeywordRecommenderTests.cs" />
<Compile Include="Recommendations\VoidKeywordRecommenderTests.cs" />
<Compile Include="Recommendations\VolatileKeywordRecommenderTests.cs" />
<Compile Include="Recommendations\WarningKeywordRecommenderTests.cs" />
<Compile Include="Recommendations\WhenKeywordRecommenderTests.cs" />
<Compile Include="Recommendations\WhereKeywordRecommenderTests.cs" />
<Compile Include="Recommendations\WhileKeywordRecommenderTests.cs" />
<Compile Include="Recommendations\YieldKeywordRecommenderTests.cs" />
<Compile Include="Semantics\SpeculationAnalyzerTests.cs" />
<Compile Include="SignatureHelp\AbstractCSharpSignatureHelpProviderTests.cs" />
<Compile Include="SignatureHelp\AttributeSignatureHelpProviderTests.cs" />
......@@ -653,6 +524,9 @@
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</Content>
</ItemGroup>
<ItemGroup>
<InternalsVisibleToTest Include="Roslyn.Services.Editor.CSharp.UnitTests2" />
</ItemGroup>
<ImportGroup Label="Targets">
<Import Project="..\..\..\build\Targets\VSL.Imports.targets" />
<Import Project="..\..\..\build\Targets\Roslyn.Toolsets.Xunit.targets" />
......
<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="4.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<ImportGroup Label="Settings">
<Import Project="..\..\..\build\Targets\VSL.Settings.targets" />
</ImportGroup>
<PropertyGroup>
<StartupObject />
<SolutionDir Condition="'$(SolutionDir)' == '' OR '$(SolutionDir)' == '*Undefined*'">..\..\..\</SolutionDir>
<TargetFrameworkVersion>v4.6</TargetFrameworkVersion>
<TargetFrameworkProfile />
<RestorePackages>true</RestorePackages>
</PropertyGroup>
<ItemGroup Label="File References">
<Reference Include="Microsoft.VisualStudio.Composition, Version=14.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
<HintPath>$(DevEnvDir)\PrivateAssemblies\Microsoft.VisualStudio.Composition.dll</HintPath>
</Reference>
</ItemGroup>
<ItemGroup Label="Project References">
<ProjectReference Include="..\..\Compilers\Core\Portable\CodeAnalysis.csproj">
<Project>{1EE8CAD3-55F9-4D91-96B2-084641DA9A6C}</Project>
<Name>CodeAnalysis</Name>
</ProjectReference>
<ProjectReference Include="..\..\Compilers\CSharp\Portable\CSharpCodeAnalysis.csproj">
<Project>{B501A547-C911-4A05-AC6E-274A50DFF30E}</Project>
<Name>CSharpCodeAnalysis</Name>
</ProjectReference>
<ProjectReference Include="..\..\Compilers\Test\Utilities\CSharp\CSharpCompilerTestUtilities.csproj">
<Project>{4371944A-D3BA-4B5B-8285-82E5FFC6D1F9}</Project>
<Name>CSharpCompilerTestUtilities</Name>
</ProjectReference>
<ProjectReference Include="..\..\Interactive\EditorFeatures\CSharp\CSharpInteractiveEditorFeatures.csproj">
<Project>{fe2cbea6-d121-4faa-aa8b-fc9900bf8c83}</Project>
<Name>CSharpInteractiveEditorFeatures</Name>
</ProjectReference>
<ProjectReference Include="..\..\Test\Utilities\Desktop\TestUtilities.Desktop.csproj">
<Project>{76C6F005-C89D-4348-BB4A-391898DBEB52}</Project>
<Name>TestUtilities.Desktop</Name>
</ProjectReference>
<ProjectReference Include="..\..\Workspaces\Core\Desktop\Workspaces.Desktop.csproj">
<Project>{2e87fa96-50bb-4607-8676-46521599f998}</Project>
<Name>Workspaces.Desktop</Name>
</ProjectReference>
<ProjectReference Include="..\..\Workspaces\Core\Portable\Workspaces.csproj">
<Project>{5F8D2414-064A-4B3A-9B42-8E2A04246BE5}</Project>
<Name>Workspaces</Name>
</ProjectReference>
<ProjectReference Include="..\..\Features\CSharp\Portable\CSharpFeatures.csproj">
<Project>{3973B09A-4FBF-44A5-8359-3D22CEB71F71}</Project>
<Name>CSharpFeatures</Name>
</ProjectReference>
<ProjectReference Include="..\..\Features\Core\Portable\Features.csproj">
<Project>{EDC68A0E-C68D-4A74-91B7-BF38EC909888}</Project>
<Name>Features</Name>
</ProjectReference>
<ProjectReference Include="..\..\Interactive\EditorFeatures\Core\InteractiveEditorFeatures.csproj">
<Project>{92412D1A-0F23-45B5-B196-58839C524917}</Project>
<Name>InteractiveEditorFeatures</Name>
</ProjectReference>
<ProjectReference Include="..\..\Interactive\Features\InteractiveFeatures.csproj">
<Project>{8E2A252E-A140-45A6-A81A-2652996EA589}</Project>
<Name>InteractiveFeatures</Name>
</ProjectReference>
<ProjectReference Include="..\..\InteractiveWindow\Editor\InteractiveWindow.csproj">
<Project>{01E9BD68-0339-4A13-B42F-A3CA84D164F3}</Project>
<Name>InteractiveWindow</Name>
</ProjectReference>
<ProjectReference Include="..\..\EditorFeatures\Text\TextEditorFeatures.csproj">
<Project>{18F5FBB8-7570-4412-8CC7-0A86FF13B7BA}</Project>
<Name>TextEditorFeatures</Name>
</ProjectReference>
<ProjectReference Include="..\..\Workspaces\CSharp\Portable\CSharpWorkspace.csproj">
<Project>{21B239D0-D144-430F-A394-C066D58EE267}</Project>
<Name>CSharpWorkspace</Name>
</ProjectReference>
<ProjectReference Include="..\..\EditorFeatures\Core\EditorFeatures.csproj">
<Project>{3CDEEAB7-2256-418A-BEB2-620B5CB16302}</Project>
<Name>EditorFeatures</Name>
</ProjectReference>
<ProjectReference Include="..\Test\EditorServicesTest.csproj">
<Project>{8CEE3609-A5A9-4A9B-86D7-33118F5D6B33}</Project>
<Name>EditorServicesTest</Name>
</ProjectReference>
<ProjectReference Include="..\..\EditorFeatures\CSharp\CSharpEditorFeatures.csproj">
<Project>{B0CE9307-FFDB-4838-A5EC-CE1F7CDC4AC2}</Project>
<Name>CSharpEditorFeatures</Name>
</ProjectReference>
<ProjectReference Include="..\..\Test\Utilities\Portable.FX45\TestUtilities.FX45.csproj">
<Project>{F7712928-1175-47B3-8819-EE086753DEE2}</Project>
<Name>TestUtilities.FX45</Name>
</ProjectReference>
<ProjectReference Include="..\..\Compilers\Test\Resources\Core\CompilerTestResources.csproj">
<Project>{7FE6B002-89D8-4298-9B1B-0B5C247DD1FD}</Project>
<Name>CompilerTestResources</Name>
</ProjectReference>
<ProjectReference Include="..\TestUtilities\ServicesTestUtilities.csproj">
<Project>{76C6F005-C89D-4348-BB4A-39189DDBEB52}</Project>
<Name>ServicesTestUtilities</Name>
</ProjectReference>
<ProjectReference Include="..\CSharpTest\CSharpEditorServicesTest.csproj">
<Project>{AC2BCEFB-9298-4621-AC48-1FF5E639E48D}</Project>
<Name>CSharpEditorServicesTest</Name>
</ProjectReference>
</ItemGroup>
<PropertyGroup>
<Nonshipping>true</Nonshipping>
<Configuration Condition="'$(Configuration)' == ''">Debug</Configuration>
<Platform Condition="'$(Platform)' == ''">AnyCPU</Platform>
<ProjectGuid>{16e93074-4252-466c-89a3-3b905abaf779}</ProjectGuid>
<OutputType>Library</OutputType>
<RootNamespace>Microsoft.CodeAnalysis.Editor.CSharp.UnitTests</RootNamespace>
<AssemblyName>Roslyn.Services.Editor.CSharp.UnitTests2</AssemblyName>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
</PropertyGroup>
<ItemGroup>
<Reference Include="Microsoft.CSharp" />
<Reference Include="Microsoft.VisualStudio.CoreUtility, Version=$(VisualStudioReferenceAssemblyVersion), Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">
<Private>false</Private>
</Reference>
<Reference Include="Microsoft.VisualStudio.Language.CallHierarchy, Version=$(VisualStudioReferenceAssemblyVersion), Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" />
<Reference Include="Microsoft.VisualStudio.Language.Intellisense, Version=$(VisualStudioReferenceAssemblyVersion), Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">
<Private>false</Private>
</Reference>
<Reference Include="Microsoft.VisualStudio.Language.NavigateTo.Interfaces, Version=$(VisualStudioReferenceAssemblyVersion), Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" />
<Reference Include="Microsoft.VisualStudio.Platform.VSEditor, Version=$(VisualStudioReferenceAssemblyVersion), Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" />
<Reference Include="Microsoft.VisualStudio.Text.Data, Version=$(VisualStudioReferenceAssemblyVersion), Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">
<Private>false</Private>
</Reference>
<Reference Include="Microsoft.VisualStudio.Text.Internal, Version=$(VisualStudioReferenceAssemblyVersion), Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" />
<Reference Include="Microsoft.VisualStudio.Text.Logic, Version=$(VisualStudioReferenceAssemblyVersion), Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">
<Private>false</Private>
</Reference>
<Reference Include="Microsoft.VisualStudio.Text.UI, Version=$(VisualStudioReferenceAssemblyVersion), Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">
<Private>false</Private>
</Reference>
<Reference Include="Microsoft.VisualStudio.Text.UI.Wpf, Version=$(VisualStudioReferenceAssemblyVersion), Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">
<Private>false</Private>
</Reference>
<Reference Include="PresentationCore" />
<Reference Include="PresentationFramework" />
<Reference Include="System" />
<Reference Include="System.ComponentModel.Composition" />
<Reference Include="System.Core" />
<Reference Include="System.Drawing" />
<Reference Include="System.Xaml" />
<Reference Include="System.XML" />
<Reference Include="System.Xml.Linq" />
<Reference Include="WindowsBase" />
</ItemGroup>
<ItemGroup>
<Compile Include="Recommendations\AbstractKeywordRecommenderTests.cs" />
<Compile Include="Recommendations\AddKeywordRecommenderTests.cs" />
<Compile Include="Recommendations\AliasKeywordRecommenderTests.cs" />
<Compile Include="Recommendations\AscendingKeywordRecommenderTests.cs" />
<Compile Include="Recommendations\AsKeywordRecommenderTests.cs" />
<Compile Include="Recommendations\AssemblyKeywordRecommenderTests.cs" />
<Compile Include="Recommendations\AsyncKeywordRecommenderTests.cs" />
<Compile Include="Recommendations\AwaitKeywordRecommenderTests.cs" />
<Compile Include="Recommendations\BaseKeywordRecommenderTests.cs" />
<Compile Include="Recommendations\BoolKeywordRecommenderTests.cs" />
<Compile Include="Recommendations\BreakKeywordRecommenderTests.cs" />
<Compile Include="Recommendations\ByKeywordRecommenderTests.cs" />
<Compile Include="Recommendations\ByteKeywordRecommenderTests.cs" />
<Compile Include="Recommendations\CaseKeywordRecommenderTests.cs" />
<Compile Include="Recommendations\CatchKeywordRecommenderTests.cs" />
<Compile Include="Recommendations\CharKeywordRecommenderTests.cs" />
<Compile Include="Recommendations\CheckedKeywordRecommenderTests.cs" />
<Compile Include="Recommendations\ChecksumKeywordRecommenderTests.cs" />
<Compile Include="Recommendations\ClassKeywordRecommenderTests.cs" />
<Compile Include="Recommendations\ConstKeywordRecommenderTests.cs" />
<Compile Include="Recommendations\ContinueKeywordRecommenderTests.cs" />
<Compile Include="Recommendations\DecimalKeywordRecommenderTests.cs" />
<Compile Include="Recommendations\DefaultKeywordRecommenderTests.cs" />
<Compile Include="Recommendations\DefineKeywordRecommenderTests.cs" />
<Compile Include="Recommendations\DelegateKeywordRecommenderTests.cs" />
<Compile Include="Recommendations\DescendingKeywordRecommenderTests.cs" />
<Compile Include="Recommendations\DisableKeywordRecommenderTests.cs" />
<Compile Include="Recommendations\DoKeywordRecommenderTests.cs" />
<Compile Include="Recommendations\DoubleKeywordRecommenderTests.cs" />
<Compile Include="Recommendations\DynamicKeywordRecommenderTests.cs" />
<Compile Include="Recommendations\ElifKeywordRecommenderTests.cs" />
<Compile Include="Recommendations\ElseKeywordRecommenderTests.cs" />
<Compile Include="Recommendations\EndIfKeywordRecommenderTests.cs" />
<Compile Include="Recommendations\EndRegionKeywordRecommenderTests.cs" />
<Compile Include="Recommendations\EnumKeywordRecommenderTests.cs" />
<Compile Include="Recommendations\EqualsKeywordRecommenderTests.cs" />
<Compile Include="Recommendations\ErrorKeywordRecommenderTests.cs" />
<Compile Include="Recommendations\EventKeywordRecommenderTests.cs" />
<Compile Include="Recommendations\ExplicitKeywordRecommenderTests.cs" />
<Compile Include="Recommendations\ExternKeywordRecommenderTests.cs" />
<Compile Include="Recommendations\FalseKeywordRecommenderTests.cs" />
<Compile Include="Recommendations\FieldKeywordRecommenderTests.cs" />
<Compile Include="Recommendations\FinallyKeywordRecommenderTests.cs" />
<Compile Include="Recommendations\FixedKeywordRecommenderTests.cs" />
<Compile Include="Recommendations\FloatKeywordRecommenderTests.cs" />
<Compile Include="Recommendations\ForEachKeywordRecommenderTests.cs" />
<Compile Include="Recommendations\ForKeywordRecommenderTests.cs" />
<Compile Include="Recommendations\FromKeywordRecommenderTests.cs" />
<Compile Include="Recommendations\GetKeywordRecommenderTests.cs" />
<Compile Include="Recommendations\GlobalKeywordRecommenderTests.cs" />
<Compile Include="Recommendations\GotoKeywordRecommenderTests.cs" />
<Compile Include="Recommendations\GroupKeywordRecommenderTests.cs" />
<Compile Include="Recommendations\HiddenKeywordRecommenderTests.cs" />
<Compile Include="Recommendations\IfKeywordRecommenderTests.cs" />
<Compile Include="Recommendations\ImplicitKeywordRecommenderTests.cs" />
<Compile Include="Recommendations\InKeywordRecommenderTests.cs" />
<Compile Include="Recommendations\InterfaceKeywordRecommenderTests.cs" />
<Compile Include="Recommendations\InternalKeywordRecommenderTests.cs" />
<Compile Include="Recommendations\IntKeywordRecommenderTests.cs" />
<Compile Include="Recommendations\IntoKeywordRecommenderTests.cs" />
<Compile Include="Recommendations\IsKeywordRecommenderTests.cs" />
<Compile Include="Recommendations\JoinKeywordRecommenderTests.cs" />
<Compile Include="Recommendations\KeywordRecommenderTests.cs" />
<Compile Include="Recommendations\LetKeywordRecommenderTests.cs" />
<Compile Include="Recommendations\LineKeywordRecommenderTests.cs" />
<Compile Include="Recommendations\LockKeywordRecommenderTests.cs" />
<Compile Include="Recommendations\LongKeywordRecommenderTests.cs" />
<Compile Include="Recommendations\MethodKeywordRecommenderTests.cs" />
<Compile Include="Recommendations\ModuleKeywordRecommenderTests.cs" />
<Compile Include="Recommendations\NamespaceKeywordRecommenderTests.cs" />
<Compile Include="Recommendations\NewKeywordRecommenderTests.cs" />
<Compile Include="Recommendations\NullKeywordRecommenderTests.cs" />
<Compile Include="Recommendations\ObjectKeywordRecommenderTests.cs" />
<Compile Include="Recommendations\OnKeywordRecommenderTests.cs" />
<Compile Include="Recommendations\OperatorKeywordRecommenderTests.cs" />
<Compile Include="Recommendations\OrderByKeywordRecommenderTests.cs" />
<Compile Include="Recommendations\OutKeywordRecommenderTests.cs" />
<Compile Include="Recommendations\OverrideKeywordRecommenderTests.cs" />
<Compile Include="Recommendations\ParamKeywordRecommenderTests.cs" />
<Compile Include="Recommendations\ParamsKeywordRecommenderTests.cs" />
<Compile Include="Recommendations\PartialKeywordRecommenderTests.cs" />
<Compile Include="Recommendations\PragmaKeywordRecommenderTests.cs" />
<Compile Include="Recommendations\PrivateKeywordRecommenderTests.cs" />
<Compile Include="Recommendations\PropertyKeywordRecommenderTests.cs" />
<Compile Include="Recommendations\ProtectedKeywordRecommenderTests.cs" />
<Compile Include="Recommendations\PublicKeywordRecommenderTests.cs" />
<Compile Include="Recommendations\ReadOnlyKeywordRecommenderTests.cs" />
<Compile Include="Recommendations\RecommenderTests.cs" />
<Compile Include="Recommendations\ReferenceKeywordRecommenderTests.cs" />
<Compile Include="Recommendations\RefKeywordRecommenderTests.cs" />
<Compile Include="Recommendations\RegionKeywordRecommenderTests.cs" />
<Compile Include="Recommendations\RemoveKeywordRecommenderTests.cs" />
<Compile Include="Recommendations\RestoreKeywordRecommenderTests.cs" />
<Compile Include="Recommendations\ReturnKeywordRecommenderTests.cs" />
<Compile Include="Recommendations\SByteKeywordRecommenderTests.cs" />
<Compile Include="Recommendations\SealedKeywordRecommenderTests.cs" />
<Compile Include="Recommendations\SelectKeywordRecommenderTests.cs" />
<Compile Include="Recommendations\SetKeywordRecommenderTests.cs" />
<Compile Include="Recommendations\ShortKeywordRecommenderTests.cs" />
<Compile Include="Recommendations\SizeOfKeywordRecommenderTests.cs" />
<Compile Include="Recommendations\StackAllocKeywordRecommenderTests.cs" />
<Compile Include="Recommendations\StaticKeywordRecommenderTests.cs" />
<Compile Include="Recommendations\StringKeywordRecommenderTests.cs" />
<Compile Include="Recommendations\StructKeywordRecommenderTests.cs" />
<Compile Include="Recommendations\SwitchKeywordRecommenderTests.cs" />
<Compile Include="Recommendations\ThisKeywordRecommenderTests.cs" />
<Compile Include="Recommendations\ThrowKeywordRecommenderTests.cs" />
<Compile Include="Recommendations\TrueKeywordRecommenderTests.cs" />
<Compile Include="Recommendations\TryKeywordRecommenderTests.cs" />
<Compile Include="Recommendations\TypeKeywordRecommenderTests.cs" />
<Compile Include="Recommendations\NameOfKeywordRecommenderTests.cs" />
<Compile Include="Recommendations\TypeOfKeywordRecommenderTests.cs" />
<Compile Include="Recommendations\TypeVarKeywordRecommenderTests.cs" />
<Compile Include="Recommendations\UIntKeywordRecommenderTests.cs" />
<Compile Include="Recommendations\ULongKeywordRecommenderTests.cs" />
<Compile Include="Recommendations\UncheckedKeywordRecommenderTests.cs" />
<Compile Include="Recommendations\UndefKeywordRecommenderTests.cs" />
<Compile Include="Recommendations\UnsafeKeywordRecommenderTests.cs" />
<Compile Include="Recommendations\UShortKeywordRecommenderTests.cs" />
<Compile Include="Recommendations\UsingKeywordRecommenderTests.cs" />
<Compile Include="Recommendations\VarKeywordRecommenderTests.cs" />
<Compile Include="Recommendations\VirtualKeywordRecommenderTests.cs" />
<Compile Include="Recommendations\VoidKeywordRecommenderTests.cs" />
<Compile Include="Recommendations\VolatileKeywordRecommenderTests.cs" />
<Compile Include="Recommendations\WarningKeywordRecommenderTests.cs" />
<Compile Include="Recommendations\WhenKeywordRecommenderTests.cs" />
<Compile Include="Recommendations\WhereKeywordRecommenderTests.cs" />
<Compile Include="Recommendations\WhileKeywordRecommenderTests.cs" />
<Compile Include="Recommendations\YieldKeywordRecommenderTests.cs" />
<None Include="app.config" />
<None Include="project.json" />
</ItemGroup>
<ItemGroup />
<ItemGroup>
<Service Include="{82A7F48D-3B50-4B1E-B82E-3ADA8210C358}" />
</ItemGroup>
<ImportGroup Label="Targets">
<Import Project="..\..\..\build\Targets\VSL.Imports.targets" />
<Import Project="..\..\..\build\Targets\Roslyn.Toolsets.Xunit.targets" />
</ImportGroup>
</Project>
<?xml version="1.0" encoding="utf-8" ?>
<configuration>
<appSettings>
<add key="xunit.useAppDomain" value="true"/>
<add key="xunit.diagnosticMessages" value="false"/>
<add key="xunit.parallelizeTestCollections" value="true"/>
</appSettings>
<runtime>
<assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
<dependentAssembly>
<assemblyIdentity name="System.Collections.Immutable" publicKeyToken="b03f5f7f11d50a3a" culture="neutral"/>
<bindingRedirect oldVersion="1.0.0.0-1.65535.65535.65535" newVersion="1.1.37.0"/>
</dependentAssembly>
</assemblyBinding>
</runtime>
</configuration>
{
"dependencies": {
"Microsoft.CodeAnalysis.Test.Resources.Proprietary": "1.1.0-beta1-20150824-02",
"Moq": "4.2.1402.2112",
"System.Diagnostics.Process": "4.0.0-beta-23123",
"xunit": "2.1.0",
"xunit.runner.console": "2.1.0"
},
"frameworks": {
"net46": {}
}
}
\ No newline at end of file
{
"locked": false,
"version": 1,
"targets": {
".NETFramework,Version=v4.6": {
"BasicUndo/0.9.3": {
"compile": {
"lib/net45/BasicUndo.dll": {}
},
"runtime": {
"lib/net45/BasicUndo.dll": {}
}
},
"Microsoft.CodeAnalysis.Test.Resources.Proprietary/1.1.0-beta1-20150824-02": {
"compile": {
"lib/net45/Microsoft.CodeAnalysis.Test.Resources.Proprietary.dll": {}
},
"runtime": {
"lib/net45/Microsoft.CodeAnalysis.Test.Resources.Proprietary.dll": {}
}
},
"Microsoft.Composition/1.0.27": {
"compile": {
"lib/portable-net45+win8+wp8+wpa81/System.Composition.AttributedModel.dll": {},
"lib/portable-net45+win8+wp8+wpa81/System.Composition.Convention.dll": {},
"lib/portable-net45+win8+wp8+wpa81/System.Composition.Hosting.dll": {},
"lib/portable-net45+win8+wp8+wpa81/System.Composition.Runtime.dll": {},
"lib/portable-net45+win8+wp8+wpa81/System.Composition.TypedParts.dll": {}
},
"runtime": {
"lib/portable-net45+win8+wp8+wpa81/System.Composition.AttributedModel.dll": {},
"lib/portable-net45+win8+wp8+wpa81/System.Composition.Convention.dll": {},
"lib/portable-net45+win8+wp8+wpa81/System.Composition.Hosting.dll": {},
"lib/portable-net45+win8+wp8+wpa81/System.Composition.Runtime.dll": {},
"lib/portable-net45+win8+wp8+wpa81/System.Composition.TypedParts.dll": {}
}
},
"Microsoft.DiaSymReader/1.0.6": {
"compile": {
"lib/net20/Microsoft.DiaSymReader.dll": {}
},
"runtime": {
"lib/net20/Microsoft.DiaSymReader.dll": {}
}
},
"Microsoft.DiaSymReader.Native/1.2.0-rc": {},
"Microsoft.NETCore.Portable.Compatibility/1.0.1-beta-23401": {
"compile": {
"ref/net45/_._": {}
},
"runtime": {
"lib/net45/_._": {}
}
},
"Microsoft.VisualBasic/10.0.0": {
"frameworkAssemblies": [
"Microsoft.VisualBasic"
],
"compile": {
"ref/net45/_._": {}
},
"runtime": {
"lib/net45/_._": {}
}
},
"Moq/4.2.1402.2112": {
"compile": {
"lib/net40/Moq.dll": {}
},
"runtime": {
"lib/net40/Moq.dll": {}
}
},
"System.AppContext/4.0.0": {
"dependencies": {
"System.Runtime": "[4.0.0, )"
},
"frameworkAssemblies": [
"mscorlib"
],
"compile": {
"ref/net46/System.AppContext.dll": {}
},
"runtime": {
"lib/net46/System.AppContext.dll": {}
}
},
"System.Collections/4.0.10": {
"compile": {
"ref/net46/_._": {}
},
"runtime": {
"lib/net46/_._": {}
}
},
"System.Collections.Immutable/1.1.37": {
"dependencies": {
"System.Collections": "[4.0.0, )",
"System.Diagnostics.Debug": "[4.0.0, )",
"System.Globalization": "[4.0.0, )",
"System.Linq": "[4.0.0, )",
"System.Resources.ResourceManager": "[4.0.0, )",
"System.Runtime": "[4.0.0, )",
"System.Runtime.Extensions": "[4.0.0, )",
"System.Threading": "[4.0.0, )"
},
"compile": {
"lib/dotnet/System.Collections.Immutable.dll": {}
},
"runtime": {
"lib/dotnet/System.Collections.Immutable.dll": {}
}
},
"System.Console/4.0.0-beta-23123": {
"dependencies": {
"System.IO": "[4.0.0, )",
"System.Runtime": "[4.0.0, )"
},
"frameworkAssemblies": [
"mscorlib"
],
"compile": {
"ref/net46/System.Console.dll": {}
},
"runtime": {
"lib/net46/System.Console.dll": {}
}
},
"System.Diagnostics.Debug/4.0.10": {
"compile": {
"ref/net46/_._": {}
},
"runtime": {
"lib/net46/_._": {}
}
},
"System.Diagnostics.Process/4.0.0-beta-23123": {
"dependencies": {
"System.IO": "[4.0.0, )",
"System.Runtime": "[4.0.0, )",
"System.Runtime.Handles": "[4.0.0, )",
"System.Security.SecureString": "[4.0.0-beta-23123, )",
"System.Text.Encoding": "[4.0.0, )"
},
"frameworkAssemblies": [
"mscorlib",
"System"
],
"compile": {
"ref/net46/System.Diagnostics.Process.dll": {}
},
"runtime": {
"lib/net46/System.Diagnostics.Process.dll": {}
}
},
"System.Diagnostics.StackTrace/4.0.0": {
"dependencies": {
"System.Reflection": "[4.0.0, )",
"System.Runtime": "[4.0.0, )"
},
"frameworkAssemblies": [
"mscorlib"
],
"compile": {
"ref/net46/System.Diagnostics.StackTrace.dll": {}
},
"runtime": {
"lib/net46/System.Diagnostics.StackTrace.dll": {}
}
},
"System.Diagnostics.Tools/4.0.0": {
"compile": {
"ref/net45/_._": {}
},
"runtime": {
"lib/net45/_._": {}
}
},
"System.Globalization/4.0.10": {
"compile": {
"ref/net46/_._": {}
},
"runtime": {
"lib/net46/_._": {}
}
},
"System.IO/4.0.10": {
"compile": {
"ref/net46/_._": {}
},
"runtime": {
"lib/net46/_._": {}
}
},
"System.IO.FileSystem/4.0.0": {
"dependencies": {
"System.IO": "[4.0.0, )",
"System.IO.FileSystem.Primitives": "[4.0.0, )",
"System.Runtime": "[4.0.0, )",
"System.Runtime.Handles": "[4.0.0, )",
"System.Text.Encoding": "[4.0.0, )",
"System.Threading.Tasks": "[4.0.0, )"
},
"frameworkAssemblies": [
"mscorlib"
],
"compile": {
"ref/net46/System.IO.FileSystem.dll": {}
},
"runtime": {
"lib/net46/System.IO.FileSystem.dll": {}
}
},
"System.IO.FileSystem.Primitives/4.0.0": {
"dependencies": {
"System.Runtime": "[4.0.20, )"
},
"frameworkAssemblies": [
"mscorlib"
],
"compile": {
"ref/net46/System.IO.FileSystem.Primitives.dll": {}
},
"runtime": {
"lib/net46/System.IO.FileSystem.Primitives.dll": {}
}
},
"System.Linq/4.0.0": {
"compile": {
"ref/net45/_._": {}
},
"runtime": {
"lib/net45/_._": {}
}
},
"System.Linq.Expressions/4.0.10": {
"compile": {
"ref/net46/_._": {}
},
"runtime": {
"lib/net46/_._": {}
}
},
"System.Reflection/4.0.10": {
"compile": {
"ref/net46/_._": {}
},
"runtime": {
"lib/net46/_._": {}
}
},
"System.Reflection.Extensions/4.0.0": {
"compile": {
"ref/net45/_._": {}
},
"runtime": {
"lib/net45/_._": {}
}
},
"System.Reflection.Metadata/1.1.0-beta-23413": {
"dependencies": {
"System.Collections": "[4.0.0, )",
"System.Collections.Immutable": "[1.1.37, )",
"System.Diagnostics.Debug": "[4.0.0, )",
"System.IO": "[4.0.0, )",
"System.Reflection": "[4.0.0, )",
"System.Reflection.Extensions": "[4.0.0, )",
"System.Reflection.Primitives": "[4.0.0, )",
"System.Resources.ResourceManager": "[4.0.0, )",
"System.Runtime": "[4.0.0, )",
"System.Runtime.Extensions": "[4.0.0, )",
"System.Runtime.InteropServices": "[4.0.0, )",
"System.Text.Encoding": "[4.0.0, )",
"System.Text.Encoding.Extensions": "[4.0.0, )",
"System.Threading": "[4.0.0, )"
},
"compile": {
"lib/dotnet/System.Reflection.Metadata.dll": {}
},
"runtime": {
"lib/dotnet/System.Reflection.Metadata.dll": {}
}
},
"System.Reflection.Primitives/4.0.0": {
"compile": {
"ref/net45/_._": {}
},
"runtime": {
"lib/net45/_._": {}
}
},
"System.Resources.ResourceManager/4.0.0": {
"compile": {
"ref/net45/_._": {}
},
"runtime": {
"lib/net45/_._": {}
}
},
"System.Runtime/4.0.20": {
"compile": {
"ref/net46/_._": {}
},
"runtime": {
"lib/net46/_._": {}
}
},
"System.Runtime.Extensions/4.0.10": {
"compile": {
"ref/net46/_._": {}
},
"runtime": {
"lib/net46/_._": {}
}
},
"System.Runtime.Handles/4.0.0": {
"compile": {
"ref/net46/_._": {}
},
"runtime": {
"lib/net46/_._": {}
}
},
"System.Runtime.InteropServices/4.0.20": {
"compile": {
"ref/net46/_._": {}
},
"runtime": {
"lib/net46/_._": {}
}
},
"System.Security.SecureString/4.0.0-beta-23123": {
"dependencies": {
"System.Runtime": "[4.0.0, )"
},
"frameworkAssemblies": [
"mscorlib"
],
"compile": {
"ref/net46/System.Security.SecureString.dll": {}
},
"runtime": {
"lib/net46/System.Security.SecureString.dll": {}
}
},
"System.Text.Encoding/4.0.0": {
"compile": {
"ref/net45/_._": {}
},
"runtime": {
"lib/net45/_._": {}
}
},
"System.Text.Encoding.Extensions/4.0.0": {
"compile": {
"ref/net45/_._": {}
},
"runtime": {
"lib/net45/_._": {}
}
},
"System.Threading/4.0.10": {
"compile": {
"ref/net46/_._": {}
},
"runtime": {
"lib/net46/_._": {}
}
},
"System.Threading.Tasks/4.0.10": {
"compile": {
"ref/net46/_._": {}
},
"runtime": {
"lib/net46/_._": {}
}
},
"xunit/2.1.0": {
"dependencies": {
"xunit.assert": "[2.1.0, 2.1.0]",
"xunit.core": "[2.1.0, 2.1.0]"
}
},
"xunit.abstractions/2.0.0": {
"compile": {
"lib/net35/xunit.abstractions.dll": {}
},
"runtime": {
"lib/net35/xunit.abstractions.dll": {}
}
},
"xunit.assert/2.1.0": {
"compile": {
"lib/dotnet/xunit.assert.dll": {}
},
"runtime": {
"lib/dotnet/xunit.assert.dll": {}
}
},
"xunit.core/2.1.0": {
"dependencies": {
"xunit.extensibility.core": "[2.1.0, 2.1.0]",
"xunit.extensibility.execution": "[2.1.0, 2.1.0]"
}
},
"xunit.extensibility.core/2.1.0": {
"dependencies": {
"xunit.abstractions": "[2.0.0, 2.0.0]"
},
"compile": {
"lib/dotnet/xunit.core.dll": {}
},
"runtime": {
"lib/dotnet/xunit.core.dll": {}
}
},
"xunit.extensibility.execution/2.1.0": {
"dependencies": {
"xunit.extensibility.core": "[2.1.0, 2.1.0]"
},
"compile": {
"lib/net45/xunit.execution.desktop.dll": {}
},
"runtime": {
"lib/net45/xunit.execution.desktop.dll": {}
}
},
"xunit.runner.console/2.1.0": {}
}
},
"libraries": {
"BasicUndo/0.9.3": {
"sha512": "AnnzwzYG/LRSOtUKXlJmnuQHa624kX9Snwmh5hfSuP66n98BnfrfvZ5qz5OUN0ag/xAbCok7sccVU/iXoR1dcQ==",
"type": "Package",
"files": [
"[Content_Types].xml",
"_rels/.rels",
"BasicUndo.nuspec",
"lib/net45/BasicUndo.dll",
"package/services/metadata/core-properties/80b3be58a22e42e985aa3997dace46ad.psmdcp"
]
},
"Microsoft.CodeAnalysis.Test.Resources.Proprietary/1.1.0-beta1-20150824-02": {
"sha512": "mQa72JIzSdIC7wOcW8vl1izgZ+GSeTRrYYpbPKPvrX/PeygTd4SRxord7PL+fTb1q3YjlwMBSqgJsDXVa99fUA==",
"type": "Package",
"files": [
"[Content_Types].xml",
"_rels/.rels",
"lib/net45/Microsoft.CodeAnalysis.Test.Resources.Proprietary.dll",
"Microsoft.CodeAnalysis.Test.Resources.Proprietary.nuspec",
"package/services/metadata/core-properties/58b0e57bbbed434fb2c05b7ef3a926cc.psmdcp"
]
},
"Microsoft.Composition/1.0.27": {
"sha512": "pwu80Ohe7SBzZ6i69LVdzowp6V+LaVRzd5F7A6QlD42vQkX0oT7KXKWWPlM/S00w1gnMQMRnEdbtOV12z6rXdQ==",
"type": "Package",
"files": [
"[Content_Types].xml",
"_rels/.rels",
"lib/portable-net45+win8+wp8+wpa81/System.Composition.AttributedModel.dll",
"lib/portable-net45+win8+wp8+wpa81/System.Composition.AttributedModel.XML",
"lib/portable-net45+win8+wp8+wpa81/System.Composition.Convention.dll",
"lib/portable-net45+win8+wp8+wpa81/System.Composition.Convention.xml",
"lib/portable-net45+win8+wp8+wpa81/System.Composition.Hosting.dll",
"lib/portable-net45+win8+wp8+wpa81/System.Composition.Hosting.XML",
"lib/portable-net45+win8+wp8+wpa81/System.Composition.Runtime.dll",
"lib/portable-net45+win8+wp8+wpa81/System.Composition.Runtime.XML",
"lib/portable-net45+win8+wp8+wpa81/System.Composition.TypedParts.dll",
"lib/portable-net45+win8+wp8+wpa81/System.Composition.TypedParts.XML",
"License-Stable.rtf",
"Microsoft.Composition.nuspec",
"package/services/metadata/core-properties/12e2c94035674b25b911285cc26e3260.psmdcp"
]
},
"Microsoft.DiaSymReader/1.0.6": {
"sha512": "ai2eBJrXlHa0hecUKnEyacH0iXxGNOMpc9X0s7VAeqqh5TSTW70QMhTRZ0FNCtf3R/W67K4a+uf3R7MASmAjrg==",
"type": "Package",
"files": [
"[Content_Types].xml",
"_rels/.rels",
"lib/net20/Microsoft.DiaSymReader.dll",
"lib/net20/Microsoft.DiaSymReader.xml",
"lib/portable-net45+win8/Microsoft.DiaSymReader.dll",
"lib/portable-net45+win8/Microsoft.DiaSymReader.xml",
"Microsoft.DiaSymReader.nuspec",
"package/services/metadata/core-properties/ead7dc5d4bf24fbe8708f348725a9b02.psmdcp"
]
},
"Microsoft.DiaSymReader.Native/1.2.0-rc": {
"sha512": "dSk3ln9b2MMOFnXVB47HVbdjl3r7EcikC2qTCmVrfGDJiMyLt2F3kumxICbRTuQhEGNvPnVH9p9lWKIQlNjd+w==",
"type": "Package",
"files": [
"[Content_Types].xml",
"_rels/.rels",
"Microsoft.DiaSymReader.Native.nuspec",
"package/services/metadata/core-properties/9e1fb86d21eb4b64b48d73be0a3ac9f7.psmdcp",
"runtimes/win/native/Microsoft.DiaSymReader.Native.amd64.dll",
"runtimes/win/native/Microsoft.DiaSymReader.Native.arm.dll",
"runtimes/win/native/Microsoft.DiaSymReader.Native.x86.dll",
"runtimes/win8-arm/native/Microsoft.DiaSymReader.Native.arm.dll",
"runtimes/win-x64/native/Microsoft.DiaSymReader.Native.amd64.dll",
"runtimes/win-x86/native/Microsoft.DiaSymReader.Native.x86.dll"
]
},
"Microsoft.NETCore.Portable.Compatibility/1.0.1-beta-23401": {
"sha512": "q5wj+WWjvZ/GhT+Q42aub5rIcw45pEE/TvIfFBEgvxK2MTODxsDIKKSBHEdfJablXhfRZfY79YBdTbcfUzZqlA==",
"type": "Package",
"files": [
"[Content_Types].xml",
"_rels/.rels",
"lib/dnxcore50/System.ComponentModel.DataAnnotations.dll",
"lib/dnxcore50/System.Core.dll",
"lib/dnxcore50/System.dll",
"lib/dnxcore50/System.Net.dll",
"lib/dnxcore50/System.Numerics.dll",
"lib/dnxcore50/System.Runtime.Serialization.dll",
"lib/dnxcore50/System.ServiceModel.dll",
"lib/dnxcore50/System.ServiceModel.Web.dll",
"lib/dnxcore50/System.Windows.dll",
"lib/dnxcore50/System.Xml.dll",
"lib/dnxcore50/System.Xml.Linq.dll",
"lib/dnxcore50/System.Xml.Serialization.dll",
"lib/net45/_._",
"lib/netcore50/System.ComponentModel.DataAnnotations.dll",
"lib/netcore50/System.Core.dll",
"lib/netcore50/System.dll",
"lib/netcore50/System.Net.dll",
"lib/netcore50/System.Numerics.dll",
"lib/netcore50/System.Runtime.Serialization.dll",
"lib/netcore50/System.ServiceModel.dll",
"lib/netcore50/System.ServiceModel.Web.dll",
"lib/netcore50/System.Windows.dll",
"lib/netcore50/System.Xml.dll",
"lib/netcore50/System.Xml.Linq.dll",
"lib/netcore50/System.Xml.Serialization.dll",
"lib/win8/_._",
"lib/wp80/_._",
"lib/wpa81/_._",
"Microsoft.NETCore.Portable.Compatibility.nuspec",
"package/services/metadata/core-properties/850feb86a46b458c8a8875eb3bbc1591.psmdcp",
"ref/dotnet/mscorlib.dll",
"ref/dotnet/System.ComponentModel.DataAnnotations.dll",
"ref/dotnet/System.Core.dll",
"ref/dotnet/System.dll",
"ref/dotnet/System.Net.dll",
"ref/dotnet/System.Numerics.dll",
"ref/dotnet/System.Runtime.Serialization.dll",
"ref/dotnet/System.ServiceModel.dll",
"ref/dotnet/System.ServiceModel.Web.dll",
"ref/dotnet/System.Windows.dll",
"ref/dotnet/System.Xml.dll",
"ref/dotnet/System.Xml.Linq.dll",
"ref/dotnet/System.Xml.Serialization.dll",
"ref/net45/_._",
"ref/netcore50/mscorlib.dll",
"ref/netcore50/System.ComponentModel.DataAnnotations.dll",
"ref/netcore50/System.Core.dll",
"ref/netcore50/System.dll",
"ref/netcore50/System.Net.dll",
"ref/netcore50/System.Numerics.dll",
"ref/netcore50/System.Runtime.Serialization.dll",
"ref/netcore50/System.ServiceModel.dll",
"ref/netcore50/System.ServiceModel.Web.dll",
"ref/netcore50/System.Windows.dll",
"ref/netcore50/System.Xml.dll",
"ref/netcore50/System.Xml.Linq.dll",
"ref/netcore50/System.Xml.Serialization.dll",
"ref/win8/_._",
"ref/wp80/_._",
"ref/wpa81/_._",
"runtimes/aot/lib/netcore50/mscorlib.dll",
"runtimes/aot/lib/netcore50/System.ComponentModel.DataAnnotations.dll",
"runtimes/aot/lib/netcore50/System.Core.dll",
"runtimes/aot/lib/netcore50/System.dll",
"runtimes/aot/lib/netcore50/System.Net.dll",
"runtimes/aot/lib/netcore50/System.Numerics.dll",
"runtimes/aot/lib/netcore50/System.Runtime.Serialization.dll",
"runtimes/aot/lib/netcore50/System.ServiceModel.dll",
"runtimes/aot/lib/netcore50/System.ServiceModel.Web.dll",
"runtimes/aot/lib/netcore50/System.Windows.dll",
"runtimes/aot/lib/netcore50/System.Xml.dll",
"runtimes/aot/lib/netcore50/System.Xml.Linq.dll",
"runtimes/aot/lib/netcore50/System.Xml.Serialization.dll"
]
},
"Microsoft.VisualBasic/10.0.0": {
"sha512": "5BEm2/HAVd97whRlCChU7rmSh/9cwGlZ/NTNe3Jl07zuPWfKQq5TUvVNUmdvmEe8QRecJLZ4/e7WF1i1O8V42g==",
"type": "Package",
"files": [
"[Content_Types].xml",
"_rels/.rels",
"lib/dotnet/Microsoft.VisualBasic.dll",
"lib/net45/_._",
"lib/netcore50/Microsoft.VisualBasic.dll",
"lib/win8/_._",
"lib/wpa81/_._",
"Microsoft.VisualBasic.nuspec",
"package/services/metadata/core-properties/5dbd3a7042354092a8b352b655cf4376.psmdcp",
"ref/dotnet/de/Microsoft.VisualBasic.xml",
"ref/dotnet/es/Microsoft.VisualBasic.xml",
"ref/dotnet/fr/Microsoft.VisualBasic.xml",
"ref/dotnet/it/Microsoft.VisualBasic.xml",
"ref/dotnet/ja/Microsoft.VisualBasic.xml",
"ref/dotnet/ko/Microsoft.VisualBasic.xml",
"ref/dotnet/Microsoft.VisualBasic.dll",
"ref/dotnet/Microsoft.VisualBasic.xml",
"ref/dotnet/ru/Microsoft.VisualBasic.xml",
"ref/dotnet/zh-hans/Microsoft.VisualBasic.xml",
"ref/dotnet/zh-hant/Microsoft.VisualBasic.xml",
"ref/net45/_._",
"ref/netcore50/Microsoft.VisualBasic.dll",
"ref/netcore50/Microsoft.VisualBasic.xml",
"ref/win8/_._",
"ref/wpa81/_._"
]
},
"Moq/4.2.1402.2112": {
"sha512": "/TWoXE2OIjJjSvcxER7HMoZwpgETSGlKbLZiME7sVVoPMoqgLvDyjSISveTyHxNoDXd18cZlM8aHdS9ZOAbjMw==",
"type": "Package",
"files": [
"[Content_Types].xml",
"_rels/.rels",
"lib/net35/Moq.dll",
"lib/net35/Moq.xml",
"lib/net40/Moq.dll",
"lib/net40/Moq.xml",
"lib/sl4/Moq.Silverlight.dll",
"lib/sl4/Moq.Silverlight.xml",
"Moq.nuspec",
"package/services/metadata/core-properties/98e2d674c8ec4e5fbda07a9e01280647.psmdcp"
]
},
"System.AppContext/4.0.0": {
"sha512": "gUoYgAWDC3+xhKeU5KSLbYDhTdBYk9GssrMSCcWUADzOglW+s0AmwVhOUGt2tL5xUl7ZXoYTPdA88zCgKrlG0A==",
"type": "Package",
"files": [
"[Content_Types].xml",
"_rels/.rels",
"lib/DNXCore50/System.AppContext.dll",
"lib/MonoAndroid10/_._",
"lib/MonoTouch10/_._",
"lib/net46/System.AppContext.dll",
"lib/netcore50/System.AppContext.dll",
"lib/xamarinios10/_._",
"lib/xamarinmac20/_._",
"package/services/metadata/core-properties/3b390478e0cd42eb8818bbab19299738.psmdcp",
"ref/dotnet/de/System.AppContext.xml",
"ref/dotnet/es/System.AppContext.xml",
"ref/dotnet/fr/System.AppContext.xml",
"ref/dotnet/it/System.AppContext.xml",
"ref/dotnet/ja/System.AppContext.xml",
"ref/dotnet/ko/System.AppContext.xml",
"ref/dotnet/ru/System.AppContext.xml",
"ref/dotnet/System.AppContext.dll",
"ref/dotnet/System.AppContext.xml",
"ref/dotnet/zh-hans/System.AppContext.xml",
"ref/dotnet/zh-hant/System.AppContext.xml",
"ref/MonoAndroid10/_._",
"ref/MonoTouch10/_._",
"ref/net46/System.AppContext.dll",
"ref/xamarinios10/_._",
"ref/xamarinmac20/_._",
"System.AppContext.nuspec"
]
},
"System.Collections/4.0.10": {
"sha512": "ux6ilcZZjV/Gp7JEZpe+2V1eTueq6NuoGRM3eZCFuPM25hLVVgCRuea6STW8hvqreIOE59irJk5/ovpA5xQipw==",
"type": "Package",
"files": [
"[Content_Types].xml",
"_rels/.rels",
"lib/DNXCore50/System.Collections.dll",
"lib/MonoAndroid10/_._",
"lib/MonoTouch10/_._",
"lib/net46/_._",
"lib/netcore50/System.Collections.dll",
"lib/xamarinios10/_._",
"lib/xamarinmac20/_._",
"package/services/metadata/core-properties/b4f8061406e54dbda8f11b23186be11a.psmdcp",
"ref/dotnet/de/System.Collections.xml",
"ref/dotnet/es/System.Collections.xml",
"ref/dotnet/fr/System.Collections.xml",
"ref/dotnet/it/System.Collections.xml",
"ref/dotnet/ja/System.Collections.xml",
"ref/dotnet/ko/System.Collections.xml",
"ref/dotnet/ru/System.Collections.xml",
"ref/dotnet/System.Collections.dll",
"ref/dotnet/System.Collections.xml",
"ref/dotnet/zh-hans/System.Collections.xml",
"ref/dotnet/zh-hant/System.Collections.xml",
"ref/MonoAndroid10/_._",
"ref/MonoTouch10/_._",
"ref/net46/_._",
"ref/xamarinios10/_._",
"ref/xamarinmac20/_._",
"runtimes/win8-aot/lib/netcore50/System.Collections.dll",
"System.Collections.nuspec"
]
},
"System.Collections.Immutable/1.1.37": {
"sha512": "fTpqwZYBzoklTT+XjTRK8KxvmrGkYHzBiylCcKyQcxiOM8k+QvhNBxRvFHDWzy4OEP5f8/9n+xQ9mEgEXY+muA==",
"type": "Package",
"files": [
"[Content_Types].xml",
"_rels/.rels",
"lib/dotnet/System.Collections.Immutable.dll",
"lib/dotnet/System.Collections.Immutable.xml",
"lib/portable-net45+win8+wp8+wpa81/System.Collections.Immutable.dll",
"lib/portable-net45+win8+wp8+wpa81/System.Collections.Immutable.xml",
"package/services/metadata/core-properties/a02fdeabe1114a24bba55860b8703852.psmdcp",
"System.Collections.Immutable.nuspec"
]
},
"System.Console/4.0.0-beta-23123": {
"sha512": "fPglodP4GQV7HBBDhmCZaCD8fzBvhtHmBmiN/8yWiJz0NNnA55YUNBh3myvR2DP/6IOHJ75/tTRkvwdpX3BWXA==",
"type": "Package",
"files": [
"[Content_Types].xml",
"_rels/.rels",
"lib/DNXCore50/System.Console.dll",
"lib/MonoAndroid10/_._",
"lib/MonoTouch10/_._",
"lib/net46/System.Console.dll",
"lib/xamarinios10/_._",
"lib/xamarinmac20/_._",
"package/services/metadata/core-properties/8d7a3fc8c6314a7b8e950ea4ca023405.psmdcp",
"ref/dotnet/de/System.Console.xml",
"ref/dotnet/es/System.Console.xml",
"ref/dotnet/fr/System.Console.xml",
"ref/dotnet/it/System.Console.xml",
"ref/dotnet/ja/System.Console.xml",
"ref/dotnet/ko/System.Console.xml",
"ref/dotnet/ru/System.Console.xml",
"ref/dotnet/System.Console.dll",
"ref/dotnet/System.Console.xml",
"ref/dotnet/zh-hans/System.Console.xml",
"ref/dotnet/zh-hant/System.Console.xml",
"ref/MonoAndroid10/_._",
"ref/MonoTouch10/_._",
"ref/net46/System.Console.dll",
"ref/xamarinios10/_._",
"ref/xamarinmac20/_._",
"System.Console.nuspec"
]
},
"System.Diagnostics.Debug/4.0.10": {
"sha512": "pi2KthuvI2LWV2c2V+fwReDsDiKpNl040h6DcwFOb59SafsPT/V1fCy0z66OKwysurJkBMmp5j5CBe3Um+ub0g==",
"type": "Package",
"files": [
"[Content_Types].xml",
"_rels/.rels",
"lib/DNXCore50/System.Diagnostics.Debug.dll",
"lib/MonoAndroid10/_._",
"lib/MonoTouch10/_._",
"lib/net46/_._",
"lib/netcore50/System.Diagnostics.Debug.dll",
"lib/xamarinios10/_._",
"lib/xamarinmac20/_._",
"package/services/metadata/core-properties/bfb05c26051f4a5f9015321db9cb045c.psmdcp",
"ref/dotnet/de/System.Diagnostics.Debug.xml",
"ref/dotnet/es/System.Diagnostics.Debug.xml",
"ref/dotnet/fr/System.Diagnostics.Debug.xml",
"ref/dotnet/it/System.Diagnostics.Debug.xml",
"ref/dotnet/ja/System.Diagnostics.Debug.xml",
"ref/dotnet/ko/System.Diagnostics.Debug.xml",
"ref/dotnet/ru/System.Diagnostics.Debug.xml",
"ref/dotnet/System.Diagnostics.Debug.dll",
"ref/dotnet/System.Diagnostics.Debug.xml",
"ref/dotnet/zh-hans/System.Diagnostics.Debug.xml",
"ref/dotnet/zh-hant/System.Diagnostics.Debug.xml",
"ref/MonoAndroid10/_._",
"ref/MonoTouch10/_._",
"ref/net46/_._",
"ref/xamarinios10/_._",
"ref/xamarinmac20/_._",
"runtimes/win8-aot/lib/netcore50/System.Diagnostics.Debug.dll",
"System.Diagnostics.Debug.nuspec"
]
},
"System.Diagnostics.Process/4.0.0-beta-23123": {
"sha512": "EUeT1XD9Nmnn4gIhEu1tA7/7RtWlQOIt7ZdETDScQoAYbLUtcY1Zc5Qy6B7+YbKnyqS8TIdGe/fxDEa0EDTsjA==",
"type": "Package",
"files": [
"[Content_Types].xml",
"_rels/.rels",
"lib/DNXCore50/System.Diagnostics.Process.dll",
"lib/MonoAndroid10/_._",
"lib/MonoTouch10/_._",
"lib/net46/System.Diagnostics.Process.dll",
"lib/xamarinios10/_._",
"lib/xamarinmac20/_._",
"package/services/metadata/core-properties/62bb66ff8fc94426b267bb086f8f7d40.psmdcp",
"ref/dotnet/de/System.Diagnostics.Process.xml",
"ref/dotnet/es/System.Diagnostics.Process.xml",
"ref/dotnet/fr/System.Diagnostics.Process.xml",
"ref/dotnet/it/System.Diagnostics.Process.xml",
"ref/dotnet/ja/System.Diagnostics.Process.xml",
"ref/dotnet/ko/System.Diagnostics.Process.xml",
"ref/dotnet/ru/System.Diagnostics.Process.xml",
"ref/dotnet/System.Diagnostics.Process.dll",
"ref/dotnet/System.Diagnostics.Process.xml",
"ref/dotnet/zh-hans/System.Diagnostics.Process.xml",
"ref/dotnet/zh-hant/System.Diagnostics.Process.xml",
"ref/MonoAndroid10/_._",
"ref/MonoTouch10/_._",
"ref/net46/System.Diagnostics.Process.dll",
"ref/xamarinios10/_._",
"ref/xamarinmac20/_._",
"System.Diagnostics.Process.nuspec"
]
},
"System.Diagnostics.StackTrace/4.0.0": {
"sha512": "PItgenqpRiMqErvQONBlfDwctKpWVrcDSW5pppNZPJ6Bpiyz+KjsWoSiaqs5dt03HEbBTMNCrZb8KCkh7YfXmw==",
"type": "Package",
"files": [
"[Content_Types].xml",
"_rels/.rels",
"lib/DNXCore50/System.Diagnostics.StackTrace.dll",
"lib/MonoAndroid10/_._",
"lib/MonoTouch10/_._",
"lib/net46/System.Diagnostics.StackTrace.dll",
"lib/netcore50/System.Diagnostics.StackTrace.dll",
"lib/xamarinios10/_._",
"lib/xamarinmac20/_._",
"package/services/metadata/core-properties/5c7ca489a36944d895c628fced7e9107.psmdcp",
"ref/dotnet/de/System.Diagnostics.StackTrace.xml",
"ref/dotnet/es/System.Diagnostics.StackTrace.xml",
"ref/dotnet/fr/System.Diagnostics.StackTrace.xml",
"ref/dotnet/it/System.Diagnostics.StackTrace.xml",
"ref/dotnet/ja/System.Diagnostics.StackTrace.xml",
"ref/dotnet/ko/System.Diagnostics.StackTrace.xml",
"ref/dotnet/ru/System.Diagnostics.StackTrace.xml",
"ref/dotnet/System.Diagnostics.StackTrace.dll",
"ref/dotnet/System.Diagnostics.StackTrace.xml",
"ref/dotnet/zh-hans/System.Diagnostics.StackTrace.xml",
"ref/dotnet/zh-hant/System.Diagnostics.StackTrace.xml",
"ref/MonoAndroid10/_._",
"ref/MonoTouch10/_._",
"ref/net46/System.Diagnostics.StackTrace.dll",
"ref/xamarinios10/_._",
"ref/xamarinmac20/_._",
"runtimes/win8-aot/lib/netcore50/System.Diagnostics.StackTrace.dll",
"System.Diagnostics.StackTrace.nuspec"
]
},
"System.Diagnostics.Tools/4.0.0": {
"sha512": "uw5Qi2u5Cgtv4xv3+8DeB63iaprPcaEHfpeJqlJiLjIVy6v0La4ahJ6VW9oPbJNIjcavd24LKq0ctT9ssuQXsw==",
"type": "Package",
"files": [
"[Content_Types].xml",
"_rels/.rels",
"lib/DNXCore50/System.Diagnostics.Tools.dll",
"lib/net45/_._",
"lib/netcore50/System.Diagnostics.Tools.dll",
"lib/win8/_._",
"lib/wp80/_._",
"lib/wpa81/_._",
"package/services/metadata/core-properties/20f622a1ae5b4e3992fc226d88d36d59.psmdcp",
"ref/dotnet/de/System.Diagnostics.Tools.xml",
"ref/dotnet/es/System.Diagnostics.Tools.xml",
"ref/dotnet/fr/System.Diagnostics.Tools.xml",
"ref/dotnet/it/System.Diagnostics.Tools.xml",
"ref/dotnet/ja/System.Diagnostics.Tools.xml",
"ref/dotnet/ko/System.Diagnostics.Tools.xml",
"ref/dotnet/ru/System.Diagnostics.Tools.xml",
"ref/dotnet/System.Diagnostics.Tools.dll",
"ref/dotnet/System.Diagnostics.Tools.xml",
"ref/dotnet/zh-hans/System.Diagnostics.Tools.xml",
"ref/dotnet/zh-hant/System.Diagnostics.Tools.xml",
"ref/net45/_._",
"ref/netcore50/System.Diagnostics.Tools.dll",
"ref/netcore50/System.Diagnostics.Tools.xml",
"ref/win8/_._",
"ref/wp80/_._",
"ref/wpa81/_._",
"runtimes/win8-aot/lib/netcore50/System.Diagnostics.Tools.dll",
"System.Diagnostics.Tools.nuspec"
]
},
"System.Globalization/4.0.10": {
"sha512": "kzRtbbCNAxdafFBDogcM36ehA3th8c1PGiz8QRkZn8O5yMBorDHSK8/TGJPYOaCS5zdsGk0u9qXHnW91nqy7fw==",
"type": "Package",
"files": [
"[Content_Types].xml",
"_rels/.rels",
"lib/DNXCore50/System.Globalization.dll",
"lib/MonoAndroid10/_._",
"lib/MonoTouch10/_._",
"lib/net46/_._",
"lib/netcore50/System.Globalization.dll",
"lib/xamarinios10/_._",
"lib/xamarinmac20/_._",
"package/services/metadata/core-properties/93bcad242a4e4ad7afd0b53244748763.psmdcp",
"ref/dotnet/de/System.Globalization.xml",
"ref/dotnet/es/System.Globalization.xml",
"ref/dotnet/fr/System.Globalization.xml",
"ref/dotnet/it/System.Globalization.xml",
"ref/dotnet/ja/System.Globalization.xml",
"ref/dotnet/ko/System.Globalization.xml",
"ref/dotnet/ru/System.Globalization.xml",
"ref/dotnet/System.Globalization.dll",
"ref/dotnet/System.Globalization.xml",
"ref/dotnet/zh-hans/System.Globalization.xml",
"ref/dotnet/zh-hant/System.Globalization.xml",
"ref/MonoAndroid10/_._",
"ref/MonoTouch10/_._",
"ref/net46/_._",
"ref/xamarinios10/_._",
"ref/xamarinmac20/_._",
"runtimes/win8-aot/lib/netcore50/System.Globalization.dll",
"System.Globalization.nuspec"
]
},
"System.IO/4.0.10": {
"sha512": "kghf1CeYT+W2lw8a50/GxFz5HR9t6RkL4BvjxtTp1NxtEFWywnMA9W8FH/KYXiDNThcw9u/GOViDON4iJFGXIQ==",
"type": "Package",
"files": [
"[Content_Types].xml",
"_rels/.rels",
"lib/DNXCore50/System.IO.dll",
"lib/MonoAndroid10/_._",
"lib/MonoTouch10/_._",
"lib/net46/_._",
"lib/netcore50/System.IO.dll",
"lib/xamarinios10/_._",
"lib/xamarinmac20/_._",
"package/services/metadata/core-properties/db72fd58a86b4d13a6d2858ebec46705.psmdcp",
"ref/dotnet/de/System.IO.xml",
"ref/dotnet/es/System.IO.xml",
"ref/dotnet/fr/System.IO.xml",
"ref/dotnet/it/System.IO.xml",
"ref/dotnet/ja/System.IO.xml",
"ref/dotnet/ko/System.IO.xml",
"ref/dotnet/ru/System.IO.xml",
"ref/dotnet/System.IO.dll",
"ref/dotnet/System.IO.xml",
"ref/dotnet/zh-hans/System.IO.xml",
"ref/dotnet/zh-hant/System.IO.xml",
"ref/MonoAndroid10/_._",
"ref/MonoTouch10/_._",
"ref/net46/_._",
"ref/xamarinios10/_._",
"ref/xamarinmac20/_._",
"runtimes/win8-aot/lib/netcore50/System.IO.dll",
"System.IO.nuspec"
]
},
"System.IO.FileSystem/4.0.0": {
"sha512": "eo05SPWfG+54UA0wxgRIYOuOslq+2QrJLXZaJDDsfLXG15OLguaItW39NYZTqUb4DeGOkU4R0wpOLOW4ynMUDQ==",
"type": "Package",
"files": [
"[Content_Types].xml",
"_rels/.rels",
"lib/DNXCore50/System.IO.FileSystem.dll",
"lib/MonoAndroid10/_._",
"lib/MonoTouch10/_._",
"lib/net46/System.IO.FileSystem.dll",
"lib/netcore50/System.IO.FileSystem.dll",
"lib/xamarinios10/_._",
"lib/xamarinmac20/_._",
"package/services/metadata/core-properties/0405bad2bcdd403884f42a0a79534bc1.psmdcp",
"ref/dotnet/de/System.IO.FileSystem.xml",
"ref/dotnet/es/System.IO.FileSystem.xml",
"ref/dotnet/fr/System.IO.FileSystem.xml",
"ref/dotnet/it/System.IO.FileSystem.xml",
"ref/dotnet/ja/System.IO.FileSystem.xml",
"ref/dotnet/ko/System.IO.FileSystem.xml",
"ref/dotnet/ru/System.IO.FileSystem.xml",
"ref/dotnet/System.IO.FileSystem.dll",
"ref/dotnet/System.IO.FileSystem.xml",
"ref/dotnet/zh-hans/System.IO.FileSystem.xml",
"ref/dotnet/zh-hant/System.IO.FileSystem.xml",
"ref/MonoAndroid10/_._",
"ref/MonoTouch10/_._",
"ref/net46/System.IO.FileSystem.dll",
"ref/xamarinios10/_._",
"ref/xamarinmac20/_._",
"System.IO.FileSystem.nuspec"
]
},
"System.IO.FileSystem.Primitives/4.0.0": {
"sha512": "7pJUvYi/Yq3A5nagqCCiOw3+aJp3xXc/Cjr8dnJDnER3/6kX3LEencfqmXUcPl9+7OvRNyPMNhqsLAcMK6K/KA==",
"type": "Package",
"files": [
"[Content_Types].xml",
"_rels/.rels",
"lib/dotnet/System.IO.FileSystem.Primitives.dll",
"lib/MonoAndroid10/_._",
"lib/MonoTouch10/_._",
"lib/net46/System.IO.FileSystem.Primitives.dll",
"lib/xamarinios10/_._",
"lib/xamarinmac20/_._",
"package/services/metadata/core-properties/2cf3542156f0426483f92b9e37d8d381.psmdcp",
"ref/dotnet/de/System.IO.FileSystem.Primitives.xml",
"ref/dotnet/es/System.IO.FileSystem.Primitives.xml",
"ref/dotnet/fr/System.IO.FileSystem.Primitives.xml",
"ref/dotnet/it/System.IO.FileSystem.Primitives.xml",
"ref/dotnet/ja/System.IO.FileSystem.Primitives.xml",
"ref/dotnet/ko/System.IO.FileSystem.Primitives.xml",
"ref/dotnet/ru/System.IO.FileSystem.Primitives.xml",
"ref/dotnet/System.IO.FileSystem.Primitives.dll",
"ref/dotnet/System.IO.FileSystem.Primitives.xml",
"ref/dotnet/zh-hans/System.IO.FileSystem.Primitives.xml",
"ref/dotnet/zh-hant/System.IO.FileSystem.Primitives.xml",
"ref/MonoAndroid10/_._",
"ref/MonoTouch10/_._",
"ref/net46/System.IO.FileSystem.Primitives.dll",
"ref/xamarinios10/_._",
"ref/xamarinmac20/_._",
"System.IO.FileSystem.Primitives.nuspec"
]
},
"System.Linq/4.0.0": {
"sha512": "r6Hlc+ytE6m/9UBr+nNRRdoJEWjoeQiT3L3lXYFDHoXk3VYsRBCDNXrawcexw7KPLaH0zamQLiAb6avhZ50cGg==",
"type": "Package",
"files": [
"[Content_Types].xml",
"_rels/.rels",
"lib/dotnet/System.Linq.dll",
"lib/net45/_._",
"lib/netcore50/System.Linq.dll",
"lib/win8/_._",
"lib/wp80/_._",
"lib/wpa81/_._",
"package/services/metadata/core-properties/6fcde56ce4094f6a8fff4b28267da532.psmdcp",
"ref/dotnet/de/System.Linq.xml",
"ref/dotnet/es/System.Linq.xml",
"ref/dotnet/fr/System.Linq.xml",
"ref/dotnet/it/System.Linq.xml",
"ref/dotnet/ja/System.Linq.xml",
"ref/dotnet/ko/System.Linq.xml",
"ref/dotnet/ru/System.Linq.xml",
"ref/dotnet/System.Linq.dll",
"ref/dotnet/System.Linq.xml",
"ref/dotnet/zh-hans/System.Linq.xml",
"ref/dotnet/zh-hant/System.Linq.xml",
"ref/net45/_._",
"ref/netcore50/System.Linq.dll",
"ref/netcore50/System.Linq.xml",
"ref/win8/_._",
"ref/wp80/_._",
"ref/wpa81/_._",
"System.Linq.nuspec"
]
},
"System.Linq.Expressions/4.0.10": {
"sha512": "qhFkPqRsTfXBaacjQhxwwwUoU7TEtwlBIULj7nG7i4qAkvivil31VvOvDKppCSui5yGw0/325ZeNaMYRvTotXw==",
"type": "Package",
"files": [
"[Content_Types].xml",
"_rels/.rels",
"lib/DNXCore50/System.Linq.Expressions.dll",
"lib/MonoAndroid10/_._",
"lib/MonoTouch10/_._",
"lib/net46/_._",
"lib/netcore50/System.Linq.Expressions.dll",
"lib/xamarinios10/_._",
"lib/xamarinmac20/_._",
"package/services/metadata/core-properties/4e3c061f7c0a427fa5b65bd3d84e9bc3.psmdcp",
"ref/dotnet/de/System.Linq.Expressions.xml",
"ref/dotnet/es/System.Linq.Expressions.xml",
"ref/dotnet/fr/System.Linq.Expressions.xml",
"ref/dotnet/it/System.Linq.Expressions.xml",
"ref/dotnet/ja/System.Linq.Expressions.xml",
"ref/dotnet/ko/System.Linq.Expressions.xml",
"ref/dotnet/ru/System.Linq.Expressions.xml",
"ref/dotnet/System.Linq.Expressions.dll",
"ref/dotnet/System.Linq.Expressions.xml",
"ref/dotnet/zh-hans/System.Linq.Expressions.xml",
"ref/dotnet/zh-hant/System.Linq.Expressions.xml",
"ref/MonoAndroid10/_._",
"ref/MonoTouch10/_._",
"ref/net46/_._",
"ref/xamarinios10/_._",
"ref/xamarinmac20/_._",
"runtime.json",
"runtimes/win8-aot/lib/netcore50/System.Linq.Expressions.dll",
"System.Linq.Expressions.nuspec"
]
},
"System.Reflection/4.0.10": {
"sha512": "WZ+4lEE4gqGx6mrqLhSiW4oi6QLPWwdNjzhhTONmhELOrW8Cw9phlO9tltgvRUuQUqYtBiliFwhO5S5fCJElVw==",
"type": "Package",
"files": [
"[Content_Types].xml",
"_rels/.rels",
"lib/DNXCore50/System.Reflection.dll",
"lib/MonoAndroid10/_._",
"lib/MonoTouch10/_._",
"lib/net46/_._",
"lib/netcore50/System.Reflection.dll",
"lib/xamarinios10/_._",
"lib/xamarinmac20/_._",
"package/services/metadata/core-properties/84d992ce164945bfa10835e447244fb1.psmdcp",
"ref/dotnet/de/System.Reflection.xml",
"ref/dotnet/es/System.Reflection.xml",
"ref/dotnet/fr/System.Reflection.xml",
"ref/dotnet/it/System.Reflection.xml",
"ref/dotnet/ja/System.Reflection.xml",
"ref/dotnet/ko/System.Reflection.xml",
"ref/dotnet/ru/System.Reflection.xml",
"ref/dotnet/System.Reflection.dll",
"ref/dotnet/System.Reflection.xml",
"ref/dotnet/zh-hans/System.Reflection.xml",
"ref/dotnet/zh-hant/System.Reflection.xml",
"ref/MonoAndroid10/_._",
"ref/MonoTouch10/_._",
"ref/net46/_._",
"ref/xamarinios10/_._",
"ref/xamarinmac20/_._",
"runtimes/win8-aot/lib/netcore50/System.Reflection.dll",
"System.Reflection.nuspec"
]
},
"System.Reflection.Extensions/4.0.0": {
"sha512": "dbYaZWCyFAu1TGYUqR2n+Q+1casSHPR2vVW0WVNkXpZbrd2BXcZ7cpvpu9C98CTHtNmyfMWCLpCclDqly23t6A==",
"type": "Package",
"files": [
"[Content_Types].xml",
"_rels/.rels",
"lib/DNXCore50/System.Reflection.Extensions.dll",
"lib/net45/_._",
"lib/netcore50/System.Reflection.Extensions.dll",
"lib/win8/_._",
"lib/wp80/_._",
"lib/wpa81/_._",
"package/services/metadata/core-properties/0bcc335e1ef540948aef9032aca08bb2.psmdcp",
"ref/dotnet/de/System.Reflection.Extensions.xml",
"ref/dotnet/es/System.Reflection.Extensions.xml",
"ref/dotnet/fr/System.Reflection.Extensions.xml",
"ref/dotnet/it/System.Reflection.Extensions.xml",
"ref/dotnet/ja/System.Reflection.Extensions.xml",
"ref/dotnet/ko/System.Reflection.Extensions.xml",
"ref/dotnet/ru/System.Reflection.Extensions.xml",
"ref/dotnet/System.Reflection.Extensions.dll",
"ref/dotnet/System.Reflection.Extensions.xml",
"ref/dotnet/zh-hans/System.Reflection.Extensions.xml",
"ref/dotnet/zh-hant/System.Reflection.Extensions.xml",
"ref/net45/_._",
"ref/netcore50/System.Reflection.Extensions.dll",
"ref/netcore50/System.Reflection.Extensions.xml",
"ref/win8/_._",
"ref/wp80/_._",
"ref/wpa81/_._",
"runtimes/win8-aot/lib/netcore50/System.Reflection.Extensions.dll",
"System.Reflection.Extensions.nuspec"
]
},
"System.Reflection.Metadata/1.1.0-beta-23413": {
"sha512": "MefYFSh9jQV+S3mwvlvY2WDVSfdyvaIpas3ugXuQMAKmGFch4AuoFRRYmpA0iK0FP1FCYvSzhQBydkqSCqXrgA==",
"type": "Package",
"files": [
"[Content_Types].xml",
"_rels/.rels",
"lib/dotnet/System.Reflection.Metadata.dll",
"lib/dotnet/System.Reflection.Metadata.xml",
"lib/portable-net45+win8/System.Reflection.Metadata.dll",
"lib/portable-net45+win8/System.Reflection.Metadata.xml",
"package/services/metadata/core-properties/f9d77df49aee46698d78faee45b96d9d.psmdcp",
"System.Reflection.Metadata.nuspec"
]
},
"System.Reflection.Primitives/4.0.0": {
"sha512": "n9S0XpKv2ruc17FSnaiX6nV47VfHTZ1wLjKZlAirUZCvDQCH71mVp+Ohabn0xXLh5pK2PKp45HCxkqu5Fxn/lA==",
"type": "Package",
"files": [
"[Content_Types].xml",
"_rels/.rels",
"lib/DNXCore50/System.Reflection.Primitives.dll",
"lib/net45/_._",
"lib/netcore50/System.Reflection.Primitives.dll",
"lib/win8/_._",
"lib/wp80/_._",
"lib/wpa81/_._",
"package/services/metadata/core-properties/7070509f3bfd418d859635361251dab0.psmdcp",
"ref/dotnet/de/System.Reflection.Primitives.xml",
"ref/dotnet/es/System.Reflection.Primitives.xml",
"ref/dotnet/fr/System.Reflection.Primitives.xml",
"ref/dotnet/it/System.Reflection.Primitives.xml",
"ref/dotnet/ja/System.Reflection.Primitives.xml",
"ref/dotnet/ko/System.Reflection.Primitives.xml",
"ref/dotnet/ru/System.Reflection.Primitives.xml",
"ref/dotnet/System.Reflection.Primitives.dll",
"ref/dotnet/System.Reflection.Primitives.xml",
"ref/dotnet/zh-hans/System.Reflection.Primitives.xml",
"ref/dotnet/zh-hant/System.Reflection.Primitives.xml",
"ref/net45/_._",
"ref/netcore50/System.Reflection.Primitives.dll",
"ref/netcore50/System.Reflection.Primitives.xml",
"ref/win8/_._",
"ref/wp80/_._",
"ref/wpa81/_._",
"runtimes/win8-aot/lib/netcore50/System.Reflection.Primitives.dll",
"System.Reflection.Primitives.nuspec"
]
},
"System.Resources.ResourceManager/4.0.0": {
"sha512": "qmqeZ4BJgjfU+G2JbrZt4Dk1LsMxO4t+f/9HarNY6w8pBgweO6jT+cknUH7c3qIrGvyUqraBhU45Eo6UtA0fAw==",
"type": "Package",
"files": [
"[Content_Types].xml",
"_rels/.rels",
"lib/DNXCore50/System.Resources.ResourceManager.dll",
"lib/net45/_._",
"lib/netcore50/System.Resources.ResourceManager.dll",
"lib/win8/_._",
"lib/wp80/_._",
"lib/wpa81/_._",
"package/services/metadata/core-properties/657a73ee3f09479c9fedb9538ade8eac.psmdcp",
"ref/dotnet/de/System.Resources.ResourceManager.xml",
"ref/dotnet/es/System.Resources.ResourceManager.xml",
"ref/dotnet/fr/System.Resources.ResourceManager.xml",
"ref/dotnet/it/System.Resources.ResourceManager.xml",
"ref/dotnet/ja/System.Resources.ResourceManager.xml",
"ref/dotnet/ko/System.Resources.ResourceManager.xml",
"ref/dotnet/ru/System.Resources.ResourceManager.xml",
"ref/dotnet/System.Resources.ResourceManager.dll",
"ref/dotnet/System.Resources.ResourceManager.xml",
"ref/dotnet/zh-hans/System.Resources.ResourceManager.xml",
"ref/dotnet/zh-hant/System.Resources.ResourceManager.xml",
"ref/net45/_._",
"ref/netcore50/System.Resources.ResourceManager.dll",
"ref/netcore50/System.Resources.ResourceManager.xml",
"ref/win8/_._",
"ref/wp80/_._",
"ref/wpa81/_._",
"runtimes/win8-aot/lib/netcore50/System.Resources.ResourceManager.dll",
"System.Resources.ResourceManager.nuspec"
]
},
"System.Runtime/4.0.20": {
"sha512": "X7N/9Bz7jVPorqdVFO86ns1sX6MlQM+WTxELtx+Z4VG45x9+LKmWH0GRqjgKprUnVuwmfB9EJ9DQng14Z7/zwg==",
"type": "Package",
"files": [
"[Content_Types].xml",
"_rels/.rels",
"lib/DNXCore50/System.Runtime.dll",
"lib/MonoAndroid10/_._",
"lib/MonoTouch10/_._",
"lib/net46/_._",
"lib/netcore50/System.Runtime.dll",
"lib/xamarinios10/_._",
"lib/xamarinmac20/_._",
"package/services/metadata/core-properties/d1ded52f75da4446b1c962f9292aa3ef.psmdcp",
"ref/dotnet/de/System.Runtime.xml",
"ref/dotnet/es/System.Runtime.xml",
"ref/dotnet/fr/System.Runtime.xml",
"ref/dotnet/it/System.Runtime.xml",
"ref/dotnet/ja/System.Runtime.xml",
"ref/dotnet/ko/System.Runtime.xml",
"ref/dotnet/ru/System.Runtime.xml",
"ref/dotnet/System.Runtime.dll",
"ref/dotnet/System.Runtime.xml",
"ref/dotnet/zh-hans/System.Runtime.xml",
"ref/dotnet/zh-hant/System.Runtime.xml",
"ref/MonoAndroid10/_._",
"ref/MonoTouch10/_._",
"ref/net46/_._",
"ref/xamarinios10/_._",
"ref/xamarinmac20/_._",
"runtimes/win8-aot/lib/netcore50/System.Runtime.dll",
"System.Runtime.nuspec"
]
},
"System.Runtime.Extensions/4.0.10": {
"sha512": "5dsEwf3Iml7d5OZeT20iyOjT+r+okWpN7xI2v+R4cgd3WSj4DeRPTvPFjDpacbVW4skCAZ8B9hxXJYgkCFKJ1A==",
"type": "Package",
"files": [
"[Content_Types].xml",
"_rels/.rels",
"lib/DNXCore50/System.Runtime.Extensions.dll",
"lib/MonoAndroid10/_._",
"lib/MonoTouch10/_._",
"lib/net46/_._",
"lib/netcore50/System.Runtime.Extensions.dll",
"lib/xamarinios10/_._",
"lib/xamarinmac20/_._",
"package/services/metadata/core-properties/c7fee76a13d04c7ea49fb1a24c184f37.psmdcp",
"ref/dotnet/de/System.Runtime.Extensions.xml",
"ref/dotnet/es/System.Runtime.Extensions.xml",
"ref/dotnet/fr/System.Runtime.Extensions.xml",
"ref/dotnet/it/System.Runtime.Extensions.xml",
"ref/dotnet/ja/System.Runtime.Extensions.xml",
"ref/dotnet/ko/System.Runtime.Extensions.xml",
"ref/dotnet/ru/System.Runtime.Extensions.xml",
"ref/dotnet/System.Runtime.Extensions.dll",
"ref/dotnet/System.Runtime.Extensions.xml",
"ref/dotnet/zh-hans/System.Runtime.Extensions.xml",
"ref/dotnet/zh-hant/System.Runtime.Extensions.xml",
"ref/MonoAndroid10/_._",
"ref/MonoTouch10/_._",
"ref/net46/_._",
"ref/xamarinios10/_._",
"ref/xamarinmac20/_._",
"runtimes/win8-aot/lib/netcore50/System.Runtime.Extensions.dll",
"System.Runtime.Extensions.nuspec"
]
},
"System.Runtime.Handles/4.0.0": {
"sha512": "638VhpRq63tVcQ6HDb3um3R/J2BtR1Sa96toHo6PcJGPXEPEsleCuqhBgX2gFCz0y0qkutANwW6VPPY5wQu1XQ==",
"type": "Package",
"files": [
"[Content_Types].xml",
"_rels/.rels",
"lib/DNXCore50/System.Runtime.Handles.dll",
"lib/MonoAndroid10/_._",
"lib/MonoTouch10/_._",
"lib/net46/_._",
"lib/netcore50/System.Runtime.Handles.dll",
"lib/xamarinios10/_._",
"lib/xamarinmac20/_._",
"package/services/metadata/core-properties/da57aa32ff2441d1acfe85bee4f101ab.psmdcp",
"ref/dotnet/de/System.Runtime.Handles.xml",
"ref/dotnet/es/System.Runtime.Handles.xml",
"ref/dotnet/fr/System.Runtime.Handles.xml",
"ref/dotnet/it/System.Runtime.Handles.xml",
"ref/dotnet/ja/System.Runtime.Handles.xml",
"ref/dotnet/ko/System.Runtime.Handles.xml",
"ref/dotnet/ru/System.Runtime.Handles.xml",
"ref/dotnet/System.Runtime.Handles.dll",
"ref/dotnet/System.Runtime.Handles.xml",
"ref/dotnet/zh-hans/System.Runtime.Handles.xml",
"ref/dotnet/zh-hant/System.Runtime.Handles.xml",
"ref/MonoAndroid10/_._",
"ref/MonoTouch10/_._",
"ref/net46/_._",
"ref/xamarinios10/_._",
"ref/xamarinmac20/_._",
"runtimes/win8-aot/lib/netcore50/System.Runtime.Handles.dll",
"System.Runtime.Handles.nuspec"
]
},
"System.Runtime.InteropServices/4.0.20": {
"sha512": "ZgDyBYfEnjWoz/viS6VOswA6XOkDSH2DzgbpczbW50RywhnCgTl+w3JEvtAiOGyIh8cyx1NJq80jsNBSUr8Pig==",
"type": "Package",
"files": [
"[Content_Types].xml",
"_rels/.rels",
"lib/DNXCore50/System.Runtime.InteropServices.dll",
"lib/MonoAndroid10/_._",
"lib/MonoTouch10/_._",
"lib/net46/_._",
"lib/netcore50/System.Runtime.InteropServices.dll",
"lib/xamarinios10/_._",
"lib/xamarinmac20/_._",
"package/services/metadata/core-properties/78e7f61876374acba2a95834f272d262.psmdcp",
"ref/dotnet/de/System.Runtime.InteropServices.xml",
"ref/dotnet/es/System.Runtime.InteropServices.xml",
"ref/dotnet/fr/System.Runtime.InteropServices.xml",
"ref/dotnet/it/System.Runtime.InteropServices.xml",
"ref/dotnet/ja/System.Runtime.InteropServices.xml",
"ref/dotnet/ko/System.Runtime.InteropServices.xml",
"ref/dotnet/ru/System.Runtime.InteropServices.xml",
"ref/dotnet/System.Runtime.InteropServices.dll",
"ref/dotnet/System.Runtime.InteropServices.xml",
"ref/dotnet/zh-hans/System.Runtime.InteropServices.xml",
"ref/dotnet/zh-hant/System.Runtime.InteropServices.xml",
"ref/MonoAndroid10/_._",
"ref/MonoTouch10/_._",
"ref/net46/_._",
"ref/xamarinios10/_._",
"ref/xamarinmac20/_._",
"runtimes/win8-aot/lib/netcore50/System.Runtime.InteropServices.dll",
"System.Runtime.InteropServices.nuspec"
]
},
"System.Security.SecureString/4.0.0-beta-23123": {
"sha512": "T35YL/7zWBYOLJCcntF+bQgZBgOy5qc6oPn4GWL1phv0borJawTL60iwk4MO2ReYYSK89JmJ7/yqKahqYNw72g==",
"type": "Package",
"files": [
"[Content_Types].xml",
"_rels/.rels",
"lib/DNXCore50/System.Security.SecureString.dll",
"lib/MonoAndroid10/_._",
"lib/MonoTouch10/_._",
"lib/net46/System.Security.SecureString.dll",
"lib/xamarinios10/_._",
"lib/xamarinmac20/_._",
"package/services/metadata/core-properties/0f5b99c6bf5d40fa93b9952b703518fa.psmdcp",
"ref/dotnet/de/System.Security.SecureString.xml",
"ref/dotnet/es/System.Security.SecureString.xml",
"ref/dotnet/fr/System.Security.SecureString.xml",
"ref/dotnet/it/System.Security.SecureString.xml",
"ref/dotnet/ja/System.Security.SecureString.xml",
"ref/dotnet/ko/System.Security.SecureString.xml",
"ref/dotnet/ru/System.Security.SecureString.xml",
"ref/dotnet/System.Security.SecureString.dll",
"ref/dotnet/System.Security.SecureString.xml",
"ref/dotnet/zh-hans/System.Security.SecureString.xml",
"ref/dotnet/zh-hant/System.Security.SecureString.xml",
"ref/MonoAndroid10/_._",
"ref/MonoTouch10/_._",
"ref/net46/System.Security.SecureString.dll",
"ref/xamarinios10/_._",
"ref/xamarinmac20/_._",
"System.Security.SecureString.nuspec"
]
},
"System.Text.Encoding/4.0.0": {
"sha512": "AMxFNOXpA6Ab8swULbXuJmoT2K5w6TnV3ObF5wsmEcIHQUJghoZtDVfVHb08O2wW15mOSI1i9Wg0Dx0pY13o8g==",
"type": "Package",
"files": [
"[Content_Types].xml",
"_rels/.rels",
"lib/MonoAndroid10/_._",
"lib/MonoTouch10/_._",
"lib/net45/_._",
"lib/win8/_._",
"lib/wp80/_._",
"lib/wpa81/_._",
"lib/xamarinios10/_._",
"lib/xamarinmac20/_._",
"License.rtf",
"package/services/metadata/core-properties/8740abce9d6a472db9f21ed43f2fb149.psmdcp",
"ref/dotnet/de/System.Text.Encoding.xml",
"ref/dotnet/es/System.Text.Encoding.xml",
"ref/dotnet/fr/System.Text.Encoding.xml",
"ref/dotnet/it/System.Text.Encoding.xml",
"ref/dotnet/ja/System.Text.Encoding.xml",
"ref/dotnet/ko/System.Text.Encoding.xml",
"ref/dotnet/ru/System.Text.Encoding.xml",
"ref/dotnet/System.Text.Encoding.dll",
"ref/dotnet/System.Text.Encoding.xml",
"ref/dotnet/zh-hans/System.Text.Encoding.xml",
"ref/dotnet/zh-hant/System.Text.Encoding.xml",
"ref/MonoAndroid10/_._",
"ref/MonoTouch10/_._",
"ref/net45/_._",
"ref/netcore50/de/System.Text.Encoding.xml",
"ref/netcore50/es/System.Text.Encoding.xml",
"ref/netcore50/fr/System.Text.Encoding.xml",
"ref/netcore50/it/System.Text.Encoding.xml",
"ref/netcore50/ja/System.Text.Encoding.xml",
"ref/netcore50/ko/System.Text.Encoding.xml",
"ref/netcore50/ru/System.Text.Encoding.xml",
"ref/netcore50/System.Text.Encoding.dll",
"ref/netcore50/System.Text.Encoding.xml",
"ref/netcore50/zh-hans/System.Text.Encoding.xml",
"ref/netcore50/zh-hant/System.Text.Encoding.xml",
"ref/win8/_._",
"ref/wp80/_._",
"ref/wpa81/_._",
"ref/xamarinios10/_._",
"ref/xamarinmac20/_._",
"System.Text.Encoding.nuspec"
]
},
"System.Text.Encoding.Extensions/4.0.0": {
"sha512": "FktA77+2DC0S5oRhgM569pbzFrcA45iQpYiI7+YKl68B6TfI2N5TQbXqSWlh2YXKoFXHi2RFwPMha2lxiFJZ6A==",
"type": "Package",
"files": [
"[Content_Types].xml",
"_rels/.rels",
"lib/MonoAndroid10/_._",
"lib/MonoTouch10/_._",
"lib/net45/_._",
"lib/win8/_._",
"lib/wp80/_._",
"lib/wpa81/_._",
"lib/xamarinios10/_._",
"lib/xamarinmac20/_._",
"License.rtf",
"package/services/metadata/core-properties/c37aa1347f574e6c8df522449486a4d2.psmdcp",
"ref/dotnet/de/System.Text.Encoding.Extensions.xml",
"ref/dotnet/es/System.Text.Encoding.Extensions.xml",
"ref/dotnet/fr/System.Text.Encoding.Extensions.xml",
"ref/dotnet/it/System.Text.Encoding.Extensions.xml",
"ref/dotnet/ja/System.Text.Encoding.Extensions.xml",
"ref/dotnet/ko/System.Text.Encoding.Extensions.xml",
"ref/dotnet/ru/System.Text.Encoding.Extensions.xml",
"ref/dotnet/System.Text.Encoding.Extensions.dll",
"ref/dotnet/System.Text.Encoding.Extensions.xml",
"ref/dotnet/zh-hans/System.Text.Encoding.Extensions.xml",
"ref/dotnet/zh-hant/System.Text.Encoding.Extensions.xml",
"ref/MonoAndroid10/_._",
"ref/MonoTouch10/_._",
"ref/net45/_._",
"ref/netcore50/de/System.Text.Encoding.Extensions.xml",
"ref/netcore50/es/System.Text.Encoding.Extensions.xml",
"ref/netcore50/fr/System.Text.Encoding.Extensions.xml",
"ref/netcore50/it/System.Text.Encoding.Extensions.xml",
"ref/netcore50/ja/System.Text.Encoding.Extensions.xml",
"ref/netcore50/ko/System.Text.Encoding.Extensions.xml",
"ref/netcore50/ru/System.Text.Encoding.Extensions.xml",
"ref/netcore50/System.Text.Encoding.Extensions.dll",
"ref/netcore50/System.Text.Encoding.Extensions.xml",
"ref/netcore50/zh-hans/System.Text.Encoding.Extensions.xml",
"ref/netcore50/zh-hant/System.Text.Encoding.Extensions.xml",
"ref/win8/_._",
"ref/wp80/_._",
"ref/wpa81/_._",
"ref/xamarinios10/_._",
"ref/xamarinmac20/_._",
"System.Text.Encoding.Extensions.nuspec"
]
},
"System.Threading/4.0.10": {
"sha512": "0w6pRxIEE7wuiOJeKabkDgeIKmqf4ER1VNrs6qFwHnooEE78yHwi/bKkg5Jo8/pzGLm0xQJw0nEmPXt1QBAIUA==",
"type": "Package",
"files": [
"[Content_Types].xml",
"_rels/.rels",
"lib/DNXCore50/System.Threading.dll",
"lib/MonoAndroid10/_._",
"lib/MonoTouch10/_._",
"lib/net46/_._",
"lib/netcore50/System.Threading.dll",
"lib/xamarinios10/_._",
"lib/xamarinmac20/_._",
"package/services/metadata/core-properties/c17c3791d8fa4efbb8aded2ca8c71fbe.psmdcp",
"ref/dotnet/de/System.Threading.xml",
"ref/dotnet/es/System.Threading.xml",
"ref/dotnet/fr/System.Threading.xml",
"ref/dotnet/it/System.Threading.xml",
"ref/dotnet/ja/System.Threading.xml",
"ref/dotnet/ko/System.Threading.xml",
"ref/dotnet/ru/System.Threading.xml",
"ref/dotnet/System.Threading.dll",
"ref/dotnet/System.Threading.xml",
"ref/dotnet/zh-hans/System.Threading.xml",
"ref/dotnet/zh-hant/System.Threading.xml",
"ref/MonoAndroid10/_._",
"ref/MonoTouch10/_._",
"ref/net46/_._",
"ref/xamarinios10/_._",
"ref/xamarinmac20/_._",
"runtimes/win8-aot/lib/netcore50/System.Threading.dll",
"System.Threading.nuspec"
]
},
"System.Threading.Tasks/4.0.10": {
"sha512": "NOwJGDfk79jR0bnzosbXLVD/PdI8KzBeESoa3CofEM5v9R5EBfcI0Jyf18stx+0IYV9okmDIDxVtxq9TbnR9bQ==",
"type": "Package",
"files": [
"[Content_Types].xml",
"_rels/.rels",
"lib/DNXCore50/System.Threading.Tasks.dll",
"lib/MonoAndroid10/_._",
"lib/MonoTouch10/_._",
"lib/net46/_._",
"lib/netcore50/System.Threading.Tasks.dll",
"lib/xamarinios10/_._",
"lib/xamarinmac20/_._",
"package/services/metadata/core-properties/a4ed35f8764a4b68bb39ec8d13b3e730.psmdcp",
"ref/dotnet/de/System.Threading.Tasks.xml",
"ref/dotnet/es/System.Threading.Tasks.xml",
"ref/dotnet/fr/System.Threading.Tasks.xml",
"ref/dotnet/it/System.Threading.Tasks.xml",
"ref/dotnet/ja/System.Threading.Tasks.xml",
"ref/dotnet/ko/System.Threading.Tasks.xml",
"ref/dotnet/ru/System.Threading.Tasks.xml",
"ref/dotnet/System.Threading.Tasks.dll",
"ref/dotnet/System.Threading.Tasks.xml",
"ref/dotnet/zh-hans/System.Threading.Tasks.xml",
"ref/dotnet/zh-hant/System.Threading.Tasks.xml",
"ref/MonoAndroid10/_._",
"ref/MonoTouch10/_._",
"ref/net46/_._",
"ref/xamarinios10/_._",
"ref/xamarinmac20/_._",
"runtimes/win8-aot/lib/netcore50/System.Threading.Tasks.dll",
"System.Threading.Tasks.nuspec"
]
},
"xunit/2.1.0": {
"sha512": "u/7VQSOSXa7kSG4iK6Lcn7RqKZQ3hk7cnyMNVMpXHSP0RI5VQEtc44hvkG3LyWOVsx1dhUDD3rPAHAxyOUDQJw==",
"type": "Package",
"files": [
"[Content_Types].xml",
"_rels/.rels",
"package/services/metadata/core-properties/645916a897f44189a642f33e571d5b90.psmdcp",
"xunit.nuspec"
]
},
"xunit.abstractions/2.0.0": {
"sha512": "NAdxKQRzuLnCZ0g++x6i87/8rMBpQoRiRlRNLAqfODm2zJPbteHRoSER3DXfxnqrHXyBJT8rFaZ8uveBeQyaMA==",
"type": "Package",
"files": [
"[Content_Types].xml",
"_rels/.rels",
"lib/net35/xunit.abstractions.dll",
"lib/net35/xunit.abstractions.xml",
"lib/portable-net45+win+wpa81+wp80+monotouch+monoandroid+Xamarin.iOS/xunit.abstractions.dll",
"lib/portable-net45+win+wpa81+wp80+monotouch+monoandroid+Xamarin.iOS/xunit.abstractions.xml",
"package/services/metadata/core-properties/24083640fee244bf9de77f4c35d40a72.psmdcp",
"xunit.abstractions.nuspec"
]
},
"xunit.assert/2.1.0": {
"sha512": "Hhhw+YaTe+BGhbr57dxVE+6VJk8BfThqFFii1XIsSZ4qx+SSCixprJC10JkiLRVSTfWyT8W/4nAf6NQgIrmBxA==",
"type": "Package",
"files": [
"[Content_Types].xml",
"_rels/.rels",
"lib/dotnet/xunit.assert.dll",
"lib/dotnet/xunit.assert.pdb",
"lib/dotnet/xunit.assert.xml",
"lib/portable-net45+win8+wp8+wpa81/xunit.assert.dll",
"lib/portable-net45+win8+wp8+wpa81/xunit.assert.pdb",
"lib/portable-net45+win8+wp8+wpa81/xunit.assert.xml",
"package/services/metadata/core-properties/4f538d979dfc48ed9b4c20e5a69d87b1.psmdcp",
"xunit.assert.nuspec"
]
},
"xunit.core/2.1.0": {
"sha512": "jlbYdPbnkPIRwJllcT/tQZCNsSElVDEymdpJfH79uTUrPARkELVYw9o/zhAjKZXmeikGqGK5C2Yny4gTNoEu0Q==",
"type": "Package",
"files": [
"[Content_Types].xml",
"_rels/.rels",
"build/_desktop/xunit.execution.desktop.dll",
"build/dnx451/_._",
"build/monoandroid/_._",
"build/monotouch/_._",
"build/net45/_._",
"build/portable-net45+win8+wp8+wpa81/xunit.core.props",
"build/win8/_._",
"build/win81/xunit.core.props",
"build/wp8/_._",
"build/wpa81/xunit.core.props",
"build/xamarinios/_._",
"package/services/metadata/core-properties/cce23a490b7f4272adfe9aa57c4e1ca3.psmdcp",
"xunit.core.nuspec"
]
},
"xunit.extensibility.core/2.1.0": {
"sha512": "ANWM3WxeaeHjACLRlmrv+xOc0WAcr3cvIiJE+gqbdzTv1NCH4p1VDyT+8WmmdCc9db0WFiJLaDy4YTYsL1wWXw==",
"type": "Package",
"files": [
"[Content_Types].xml",
"_rels/.rels",
"lib/dotnet/xunit.core.dll",
"lib/dotnet/xunit.core.dll.tdnet",
"lib/dotnet/xunit.core.pdb",
"lib/dotnet/xunit.core.xml",
"lib/dotnet/xunit.runner.tdnet.dll",
"lib/dotnet/xunit.runner.utility.desktop.dll",
"lib/portable-net45+win8+wp8+wpa81/xunit.core.dll",
"lib/portable-net45+win8+wp8+wpa81/xunit.core.dll.tdnet",
"lib/portable-net45+win8+wp8+wpa81/xunit.core.pdb",
"lib/portable-net45+win8+wp8+wpa81/xunit.core.xml",
"lib/portable-net45+win8+wp8+wpa81/xunit.runner.tdnet.dll",
"lib/portable-net45+win8+wp8+wpa81/xunit.runner.utility.desktop.dll",
"package/services/metadata/core-properties/5218831c5b01422bb82b23cafd6488b3.psmdcp",
"xunit.extensibility.core.nuspec"
]
},
"xunit.extensibility.execution/2.1.0": {
"sha512": "tAoNafoVknKa3sZJPMvtZRnhOSk3gasEGeceSm7w/gyGwsR/OXFxndWJB1xSHeoy33d3Z6jFqn4A3j+pWCF0Ew==",
"type": "Package",
"files": [
"[Content_Types].xml",
"_rels/.rels",
"lib/dnx451/xunit.execution.dotnet.dll",
"lib/dnx451/xunit.execution.dotnet.pdb",
"lib/dnx451/xunit.execution.dotnet.xml",
"lib/dotnet/xunit.execution.dotnet.dll",
"lib/dotnet/xunit.execution.dotnet.pdb",
"lib/dotnet/xunit.execution.dotnet.xml",
"lib/monoandroid/xunit.execution.dotnet.dll",
"lib/monoandroid/xunit.execution.dotnet.pdb",
"lib/monoandroid/xunit.execution.dotnet.xml",
"lib/monotouch/xunit.execution.dotnet.dll",
"lib/monotouch/xunit.execution.dotnet.pdb",
"lib/monotouch/xunit.execution.dotnet.xml",
"lib/net45/xunit.execution.desktop.dll",
"lib/net45/xunit.execution.desktop.pdb",
"lib/net45/xunit.execution.desktop.xml",
"lib/portable-net45+win8+wp8+wpa81/xunit.execution.dotnet.dll",
"lib/portable-net45+win8+wp8+wpa81/xunit.execution.dotnet.pdb",
"lib/portable-net45+win8+wp8+wpa81/xunit.execution.dotnet.xml",
"lib/win8/xunit.execution.dotnet.dll",
"lib/win8/xunit.execution.dotnet.pdb",
"lib/win8/xunit.execution.dotnet.xml",
"lib/wp8/xunit.execution.dotnet.dll",
"lib/wp8/xunit.execution.dotnet.pdb",
"lib/wp8/xunit.execution.dotnet.xml",
"lib/wpa81/xunit.execution.dotnet.dll",
"lib/wpa81/xunit.execution.dotnet.pdb",
"lib/wpa81/xunit.execution.dotnet.xml",
"lib/xamarinios/xunit.execution.dotnet.dll",
"lib/xamarinios/xunit.execution.dotnet.pdb",
"lib/xamarinios/xunit.execution.dotnet.xml",
"package/services/metadata/core-properties/9f5f1211ea9a4e748cecce63d1c73e30.psmdcp",
"xunit.extensibility.execution.nuspec"
]
},
"xunit.runner.console/2.1.0": {
"sha512": "dryP6nBDWD2aH6OUidwoPQLebelnfA6DDKUs9PxJ6iPDbT9t5eSKyjqLSas/nQFEJZwXXWVnbImrgK/IgiyOdQ==",
"type": "Package",
"files": [
"[Content_Types].xml",
"_rels/.rels",
"package/services/metadata/core-properties/3ff6ecc00c3b4e6c93baf7de3f0b9697.psmdcp",
"tools/HTML.xslt",
"tools/NUnitXml.xslt",
"tools/xunit.abstractions.dll",
"tools/xunit.console.exe",
"tools/xunit.console.exe.config",
"tools/xunit.console.x86.exe",
"tools/xunit.console.x86.exe.config",
"tools/xunit.runner.reporters.desktop.dll",
"tools/xunit.runner.utility.desktop.dll",
"tools/xUnit1.xslt",
"xunit.runner.console.nuspec"
]
}
},
"projectFileDependencyGroups": {
"": [
"Microsoft.CodeAnalysis.Test.Resources.Proprietary >= 1.1.0-beta1-20150824-02",
"Moq >= 4.2.1402.2112",
"System.Diagnostics.Process >= 4.0.0-beta-23123",
"xunit >= 2.1.0",
"xunit.runner.console >= 2.1.0"
],
".NETFramework,Version=v4.6": []
}
}
\ No newline at end of file
......@@ -47,6 +47,7 @@
<InternalsVisibleTo Include="Microsoft.VisualStudio.LanguageServices.CSharp" />
<InternalsVisibleTo Include="Microsoft.CodeAnalysis.CSharp.InteractiveEditorFeatures" />
<InternalsVisibleToTest Include="Roslyn.Services.Editor.CSharp.UnitTests" />
<InternalsVisibleToTest Include="Roslyn.Services.Editor.CSharp.UnitTests2" />
<InternalsVisibleToTest Include="Roslyn.Services.Editor.UnitTests" />
<InternalsVisibleToTest Include="Roslyn.Services.Editor.UnitTests2" />
<InternalsVisibleToTest Include="Roslyn.Services.Editor.VisualBasic.UnitTests" />
......@@ -367,4 +368,4 @@
<ImportGroup Label="Targets">
<Import Project="..\..\..\..\build\Targets\VSL.Imports.targets" />
</ImportGroup>
</Project>
\ No newline at end of file
</Project>
......@@ -55,6 +55,7 @@
<InternalsVisibleToTest Include="Roslyn.InteractiveWindow.UnitTests" />
<InternalsVisibleToTest Include="Roslyn.InteractiveWindow.UnitTests" />
<InternalsVisibleToTest Include="Roslyn.Services.Editor.CSharp.UnitTests" />
<InternalsVisibleToTest Include="Roslyn.Services.Editor.CSharp.UnitTests2" />
<InternalsVisibleToTest Include="Roslyn.Services.Editor.UnitTests" />
<InternalsVisibleToTest Include="Roslyn.Services.Editor.UnitTests2" />
<InternalsVisibleToTest Include="Roslyn.Services.Editor.VisualBasic.UnitTests" />
......@@ -554,4 +555,4 @@
<ImportGroup Label="Targets">
<Import Project="..\..\..\..\build\Targets\VSL.Imports.targets" />
</ImportGroup>
</Project>
\ No newline at end of file
</Project>
......@@ -3,6 +3,14 @@
"version": 1,
"targets": {
".NETFramework,Version=v4.6": {
"Microsoft.CodeAnalysis.Test.Resources.Proprietary/1.1.0-beta1-20150824-02": {
"compile": {
"lib/net45/Microsoft.CodeAnalysis.Test.Resources.Proprietary.dll": {}
},
"runtime": {
"lib/net45/Microsoft.CodeAnalysis.Test.Resources.Proprietary.dll": {}
}
},
"Microsoft.DiaSymReader/1.0.6": {
"compile": {
"lib/net20/Microsoft.DiaSymReader.dll": {}
......@@ -449,6 +457,17 @@
}
},
"libraries": {
"Microsoft.CodeAnalysis.Test.Resources.Proprietary/1.1.0-beta1-20150824-02": {
"sha512": "mQa72JIzSdIC7wOcW8vl1izgZ+GSeTRrYYpbPKPvrX/PeygTd4SRxord7PL+fTb1q3YjlwMBSqgJsDXVa99fUA==",
"type": "Package",
"files": [
"[Content_Types].xml",
"_rels/.rels",
"lib/net45/Microsoft.CodeAnalysis.Test.Resources.Proprietary.dll",
"Microsoft.CodeAnalysis.Test.Resources.Proprietary.nuspec",
"package/services/metadata/core-properties/58b0e57bbbed434fb2c05b7ef3a926cc.psmdcp"
]
},
"Microsoft.DiaSymReader/1.0.6": {
"sha512": "ai2eBJrXlHa0hecUKnEyacH0iXxGNOMpc9X0s7VAeqqh5TSTW70QMhTRZ0FNCtf3R/W67K4a+uf3R7MASmAjrg==",
"type": "Package",
......
......@@ -44,6 +44,7 @@
<InternalsVisibleToTest Include="Roslyn.Hosting.Diagnostics" />
<InternalsVisibleToTest Include="Roslyn.InteractiveWindow.UnitTests" />
<InternalsVisibleToTest Include="Roslyn.Services.Editor.CSharp.UnitTests" />
<InternalsVisibleToTest Include="Roslyn.Services.Editor.CSharp.UnitTests2" />
<InternalsVisibleToTest Include="Roslyn.Services.Editor.UnitTests" />
<InternalsVisibleToTest Include="Roslyn.Services.Editor.UnitTests2" />
<InternalsVisibleToTest Include="Roslyn.Services.UnitTests" />
......@@ -239,4 +240,4 @@
<ImportGroup Label="Targets">
<Import Project="..\..\..\..\build\Targets\VSL.Imports.targets" />
</ImportGroup>
</Project>
\ No newline at end of file
</Project>
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册