提交 c228beb8 编写于 作者: J Jared Parsons 提交者: Jared Parsons

Automated migration of project files

This is an automated migration of our project files to the new SDK /
PackageReference.  It is done using the tool located here:

https://github.com/jaredpar/ConvertPackageRef
上级 0b471d75
......@@ -10,6 +10,7 @@
<RootNamespace>Toolset</RootNamespace>
<AssemblyName>Toolset_DoNetUse</AssemblyName>
<TargetFrameworkVersion>v4.6.2</TargetFrameworkVersion>
<RuntimeIdentifiers>win7;ubuntu.14.04;osx.10.10</RuntimeIdentifiers>
<AutoGenerateBindingRedirects>true</AutoGenerateBindingRedirects>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|AnyCPU'" />
......@@ -20,9 +21,6 @@
<ItemGroup>
<Compile Include="Program.cs" />
</ItemGroup>
<ItemGroup>
<None Include="project.json" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\..\src\Compilers\Core\MSBuildTask\MSBuildTask.csproj">
<Project>{7ad4fe65-9a30-41a6-8004-aa8f89bcb7f3}</Project>
......@@ -66,4 +64,4 @@
</ProjectReference>
</ItemGroup>
<Import Project="..\Targets\Imports.targets" />
</Project>
</Project>
\ No newline at end of file
{
"dependencies": { },
"frameworks": {
"net46": { }
},
"runtimes": {
"win7": { },
"ubuntu.14.04": { },
"osx.10.10": { }
}
}
<?xml version="1.0" encoding="utf-8"?>
<!-- Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. -->
<Project ToolsVersion="14.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<Import Project="..\..\..\..\build\Targets\Settings.props" />
<Import Project="..\..\..\..\build\Targets\SettingsSdk.props" />
<PropertyGroup>
<Platform Condition="'$(Platform)' == ''">AnyCPU</Platform>
<PlatformTarget>AnyCPU</PlatformTarget>
......@@ -10,8 +10,8 @@
<RootNamespace>Microsoft.CodeAnalysis.CSharp</RootNamespace>
<AssemblyName>Microsoft.CodeAnalysis.CSharp.CodeStyle</AssemblyName>
<TargetExt>.dll</TargetExt>
<TargetFrameworkIdentifier>.NETPortable</TargetFrameworkIdentifier>
<TargetFrameworkVersion>v5.0</TargetFrameworkVersion>
<TargetFramework>netstandard1.3</TargetFramework>
<PackageTargetFallback>portable-net45+win8;dotnet</PackageTargetFallback>
<ProjectTypeGuids>{786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
</PropertyGroup>
<ItemGroup Label="Project References">
......@@ -48,9 +48,6 @@
<LastGenOutput>CSharpCodeStyleResources.Designer.cs</LastGenOutput>
</EmbeddedResource>
</ItemGroup>
<ItemGroup>
<None Include="project.json" />
</ItemGroup>
<ItemGroup>
<PublicAPI Include="PublicAPI.Shipped.txt" />
<PublicAPI Include="PublicAPI.Unshipped.txt" />
......
{
"dependencies": {
},
"frameworks": {
"netstandard1.3": {
"imports": [ "portable-net45+win8", "dotnet" ]
}
}
}
<?xml version="1.0" encoding="utf-8"?>
<!-- Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. -->
<Project ToolsVersion="14.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<Import Project="..\..\..\..\build\Targets\Settings.props" />
<Import Project="..\..\..\..\build\Targets\SettingsSdk.props" />
<PropertyGroup>
<Platform Condition="'$(Platform)' == ''">AnyCPU</Platform>
<PlatformTarget>AnyCPU</PlatformTarget>
......@@ -10,8 +10,8 @@
<RootNamespace>Microsoft.CodeAnalysis.CSharp</RootNamespace>
<AssemblyName>Microsoft.CodeAnalysis.CSharp.CodeStyle.Fixes</AssemblyName>
<TargetExt>.dll</TargetExt>
<TargetFrameworkIdentifier>.NETPortable</TargetFrameworkIdentifier>
<TargetFrameworkVersion>v5.0</TargetFrameworkVersion>
<TargetFramework>netstandard1.3</TargetFramework>
<PackageTargetFallback>portable-net45+win8;dotnet</PackageTargetFallback>
<ProjectTypeGuids>{786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
</PropertyGroup>
<ItemGroup Label="Project References">
......@@ -63,9 +63,6 @@
<LastGenOutput>CSharpCodeStyleFixesResources.Designer.cs</LastGenOutput>
</EmbeddedResource>
</ItemGroup>
<ItemGroup>
<None Include="project.json" />
</ItemGroup>
<ItemGroup>
<PublicAPI Include="PublicAPI.Shipped.txt" />
<PublicAPI Include="PublicAPI.Unshipped.txt" />
......
{
"dependencies": {
},
"frameworks": {
"netstandard1.3": {
"imports": [ "portable-net45+win8", "dotnet" ]
}
}
}
<?xml version="1.0" encoding="utf-8"?>
<!-- Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. -->
<Project ToolsVersion="14.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<Import Project="..\..\..\..\build\Targets\Settings.props" />
<Import Project="..\..\..\..\build\Targets\SettingsSdk.props" />
<PropertyGroup>
<NonShipping>True</NonShipping>
<Platform Condition="'$(Platform)' == ''">AnyCPU</Platform>
......@@ -11,8 +11,8 @@
<RootNamespace>Microsoft.CodeAnalysis.CSharp</RootNamespace>
<AssemblyName>Microsoft.CodeAnalysis.CSharp.CodeStyle.UnitTests</AssemblyName>
<TargetExt>.dll</TargetExt>
<TargetFrameworkIdentifier>.NETPortable</TargetFrameworkIdentifier>
<TargetFrameworkVersion>v5.0</TargetFrameworkVersion>
<TargetFramework>netstandard1.3</TargetFramework>
<PackageTargetFallback>portable-net45+win8;dotnet</PackageTargetFallback>
<ProjectTypeGuids>{3AC096D0-A1C2-E12C-1390-A8335801FDAB};{786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
<RoslynProjectType>UnitTestPortable</RoslynProjectType>
</PropertyGroup>
......@@ -53,7 +53,9 @@
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|AnyCPU'" />
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|AnyCPU'" />
<ItemGroup>
<None Include="project.json" />
<PackageReference Include="xunit" Version="$(xunitVersion)" />
<PackageReference Include="xunit.runner.console" Version="$(xunitrunnerconsoleVersion)" />
<PackageReference Include="xunit.runner.visualstudio" Version="$(xunitrunnervisualstudioVersion)" />
</ItemGroup>
<Import Project="..\..\..\..\build\Targets\Imports.targets" />
</Project>
\ No newline at end of file
{
"dependencies": {
"xunit": "2.2.0-beta4-build3444",
"xunit.runner.console": "2.2.0-beta4-build3444",
"xunit.runner.visualstudio": "2.2.0-beta4-build1194"
},
"frameworks": {
"netstandard1.3": {
"imports": [ "portable-net45+win8", "dotnet" ]
}
}
}
<?xml version="1.0" encoding="utf-8"?>
<!-- Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. -->
<Project ToolsVersion="14.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<Import Project="..\..\..\..\build\Targets\Settings.props" />
<Import Project="..\..\..\..\build\Targets\SettingsSdk.props" />
<PropertyGroup>
<Platform Condition="'$(Platform)' == ''">AnyCPU</Platform>
<PlatformTarget>AnyCPU</PlatformTarget>
......@@ -9,8 +9,8 @@
<OutputType>Library</OutputType>
<RootNamespace>Microsoft.CodeAnalysis</RootNamespace>
<AssemblyName>Microsoft.CodeAnalysis.CodeStyle</AssemblyName>
<TargetFrameworkIdentifier>.NETPortable</TargetFrameworkIdentifier>
<TargetFrameworkVersion>v5.0</TargetFrameworkVersion>
<TargetFramework>netstandard1.3</TargetFramework>
<PackageTargetFallback>portable-net45+win8;dotnet</PackageTargetFallback>
<ProjectTypeGuids>{786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
</PropertyGroup>
<ItemGroup Label="Project References">
......@@ -45,13 +45,9 @@
<LastGenOutput>CodeStyleResources.Designer.cs</LastGenOutput>
</EmbeddedResource>
</ItemGroup>
<ItemGroup>
<None Include="project.json" />
</ItemGroup>
<ItemGroup>
<PublicAPI Include="PublicAPI.Shipped.txt" />
<PublicAPI Include="PublicAPI.Unshipped.txt" />
</ItemGroup>
<ItemGroup />
<Import Project="..\..\..\..\build\Targets\Imports.targets" />
</Project>
\ No newline at end of file
{
"dependencies": {
},
"frameworks": {
"netstandard1.3": {
"imports": [ "portable-net45+win8", "dotnet" ]
}
}
}
<?xml version="1.0" encoding="utf-8"?>
<!-- Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. -->
<Project ToolsVersion="14.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<Import Project="..\..\..\..\build\Targets\Settings.props" />
<Import Project="..\..\..\..\build\Targets\SettingsSdk.props" />
<PropertyGroup>
<Platform Condition="'$(Platform)' == ''">AnyCPU</Platform>
<PlatformTarget>AnyCPU</PlatformTarget>
......@@ -9,8 +9,8 @@
<OutputType>Library</OutputType>
<RootNamespace>Microsoft.CodeAnalysis</RootNamespace>
<AssemblyName>Microsoft.CodeAnalysis.CodeStyle.Fixes</AssemblyName>
<TargetFrameworkIdentifier>.NETPortable</TargetFrameworkIdentifier>
<TargetFrameworkVersion>v5.0</TargetFrameworkVersion>
<TargetFramework>netstandard1.3</TargetFramework>
<PackageTargetFallback>portable-net45+win8;dotnet</PackageTargetFallback>
<ProjectTypeGuids>{786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
</PropertyGroup>
<ItemGroup Label="Project References">
......@@ -50,13 +50,9 @@
<LastGenOutput>CodeStyleFixesResources.Designer.cs</LastGenOutput>
</EmbeddedResource>
</ItemGroup>
<ItemGroup>
<None Include="project.json" />
</ItemGroup>
<ItemGroup>
<PublicAPI Include="PublicAPI.Shipped.txt" />
<PublicAPI Include="PublicAPI.Unshipped.txt" />
</ItemGroup>
<ItemGroup />
<Import Project="..\..\..\..\build\Targets\Imports.targets" />
</Project>
\ No newline at end of file
{
"dependencies": {
},
"frameworks": {
"netstandard1.3": {
"imports": [ "portable-net45+win8", "dotnet" ]
}
}
}
<?xml version="1.0" encoding="utf-8"?>
<!-- Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. -->
<Project ToolsVersion="14.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<Import Project="..\..\..\..\build\Targets\Settings.props" />
<Import Project="..\..\..\..\build\Targets\SettingsSdk.props" />
<PropertyGroup>
<NonShipping>True</NonShipping>
<Platform Condition="'$(Platform)' == ''">AnyCPU</Platform>
......@@ -10,8 +10,8 @@
<OutputType>Library</OutputType>
<RootNamespace>Microsoft.CodeAnalysis</RootNamespace>
<AssemblyName>Microsoft.CodeAnalysis.CodeStyle.UnitTests</AssemblyName>
<TargetFrameworkIdentifier>.NETPortable</TargetFrameworkIdentifier>
<TargetFrameworkVersion>v5.0</TargetFrameworkVersion>
<TargetFramework>netstandard1.3</TargetFramework>
<PackageTargetFallback>portable-net45+win8;dotnet</PackageTargetFallback>
<ProjectTypeGuids>{3AC096D0-A1C2-E12C-1390-A8335801FDAB};{786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
<RoslynProjectType>UnitTestPortable</RoslynProjectType>
</PropertyGroup>
......@@ -40,8 +40,9 @@
<InternalsVisibleTo Include="Microsoft.CodeAnalysis.VisualBasic.CodeStyle.Fixes" />
</ItemGroup>
<ItemGroup>
<None Include="project.json" />
<PackageReference Include="xunit" Version="$(xunitVersion)" />
<PackageReference Include="xunit.runner.console" Version="$(xunitrunnerconsoleVersion)" />
<PackageReference Include="xunit.runner.visualstudio" Version="$(xunitrunnervisualstudioVersion)" />
</ItemGroup>
<ItemGroup />
<Import Project="..\..\..\..\build\Targets\Imports.targets" />
</Project>
\ No newline at end of file
{
"dependencies": {
"xunit": "2.2.0-beta4-build3444",
"xunit.runner.console": "2.2.0-beta4-build3444",
"xunit.runner.visualstudio": "2.2.0-beta4-build1194"
},
"frameworks": {
"netstandard1.3": {
"imports": [ "portable-net45+win8", "dotnet" ]
}
}
}
<?xml version="1.0" encoding="utf-8"?>
<!-- Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. -->
<Project ToolsVersion="14.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<Import Project="..\..\..\..\build\Targets\Settings.props" />
<Import Project="..\..\..\..\build\Targets\SettingsSdk.props" />
<PropertyGroup>
<Platform Condition="'$(Platform)' == ''">AnyCPU</Platform>
<PlatformTarget>AnyCPU</PlatformTarget>
<ProjectGuid>{2531A8C4-97DD-47BC-A79C-B7846051E137}</ProjectGuid>
<OutputType>Library</OutputType>
<AssemblyName>Microsoft.CodeAnalysis.VisualBasic.CodeStyle</AssemblyName>
<TargetFrameworkIdentifier>.NETPortable</TargetFrameworkIdentifier>
<TargetFrameworkVersion>v5.0</TargetFrameworkVersion>
<TargetFramework>netstandard1.3</TargetFramework>
<PackageTargetFallback>portable-net45+win8;dotnet</PackageTargetFallback>
<ProjectTypeGuids>{14182A97-F7F0-4C62-8B27-98AA8AE2109A};{F184B08F-C81C-45F6-A57F-5ABD9991F28F}</ProjectTypeGuids>
</PropertyGroup>
<ItemGroup Label="Project References">
......@@ -47,9 +47,6 @@
<SubType>Designer</SubType>
</EmbeddedResource>
</ItemGroup>
<ItemGroup>
<None Include="project.json" />
</ItemGroup>
<ItemGroup>
<PublicAPI Include="PublicAPI.Shipped.txt" />
<PublicAPI Include="PublicAPI.Unshipped.txt" />
......
{
"dependencies": {
},
"frameworks": {
"netstandard1.3": {
"imports": [ "portable-net45+win8", "dotnet" ]
}
}
}
<?xml version="1.0" encoding="utf-8"?>
<!-- Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. -->
<Project ToolsVersion="14.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<Import Project="..\..\..\..\build\Targets\Settings.props" />
<Import Project="..\..\..\..\build\Targets\SettingsSdk.props" />
<PropertyGroup>
<Platform Condition="'$(Platform)' == ''">AnyCPU</Platform>
<PlatformTarget>AnyCPU</PlatformTarget>
<ProjectGuid>{0141285D-8F6C-42C7-BAF3-3C0CCD61C716}</ProjectGuid>
<OutputType>Library</OutputType>
<AssemblyName>Microsoft.CodeAnalysis.VisualBasic.CodeStyle.Fixes</AssemblyName>
<TargetFrameworkIdentifier>.NETPortable</TargetFrameworkIdentifier>
<TargetFrameworkVersion>v5.0</TargetFrameworkVersion>
<TargetFramework>netstandard1.3</TargetFramework>
<PackageTargetFallback>portable-net45+win8;dotnet</PackageTargetFallback>
<ProjectTypeGuids>{14182A97-F7F0-4C62-8B27-98AA8AE2109A};{F184B08F-C81C-45F6-A57F-5ABD9991F28F}</ProjectTypeGuids>
</PropertyGroup>
<ItemGroup Label="Project References">
......@@ -62,9 +62,6 @@
<SubType>Designer</SubType>
</EmbeddedResource>
</ItemGroup>
<ItemGroup>
<None Include="project.json" />
</ItemGroup>
<ItemGroup>
<PublicAPI Include="PublicAPI.Shipped.txt" />
<PublicAPI Include="PublicAPI.Unshipped.txt" />
......
{
"dependencies": {
},
"frameworks": {
"netstandard1.3": {
"imports": [ "portable-net45+win8", "dotnet" ]
}
}
}
<?xml version="1.0" encoding="utf-8"?>
<!-- Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. -->
<Project ToolsVersion="14.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<Import Project="..\..\..\..\build\Targets\Settings.props" />
<Import Project="..\..\..\..\build\Targets\SettingsSdk.props" />
<PropertyGroup>
<NonShipping>True</NonShipping>
<Platform Condition="'$(Platform)' == ''">AnyCPU</Platform>
......@@ -9,8 +9,8 @@
<ProjectGuid>{E512C6C1-F085-4AD7-B0D9-E8F1A0A2A510}</ProjectGuid>
<OutputType>Library</OutputType>
<AssemblyName>Microsoft.CodeAnalysis.VisualBasic.CodeStyle.UnitTests</AssemblyName>
<TargetFrameworkIdentifier>.NETPortable</TargetFrameworkIdentifier>
<TargetFrameworkVersion>v5.0</TargetFrameworkVersion>
<TargetFramework>netstandard1.3</TargetFramework>
<PackageTargetFallback>portable-net45+win8;dotnet</PackageTargetFallback>
<ProjectTypeGuids>{3AC096D0-A1C2-E12C-1390-A8335801FDAB};{14182A97-F7F0-4C62-8B27-98AA8AE2109A};{F184B08F-C81C-45F6-A57F-5ABD9991F28F}</ProjectTypeGuids>
<RoslynProjectType>UnitTestPortable</RoslynProjectType>
</PropertyGroup>
......@@ -51,7 +51,9 @@
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|AnyCPU'" />
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|AnyCPU'" />
<ItemGroup>
<None Include="project.json" />
<PackageReference Include="xunit" Version="$(xunitVersion)" />
<PackageReference Include="xunit.runner.console" Version="$(xunitrunnerconsoleVersion)" />
<PackageReference Include="xunit.runner.visualstudio" Version="$(xunitrunnervisualstudioVersion)" />
</ItemGroup>
<Import Project="..\..\..\..\build\Targets\Imports.targets" />
</Project>
\ No newline at end of file
{
"dependencies": {
"xunit": "2.2.0-beta4-build3444",
"xunit.runner.console": "2.2.0-beta4-build3444",
"xunit.runner.visualstudio": "2.2.0-beta4-build1194"
},
"frameworks": {
"netstandard1.3": {
"imports": [ "portable-net45+win8", "dotnet" ]
}
}
}
<?xml version="1.0" encoding="utf-8"?>
<!-- Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. -->
<Project ToolsVersion="14.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<Import Project="..\..\..\..\build\Targets\Settings.props" />
<Import Project="..\..\..\..\build\Targets\SettingsSdk.props" />
<PropertyGroup>
<Platform Condition="'$(Platform)' == ''">AnyCPU</Platform>
<PlatformTarget>AnyCPU</PlatformTarget>
<RuntimeIdentifier>x64</RuntimeIdentifier>
<NuGetRuntimeIdentifier>$(BaseNuGetRuntimeIdentifier)-$(RuntimeIdentifier)</NuGetRuntimeIdentifier>
<ProjectGuid>{E3CD2895-76A8-4D11-A316-EA67CB5EA42C}</ProjectGuid>
<OutputType>Exe</OutputType>
<RootNamespace>Microsoft.CodeAnalysis.CSharp.CommandLine</RootNamespace>
......@@ -17,8 +16,9 @@
<ServiceablePackage>true</ServiceablePackage>
<AutoGenerateBindingRedirects>True</AutoGenerateBindingRedirects>
<ProjectTypeGuids>{786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
<TargetFrameworkIdentifier>.NETPortable</TargetFrameworkIdentifier>
<TargetFrameworkVersion>v5.0</TargetFrameworkVersion>
<TargetFramework>netcoreapp1.1</TargetFramework>
<RuntimeIdentifiers>win7-x64;ubuntu.14.04-x64;ubuntu.16.04-x64;osx.10.12-x64</RuntimeIdentifiers>
<PackageTargetFallback>portable-net452</PackageTargetFallback>
<NoStdLib>true</NoStdLib>
</PropertyGroup>
<ItemGroup Label="Project References">
......@@ -65,8 +65,7 @@
<None Include="csc">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</None>
<None Include="project.json" />
</ItemGroup>
<Import Project="..\..\Core\CommandLine\CommandLine.projitems" Label="Shared" />
<Import Project="..\..\..\..\build\Targets\Imports.targets" />
</Project>
</Project>
\ No newline at end of file
{
"dependencies": {
"Microsoft.NETCore.Portable.Compatibility": "1.0.1",
"Microsoft.NETCore.Platforms": "1.1.0",
"Microsoft.NETCore.Runtime.CoreCLR": "1.1.0",
"Microsoft.NETCore.TestHost": "1.1.0",
"System.AppContext": "4.3.0",
"System.Collections": "4.3.0",
"System.Collections.Concurrent": "4.3.0",
"System.Collections.Immutable": "1.3.1",
"System.Console": "4.3.0",
"System.Diagnostics.Debug": "4.3.0",
"System.Diagnostics.FileVersionInfo": "4.3.0",
"System.Diagnostics.Process": "4.3.0",
"System.Diagnostics.StackTrace": "4.3.0",
"System.Diagnostics.Tools": "4.3.0",
"System.Dynamic.Runtime": "4.3.0",
"System.Globalization": "4.3.0",
"System.IO.Compression": "4.3.0",
"System.IO.FileSystem": "4.3.0",
"System.IO.FileSystem.Primitives": "4.3.0",
"System.IO.FileSystem.Watcher": "4.3.0",
"System.IO.Pipes": "4.3.0",
"System.Linq": "4.3.0",
"System.Linq.Expressions": "4.3.0",
"System.Net.NameResolution": "4.3.0",
"System.Net.Sockets": "4.3.0",
"System.Reflection": "4.3.0",
"System.Reflection.Primitives": "4.3.0",
"System.Resources.ResourceManager": "4.3.0",
"System.Runtime": "4.3.0",
"System.Runtime.Extensions": "4.3.0",
"System.Runtime.Handles": "4.3.0",
"System.Runtime.InteropServices": "4.3.0",
"System.Runtime.Loader": "4.3.0",
"System.Runtime.Numerics": "4.3.0",
"System.Runtime.Serialization.Primitives": "4.3.0",
"System.Runtime.Serialization.Json": "4.3.0",
"System.Security.Cryptography.Algorithms": "4.3.0",
"System.Security.Cryptography.Encoding": "4.3.0",
"System.Security.Cryptography.X509Certificates": "4.3.0",
"System.Text.Encoding": "4.3.0",
"System.Text.Encoding.CodePages": "4.3.0",
"System.Text.Encoding.Extensions": "4.3.0",
"System.Threading": "4.3.0",
"System.Threading.Tasks": "4.3.0",
"System.Threading.Tasks.Parallel": "4.3.0",
"System.Threading.Thread": "4.3.0",
"System.Xml.ReaderWriter": "4.3.0",
"System.Xml.XDocument": "4.3.0",
"System.Xml.XmlDocument": "4.3.0",
"System.Xml.XPath.XDocument": "4.3.0"
},
"frameworks": {
"NETCoreApp1.0": {
"imports": "portable-net452"
}
},
"runtimes": {
"win7-x64": { },
"ubuntu.14.04-x64": { },
"ubuntu.16.04-x64": { },
"osx.10.12-x64": { }
}
}
<?xml version="1.0" encoding="utf-8"?>
<!-- Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. -->
<Project ToolsVersion="14.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<Import Project="..\..\..\..\build\Targets\Settings.props" />
<Import Project="..\..\..\..\build\Targets\SettingsSdk.props" />
<PropertyGroup>
<Platform Condition="'$(Platform)' == ''">AnyCPU</Platform>
<PlatformTarget>AnyCPU</PlatformTarget>
......@@ -10,8 +10,7 @@
<RootNamespace>Microsoft.CodeAnalysis.CSharp</RootNamespace>
<AssemblyName>Microsoft.CodeAnalysis.CSharp</AssemblyName>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
<TargetFrameworkIdentifier>.NETPortable</TargetFrameworkIdentifier>
<TargetFrameworkVersion>v5.0</TargetFrameworkVersion>
<TargetFramework>netstandard1.3</TargetFramework>
<ProjectTypeGuids>{786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
<ServiceablePackage>true</ServiceablePackage>
<CodeAnalysisRuleSet>..\CSharpCodeAnalysisRules.ruleset</CodeAnalysisRuleSet>
......@@ -815,7 +814,6 @@
<Content Include="UseSiteDiagnosticsCheckEnforcer\BaseLine.txt" />
<Content Include="UseSiteDiagnosticsCheckEnforcer\Run.bat" />
<None Include="FlowAnalysis\Flow Analysis Design.docx" />
<None Include="project.json" />
<None Include="Symbols\PublicSymbolTable.cd" />
<None Include="..\CSharpCodeAnalysisRules.ruleset">
<SubType>Designer</SubType>
......@@ -871,4 +869,4 @@
</ItemGroup>
<Import Project="..\CSharpAnalyzerDriver\CSharpAnalyzerDriver.projitems" Label="Shared" />
<Import Project="..\..\..\..\build\Targets\Imports.targets" />
</Project>
</Project>
\ No newline at end of file
{
"dependencies": {
"System.Linq.Expressions": "4.3.0",
"System.Threading.Tasks.Parallel": "4.3.0"
},
"frameworks": {
"netstandard1.3": {}
}
}
......@@ -12,6 +12,7 @@
<AssemblyName>Roslyn.Compilers.CSharp.CommandLine.UnitTests</AssemblyName>
<AllowUnsafeBlocks>false</AllowUnsafeBlocks>
<TargetFrameworkVersion>v4.6</TargetFrameworkVersion>
<RuntimeIdentifiers>win7</RuntimeIdentifiers>
<RoslynProjectType>UnitTest</RoslynProjectType>
</PropertyGroup>
<ItemGroup Label="Project References">
......@@ -68,6 +69,15 @@
<Reference Include="System.Configuration" />
<Reference Include="System.Xml" />
<Reference Include="System.Xml.Linq" />
<PackageReference Include="xunit">
<Version>$(xunitVersion)</Version>
</PackageReference>
<PackageReference Include="xunit.runner.console">
<Version>$(xunitrunnerconsoleVersion)</Version>
</PackageReference>
<PackageReference Include="xunit.runner.visualstudio">
<Version>$(xunitrunnervisualstudioVersion)</Version>
</PackageReference>
</ItemGroup>
<ItemGroup>
<Compile Include="CommandLineDiagnosticFormatterTests.cs" />
......@@ -85,7 +95,6 @@
<None Include="..\..\csc\csc.rsp">
<Link>csc.rsp</Link>
</None>
<None Include="project.json" />
</ItemGroup>
<ItemGroup>
<Service Include="{82A7F48D-3B50-4B1E-B82E-3ADA8210C358}" />
......@@ -97,4 +106,4 @@
</EmbeddedResource>
</ItemGroup>
<Import Project="..\..\..\..\..\build\Targets\Imports.targets" />
</Project>
</Project>
\ No newline at end of file
{
"dependencies": {
"xunit": "2.2.0-beta4-build3444",
"xunit.runner.console": "2.2.0-beta4-build3444",
"xunit.runner.visualstudio": "2.2.0-beta4-build1194"
},
"frameworks": {
"net46": { }
},
"runtimes": {
"win7": { }
}
}
\ No newline at end of file
......@@ -11,6 +11,7 @@
<RootNamespace>Microsoft.CodeAnalysis.CSharp.UnitTests</RootNamespace>
<AssemblyName>Roslyn.Compilers.CSharp.Emit.UnitTests</AssemblyName>
<TargetFrameworkVersion>v4.6</TargetFrameworkVersion>
<RuntimeIdentifiers>win7</RuntimeIdentifiers>
<RoslynProjectType>UnitTest</RoslynProjectType>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
</PropertyGroup>
......@@ -176,6 +177,18 @@
<Reference Include="System.Windows.Forms" />
<Reference Include="System.Xml" />
<Reference Include="System.Xml.Linq" />
<PackageReference Include="Microsoft.DiaSymReader">
<Version>$(MicrosoftDiaSymReaderVersion)</Version>
</PackageReference>
<PackageReference Include="xunit">
<Version>$(xunitVersion)</Version>
</PackageReference>
<PackageReference Include="xunit.runner.console">
<Version>$(xunitrunnerconsoleVersion)</Version>
</PackageReference>
<PackageReference Include="xunit.runner.visualstudio">
<Version>$(xunitrunnervisualstudioVersion)</Version>
</PackageReference>
</ItemGroup>
<ItemGroup>
<EmbeddedResource Include="Resources.resx">
......@@ -184,9 +197,6 @@
<SubType>Designer</SubType>
</EmbeddedResource>
</ItemGroup>
<ItemGroup>
<None Include="project.json" />
</ItemGroup>
<ItemGroup>
<Service Include="{82A7F48D-3B50-4B1E-B82E-3ADA8210C358}" />
</ItemGroup>
......
{
"dependencies": {
"Microsoft.DiaSymReader": "1.1.0",
"xunit": "2.2.0-beta4-build3444",
"xunit.runner.console": "2.2.0-beta4-build3444",
"xunit.runner.visualstudio": "2.2.0-beta4-build1194"
},
"frameworks": {
"net46": { }
},
"runtimes": {
"win7": { }
}
}
\ No newline at end of file
......@@ -12,6 +12,7 @@
<AssemblyName>Roslyn.Compilers.CSharp.Semantic.UnitTests</AssemblyName>
<AllowUnsafeBlocks>false</AllowUnsafeBlocks>
<TargetFrameworkVersion>v4.6</TargetFrameworkVersion>
<RuntimeIdentifiers>win7</RuntimeIdentifiers>
<RoslynProjectType>UnitTest</RoslynProjectType>
</PropertyGroup>
<ItemGroup Label="Project References">
......@@ -157,9 +158,15 @@
<Reference Include="System" />
<Reference Include="System.Xml" />
<Reference Include="System.Xml.Linq" />
</ItemGroup>
<ItemGroup>
<None Include="project.json" />
<PackageReference Include="xunit">
<Version>$(xunitVersion)</Version>
</PackageReference>
<PackageReference Include="xunit.runner.console">
<Version>$(xunitrunnerconsoleVersion)</Version>
</PackageReference>
<PackageReference Include="xunit.runner.visualstudio">
<Version>$(xunitrunnervisualstudioVersion)</Version>
</PackageReference>
</ItemGroup>
<ItemGroup>
<Service Include="{82A7F48D-3B50-4B1E-B82E-3ADA8210C358}" />
......
{
"dependencies": {
"xunit": "2.2.0-beta4-build3444",
"xunit.runner.console": "2.2.0-beta4-build3444",
"xunit.runner.visualstudio": "2.2.0-beta4-build1194"
},
"frameworks": {
"net46": { }
},
"runtimes": {
"win7": { }
}
}
\ No newline at end of file
<?xml version="1.0" encoding="utf-8"?>
<!-- Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. -->
<Project ToolsVersion="14.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<Import Project="..\..\..\..\..\build\Targets\Settings.props" />
<Import Project="..\..\..\..\..\build\Targets\SettingsSdk.props" />
<PropertyGroup>
<NonShipping>true</NonShipping>
<Platform Condition="'$(Platform)' == ''">AnyCPU</Platform>
......@@ -11,8 +11,8 @@
<RootNamespace>Microsoft.CodeAnalysis.CSharp.Symbol.UnitTests</RootNamespace>
<AssemblyName>Roslyn.Compilers.CSharp.Symbol.UnitTests</AssemblyName>
<ProjectTypeGuids>{786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
<TargetFrameworkIdentifier>.NETPortable</TargetFrameworkIdentifier>
<TargetFrameworkVersion>v5.0</TargetFrameworkVersion>
<TargetFramework>netstandard1.3</TargetFramework>
<PackageTargetFallback>portable-net452</PackageTargetFallback>
<NoStdLib>true</NoStdLib>
<RoslynProjectType>UnitTestPortable</RoslynProjectType>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
......@@ -170,10 +170,14 @@
<Compile Include="Symbols\UserDefinedOperatorErrorTests.cs" />
</ItemGroup>
<ItemGroup>
<None Include="project.json" />
<Service Include="{82A7F48D-3B50-4B1E-B82E-3ADA8210C358}" />
</ItemGroup>
<ItemGroup>
<Service Include="{82A7F48D-3B50-4B1E-B82E-3ADA8210C358}" />
<PackageReference Include="microsoft.netcore.portable.compatibility" Version="$(microsoftnetcoreportablecompatibilityVersion)" />
<PackageReference Include="System.Linq.Parallel" Version="$(SystemLinqParallelVersion)" />
<PackageReference Include="xunit" Version="$(xunitVersion)" />
<PackageReference Include="xunit.runner.console" Version="$(xunitrunnerconsoleVersion)" />
<PackageReference Include="xunit.runner.visualstudio" Version="$(xunitrunnervisualstudioVersion)" />
</ItemGroup>
<Import Project="..\..\..\..\..\build\Targets\Imports.targets" />
</Project>
\ No newline at end of file
{
"dependencies": {
"microsoft.netcore.portable.compatibility": "1.0.1",
"System.Linq.Parallel": "4.3.0",
"xunit": "2.2.0-beta4-build3444",
"xunit.runner.console": "2.2.0-beta4-build3444",
"xunit.runner.visualstudio": "2.2.0-beta4-build1194"
},
"frameworks": {
"netstandard1.3": {
"imports": "portable-net452"
}
}
}
<?xml version="1.0" encoding="utf-8"?>
<!-- Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. -->
<Project ToolsVersion="14.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<Import Project="..\..\..\..\..\build\Targets\Settings.props" />
<Import Project="..\..\..\..\..\build\Targets\SettingsSdk.props" />
<PropertyGroup>
<NonShipping>true</NonShipping>
<Platform Condition="'$(Platform)' == ''">AnyCPU</Platform>
......@@ -12,8 +12,8 @@
<AssemblyName>Roslyn.Compilers.CSharp.Syntax.UnitTests</AssemblyName>
<AllowUnsafeBlocks>false</AllowUnsafeBlocks>
<ProjectTypeGuids>{786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
<TargetFrameworkIdentifier>.NETPortable</TargetFrameworkIdentifier>
<TargetFrameworkVersion>v5.0</TargetFrameworkVersion>
<TargetFramework>netstandard1.3</TargetFramework>
<PackageTargetFallback>portable-net452</PackageTargetFallback>
<NoStdLib>true</NoStdLib>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
<RoslynProjectType>UnitTestPortable</RoslynProjectType>
......@@ -138,11 +138,8 @@
<SubType>Designer</SubType>
</EmbeddedResource>
</ItemGroup>
<ItemGroup>
<None Include="project.json" />
</ItemGroup>
<ItemGroup>
<Service Include="{82A7F48D-3B50-4B1E-B82E-3ADA8210C358}" />
</ItemGroup>
<Import Project="..\..\..\..\..\build\Targets\Imports.targets" />
</Project>
</Project>
\ No newline at end of file
{
"dependencies": { },
"frameworks": {
"netstandard1.3": {
"imports": "portable-net452"
}
}
}
......@@ -12,6 +12,7 @@
<RootNamespace>Microsoft.CodeAnalysis.CSharp.UnitTests.CodeGen</RootNamespace>
<AssemblyName>Roslyn.Compilers.CSharp.WinRT.UnitTests</AssemblyName>
<TargetFrameworkVersion>v4.6</TargetFrameworkVersion>
<RuntimeIdentifiers>win7</RuntimeIdentifiers>
<RoslynProjectType>UnitTest</RoslynProjectType>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|AnyCPU'" />
......@@ -67,9 +68,15 @@
</ItemGroup>
<ItemGroup>
<Reference Include="System.Xml.Linq" />
</ItemGroup>
<ItemGroup>
<None Include="project.json" />
<PackageReference Include="xunit">
<Version>$(xunitVersion)</Version>
</PackageReference>
<PackageReference Include="xunit.runner.console">
<Version>$(xunitrunnerconsoleVersion)</Version>
</PackageReference>
<PackageReference Include="xunit.runner.visualstudio">
<Version>$(xunitrunnervisualstudioVersion)</Version>
</PackageReference>
</ItemGroup>
<ItemGroup>
<Folder Include="Properties\" />
......
{
"dependencies": {
"xunit": "2.2.0-beta4-build3444",
"xunit.runner.console": "2.2.0-beta4-build3444",
"xunit.runner.visualstudio": "2.2.0-beta4-build1194"
},
"frameworks": {
"net46": { }
},
"runtimes": {
"win7": { }
}
}
\ No newline at end of file
......@@ -14,6 +14,7 @@
<LargeAddressAware>true</LargeAddressAware>
<StartupObject>Microsoft.CodeAnalysis.CSharp.CommandLine.Program</StartupObject>
<TargetFrameworkVersion>v4.6</TargetFrameworkVersion>
<RuntimeIdentifiers>win7</RuntimeIdentifiers>
</PropertyGroup>
<ItemGroup Label="Project References">
<ProjectReference Include="..\..\Core\Portable\CodeAnalysis.csproj">
......@@ -29,6 +30,9 @@
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|AnyCPU'" />
<ItemGroup>
<Reference Include="System" />
<PackageReference Include="Microsoft.DiaSymReader.Native">
<Version>$(MicrosoftDiaSymReaderNativeVersion)</Version>
</PackageReference>
</ItemGroup>
<ItemGroup>
<Compile Include="..\..\Shared\BuildClient.cs">
......@@ -59,7 +63,6 @@
<None Include="csc.rsp">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</None>
<None Include="project.json" />
</ItemGroup>
<Import Project="..\..\Core\CommandLine\CommandLine.projitems" Label="Shared" />
<Import Project="..\..\..\..\build\Targets\Imports.targets" />
......
{
"dependencies": {
"Microsoft.DiaSymReader.Native": "1.5.0"
},
"frameworks": {
"net46": { }
},
"runtimes": {
"win7": { }
}
}
\ No newline at end of file
......@@ -12,6 +12,7 @@
<AssemblyName>Roslyn.Compilers.UnitTests</AssemblyName>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
<TargetFrameworkVersion>v4.6</TargetFrameworkVersion>
<RuntimeIdentifiers>win7</RuntimeIdentifiers>
<RoslynProjectType>UnitTest</RoslynProjectType>
</PropertyGroup>
<ItemGroup Label="Linked Files">
......@@ -84,6 +85,18 @@
<ItemGroup>
<Reference Include="System" />
<Reference Include="System.Xml" />
<PackageReference Include="xunit">
<Version>$(xunitVersion)</Version>
</PackageReference>
<PackageReference Include="xunit.runner.console">
<Version>$(xunitrunnerconsoleVersion)</Version>
</PackageReference>
<PackageReference Include="xunit.runner.visualstudio">
<Version>$(xunitrunnervisualstudioVersion)</Version>
</PackageReference>
<PackageReference Include="Moq">
<Version>$(MoqVersion)</Version>
</PackageReference>
</ItemGroup>
<ItemGroup>
<Compile Include="CachingLookupTests.cs" />
......@@ -162,7 +175,6 @@
</EmbeddedResource>
</ItemGroup>
<ItemGroup>
<None Include="project.json" />
<None Include="Resources/default.win32manifest" />
<None Include="Resources/nativeWithStringIDsAndTypesAndIntTypes.res" />
<None Include="Resources/Roslyn.ico.blah" />
......@@ -172,4 +184,4 @@
<Service Include="{82A7F48D-3B50-4B1E-B82E-3ADA8210C358}" />
</ItemGroup>
<Import Project="..\..\..\..\build\Targets\Imports.targets" />
</Project>
</Project>
\ No newline at end of file
{
"dependencies": {
"xunit": "2.2.0-beta4-build3444",
"xunit.runner.console": "2.2.0-beta4-build3444",
"xunit.runner.visualstudio": "2.2.0-beta4-build1194",
"Moq": "4.2.1402.2112"
},
"frameworks": {
"net46": { }
},
"runtimes": {
"win7": { }
}
}
\ No newline at end of file
<?xml version="1.0" encoding="utf-8"?>
<!-- Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. -->
<Project ToolsVersion="14.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<Import Project="..\..\..\..\build\Targets\Settings.props" />
<Import Project="..\..\..\..\build\Targets\SettingsSdk.props" />
<PropertyGroup>
<MinimumVisualStudioVersion>14.0</MinimumVisualStudioVersion>
<Platform Condition="'$(Platform)' == ''">AnyCPU</Platform>
......@@ -13,8 +13,8 @@
<AssemblyName>Microsoft.Build.Tasks.CodeAnalysis</AssemblyName>
<DefaultLanguage>en-US</DefaultLanguage>
<ProjectTypeGuids>{786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
<TargetFrameworkIdentifier>.NETPortable</TargetFrameworkIdentifier>
<TargetFrameworkVersion>v5.0</TargetFrameworkVersion>
<TargetFramework>netstandard1.5</TargetFramework>
<PackageTargetFallback>portable-net452;dotnet5.4</PackageTargetFallback>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|AnyCPU'" />
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|AnyCPU'" />
......@@ -25,7 +25,6 @@
<None Include="Microsoft.VisualBasic.Core.targets">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</None>
<None Include="project.json" />
<!-- A reference to the entire .NET Framework is automatically included -->
</ItemGroup>
<ItemGroup>
......@@ -80,6 +79,29 @@
<LastGenOutput>ErrorString.Designer.cs</LastGenOutput>
</EmbeddedResource>
</ItemGroup>
<ItemGroup>
<PackageReference Include="Microsoft.Build" Version="$(MicrosoftBuildFixedVersion)" />
<PackageReference Include="Microsoft.Build.Tasks.Core" Version="$(MicrosoftBuildTasksCoreFixedVersion)" />
<PackageReference Include="Microsoft.NETCore.Platforms" Version="$(MicrosoftNETCorePlatformsVersion)" />
<PackageReference Include="Microsoft.Win32.Primitives" Version="$(MicrosoftWin32PrimitivesVersion)" />
<PackageReference Include="System.AppContext" Version="$(SystemAppContextVersion)" />
<PackageReference Include="System.Console" Version="$(SystemConsoleVersion)" />
<PackageReference Include="System.Collections.Concurrent" Version="$(SystemCollectionsConcurrentVersion)" />
<PackageReference Include="System.Diagnostics.Process" Version="$(SystemDiagnosticsProcessVersion)" />
<PackageReference Include="System.Diagnostics.Tools" Version="$(SystemDiagnosticsToolsVersion)" />
<PackageReference Include="System.IO.FileSystem" Version="$(SystemIOFileSystemVersion)" />
<PackageReference Include="System.IO.FileSystem.DriveInfo" Version="$(SystemIOFileSystemDriveInfoVersion)" />
<PackageReference Include="System.IO.Pipes" Version="$(SystemIOPipesVersion)" />
<PackageReference Include="System.Linq" Version="$(SystemLinqVersion)" />
<PackageReference Include="System.Reflection" Version="$(SystemReflectionVersion)" />
<PackageReference Include="System.Security.AccessControl" Version="$(SystemSecurityAccessControlVersion)" />
<PackageReference Include="System.Security.Cryptography.Algorithms" Version="$(SystemSecurityCryptographyAlgorithmsVersion)" />
<PackageReference Include="System.Security.Principal.Windows" Version="$(SystemSecurityPrincipalWindowsVersion)" />
<PackageReference Include="System.Text.Encoding" Version="$(SystemTextEncodingVersion)" />
<PackageReference Include="System.Text.Encoding.Extensions" Version="$(SystemTextEncodingExtensionsVersion)" />
<PackageReference Include="System.Text.RegularExpressions" Version="$(SystemTextRegularExpressionsVersion)" />
<PackageReference Include="System.Threading.Thread" Version="$(SystemThreadingThreadVersion)" />
</ItemGroup>
<Import Project="..\CommandLine\CommandLine.projitems" Label="Shared" />
<Import Project="..\..\..\..\build\Targets\Imports.targets" />
</Project>
\ No newline at end of file
{
"dependencies": {
"Microsoft.Build": "14.3.0",
"Microsoft.Build.Tasks.Core": "14.3.0",
"Microsoft.NETCore.Platforms": "1.1.0",
"Microsoft.NETCore.Portable.Compatibility": "1.0.1",
"Microsoft.Win32.Primitives": "4.3.0",
"System.AppContext": "4.3.0",
"System.Console": "4.3.0",
"System.Collections.Concurrent": "4.3.0",
"System.Diagnostics.Process": "4.3.0",
"System.Diagnostics.Tools": "4.3.0",
"System.IO.FileSystem": "4.3.0",
"System.IO.FileSystem.DriveInfo": "4.3.0",
"System.IO.Pipes": "4.3.0",
"System.Linq": "4.3.0",
"System.Reflection": "4.3.0",
"System.Security.AccessControl": "4.3.0",
"System.Security.Cryptography.Algorithms": "4.3.0",
"System.Security.Principal.Windows": "4.3.0",
"System.Text.Encoding": "4.3.0",
"System.Text.Encoding.Extensions": "4.3.0",
"System.Text.RegularExpressions": "4.3.0",
"System.Threading.Thread": "4.3.0"
},
"frameworks": {
"netstandard1.3": {
"imports": [
"portable-net452",
"dotnet5.4"
]
}
}
}
......@@ -12,6 +12,7 @@
<AssemblyName>Microsoft.Build.Tasks.CodeAnalysis.UnitTests</AssemblyName>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
<TargetFrameworkVersion>v4.6.2</TargetFrameworkVersion>
<RuntimeIdentifiers>win7</RuntimeIdentifiers>
<RoslynProjectType>UnitTest</RoslynProjectType>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|AnyCPU'" />
......@@ -61,6 +62,24 @@
<ItemGroup>
<Reference Include="System" />
<Reference Include="System.Xml" />
<PackageReference Include="xunit">
<Version>$(xunitVersion)</Version>
</PackageReference>
<PackageReference Include="xunit.runner.console">
<Version>$(xunitrunnerconsoleVersion)</Version>
</PackageReference>
<PackageReference Include="xunit.runner.visualstudio">
<Version>$(xunitrunnervisualstudioVersion)</Version>
</PackageReference>
<PackageReference Include="System.Collections.Immutable">
<Version>$(SystemCollectionsImmutableVersion)</Version>
</PackageReference>
<PackageReference Include="Microsoft.Build">
<Version>$(MicrosoftBuildFixedVersion)</Version>
</PackageReference>
<PackageReference Include="Moq">
<Version>$(MoqVersion)</Version>
</PackageReference>
</ItemGroup>
<ItemGroup>
<Compile Include="MiscTests.cs" />
......@@ -73,8 +92,5 @@
<ItemGroup>
<Service Include="{82A7F48D-3B50-4B1E-B82E-3ADA8210C358}" />
</ItemGroup>
<ItemGroup>
<None Include="project.json" />
</ItemGroup>
<Import Project="..\..\..\..\build\Targets\Imports.targets" />
</Project>
</Project>
\ No newline at end of file
{
"dependencies": {
"xunit": "2.2.0-beta4-build3444",
"xunit.runner.console": "2.2.0-beta4-build3444",
"xunit.runner.visualstudio": "2.2.0-beta4-build1194",
"System.Collections.Immutable": "1.3.1",
"Microsoft.Build": "14.3.0",
"Moq": "4.2.1402.2112"
},
"frameworks": {
"net46": { }
},
"runtimes": {
"win7": { }
}
}
<?xml version="1.0" encoding="utf-8"?>
<!-- Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. -->
<Project ToolsVersion="14.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<Import Project="..\..\..\..\build\Targets\Settings.props" />
<Import Project="..\..\..\..\build\Targets\SettingsSdk.props" />
<PropertyGroup>
<Platform Condition="'$(Platform)' == ''">AnyCPU</Platform>
<PlatformTarget>AnyCPU</PlatformTarget>
......@@ -10,8 +10,7 @@
<RootNamespace>Microsoft.CodeAnalysis</RootNamespace>
<AssemblyName>Microsoft.CodeAnalysis</AssemblyName>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
<TargetFrameworkIdentifier>.NETPortable</TargetFrameworkIdentifier>
<TargetFrameworkVersion>v5.0</TargetFrameworkVersion>
<TargetFramework>netstandard1.3</TargetFramework>
<ProjectTypeGuids>{786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
<ServiceablePackage>true</ServiceablePackage>
<DefineConstants>$(DefineConstants);COMPILERCORE</DefineConstants>
......@@ -912,7 +911,6 @@
<None Include="..\CodeAnalysisRules.ruleset">
<SubType>Designer</SubType>
</None>
<None Include="project.json" />
<None Include="RuleSet\RuleSetSchema.xsd">
<SubType>Designer</SubType>
</None>
......@@ -923,4 +921,4 @@
<Import Project="..\..\..\Dependencies\CodeAnalysis.Metadata\Microsoft.CodeAnalysis.Metadata.projitems" Label="Shared" />
<Import Project="..\..\..\Dependencies\PooledObjects\Microsoft.CodeAnalysis.PooledObjects.projitems" Label="Shared" />
<Import Project="..\..\..\..\build\Targets\Imports.targets" />
</Project>
</Project>
\ No newline at end of file
{
"supports": {},
"dependencies": {
"Microsoft.NETCore.Portable.Compatibility": "1.0.1",
"System.Collections.Immutable": "1.3.1",
"System.Collections": "4.3.0",
"System.Collections.Concurrent": "4.3.0",
"System.Diagnostics.Tools": "4.3.0",
"System.Diagnostics.FileVersionInfo": "4.3.0",
"System.IO": "4.3.0",
"System.IO.Compression": "4.3.0",
"System.IO.FileSystem": "4.3.0",
"System.IO.FileSystem.Primitives": "4.3.0",
"System.Reflection.Metadata": "1.4.2",
"System.Runtime.Numerics": "4.3.0",
"System.Security.Cryptography.Algorithms": "4.3.0",
"System.Security.Cryptography.Encoding": "4.3.0",
"System.Security.Cryptography.X509Certificates": "4.3.0",
"System.Text.Encoding": "4.3.0",
"System.Text.Encoding.CodePages": "4.3.0",
"System.Text.Encoding.Extensions": "4.3.0",
"System.ValueTuple": "4.3.0",
"System.Xml.ReaderWriter": "4.3.0",
"System.Xml.XDocument": "4.3.0",
"System.Xml.XmlDocument": "4.3.0",
"System.Xml.XPath.XDocument": "4.3.0"
},
"frameworks": {
"netstandard1.3": {}
}
}
......@@ -12,6 +12,7 @@
<RootNamespace>Roslyn.Compilers.Extension</RootNamespace>
<AssemblyName>Roslyn.Compilers.Extension</AssemblyName>
<TargetFrameworkVersion>v4.6.2</TargetFrameworkVersion>
<RuntimeIdentifiers>win7</RuntimeIdentifiers>
<ImportVSSDKTargets>True</ImportVSSDKTargets>
<GeneratePkgDefFile>true</GeneratePkgDefFile>
<IncludeAssemblyInVSIXContainer>true</IncludeAssemblyInVSIXContainer>
......@@ -36,7 +37,6 @@
<Compile Include="CompilerPackage.cs" />
</ItemGroup>
<ItemGroup>
<None Include="project.json" />
<None Include="source.extension.vsixmanifest">
<SubType>Designer</SubType>
</None>
......@@ -150,6 +150,27 @@
<IncludeOutputGroupsInVSIXLocalOnly>DebugSymbolsProjectOutputGroup%3b</IncludeOutputGroupsInVSIXLocalOnly>
<ForceIncludeInVSIX>true</ForceIncludeInVSIX>
</ProjectReference>
<PackageReference Include="EnvDTE">
<Version>$(EnvDTEVersion)</Version>
</PackageReference>
<PackageReference Include="Microsoft.VisualStudio.Shell.15.0">
<Version>$(MicrosoftVisualStudioShell150Version)</Version>
</PackageReference>
<PackageReference Include="Microsoft.VisualStudio.Shell.Interop.8.0">
<Version>$(MicrosoftVisualStudioShellInterop80Version)</Version>
</PackageReference>
<PackageReference Include="Microsoft.VisualStudio.Shell.Interop.9.0">
<Version>$(MicrosoftVisualStudioShellInterop90Version)</Version>
</PackageReference>
<PackageReference Include="Microsoft.VisualStudio.Shell.Interop.10.0">
<Version>$(MicrosoftVisualStudioShellInterop100Version)</Version>
</PackageReference>
<PackageReference Include="Microsoft.VisualStudio.Shell.Framework">
<Version>$(MicrosoftVisualStudioShellFrameworkVersion)</Version>
</PackageReference>
<PackageReference Include="Microsoft.VisualStudio.Utilities">
<Version>$(MicrosoftVisualStudioUtilitiesVersion)</Version>
</PackageReference>
</ItemGroup>
<Import Project="..\..\..\build\Targets\Imports.targets" />
</Project>
</Project>
\ No newline at end of file
{
"dependencies": {
"EnvDTE": "8.0.1",
"Microsoft.VisualStudio.Shell.15.0": "15.0.26201-alpha",
"Microsoft.VisualStudio.Shell.Interop.8.0": "8.0.50727",
"Microsoft.VisualStudio.Shell.Interop.9.0": "9.0.30729",
"Microsoft.VisualStudio.Shell.Interop.10.0": "10.0.30319",
"Microsoft.VisualStudio.Shell.Framework": "15.0.26201-alpha",
"Microsoft.VisualStudio.Utilities": "15.0.26201-alpha"
},
"frameworks": {
"net46": {}
},
"runtimes": {
"win7": {}
}
}
\ No newline at end of file
<?xml version="1.0" encoding="utf-8"?>
<!-- Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. -->
<Project ToolsVersion="14.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<Import Project="..\..\..\..\build\Targets\Settings.props" />
<Import Project="..\..\..\..\build\Targets\SettingsSdk.props" />
<PropertyGroup>
<Platform Condition="'$(Platform)' == ''">x64</Platform>
<PlatformTarget>AnyCPU</PlatformTarget>
<RuntimeIdentifier>x64</RuntimeIdentifier>
<NuGetRuntimeIdentifier>$(BaseNuGetRuntimeIdentifier)-$(RuntimeIdentifier)</NuGetRuntimeIdentifier>
<ProjectGuid>{06B26DCB-7A12-48EF-AE50-708593ABD05F}</ProjectGuid>
<OutputType>Exe</OutputType>
<RootNamespace>Microsoft.CodeAnalysis.CompilerServer</RootNamespace>
......@@ -16,8 +15,9 @@
<StartupObject>Microsoft.CodeAnalysis.CompilerServer.Program</StartupObject>
<AutoGenerateBindingRedirects>True</AutoGenerateBindingRedirects>
<ProjectTypeGuids>{786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
<TargetFrameworkIdentifier>.NETPortable</TargetFrameworkIdentifier>
<TargetFrameworkVersion>v5.0</TargetFrameworkVersion>
<TargetFramework>netcoreapp1.1</TargetFramework>
<RuntimeIdentifiers>win7-x64;ubuntu.14.04-x64;ubuntu.16.04-x64;osx.10.10-x64</RuntimeIdentifiers>
<PackageTargetFallback>portable-net452</PackageTargetFallback>
<NoStdLib>true</NoStdLib>
<RoslynProjectType>ExeNonDeployment</RoslynProjectType>
</PropertyGroup>
......@@ -50,7 +50,27 @@
<None Include="VBCSCompilerPortable">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</None>
<None Include="project.json" />
</ItemGroup>
<ItemGroup>
<PackageReference Include="System.AppContext" Version="$(SystemAppContextVersion)" />
<PackageReference Include="System.Console" Version="$(SystemConsoleVersion)" />
<PackageReference Include="System.Diagnostics.Debug" Version="$(SystemDiagnosticsDebugVersion)" />
<PackageReference Include="System.Diagnostics.FileVersionInfo" Version="$(SystemDiagnosticsFileVersionInfoVersion)" />
<PackageReference Include="System.Diagnostics.Process" Version="$(SystemDiagnosticsProcessVersion)" />
<PackageReference Include="System.Diagnostics.StackTrace" Version="$(SystemDiagnosticsStackTraceVersion)" />
<PackageReference Include="System.Diagnostics.Tools" Version="$(SystemDiagnosticsToolsVersion)" />
<PackageReference Include="System.IO.Compression" Version="$(SystemIOCompressionVersion)" />
<PackageReference Include="System.IO.FileSystem" Version="$(SystemIOFileSystemVersion)" />
<PackageReference Include="System.IO.FileSystem.Primitives" Version="$(SystemIOFileSystemPrimitivesVersion)" />
<PackageReference Include="System.IO.FileSystem.Watcher" Version="$(SystemIOFileSystemWatcherVersion)" />
<PackageReference Include="System.IO.Pipes" Version="$(SystemIOPipesVersion)" />
<PackageReference Include="System.Net.NameResolution" Version="$(SystemNetNameResolutionVersion)" />
<PackageReference Include="System.Net.Sockets" Version="$(SystemNetSocketsVersion)" />
<PackageReference Include="System.Runtime.Loader" Version="$(SystemRuntimeLoaderVersion)" />
<PackageReference Include="System.Threading" Version="$(SystemThreadingVersion)" />
<PackageReference Include="System.Threading.Tasks" Version="$(SystemThreadingTasksVersion)" />
<PackageReference Include="System.Threading.Tasks.Parallel" Version="$(SystemThreadingTasksParallelVersion)" />
<PackageReference Include="System.Threading.Thread" Version="$(SystemThreadingThreadVersion)" />
</ItemGroup>
<Import Project="..\..\Core\CommandLine\CommandLine.projitems" Label="Shared" />
<Import Project="..\ServerShared\ServerShared.projitems" Label="Shared" />
......
{
"dependencies": {
"System.AppContext": "4.3.0",
"System.Console": "4.3.0",
"System.Diagnostics.Debug": "4.3.0",
"System.Diagnostics.FileVersionInfo": "4.3.0",
"System.Diagnostics.Process": "4.3.0",
"System.Diagnostics.StackTrace": "4.3.0",
"System.Diagnostics.Tools": "4.3.0",
"System.IO.Compression": "4.3.0",
"System.IO.FileSystem": "4.3.0",
"System.IO.FileSystem.Primitives": "4.3.0",
"System.IO.FileSystem.Watcher": "4.3.0",
"System.IO.Pipes": "4.3.0",
"System.Net.NameResolution": "4.3.0",
"System.Net.Sockets": "4.3.0",
"System.Runtime.Loader": "4.3.0",
"System.Threading": "4.3.0",
"System.Threading.Tasks": "4.3.0",
"System.Threading.Tasks.Parallel": "4.3.0",
"System.Threading.Thread": "4.3.0"
},
"frameworks": {
"NETCoreApp1.0": {
"imports": "portable-net452"
}
},
"runtimes": {
"win7-x64": { },
"ubuntu.14.04-x64": { },
"ubuntu.16.04-x64": { },
"osx.10.10-x64": { }
}
}
......@@ -13,6 +13,7 @@
<AssemblyName>VBCSCompiler</AssemblyName>
<LargeAddressAware>true</LargeAddressAware>
<TargetFrameworkVersion>v4.6</TargetFrameworkVersion>
<RuntimeIdentifiers>win7;ubuntu.14.04;osx.10.10</RuntimeIdentifiers>
<UseVSHostingProcess>false</UseVSHostingProcess>
<Prefer32Bit>false</Prefer32Bit>
</PropertyGroup>
......@@ -66,7 +67,6 @@
</ItemGroup>
<ItemGroup>
<None Include="App.config" />
<None Include="project.json" />
</ItemGroup>
<ItemGroup>
<InternalsVisibleToTest Include="Roslyn.Compilers.CSharp.CommandLine.UnitTests" />
......
{
"dependencies": {
},
"frameworks": {
"net46": { }
},
"runtimes": {
"win7": { },
"ubuntu.14.04": { },
"osx.10.10": { }
}
}
......@@ -12,6 +12,7 @@
<AssemblyName>Roslyn.Compilers.CompilerServer.UnitTests</AssemblyName>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
<TargetFrameworkVersion>v4.6</TargetFrameworkVersion>
<RuntimeIdentifiers>win7</RuntimeIdentifiers>
<RoslynProjectType>UnitTest</RoslynProjectType>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|AnyCPU'" />
......@@ -63,6 +64,21 @@
<ItemGroup>
<Reference Include="System" />
<Reference Include="System.Xml" />
<PackageReference Include="Microsoft.DiaSymReader">
<Version>$(MicrosoftDiaSymReaderVersion)</Version>
</PackageReference>
<PackageReference Include="Moq">
<Version>$(MoqVersion)</Version>
</PackageReference>
<PackageReference Include="xunit">
<Version>$(xunitVersion)</Version>
</PackageReference>
<PackageReference Include="xunit.runner.console">
<Version>$(xunitrunnerconsoleVersion)</Version>
</PackageReference>
<PackageReference Include="xunit.runner.visualstudio">
<Version>$(xunitrunnervisualstudioVersion)</Version>
</PackageReference>
</ItemGroup>
<ItemGroup>
<Compile Include="AnalyzerConsistencyCheckerTests.cs" />
......@@ -83,8 +99,5 @@
<ItemGroup>
<Service Include="{82A7F48D-3B50-4B1E-B82E-3ADA8210C358}" />
</ItemGroup>
<ItemGroup>
<None Include="project.json" />
</ItemGroup>
<Import Project="..\..\..\..\build\Targets\Imports.targets" />
</Project>
</Project>
\ No newline at end of file
{
"dependencies": {
"Microsoft.DiaSymReader": "1.1.0",
"Moq": "4.2.1402.2112",
"xunit": "2.2.0-beta4-build3444",
"xunit.runner.console": "2.2.0-beta4-build3444",
"xunit.runner.visualstudio": "2.2.0-beta4-build1194"
},
"frameworks": {
"net46": { }
},
"runtimes": {
"win7": { }
}
}
<?xml version="1.0" encoding="utf-8"?>
<!-- Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. -->
<Project ToolsVersion="14.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<Import Project="..\..\..\..\..\build\Targets\Settings.props" />
<Import Project="..\..\..\..\..\build\Targets\SettingsSdk.props" />
<PropertyGroup>
<Nonshipping>true</Nonshipping>
<Platform Condition="'$(Platform)' == ''">AnyCPU</Platform>
......@@ -9,8 +9,7 @@
<ProjectGuid>{7FE6B002-89D8-4298-9B1B-0B5C247DD1FD}</ProjectGuid>
<OutputType>Library</OutputType>
<AssemblyName>Roslyn.Compilers.Test.Resources</AssemblyName>
<TargetFrameworkIdentifier>.NETPortable</TargetFrameworkIdentifier>
<TargetFrameworkVersion>v5.0</TargetFrameworkVersion>
<TargetFramework>netstandard1.3</TargetFramework>
<ProjectTypeGuids>{786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
<RootNamespace></RootNamespace>
</PropertyGroup>
......@@ -401,5 +400,8 @@
<ItemGroup>
<EmbeddedResource Include="SymbolsTests\nativeCOFFResources.obj" />
</ItemGroup>
<ItemGroup>
<PackageReference Include="System.Xml.ReaderWriter" Version="$(SystemXmlReaderWriterVersion)" />
</ItemGroup>
<Import Project="..\..\..\..\..\build\Targets\Imports.targets" />
</Project>
</Project>
\ No newline at end of file
{
"supports": { },
"dependencies": {
"Microsoft.NETCore.Portable.Compatibility": "1.0.1",
"System.Xml.ReaderWriter": "4.3.0"
},
"frameworks": {
"netstandard1.3": {}
}
}
......@@ -70,8 +70,5 @@
<InternalsVisibleToTest Include="Microsoft.CodeAnalysis.CSharp.Scripting.UnitTests" />
<InternalsVisibleToTest Include="Roslyn.Services.Editor.CSharp.UnitTests" />
</ItemGroup>
<ItemGroup>
<None Include="project.json" />
</ItemGroup>
<Import Project="..\..\..\..\..\build\Targets\Imports.targets" />
</Project>
\ No newline at end of file
{
"dependencies": { },
"frameworks": {
"net46": { }
}
}
<?xml version="1.0" encoding="utf-8"?>
<!-- Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. -->
<Project ToolsVersion="14.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<Import Project="..\..\..\..\..\build\Targets\Settings.props" />
<Import Project="..\..\..\..\..\build\Targets\SettingsSdk.props" />
<PropertyGroup>
<MinimumVisualStudioVersion>14.0</MinimumVisualStudioVersion>
<Platform Condition="'$(Platform)' == ''">AnyCPU</Platform>
......@@ -13,17 +13,13 @@
<Nonshipping>true</Nonshipping>
<DefaultLanguage>en-US</DefaultLanguage>
<ProjectTypeGuids>{786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
<TargetFrameworkIdentifier>.NETPortable</TargetFrameworkIdentifier>
<TargetFrameworkVersion>v5.0</TargetFrameworkVersion>
<TargetFramework>netstandard1.3</TargetFramework>
<PackageTargetFallback>portable-net452</PackageTargetFallback>
<NoStdLib>true</NoStdLib>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|AnyCPU'" />
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|AnyCPU'" />
<ItemGroup>
<None Include="project.json" />
<!-- A reference to the entire .NET Framework is automatically included -->
</ItemGroup>
<ItemGroup>
<Compile Include="BasicCompilationUtils.cs" />
<Compile Include="CompilationTestUtils.cs" />
......@@ -76,6 +72,9 @@
<InternalsVisibleToTest Include="Microsoft.CodeAnalysis.CSharp.Scripting.UnitTests" />
<InternalsVisibleToTest Include="Roslyn.Services.Editor.CSharp.UnitTests" />
</ItemGroup>
<ItemGroup>
<PackageReference Include="System.Runtime.Extensions" Version="$(SystemRuntimeExtensionsVersion)" />
</ItemGroup>
<Import Project="..\..\..\..\..\build\Targets\Imports.targets" />
<ProjectExtensions>
<VisualStudio>
......
{
"dependencies": {
"System.Runtime.Extensions": "4.3.0"
},
"frameworks": {
"netstandard1.3": {
"imports": "portable-net452"
}
}
}
\ No newline at end of file
......@@ -89,8 +89,5 @@
<ItemGroup>
<Folder Include="My Project\" />
</ItemGroup>
<ItemGroup>
<None Include="project.json" />
</ItemGroup>
<Import Project="..\..\..\..\..\build\Targets\Imports.targets" />
</Project>
</Project>
\ No newline at end of file
{
"dependencies": { },
"frameworks": {
"net46": { }
}
}
<?xml version="1.0" encoding="utf-8"?>
<!-- Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. -->
<Project ToolsVersion="14.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<Import Project="..\..\..\..\build\Targets\Settings.props" />
<Import Project="..\..\..\..\build\Targets\SettingsSdk.props" />
<PropertyGroup>
<Platform Condition="'$(Platform)' == ''">AnyCPU</Platform>
<PlatformTarget>AnyCPU</PlatformTarget>
<ProjectGuid>{2523D0E6-DF32-4A3E-8AE0-A19BFFAE2EF6}</ProjectGuid>
<OutputType>Library</OutputType>
<AssemblyName>Microsoft.CodeAnalysis.VisualBasic</AssemblyName>
<TargetFrameworkIdentifier>.NETPortable</TargetFrameworkIdentifier>
<TargetFrameworkVersion>v5.0</TargetFrameworkVersion>
<TargetFramework>netstandard1.3</TargetFramework>
<ProjectTypeGuids>{14182A97-F7F0-4C62-8B27-98AA8AE2109A};{F184B08F-C81C-45F6-A57F-5ABD9991F28F}</ProjectTypeGuids>
<ServiceablePackage>true</ServiceablePackage>
<NoWarn>$(NoWarn);42014</NoWarn>
......@@ -972,8 +971,10 @@
<None Include="..\BasicCodeAnalysisRules.ruleset">
<SubType>Designer</SubType>
</None>
<None Include="project.json" />
</ItemGroup>
<ItemGroup>
<PackageReference Include="System.Threading.Tasks.Parallel" Version="$(SystemThreadingTasksParallelVersion)" />
</ItemGroup>
<Import Project="..\BasicAnalyzerDriver\BasicAnalyzerDriver.projitems" Label="Shared" />
<Import Project="..\..\..\..\build\Targets\Imports.targets" />
</Project>
</Project>
\ No newline at end of file
{
"dependencies": {
"System.Threading.Tasks.Parallel": "4.3.0"
},
"frameworks": {
"netstandard1.3": {}
}
}
......@@ -11,6 +11,7 @@
<AssemblyName>Roslyn.Compilers.VisualBasic.CommandLine.UnitTests</AssemblyName>
<AllowUnsafeBlocks>false</AllowUnsafeBlocks>
<TargetFrameworkVersion>v4.6</TargetFrameworkVersion>
<RuntimeIdentifiers>win7</RuntimeIdentifiers>
<RoslynProjectType>UnitTest</RoslynProjectType>
</PropertyGroup>
<ItemGroup Label="Project References">
......@@ -62,6 +63,15 @@
<Reference Include="System.Core" />
<Reference Include="System.Xml" />
<Reference Include="System.Xml.Linq" />
<PackageReference Include="xunit">
<Version>$(xunitVersion)</Version>
</PackageReference>
<PackageReference Include="xunit.runner.console">
<Version>$(xunitrunnerconsoleVersion)</Version>
</PackageReference>
<PackageReference Include="xunit.runner.visualstudio">
<Version>$(xunitrunnervisualstudioVersion)</Version>
</PackageReference>
</ItemGroup>
<ItemGroup>
<Import Include="System.Xml.Linq" />
......@@ -119,10 +129,9 @@
<CustomToolNamespace>My</CustomToolNamespace>
<LastGenOutput>Settings.Designer.vb</LastGenOutput>
</None>
<None Include="project.json" />
</ItemGroup>
<ItemGroup>
<Service Include="{82A7F48D-3B50-4B1E-B82E-3ADA8210C358}" />
</ItemGroup>
<Import Project="..\..\..\..\..\build\Targets\Imports.targets" />
</Project>
</Project>
\ No newline at end of file
{
"dependencies": {
"xunit": "2.2.0-beta4-build3444",
"xunit.runner.console": "2.2.0-beta4-build3444",
"xunit.runner.visualstudio": "2.2.0-beta4-build1194"
},
"frameworks": {
"net46": { }
},
"runtimes": {
"win7": { }
}
}
\ No newline at end of file
......@@ -10,6 +10,7 @@
<OutputType>Library</OutputType>
<AssemblyName>Roslyn.Compilers.VisualBasic.Emit.UnitTests</AssemblyName>
<TargetFrameworkVersion>v4.6</TargetFrameworkVersion>
<RuntimeIdentifiers>win7</RuntimeIdentifiers>
<RoslynProjectType>UnitTest</RoslynProjectType>
</PropertyGroup>
<ItemGroup Label="Project References">
......@@ -53,6 +54,18 @@
<Reference Include="System.Xml" />
<Reference Include="System.Xml.Linq" />
<Reference Include="Microsoft.VisualBasic" />
<PackageReference Include="Microsoft.DiaSymReader">
<Version>$(MicrosoftDiaSymReaderVersion)</Version>
</PackageReference>
<PackageReference Include="xunit">
<Version>$(xunitVersion)</Version>
</PackageReference>
<PackageReference Include="xunit.runner.console">
<Version>$(xunitrunnerconsoleVersion)</Version>
</PackageReference>
<PackageReference Include="xunit.runner.visualstudio">
<Version>$(xunitrunnervisualstudioVersion)</Version>
</PackageReference>
</ItemGroup>
<ItemGroup>
<Compile Include="AssemblyAttributes.vb" />
......@@ -239,9 +252,6 @@
<ItemGroup>
<Folder Include="My Project\" />
</ItemGroup>
<ItemGroup>
<None Include="project.json" />
</ItemGroup>
<ItemGroup>
<Service Include="{82A7F48D-3B50-4B1E-B82E-3ADA8210C358}" />
</ItemGroup>
......
{
"dependencies": {
"Microsoft.DiaSymReader": "1.1.0",
"xunit": "2.2.0-beta4-build3444",
"xunit.runner.console": "2.2.0-beta4-build3444",
"xunit.runner.visualstudio": "2.2.0-beta4-build1194"
},
"frameworks": {
"net46": { }
},
"runtimes": {
"win7": { }
}
}
......@@ -10,6 +10,7 @@
<OutputType>Library</OutputType>
<AssemblyName>Roslyn.Compilers.VisualBasic.Semantic.UnitTests</AssemblyName>
<TargetFrameworkVersion>v4.6</TargetFrameworkVersion>
<RuntimeIdentifiers>win7</RuntimeIdentifiers>
<RoslynProjectType>UnitTest</RoslynProjectType>
</PropertyGroup>
<ItemGroup Label="Project References">
......@@ -53,6 +54,15 @@
<Reference Include="System.Configuration" />
<Reference Include="System.Xml" />
<Reference Include="System.Xml.Linq" />
<PackageReference Include="xunit">
<Version>$(xunitVersion)</Version>
</PackageReference>
<PackageReference Include="xunit.runner.console">
<Version>$(xunitrunnerconsoleVersion)</Version>
</PackageReference>
<PackageReference Include="xunit.runner.visualstudio">
<Version>$(xunitrunnervisualstudioVersion)</Version>
</PackageReference>
</ItemGroup>
<ItemGroup>
<Folder Include="My Project\" />
......@@ -210,9 +220,6 @@
<EmbeddedResource Include="Semantics\LongTypeName.vb.txt" />
<EmbeddedResource Include="Semantics\LongTypeNameNative.vb.txt" />
</ItemGroup>
<ItemGroup>
<None Include="project.json" />
</ItemGroup>
<ItemGroup>
<Service Include="{82A7F48D-3B50-4B1E-B82E-3ADA8210C358}" />
</ItemGroup>
......
{
"dependencies": {
"xunit": "2.2.0-beta4-build3444",
"xunit.runner.console": "2.2.0-beta4-build3444",
"xunit.runner.visualstudio": "2.2.0-beta4-build1194"
},
"frameworks": {
"net46": { }
},
"runtimes": {
"win7": { }
}
}
\ No newline at end of file
......@@ -10,6 +10,7 @@
<OutputType>Library</OutputType>
<AssemblyName>Roslyn.Compilers.VisualBasic.Symbol.UnitTests</AssemblyName>
<TargetFrameworkVersion>v4.6</TargetFrameworkVersion>
<RuntimeIdentifiers>win7</RuntimeIdentifiers>
<RoslynProjectType>UnitTest</RoslynProjectType>
</PropertyGroup>
<ItemGroup Label="Project References">
......@@ -53,6 +54,15 @@
<Reference Include="System.Configuration" />
<Reference Include="System.Xml" />
<Reference Include="System.Xml.Linq" />
<PackageReference Include="xunit">
<Version>$(xunitVersion)</Version>
</PackageReference>
<PackageReference Include="xunit.runner.console">
<Version>$(xunitrunnerconsoleVersion)</Version>
</PackageReference>
<PackageReference Include="xunit.runner.visualstudio">
<Version>$(xunitrunnervisualstudioVersion)</Version>
</PackageReference>
</ItemGroup>
<ItemGroup>
<Folder Include="My Project\" />
......@@ -152,11 +162,10 @@
<Compile Include="SymbolsTests\XmlLiteralsTests_UseSiteErrors.vb" />
</ItemGroup>
<ItemGroup>
<None Include="project.json" />
<None Include="SymbolsTests\Metadata\MscorlibNamespacesAndTypes.bsl" />
</ItemGroup>
<ItemGroup>
<Service Include="{82A7F48D-3B50-4B1E-B82E-3ADA8210C358}" />
</ItemGroup>
<Import Project="..\..\..\..\..\build\Targets\Imports.targets" />
</Project>
</Project>
\ No newline at end of file
{
"dependencies": {
"xunit": "2.2.0-beta4-build3444",
"xunit.runner.console": "2.2.0-beta4-build3444",
"xunit.runner.visualstudio": "2.2.0-beta4-build1194"
},
"frameworks": {
"net46": { }
},
"runtimes": {
"win7": { }
}
}
\ No newline at end of file
......@@ -10,6 +10,7 @@
<OutputType>Library</OutputType>
<AssemblyName>Roslyn.Compilers.VisualBasic.Syntax.UnitTests</AssemblyName>
<TargetFrameworkVersion>v4.6</TargetFrameworkVersion>
<RuntimeIdentifiers>win7</RuntimeIdentifiers>
<RoslynProjectType>UnitTest</RoslynProjectType>
</PropertyGroup>
<ItemGroup Label="Project References">
......@@ -60,6 +61,15 @@
<Reference Include="System" />
<Reference Include="System.Xml" />
<Reference Include="System.Xml.Linq" />
<PackageReference Include="xunit">
<Version>$(xunitVersion)</Version>
</PackageReference>
<PackageReference Include="xunit.runner.console">
<Version>$(xunitrunnerconsoleVersion)</Version>
</PackageReference>
<PackageReference Include="xunit.runner.visualstudio">
<Version>$(xunitrunnervisualstudioVersion)</Version>
</PackageReference>
</ItemGroup>
<ItemGroup>
<Compile Include="Generated\Syntax.Test.xml.Generated.vb" />
......@@ -118,7 +128,6 @@
<Compile Include="Syntax\SyntaxTriviaListTests.vb" />
<Compile Include="TestSyntaxNodes.vb" />
<Content Include="Syntax\VBAllInOne.txt" />
<None Include="project.json" />
<None Include="Resources\VBAllInOne.vb" />
</ItemGroup>
<ItemGroup>
......@@ -140,4 +149,4 @@
<Service Include="{82A7F48D-3B50-4B1E-B82E-3ADA8210C358}" />
</ItemGroup>
<Import Project="..\..\..\..\..\build\Targets\Imports.targets" />
</Project>
</Project>
\ No newline at end of file
{
"dependencies": {
"xunit": "2.2.0-beta4-build3444",
"xunit.runner.console": "2.2.0-beta4-build3444",
"xunit.runner.visualstudio": "2.2.0-beta4-build1194"
},
"frameworks": {
"net46": { }
},
"runtimes": {
"win7": { }
}
}
\ No newline at end of file
<?xml version="1.0" encoding="utf-8"?>
<!-- Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. -->
<Project ToolsVersion="14.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<Import Project="..\..\..\..\build\Targets\Settings.props" />
<Import Project="..\..\..\..\build\Targets\SettingsSdk.props" />
<PropertyGroup>
<Platform Condition="'$(Platform)' == ''">AnyCPU</Platform>
<PlatformTarget>AnyCPU</PlatformTarget>
<RuntimeIdentifier>x64</RuntimeIdentifier>
<NuGetRuntimeIdentifier>$(BaseNuGetRuntimeIdentifier)-$(RuntimeIdentifier)</NuGetRuntimeIdentifier>
<ProjectGuid>{8CE3A581-2969-4864-A803-013E9D977C3A}</ProjectGuid>
<OutputType>Exe</OutputType>
<RootNamespace>Microsoft.CodeAnalysis.VisualBasic.CommandLine</RootNamespace>
......@@ -17,8 +16,9 @@
<ServiceablePackage>true</ServiceablePackage>
<AutoGenerateBindingRedirects>True</AutoGenerateBindingRedirects>
<ProjectTypeGuids>{786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
<TargetFrameworkIdentifier>.NETPortable</TargetFrameworkIdentifier>
<TargetFrameworkVersion>v5.0</TargetFrameworkVersion>
<TargetFramework>netcoreapp1.1</TargetFramework>
<RuntimeIdentifiers>win7-x64;ubuntu.14.04-x64;ubuntu.16.04-x64;osx.10.12-x64</RuntimeIdentifiers>
<PackageTargetFallback>portable-net452</PackageTargetFallback>
<NoStdLib>true</NoStdLib>
</PropertyGroup>
<ItemGroup Label="Project References">
......@@ -58,7 +58,57 @@
<None Include="vbc.cmd">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</None>
<None Include="project.json" />
</ItemGroup>
<ItemGroup>
<PackageReference Include="Microsoft.NETCore.Platforms" Version="$(MicrosoftNETCorePlatformsVersion)" />
<PackageReference Include="Microsoft.NETCore.Runtime.CoreCLR" Version="$(MicrosoftNETCoreRuntimeCoreCLRVersion)" />
<PackageReference Include="Microsoft.NETCore.TestHost" Version="$(MicrosoftNETCoreTestHostVersion)" />
<PackageReference Include="System.AppContext" Version="$(SystemAppContextVersion)" />
<PackageReference Include="System.Collections" Version="$(SystemCollectionsVersion)" />
<PackageReference Include="System.Collections.Concurrent" Version="$(SystemCollectionsConcurrentVersion)" />
<PackageReference Include="System.Collections.Immutable" Version="$(SystemCollectionsImmutableVersion)" />
<PackageReference Include="System.Console" Version="$(SystemConsoleVersion)" />
<PackageReference Include="System.Diagnostics.Debug" Version="$(SystemDiagnosticsDebugVersion)" />
<PackageReference Include="System.Diagnostics.FileVersionInfo" Version="$(SystemDiagnosticsFileVersionInfoVersion)" />
<PackageReference Include="System.Diagnostics.Process" Version="$(SystemDiagnosticsProcessVersion)" />
<PackageReference Include="System.Diagnostics.StackTrace" Version="$(SystemDiagnosticsStackTraceVersion)" />
<PackageReference Include="System.Diagnostics.Tools" Version="$(SystemDiagnosticsToolsVersion)" />
<PackageReference Include="System.Dynamic.Runtime" Version="$(SystemDynamicRuntimeVersion)" />
<PackageReference Include="System.Globalization" Version="$(SystemGlobalizationVersion)" />
<PackageReference Include="System.IO.Compression" Version="$(SystemIOCompressionVersion)" />
<PackageReference Include="System.IO.FileSystem" Version="$(SystemIOFileSystemVersion)" />
<PackageReference Include="System.IO.FileSystem.Primitives" Version="$(SystemIOFileSystemPrimitivesVersion)" />
<PackageReference Include="System.IO.FileSystem.Watcher" Version="$(SystemIOFileSystemWatcherVersion)" />
<PackageReference Include="System.IO.Pipes" Version="$(SystemIOPipesVersion)" />
<PackageReference Include="System.Linq" Version="$(SystemLinqVersion)" />
<PackageReference Include="System.Linq.Expressions" Version="$(SystemLinqExpressionsVersion)" />
<PackageReference Include="System.Net.NameResolution" Version="$(SystemNetNameResolutionVersion)" />
<PackageReference Include="System.Net.Sockets" Version="$(SystemNetSocketsVersion)" />
<PackageReference Include="System.Reflection" Version="$(SystemReflectionVersion)" />
<PackageReference Include="System.Reflection.Primitives" Version="$(SystemReflectionPrimitivesVersion)" />
<PackageReference Include="System.Resources.ResourceManager" Version="$(SystemResourcesResourceManagerVersion)" />
<PackageReference Include="System.Runtime" Version="$(SystemRuntimeVersion)" />
<PackageReference Include="System.Runtime.Extensions" Version="$(SystemRuntimeExtensionsVersion)" />
<PackageReference Include="System.Runtime.Handles" Version="$(SystemRuntimeHandlesVersion)" />
<PackageReference Include="System.Runtime.InteropServices" Version="$(SystemRuntimeInteropServicesVersion)" />
<PackageReference Include="System.Runtime.Loader" Version="$(SystemRuntimeLoaderVersion)" />
<PackageReference Include="System.Runtime.Numerics" Version="$(SystemRuntimeNumericsVersion)" />
<PackageReference Include="System.Runtime.Serialization.Primitives" Version="$(SystemRuntimeSerializationPrimitivesVersion)" />
<PackageReference Include="System.Runtime.Serialization.Json" Version="$(SystemRuntimeSerializationJsonVersion)" />
<PackageReference Include="System.Security.Cryptography.Algorithms" Version="$(SystemSecurityCryptographyAlgorithmsVersion)" />
<PackageReference Include="System.Security.Cryptography.Encoding" Version="$(SystemSecurityCryptographyEncodingVersion)" />
<PackageReference Include="System.Security.Cryptography.X509Certificates" Version="$(SystemSecurityCryptographyX509CertificatesVersion)" />
<PackageReference Include="System.Text.Encoding" Version="$(SystemTextEncodingVersion)" />
<PackageReference Include="System.Text.Encoding.CodePages" Version="$(SystemTextEncodingCodePagesVersion)" />
<PackageReference Include="System.Text.Encoding.Extensions" Version="$(SystemTextEncodingExtensionsVersion)" />
<PackageReference Include="System.Threading" Version="$(SystemThreadingVersion)" />
<PackageReference Include="System.Threading.Tasks" Version="$(SystemThreadingTasksVersion)" />
<PackageReference Include="System.Threading.Tasks.Parallel" Version="$(SystemThreadingTasksParallelVersion)" />
<PackageReference Include="System.Threading.Thread" Version="$(SystemThreadingThreadVersion)" />
<PackageReference Include="System.Xml.ReaderWriter" Version="$(SystemXmlReaderWriterVersion)" />
<PackageReference Include="System.Xml.XDocument" Version="$(SystemXmlXDocumentVersion)" />
<PackageReference Include="System.Xml.XmlDocument" Version="$(SystemXmlXmlDocumentVersion)" />
<PackageReference Include="System.Xml.XPath.XDocument" Version="$(SystemXmlXPathXDocumentVersion)" />
</ItemGroup>
<Import Project="..\..\Core\CommandLine\CommandLine.projitems" Label="Shared" />
<Import Project="..\..\..\..\build\Targets\Imports.targets" />
......
{
"dependencies": {
"Microsoft.NETCore.Portable.Compatibility": "1.0.1",
"Microsoft.NETCore.Platforms": "1.1.0",
"Microsoft.NETCore.Runtime.CoreCLR": "1.1.0",
"Microsoft.NETCore.TestHost": "1.1.0",
"System.AppContext": "4.3.0",
"System.Collections": "4.3.0",
"System.Collections.Concurrent": "4.3.0",
"System.Collections.Immutable": "1.3.1",
"System.Console": "4.3.0",
"System.Diagnostics.Debug": "4.3.0",
"System.Diagnostics.FileVersionInfo": "4.3.0",
"System.Diagnostics.Process": "4.3.0",
"System.Diagnostics.StackTrace": "4.3.0",
"System.Diagnostics.Tools": "4.3.0",
"System.Dynamic.Runtime": "4.3.0",
"System.Globalization": "4.3.0",
"System.IO.Compression": "4.3.0",
"System.IO.FileSystem": "4.3.0",
"System.IO.FileSystem.Primitives": "4.3.0",
"System.IO.FileSystem.Watcher": "4.3.0",
"System.IO.Pipes": "4.3.0",
"System.Linq": "4.3.0",
"System.Linq.Expressions": "4.3.0",
"System.Net.NameResolution": "4.3.0",
"System.Net.Sockets": "4.3.0",
"System.Reflection": "4.3.0",
"System.Reflection.Primitives": "4.3.0",
"System.Resources.ResourceManager": "4.3.0",
"System.Runtime": "4.3.0",
"System.Runtime.Extensions": "4.3.0",
"System.Runtime.Handles": "4.3.0",
"System.Runtime.InteropServices": "4.3.0",
"System.Runtime.Loader": "4.3.0",
"System.Runtime.Numerics": "4.3.0",
"System.Runtime.Serialization.Primitives": "4.3.0",
"System.Runtime.Serialization.Json": "4.3.0",
"System.Security.Cryptography.Algorithms": "4.3.0",
"System.Security.Cryptography.Encoding": "4.3.0",
"System.Security.Cryptography.X509Certificates": "4.3.0",
"System.Text.Encoding": "4.3.0",
"System.Text.Encoding.CodePages": "4.3.0",
"System.Text.Encoding.Extensions": "4.3.0",
"System.Threading": "4.3.0",
"System.Threading.Tasks": "4.3.0",
"System.Threading.Tasks.Parallel": "4.3.0",
"System.Threading.Thread": "4.3.0",
"System.Xml.ReaderWriter": "4.3.0",
"System.Xml.XDocument": "4.3.0",
"System.Xml.XmlDocument": "4.3.0",
"System.Xml.XPath.XDocument": "4.3.0"
},
"frameworks": {
"NETCoreApp1.0": {
"imports": "portable-net452"
}
},
"runtimes": {
"win7-x64": { },
"ubuntu.14.04-x64": { },
"ubuntu.16.04-x64": { },
"osx.10.12-x64": { }
}
}
{
"dependencies": {
"Microsoft.DiaSymReader.Native": "1.5.0"
},
"frameworks": {
"net46": { }
},
"runtimes": {
"win7": { }
}
}
\ No newline at end of file
......@@ -14,6 +14,7 @@
<LargeAddressAware>true</LargeAddressAware>
<StartupObject>Microsoft.CodeAnalysis.VisualBasic.CommandLine.Program</StartupObject>
<TargetFrameworkVersion>v4.6</TargetFrameworkVersion>
<RuntimeIdentifiers>win7</RuntimeIdentifiers>
</PropertyGroup>
<ItemGroup Label="Project References">
<ProjectReference Include="..\..\Core\Portable\CodeAnalysis.csproj">
......@@ -29,6 +30,9 @@
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|AnyCPU'" />
<ItemGroup>
<Reference Include="System" />
<PackageReference Include="Microsoft.DiaSymReader.Native">
<Version>$(MicrosoftDiaSymReaderNativeVersion)</Version>
</PackageReference>
</ItemGroup>
<ItemGroup>
<Compile Include="..\..\Shared\BuildClient.cs">
......@@ -55,7 +59,6 @@
<InternalsVisibleToTest Include="Roslyn.Compilers.VisualBasic.CommandLine.UnitTests" />
</ItemGroup>
<ItemGroup>
<None Include="project.json" />
<None Include="App.config" />
<None Include="vbc.rsp">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
......
......@@ -64,4 +64,4 @@
</ProjectReference>
</ItemGroup>
<Import Project="..\..\build\Targets\Imports.targets" />
</Project>
</Project>
\ No newline at end of file
......@@ -163,6 +163,12 @@
<Reference Include="System.Xaml" />
<Reference Include="System.XML" />
<Reference Include="WindowsBase" />
<PackageReference Include="Microsoft.VisualStudio.Language.Intellisense">
<Version>$(MicrosoftVisualStudioLanguageIntellisenseVersion)</Version>
</PackageReference>
<PackageReference Include="Microsoft.VisualStudio.Text.UI.Wpf">
<Version>$(MicrosoftVisualStudioTextUIWpfVersion)</Version>
</PackageReference>
</ItemGroup>
<ItemGroup>
<EmbeddedResource Include="CSharpEditorResources.resx">
......@@ -172,10 +178,8 @@
</EmbeddedResource>
</ItemGroup>
<ItemGroup>
<None Include="project.json" />
<PublicAPI Include="PublicAPI.Shipped.txt" />
<PublicAPI Include="PublicAPI.Unshipped.txt" />
</ItemGroup>
<ItemGroup />
<Import Project="..\..\..\build\Targets\Imports.targets" />
</Project>
\ No newline at end of file
{
"dependencies": {
"Microsoft.VisualStudio.Language.Intellisense": "15.0.26201-alpha",
"Microsoft.VisualStudio.Text.UI.Wpf": "15.0.26201-alpha"
},
"frameworks": {
"net46": {}
}
}
\ No newline at end of file
......@@ -5,6 +5,7 @@
<PropertyGroup>
<StartupObject />
<TargetFrameworkVersion>v4.6</TargetFrameworkVersion>
<RuntimeIdentifiers>win7</RuntimeIdentifiers>
<TargetFrameworkProfile />
</PropertyGroup>
<ItemGroup Label="Project References">
......@@ -161,6 +162,42 @@
<Reference Include="System.XML" />
<Reference Include="System.Xml.Linq" />
<Reference Include="WindowsBase" />
<PackageReference Include="Microsoft.VisualStudio.Composition">
<Version>$(MicrosoftVisualStudioCompositionVersion)</Version>
</PackageReference>
<PackageReference Include="Microsoft.VisualStudio.Platform.VSEditor">
<Version>$(MicrosoftVisualStudioPlatformVSEditorVersion)</Version>
</PackageReference>
<PackageReference Include="Microsoft.VisualStudio.Platform.VSEditor.Interop">
<Version>$(MicrosoftVisualStudioPlatformVSEditorInteropVersion)</Version>
</PackageReference>
<PackageReference Include="BasicUndo">
<Version>$(BasicUndoVersion)</Version>
</PackageReference>
<PackageReference Include="Microsoft.VisualStudio.InteractiveWindow">
<Version>$(MicrosoftVisualStudioInteractiveWindowVersion)</Version>
</PackageReference>
<PackageReference Include="Microsoft.VisualStudio.Language.Intellisense">
<Version>$(MicrosoftVisualStudioLanguageIntellisenseVersion)</Version>
</PackageReference>
<PackageReference Include="Microsoft.VisualStudio.Text.Internal">
<Version>$(MicrosoftVisualStudioTextInternalVersion)</Version>
</PackageReference>
<PackageReference Include="Microsoft.VisualStudio.Language.CallHierarchy">
<Version>$(MicrosoftVisualStudioLanguageCallHierarchyVersion)</Version>
</PackageReference>
<PackageReference Include="Microsoft.VisualStudio.Language.NavigateTo.Interfaces">
<Version>$(MicrosoftVisualStudioLanguageNavigateToInterfacesVersion)</Version>
</PackageReference>
<PackageReference Include="Microsoft.VisualStudio.Language.StandardClassification">
<Version>$(MicrosoftVisualStudioLanguageStandardClassificationVersion)</Version>
</PackageReference>
<PackageReference Include="Microsoft.VisualStudio.Text.UI">
<Version>$(MicrosoftVisualStudioTextUIVersion)</Version>
</PackageReference>
<PackageReference Include="Microsoft.VisualStudio.Text.UI.Wpf">
<Version>$(MicrosoftVisualStudioTextUIWpfVersion)</Version>
</PackageReference>
</ItemGroup>
<ItemGroup>
<Compile Include="AddBraces\AddBracesFixAllTests.cs" />
......@@ -472,7 +509,6 @@
<Compile Include="TypeInferrer\TypeInferrerTests.Delegate.cs" />
<Compile Include="TypeInferrer\TypeInferrerTests.cs" />
<Compile Include="Workspaces\WorkspaceTests.cs" />
<None Include="project.json" />
<None Include="PerfTests\CSharpPerfFindRefs.xml">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</None>
......@@ -587,7 +623,6 @@
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</None>
</ItemGroup>
<ItemGroup />
<ItemGroup>
<Service Include="{82A7F48D-3B50-4B1E-B82E-3ADA8210C358}" />
</ItemGroup>
......
{
"dependencies": {
"Microsoft.VisualStudio.Composition": "15.0.66-rc",
"Microsoft.VisualStudio.Platform.VSEditor": "15.0.26201-alpha",
"Microsoft.VisualStudio.Platform.VSEditor.Interop": "15.0.26201-alpha",
"BasicUndo": "0.9.3",
"Microsoft.VisualStudio.InteractiveWindow": "2.0.0-rc3-61304-01",
"Microsoft.VisualStudio.Language.Intellisense": "15.0.26201-alpha",
"Microsoft.VisualStudio.Text.Internal": "15.0.26201-alpha",
"Microsoft.VisualStudio.Language.CallHierarchy": "15.0.26201-alpha",
"Microsoft.VisualStudio.Language.NavigateTo.Interfaces": "15.0.26201-alpha",
"Microsoft.VisualStudio.Language.StandardClassification": "15.0.26201-alpha",
"Microsoft.VisualStudio.Text.UI": "15.0.26201-alpha",
"Microsoft.VisualStudio.Text.UI.Wpf": "15.0.26201-alpha"
},
"frameworks": {
"net46": {}
},
"runtimes": {
"win7": {}
}
}
\ No newline at end of file
......@@ -5,6 +5,7 @@
<PropertyGroup>
<StartupObject />
<TargetFrameworkVersion>v4.6</TargetFrameworkVersion>
<RuntimeIdentifiers>win7</RuntimeIdentifiers>
<TargetFrameworkProfile />
</PropertyGroup>
<ItemGroup Label="Project References">
......@@ -288,9 +289,7 @@
<Compile Include="Recommendations\WhereKeywordRecommenderTests.cs" />
<Compile Include="Recommendations\WhileKeywordRecommenderTests.cs" />
<Compile Include="Recommendations\YieldKeywordRecommenderTests.cs" />
<None Include="project.json" />
</ItemGroup>
<ItemGroup />
<ItemGroup>
<Service Include="{82A7F48D-3B50-4B1E-B82E-3ADA8210C358}" />
</ItemGroup>
......
{
"dependencies": { },
"frameworks": {
"net46": { }
},
"runtimes": {
"win7": { }
}
}
......@@ -53,6 +53,54 @@
<Reference Include="System.Xml" />
<Reference Include="System.Xml.Linq" />
<Reference Include="WindowsBase" />
<PackageReference Include="System.Collections.Immutable">
<Version>$(SystemCollectionsImmutableVersion)</Version>
</PackageReference>
<PackageReference Include="Microsoft.VisualStudio.InteractiveWindow">
<Version>$(MicrosoftVisualStudioInteractiveWindowVersion)</Version>
</PackageReference>
<PackageReference Include="Microsoft.VisualStudio.Text.Internal">
<Version>$(MicrosoftVisualStudioTextInternalVersion)</Version>
</PackageReference>
<PackageReference Include="Microsoft.VisualStudio.Language.CallHierarchy">
<Version>$(MicrosoftVisualStudioLanguageCallHierarchyVersion)</Version>
</PackageReference>
<PackageReference Include="Microsoft.VisualStudio.Language.NavigateTo.Interfaces">
<Version>$(MicrosoftVisualStudioLanguageNavigateToInterfacesVersion)</Version>
</PackageReference>
<PackageReference Include="Microsoft.VisualStudio.Language.StandardClassification">
<Version>$(MicrosoftVisualStudioLanguageStandardClassificationVersion)</Version>
</PackageReference>
<PackageReference Include="Microsoft.VisualStudio.Language.Intellisense">
<Version>$(MicrosoftVisualStudioLanguageIntellisenseVersion)</Version>
</PackageReference>
<PackageReference Include="Microsoft.VisualStudio.Imaging">
<Version>$(MicrosoftVisualStudioImagingVersion)</Version>
</PackageReference>
<PackageReference Include="Microsoft.VisualStudio.Imaging.Interop.14.0.DesignTime">
<Version>$(MicrosoftVisualStudioImagingInterop140DesignTimeVersion)</Version>
</PackageReference>
<PackageReference Include="Microsoft.VisualStudio.ImageCatalog">
<Version>$(MicrosoftVisualStudioImageCatalogVersion)</Version>
</PackageReference>
<PackageReference Include="Microsoft.VisualStudio.Text.UI.Wpf">
<Version>$(MicrosoftVisualStudioTextUIWpfVersion)</Version>
</PackageReference>
<PackageReference Include="Microsoft.VisualStudio.Utilities">
<Version>$(MicrosoftVisualStudioUtilitiesVersion)</Version>
</PackageReference>
<PackageReference Include="Microsoft.VisualStudio.Validation">
<Version>$(MicrosoftVisualStudioValidationVersion)</Version>
</PackageReference>
<PackageReference Include="Microsoft.VisualStudio.Threading">
<Version>$(MicrosoftVisualStudioThreadingVersion)</Version>
</PackageReference>
<PackageReference Include="Microsoft.CodeAnalysis.Elfie">
<Version>$(MicrosoftCodeAnalysisElfieVersion)</Version>
</PackageReference>
<PackageReference Include="Microsoft.VisualStudio.RemoteControl">
<Version>$(MicrosoftVisualStudioRemoteControlVersion)</Version>
</PackageReference>
</ItemGroup>
<ItemGroup>
<InternalsVisibleTo Include="InteractiveHost" />
......@@ -795,7 +843,6 @@
<Compile Include="Implementation\Intellisense\QuickInfo\Providers\AbstractSemanticQuickInfoProvider.ErrorVisitor.cs" />
</ItemGroup>
<ItemGroup>
<None Include="project.json" />
<PublicAPI Include="PublicAPI.Shipped.txt" />
<PublicAPI Include="PublicAPI.Unshipped.txt" />
</ItemGroup>
......
{
"dependencies": {
"System.Collections.Immutable": "1.3.1",
"Microsoft.VisualStudio.InteractiveWindow": "2.0.0-rc3-61304-01",
"Microsoft.VisualStudio.Text.Internal": "15.0.26201-alpha",
"Microsoft.VisualStudio.Language.CallHierarchy": "15.0.26201-alpha",
"Microsoft.VisualStudio.Language.NavigateTo.Interfaces": "15.0.26201-alpha",
"Microsoft.VisualStudio.Language.StandardClassification": "15.0.26201-alpha",
"Microsoft.VisualStudio.Language.Intellisense": "15.0.26201-alpha",
"Microsoft.VisualStudio.Imaging": "15.0.26201-alpha",
"Microsoft.VisualStudio.Imaging.Interop.14.0.DesignTime": "14.3.25407",
"Microsoft.VisualStudio.ImageCatalog": "15.0.26201-alpha",
"Microsoft.VisualStudio.Text.UI.Wpf": "15.0.26201-alpha",
"Microsoft.VisualStudio.Utilities": "15.0.26201-alpha",
"Microsoft.VisualStudio.Validation": "15.0.26201-alpha",
"Microsoft.VisualStudio.Threading": "15.0.26201-alpha",
"Microsoft.CodeAnalysis.Elfie": "0.10.6-rc2",
"Microsoft.VisualStudio.RemoteControl": "14.0.249-master2E2DC10C"
},
"frameworks": {
"net46": {}
}
}
\ No newline at end of file
......@@ -49,9 +49,62 @@
<Reference Include="System.Core" />
<Reference Include="System.Drawing" />
<Reference Include="$(NuGetPackageRoot)\VS.ExternalAPIs.CodingConventions\1.0.60704.2\Microsoft.VisualStudio.CodingConventions.dll" />
<PackageReference Include="Microsoft.VisualStudio.CoreUtility">
<Version>$(MicrosoftVisualStudioCoreUtilityVersion)</Version>
</PackageReference>
<PackageReference Include="Microsoft.VisualStudio.Editor">
<Version>$(MicrosoftVisualStudioEditorVersion)</Version>
</PackageReference>
<PackageReference Include="Microsoft.VisualStudio.Imaging">
<Version>$(MicrosoftVisualStudioImagingVersion)</Version>
</PackageReference>
<PackageReference Include="Microsoft.VisualStudio.Imaging.Interop.14.0.DesignTime">
<Version>$(MicrosoftVisualStudioImagingInterop140DesignTimeVersion)</Version>
</PackageReference>
<PackageReference Include="Microsoft.VisualStudio.Shell.Interop.14.0.DesignTime">
<Version>$(MicrosoftVisualStudioShellInterop140DesignTimeVersion)</Version>
</PackageReference>
<PackageReference Include="Microsoft.VisualStudio.ImageCatalog">
<Version>$(MicrosoftVisualStudioImageCatalogVersion)</Version>
</PackageReference>
<PackageReference Include="Microsoft.VisualStudio.Language.Intellisense">
<Version>$(MicrosoftVisualStudioLanguageIntellisenseVersion)</Version>
</PackageReference>
<PackageReference Include="Microsoft.VisualStudio.Text.Data">
<Version>$(MicrosoftVisualStudioTextDataVersion)</Version>
</PackageReference>
<PackageReference Include="Microsoft.VisualStudio.Text.Logic">
<Version>$(MicrosoftVisualStudioTextLogicVersion)</Version>
</PackageReference>
<PackageReference Include="Microsoft.VisualStudio.Text.UI">
<Version>$(MicrosoftVisualStudioTextUIVersion)</Version>
</PackageReference>
<PackageReference Include="Microsoft.VisualStudio.Text.UI.Wpf">
<Version>$(MicrosoftVisualStudioTextUIWpfVersion)</Version>
</PackageReference>
<PackageReference Include="Microsoft.VisualStudio.Utilities">
<Version>$(MicrosoftVisualStudioUtilitiesVersion)</Version>
</PackageReference>
<PackageReference Include="Microsoft.VisualStudio.Language.NavigateTo.Interfaces">
<Version>$(MicrosoftVisualStudioLanguageNavigateToInterfacesVersion)</Version>
</PackageReference>
<PackageReference Include="Microsoft.VisualStudio.Validation">
<Version>$(MicrosoftVisualStudioValidationVersion)</Version>
</PackageReference>
<PackageReference Include="Microsoft.VisualStudio.Threading">
<Version>$(MicrosoftVisualStudioThreadingVersion)</Version>
</PackageReference>
<PackageReference Include="System.Collections.Immutable">
<Version>$(SystemCollectionsImmutableVersion)</Version>
</PackageReference>
<PackageReference Include="Microsoft.Tpl.Dataflow">
<Version>$(MicrosoftTplDataflowVersion)</Version>
</PackageReference>
<PackageReference Include="VS.ExternalAPIs.CodingConventions">
<Version>$(VSExternalAPIsCodingConventionsVersion)</Version>
</PackageReference>
</ItemGroup>
<ItemGroup>
<None Include="project.json" />
<PublicAPI Include="PublicAPI.Shipped.txt" />
<PublicAPI Include="PublicAPI.Unshipped.txt" />
</ItemGroup>
......@@ -70,6 +123,5 @@
<Compile Include="Options\EditorConfigDocumentOptionsProviderFactory.cs" />
<Compile Include="Options\EditorConfigDocumentOptionsProvider.cs" />
</ItemGroup>
<ItemGroup />
<Import Project="..\..\..\build\Targets\Imports.targets" />
</Project>
\ No newline at end of file
{
"dependencies": {
"Microsoft.VisualStudio.CoreUtility": "15.0.26201-alpha",
"Microsoft.VisualStudio.Editor": "15.0.26201-alpha",
"Microsoft.VisualStudio.Imaging": "15.0.26201-alpha",
"Microsoft.VisualStudio.Imaging.Interop.14.0.DesignTime": "14.3.25407",
"Microsoft.VisualStudio.Shell.Interop.14.0.DesignTime": "14.3.25407",
"Microsoft.VisualStudio.ImageCatalog": "15.0.26201-alpha",
"Microsoft.VisualStudio.Language.Intellisense": "15.0.26201-alpha",
"Microsoft.VisualStudio.Text.Data": "15.0.26201-alpha",
"Microsoft.VisualStudio.Text.Logic": "15.0.26201-alpha",
"Microsoft.VisualStudio.Text.UI": "15.0.26201-alpha",
"Microsoft.VisualStudio.Text.UI.Wpf": "15.0.26201-alpha",
"Microsoft.VisualStudio.Utilities": "15.0.26201-alpha",
"Microsoft.VisualStudio.Language.NavigateTo.Interfaces": "15.0.26201-alpha",
"Microsoft.VisualStudio.Validation": "15.0.26201-alpha",
"Microsoft.VisualStudio.Threading": "15.0.26201-alpha",
"System.Collections.Immutable": "1.3.1",
"Microsoft.Tpl.Dataflow": "4.5.24",
"VS.ExternalAPIs.CodingConventions": "1.0.60704.2"
},
"frameworks": {
"net46": {}
}
}
\ No newline at end of file
......@@ -11,6 +11,7 @@
<RootNamespace>Microsoft.CodeAnalysis.Editor.UnitTests</RootNamespace>
<AssemblyName>Roslyn.Services.Editor.UnitTests</AssemblyName>
<TargetFrameworkVersion>v4.6</TargetFrameworkVersion>
<RuntimeIdentifiers>win7</RuntimeIdentifiers>
<TargetFrameworkProfile />
<RoslynProjectType>UnitTest</RoslynProjectType>
</PropertyGroup>
......@@ -158,6 +159,42 @@
<Reference Include="System.Xml" />
<Reference Include="System.Xml.Linq" />
<Reference Include="WindowsBase" />
<PackageReference Include="BasicUndo">
<Version>$(BasicUndoVersion)</Version>
</PackageReference>
<PackageReference Include="Microsoft.VisualStudio.Composition">
<Version>$(MicrosoftVisualStudioCompositionVersion)</Version>
</PackageReference>
<PackageReference Include="Microsoft.VisualStudio.Platform.VSEditor">
<Version>$(MicrosoftVisualStudioPlatformVSEditorVersion)</Version>
</PackageReference>
<PackageReference Include="Microsoft.VisualStudio.Platform.VSEditor.Interop">
<Version>$(MicrosoftVisualStudioPlatformVSEditorInteropVersion)</Version>
</PackageReference>
<PackageReference Include="Microsoft.VisualStudio.InteractiveWindow">
<Version>$(MicrosoftVisualStudioInteractiveWindowVersion)</Version>
</PackageReference>
<PackageReference Include="Microsoft.VisualStudio.Language.Intellisense">
<Version>$(MicrosoftVisualStudioLanguageIntellisenseVersion)</Version>
</PackageReference>
<PackageReference Include="Microsoft.VisualStudio.Text.Internal">
<Version>$(MicrosoftVisualStudioTextInternalVersion)</Version>
</PackageReference>
<PackageReference Include="Microsoft.VisualStudio.Language.CallHierarchy">
<Version>$(MicrosoftVisualStudioLanguageCallHierarchyVersion)</Version>
</PackageReference>
<PackageReference Include="Microsoft.VisualStudio.Language.NavigateTo.Interfaces">
<Version>$(MicrosoftVisualStudioLanguageNavigateToInterfacesVersion)</Version>
</PackageReference>
<PackageReference Include="Microsoft.VisualStudio.Language.StandardClassification">
<Version>$(MicrosoftVisualStudioLanguageStandardClassificationVersion)</Version>
</PackageReference>
<PackageReference Include="Microsoft.VisualStudio.Text.UI">
<Version>$(MicrosoftVisualStudioTextUIVersion)</Version>
</PackageReference>
<PackageReference Include="Microsoft.VisualStudio.Text.UI.Wpf">
<Version>$(MicrosoftVisualStudioTextUIWpfVersion)</Version>
</PackageReference>
</ItemGroup>
<ItemGroup>
<Compile Include="Attributes\AttributeTests.cs" />
......@@ -245,7 +282,6 @@
<Compile Include="Workspaces\WorkspaceTests.cs" />
</ItemGroup>
<ItemGroup>
<None Include="project.json" />
<None Include="PerfTests\ResetRoslynOptions.xml">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
<SubType>Designer</SubType>
......@@ -254,6 +290,5 @@
<ItemGroup>
<Service Include="{82A7F48D-3B50-4B1E-B82E-3ADA8210C358}" />
</ItemGroup>
<ItemGroup />
<Import Project="..\..\..\build\Targets\Imports.targets" />
</Project>
\ No newline at end of file
{
"dependencies": {
"BasicUndo": "0.9.3",
"Microsoft.VisualStudio.Composition": "15.0.66-rc",
"Microsoft.VisualStudio.Platform.VSEditor": "15.0.26201-alpha",
"Microsoft.VisualStudio.Platform.VSEditor.Interop": "15.0.26201-alpha",
"Microsoft.VisualStudio.InteractiveWindow": "2.0.0-rc3-61304-01",
"Microsoft.VisualStudio.Language.Intellisense": "15.0.26201-alpha",
"Microsoft.VisualStudio.Text.Internal": "15.0.26201-alpha",
"Microsoft.VisualStudio.Language.CallHierarchy": "15.0.26201-alpha",
"Microsoft.VisualStudio.Language.NavigateTo.Interfaces": "15.0.26201-alpha",
"Microsoft.VisualStudio.Language.StandardClassification": "15.0.26201-alpha",
"Microsoft.VisualStudio.Text.UI": "15.0.26201-alpha",
"Microsoft.VisualStudio.Text.UI.Wpf": "15.0.26201-alpha"
},
"frameworks": {
"net46": {}
},
"runtimes": {
"win7": {}
}
}
\ No newline at end of file
......@@ -11,6 +11,7 @@
<AssemblyName>Roslyn.Services.Editor2.UnitTests</AssemblyName>
<OptionStrict>Off</OptionStrict>
<TargetFrameworkVersion>v4.6</TargetFrameworkVersion>
<RuntimeIdentifiers>win7</RuntimeIdentifiers>
<TargetFrameworkProfile />
<RoslynProjectType>UnitTest</RoslynProjectType>
</PropertyGroup>
......@@ -167,6 +168,54 @@
<Reference Include="System.Xml" />
<Reference Include="System.Xml.Linq" />
<Reference Include="WindowsBase" />
<PackageReference Include="Microsoft.Tpl.Dataflow">
<Version>$(MicrosoftTplDataflowVersion)</Version>
</PackageReference>
<PackageReference Include="Microsoft.VisualStudio.Composition">
<Version>$(MicrosoftVisualStudioCompositionVersion)</Version>
</PackageReference>
<PackageReference Include="Microsoft.VisualStudio.Platform.VSEditor">
<Version>$(MicrosoftVisualStudioPlatformVSEditorVersion)</Version>
</PackageReference>
<PackageReference Include="Microsoft.VisualStudio.Platform.VSEditor.Interop">
<Version>$(MicrosoftVisualStudioPlatformVSEditorInteropVersion)</Version>
</PackageReference>
<PackageReference Include="BasicUndo">
<Version>$(BasicUndoVersion)</Version>
</PackageReference>
<PackageReference Include="Microsoft.Build.Runtime">
<Version>$(MicrosoftBuildRuntimeVersion)</Version>
</PackageReference>
<PackageReference Include="Microsoft.VisualStudio.InteractiveWindow">
<Version>$(MicrosoftVisualStudioInteractiveWindowVersion)</Version>
</PackageReference>
<PackageReference Include="Microsoft.VisualStudio.Editor">
<Version>$(MicrosoftVisualStudioEditorVersion)</Version>
</PackageReference>
<PackageReference Include="Microsoft.VisualStudio.Language.Intellisense">
<Version>$(MicrosoftVisualStudioLanguageIntellisenseVersion)</Version>
</PackageReference>
<PackageReference Include="Microsoft.VisualStudio.Text.Internal">
<Version>$(MicrosoftVisualStudioTextInternalVersion)</Version>
</PackageReference>
<PackageReference Include="Microsoft.VisualStudio.Language.CallHierarchy">
<Version>$(MicrosoftVisualStudioLanguageCallHierarchyVersion)</Version>
</PackageReference>
<PackageReference Include="Microsoft.VisualStudio.Imaging">
<Version>$(MicrosoftVisualStudioImagingVersion)</Version>
</PackageReference>
<PackageReference Include="Microsoft.VisualStudio.Imaging.Interop.14.0.DesignTime">
<Version>$(MicrosoftVisualStudioImagingInterop140DesignTimeVersion)</Version>
</PackageReference>
<PackageReference Include="Microsoft.VisualStudio.Language.StandardClassification">
<Version>$(MicrosoftVisualStudioLanguageStandardClassificationVersion)</Version>
</PackageReference>
<PackageReference Include="Microsoft.VisualStudio.Text.UI">
<Version>$(MicrosoftVisualStudioTextUIVersion)</Version>
</PackageReference>
<PackageReference Include="Microsoft.VisualStudio.Text.UI.Wpf">
<Version>$(MicrosoftVisualStudioTextUIWpfVersion)</Version>
</PackageReference>
</ItemGroup>
<ItemGroup>
<InternalsVisibleToTest Include="Roslyn.VisualStudio.Services.UnitTests" />
......@@ -320,7 +369,6 @@
<Folder Include="My Project\" />
</ItemGroup>
<ItemGroup>
<None Include="project.json" />
<None Include="..\..\Compilers\Core\MSBuildTask\Microsoft.CSharp.Core.targets">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</None>
......
{
"dependencies": {
"Microsoft.Tpl.Dataflow": "4.5.24",
"Microsoft.VisualStudio.Composition": "15.0.66-rc",
"Microsoft.VisualStudio.Platform.VSEditor": "15.0.26201-alpha",
"Microsoft.VisualStudio.Platform.VSEditor.Interop": "15.0.26201-alpha",
"BasicUndo": "0.9.3",
"Microsoft.Build.Runtime": "15.1.0-preview-000458-02",
"Microsoft.VisualStudio.InteractiveWindow": "2.0.0-rc3-61304-01",
"Microsoft.VisualStudio.Editor": "15.0.26201-alpha",
"Microsoft.VisualStudio.Language.Intellisense": "15.0.26201-alpha",
"Microsoft.VisualStudio.Text.Internal": "15.0.26201-alpha",
"Microsoft.VisualStudio.Language.CallHierarchy": "15.0.26201-alpha",
"Microsoft.VisualStudio.Imaging": "15.0.26201-alpha",
"Microsoft.VisualStudio.Imaging.Interop.14.0.DesignTime": "14.3.25407",
"Microsoft.VisualStudio.Language.StandardClassification": "15.0.26201-alpha",
"Microsoft.VisualStudio.Text.UI": "15.0.26201-alpha",
"Microsoft.VisualStudio.Text.UI.Wpf": "15.0.26201-alpha"
},
"frameworks": {
"net46": {}
},
"runtimes": {
"win7": {}
}
}
\ No newline at end of file
......@@ -114,6 +114,60 @@
<Reference Include="System.XML" />
<Reference Include="System.Xml.Linq" />
<Reference Include="WindowsBase" />
<PackageReference Include="xunit">
<Version>$(xunitVersion)</Version>
</PackageReference>
<PackageReference Include="xunit.runner.console">
<Version>$(xunitrunnerconsoleVersion)</Version>
</PackageReference>
<PackageReference Include="xunit.runner.visualstudio">
<Version>$(xunitrunnervisualstudioVersion)</Version>
</PackageReference>
<PackageReference Include="Moq">
<Version>$(MoqVersion)</Version>
</PackageReference>
<PackageReference Include="Newtonsoft.Json">
<Version>$(NewtonsoftJsonVersion)</Version>
</PackageReference>
<PackageReference Include="Nerdbank.FullDuplexStream">
<Version>$(NerdbankFullDuplexStreamVersion)</Version>
</PackageReference>
<PackageReference Include="BasicUndo">
<Version>$(BasicUndoVersion)</Version>
</PackageReference>
<PackageReference Include="Microsoft.ServiceHub.Client">
<Version>$(MicrosoftServiceHubClientVersion)</Version>
</PackageReference>
<PackageReference Include="Microsoft.VisualStudio.Platform.VSEditor">
<Version>$(MicrosoftVisualStudioPlatformVSEditorVersion)</Version>
</PackageReference>
<PackageReference Include="Microsoft.VisualStudio.Platform.VSEditor.Interop">
<Version>$(MicrosoftVisualStudioPlatformVSEditorInteropVersion)</Version>
</PackageReference>
<PackageReference Include="Microsoft.VisualStudio.Composition">
<Version>$(MicrosoftVisualStudioCompositionVersion)</Version>
</PackageReference>
<PackageReference Include="Microsoft.VisualStudio.Text.Internal">
<Version>$(MicrosoftVisualStudioTextInternalVersion)</Version>
</PackageReference>
<PackageReference Include="Microsoft.VisualStudio.Language.StandardClassification">
<Version>$(MicrosoftVisualStudioLanguageStandardClassificationVersion)</Version>
</PackageReference>
<PackageReference Include="Microsoft.VisualStudio.Language.Intellisense">
<Version>$(MicrosoftVisualStudioLanguageIntellisenseVersion)</Version>
</PackageReference>
<PackageReference Include="Microsoft.VisualStudio.Language.CallHierarchy">
<Version>$(MicrosoftVisualStudioLanguageCallHierarchyVersion)</Version>
</PackageReference>
<PackageReference Include="Microsoft.VisualStudio.Language.NavigateTo.Interfaces">
<Version>$(MicrosoftVisualStudioLanguageNavigateToInterfacesVersion)</Version>
</PackageReference>
<PackageReference Include="Microsoft.VisualStudio.Text.UI">
<Version>$(MicrosoftVisualStudioTextUIVersion)</Version>
</PackageReference>
<PackageReference Include="Microsoft.VisualStudio.Text.UI.Wpf">
<Version>$(MicrosoftVisualStudioTextUIWpfVersion)</Version>
</PackageReference>
</ItemGroup>
<ItemGroup>
<Compile Include="..\..\visualstudio\core\next\remote\JsonRpcClient.cs">
......@@ -271,9 +325,5 @@
<InternalsVisibleToTest Include="Microsoft.VisualStudio.IntegrationTest.Utilities" />
<InternalsVisibleToTest Include="Roslyn.VisualStudio.Test.Utilities2" />
</ItemGroup>
<ItemGroup>
<None Include="project.json" />
</ItemGroup>
<ItemGroup />
<Import Project="..\..\..\build\Targets\Imports.targets" />
</Project>
\ No newline at end of file
{
"dependencies": {
"xunit": "2.2.0-beta4-build3444",
"xunit.runner.console": "2.2.0-beta4-build3444",
"xunit.runner.visualstudio": "2.2.0-beta4-build1194",
"Moq": "4.2.1402.2112",
"Newtonsoft.Json": "8.0.3",
"Nerdbank.FullDuplexStream": "1.0.1",
"BasicUndo": "0.9.3",
"Microsoft.ServiceHub.Client": "1.0.177-rc-g56d40a8a02",
"Microsoft.VisualStudio.Platform.VSEditor": "15.0.26201-alpha",
"Microsoft.VisualStudio.Platform.VSEditor.Interop": "15.0.26201-alpha",
"Microsoft.VisualStudio.Composition": "15.0.66-rc",
"Microsoft.VisualStudio.Text.Internal": "15.0.26201-alpha",
"Microsoft.VisualStudio.Language.StandardClassification": "15.0.26201-alpha",
"Microsoft.VisualStudio.Language.Intellisense": "15.0.26201-alpha",
"Microsoft.VisualStudio.Language.CallHierarchy": "15.0.26201-alpha",
"Microsoft.VisualStudio.Language.NavigateTo.Interfaces": "15.0.26201-alpha",
"Microsoft.VisualStudio.Text.UI": "15.0.26201-alpha",
"Microsoft.VisualStudio.Text.UI.Wpf": "15.0.26201-alpha"
},
"frameworks": {
"net46": {}
}
}
\ No newline at end of file
......@@ -11,6 +11,7 @@
<AssemblyName>Roslyn.Services.Test.Utilities2</AssemblyName>
<OptionStrict>Off</OptionStrict>
<TargetFrameworkVersion>v4.6</TargetFrameworkVersion>
<RuntimeIdentifiers>win7</RuntimeIdentifiers>
<TargetFrameworkProfile />
</PropertyGroup>
<ItemGroup Label="Project References">
......@@ -110,6 +111,42 @@
<Reference Include="System.Xml" />
<Reference Include="System.Xml.Linq" />
<Reference Include="WindowsBase" />
<PackageReference Include="Microsoft.VisualStudio.Composition">
<Version>$(MicrosoftVisualStudioCompositionVersion)</Version>
</PackageReference>
<PackageReference Include="Microsoft.VisualStudio.Platform.VSEditor">
<Version>$(MicrosoftVisualStudioPlatformVSEditorVersion)</Version>
</PackageReference>
<PackageReference Include="Microsoft.VisualStudio.Platform.VSEditor.Interop">
<Version>$(MicrosoftVisualStudioPlatformVSEditorInteropVersion)</Version>
</PackageReference>
<PackageReference Include="Microsoft.VisualStudio.InteractiveWindow">
<Version>$(MicrosoftVisualStudioInteractiveWindowVersion)</Version>
</PackageReference>
<PackageReference Include="Microsoft.VisualStudio.Editor">
<Version>$(MicrosoftVisualStudioEditorVersion)</Version>
</PackageReference>
<PackageReference Include="Microsoft.VisualStudio.Language.Intellisense">
<Version>$(MicrosoftVisualStudioLanguageIntellisenseVersion)</Version>
</PackageReference>
<PackageReference Include="Microsoft.VisualStudio.Text.Internal">
<Version>$(MicrosoftVisualStudioTextInternalVersion)</Version>
</PackageReference>
<PackageReference Include="Microsoft.VisualStudio.Language.CallHierarchy">
<Version>$(MicrosoftVisualStudioLanguageCallHierarchyVersion)</Version>
</PackageReference>
<PackageReference Include="Microsoft.VisualStudio.Imaging">
<Version>$(MicrosoftVisualStudioImagingVersion)</Version>
</PackageReference>
<PackageReference Include="Microsoft.VisualStudio.Imaging.Interop.14.0.DesignTime">
<Version>$(MicrosoftVisualStudioImagingInterop140DesignTimeVersion)</Version>
</PackageReference>
<PackageReference Include="Microsoft.VisualStudio.Text.UI">
<Version>$(MicrosoftVisualStudioTextUIVersion)</Version>
</PackageReference>
<PackageReference Include="Microsoft.VisualStudio.Text.UI.Wpf">
<Version>$(MicrosoftVisualStudioTextUIWpfVersion)</Version>
</PackageReference>
</ItemGroup>
<ItemGroup>
<InternalsVisibleToTest Include="Roslyn.VisualStudio.Services.UnitTests" />
......@@ -139,10 +176,9 @@
<Compile Include="Utilities\MockDocumentNavigationServiceProvider.vb" />
<Compile Include="Utilities\MockSymbolNavigationServiceProvider.vb" />
<Compile Include="Utilities\TestNotificationService.vb" />
<None Include="project.json" />
</ItemGroup>
<ItemGroup>
<Folder Include="My Project\" />
</ItemGroup>
<Import Project="..\..\..\build\Targets\Imports.targets" />
</Project>
</Project>
\ No newline at end of file
{
"dependencies": {
"Microsoft.VisualStudio.Composition": "15.0.66-rc",
"Microsoft.VisualStudio.Platform.VSEditor": "15.0.26201-alpha",
"Microsoft.VisualStudio.Platform.VSEditor.Interop": "15.0.26201-alpha",
"Microsoft.VisualStudio.InteractiveWindow": "2.0.0-rc3-61304-01",
"Microsoft.VisualStudio.Editor": "15.0.26201-alpha",
"Microsoft.VisualStudio.Language.Intellisense": "15.0.26201-alpha",
"Microsoft.VisualStudio.Text.Internal": "15.0.26201-alpha",
"Microsoft.VisualStudio.Language.CallHierarchy": "15.0.26201-alpha",
"Microsoft.VisualStudio.Imaging": "15.0.26201-alpha",
"Microsoft.VisualStudio.Imaging.Interop.14.0.DesignTime": "14.3.25407",
"Microsoft.VisualStudio.Text.UI": "15.0.26201-alpha",
"Microsoft.VisualStudio.Text.UI.Wpf": "15.0.26201-alpha"
},
"frameworks": {
"net46": {}
},
"runtimes": {
"win7": {}
}
}
\ No newline at end of file
......@@ -27,6 +27,27 @@
<Reference Include="System" />
<Reference Include="System.ComponentModel.Composition" />
<Reference Include="System.Core" />
<PackageReference Include="Microsoft.VisualStudio.Text.Data">
<Version>$(MicrosoftVisualStudioTextDataVersion)</Version>
</PackageReference>
<PackageReference Include="Microsoft.VisualStudio.Text.Logic">
<Version>$(MicrosoftVisualStudioTextLogicVersion)</Version>
</PackageReference>
<PackageReference Include="Microsoft.VisualStudio.Text.UI">
<Version>$(MicrosoftVisualStudioTextUIVersion)</Version>
</PackageReference>
<PackageReference Include="Microsoft.VisualStudio.Text.UI.Wpf">
<Version>$(MicrosoftVisualStudioTextUIWpfVersion)</Version>
</PackageReference>
<PackageReference Include="Microsoft.VisualStudio.Text.Internal">
<Version>$(MicrosoftVisualStudioTextInternalVersion)</Version>
</PackageReference>
<PackageReference Include="Microsoft.VisualStudio.CoreUtility">
<Version>$(MicrosoftVisualStudioCoreUtilityVersion)</Version>
</PackageReference>
<PackageReference Include="Microsoft.VisualStudio.Utilities">
<Version>$(MicrosoftVisualStudioUtilitiesVersion)</Version>
</PackageReference>
</ItemGroup>
<ItemGroup>
<!-- InternalsVisibleTo go here -->
......@@ -80,7 +101,6 @@
</EmbeddedResource>
</ItemGroup>
<ItemGroup>
<None Include="project.json" />
<PublicAPI Include="PublicAPI.Shipped.txt" />
<PublicAPI Include="PublicAPI.Unshipped.txt" />
</ItemGroup>
......
{
"dependencies": {
"Microsoft.VisualStudio.Text.Data": "15.0.26201-alpha",
"Microsoft.VisualStudio.Text.Logic": "15.0.26201-alpha",
"Microsoft.VisualStudio.Text.UI": "15.0.26201-alpha",
"Microsoft.VisualStudio.Text.UI.Wpf": "15.0.26201-alpha",
"Microsoft.VisualStudio.Text.Internal": "15.0.26201-alpha",
"Microsoft.VisualStudio.CoreUtility": "15.0.26201-alpha",
"Microsoft.VisualStudio.Utilities": "15.0.26201-alpha"
},
"frameworks": {
"net46": {}
}
}
\ No newline at end of file
......@@ -177,6 +177,15 @@
<Reference Include="System.ComponentModel.Composition" />
<Reference Include="System.Xml.Linq" />
<Reference Include="WindowsBase" />
<PackageReference Include="Microsoft.VisualStudio.Language.Intellisense">
<Version>$(MicrosoftVisualStudioLanguageIntellisenseVersion)</Version>
</PackageReference>
<PackageReference Include="Microsoft.VisualStudio.Text.UI">
<Version>$(MicrosoftVisualStudioTextUIVersion)</Version>
</PackageReference>
<PackageReference Include="Microsoft.VisualStudio.Text.UI.Wpf">
<Version>$(MicrosoftVisualStudioTextUIWpfVersion)</Version>
</PackageReference>
</ItemGroup>
<ItemGroup>
<Import Include="Microsoft.CodeAnalysis.Editor.Shared.Extensions" />
......@@ -209,9 +218,6 @@
<ItemGroup>
<Folder Include="My Project\" />
</ItemGroup>
<ItemGroup>
<None Include="project.json" />
</ItemGroup>
<ItemGroup>
<PublicAPI Include="PublicAPI.Shipped.txt" />
<PublicAPI Include="PublicAPI.Unshipped.txt" />
......
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册