-
Notifications
You must be signed in to change notification settings - Fork 4.1k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
108 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,108 @@ | ||
<?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 Sdk="Microsoft.NET.Sdk"> | ||
<PropertyGroup> | ||
<Platform Condition="'$(Platform)' == ''">AnyCPU</Platform> | ||
<PlatformTarget>AnyCPU</PlatformTarget> | ||
<OutputType>Library</OutputType> | ||
<AssemblyName>Roslyn.Test.Utilities</AssemblyName> | ||
<AllowUnsafeBlocks>true</AllowUnsafeBlocks> | ||
<Nonshipping>true</Nonshipping> | ||
<TargetFrameworks>netstandard1.3;$(RoslynPortableTargetFrameworks);net46</TargetFrameworks> | ||
<DefineConstants>$(DefineConstants);DNX</DefineConstants> | ||
<NoStdLib>true</NoStdLib> | ||
<RootNamespace></RootNamespace> | ||
<DisableImplicitFrameworkReferences>false</DisableImplicitFrameworkReferences> | ||
</PropertyGroup> | ||
<ItemGroup Label="Project References"> | ||
<ProjectReference Include="..\..\..\Compilers\Test\Resources\Core\CompilerTestResources.csproj" /> | ||
<ProjectReference Include="..\..\..\Compilers\Core\Portable\CodeAnalysis.csproj" /> | ||
<ProjectReference Include="..\..\..\Compilers\CSharp\Portable\CSharpCodeAnalysis.csproj" /> | ||
<ProjectReference Include="..\..\..\Compilers\VisualBasic\Portable\BasicCodeAnalysis.vbproj" /> | ||
</ItemGroup> | ||
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|AnyCPU'" /> | ||
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|AnyCPU'" /> | ||
<PropertyGroup Condition="'$(TestIOperationInterface)' == 'true'"> | ||
<DefineConstants>$(DefineConstants);TEST_IOPERATION_INTERFACE</DefineConstants> | ||
</PropertyGroup> | ||
<ItemGroup> | ||
<InternalsVisibleToTest Include="Roslyn.Test.Utilities.CoreClr" /> | ||
<InternalsVisibleToTest Include="Roslyn.Test.Utilities.Desktop" /> | ||
<InternalsVisibleToTest Include="Roslyn.Compilers.CSharp.CommandLine.UnitTests" /> | ||
<InternalsVisibleToTest Include="Roslyn.Compilers.CSharp.Emit.UnitTests" /> | ||
<InternalsVisibleToTest Include="Roslyn.Compilers.CSharp.WinRT.UnitTests" /> | ||
<InternalsVisibleToTest Include="Roslyn.Compilers.CSharp.PerformanceTests" /> | ||
<InternalsVisibleToTest Include="Roslyn.Compilers.CSharp.Semantic.UnitTests" /> | ||
<InternalsVisibleToTest Include="Roslyn.Compilers.CSharp.Symbol.UnitTests" /> | ||
<InternalsVisibleToTest Include="Roslyn.Compilers.CSharp.Syntax.UnitTests" /> | ||
<InternalsVisibleToTest Include="Roslyn.Compilers.CSharp.Test.Utilities" /> | ||
<InternalsVisibleToTest Include="Roslyn.Compilers.CSharp.Test.Utilities.Desktop" /> | ||
<InternalsVisibleToTest Include="Roslyn.Compilers.UnitTests" /> | ||
<InternalsVisibleToTest Include="Roslyn.Compilers.VisualBasic.CommandLine.UnitTests" /> | ||
<InternalsVisibleToTest Include="Roslyn.Compilers.VisualBasic.Emit.UnitTests" /> | ||
<InternalsVisibleToTest Include="Roslyn.Compilers.VisualBasic.EnC.UnitTests" /> | ||
<InternalsVisibleToTest Include="Roslyn.Compilers.VisualBasic.PerformanceTests" /> | ||
<InternalsVisibleToTest Include="Roslyn.Compilers.VisualBasic.Semantic.UnitTests" /> | ||
<InternalsVisibleToTest Include="Roslyn.Compilers.VisualBasic.Symbol.UnitTests" /> | ||
<InternalsVisibleToTest Include="Roslyn.Compilers.VisualBasic.Syntax.UnitTests" /> | ||
<InternalsVisibleToTest Include="Roslyn.Compilers.VisualBasic.Test.Utilities" /> | ||
<InternalsVisibleToTest Include="Roslyn.ExpressionEvaluator.CSharp.ExpressionCompiler.UnitTests" /> | ||
<InternalsVisibleToTest Include="Roslyn.ExpressionEvaluator.CSharp.ResultProvider.UnitTests" /> | ||
<InternalsVisibleToTest Include="Roslyn.ExpressionEvaluator.ExpressionCompiler.Test.Utilities" /> | ||
<InternalsVisibleToTest Include="Roslyn.ExpressionEvaluator.FunctionResolver.UnitTests" /> | ||
<InternalsVisibleToTest Include="Roslyn.ExpressionEvaluator.VisualBasic.ExpressionCompiler.UnitTests" /> | ||
<InternalsVisibleToTest Include="Roslyn.ExpressionEvaluator.VisualBasic.ResultProvider.UnitTests" /> | ||
<InternalsVisibleToTest Include="Roslyn.InteractiveHost.UnitTests" /> | ||
<InternalsVisibleToTest Include="Microsoft.CodeAnalysis.Scripting.UnitTests" /> | ||
<InternalsVisibleToTest Include="Microsoft.CodeAnalysis.Scripting.Desktop.UnitTests" /> | ||
<InternalsVisibleToTest Include="Microsoft.CodeAnalysis.CSharp.Scripting.UnitTests" /> | ||
<InternalsVisibleToTest Include="Microsoft.CodeAnalysis.CSharp.Scripting.Desktop.UnitTests" /> | ||
<InternalsVisibleToTest Include="Microsoft.CodeAnalysis.VisualBasic.Scripting.UnitTests" /> | ||
<InternalsVisibleToTest Include="Microsoft.CodeAnalysis.VisualBasic.Scripting.Desktop.UnitTests" /> | ||
<InternalsVisibleToTest Include="Roslyn.Services.Editor.UnitTests" /> | ||
<InternalsVisibleToTest Include="Roslyn.Services.Editor.CSharp.UnitTests" /> | ||
<InternalsVisibleToTest Include="Roslyn.Services.Editor.VisualBasic.UnitTests" /> | ||
<InternalsVisibleToTest Include="Roslyn.Services.Editor2.UnitTests" /> | ||
<InternalsVisibleToTest Include="Roslyn.Services.Test.Utilities" /> | ||
<InternalsVisibleToTest Include="Roslyn.Services.Test.Utilities2" /> | ||
<InternalsVisibleToTest Include="Roslyn.Services.UnitTests" /> | ||
</ItemGroup> | ||
<ItemGroup> | ||
<Compile Include="..\..\..\Compilers\Shared\DesktopAnalyzerAssemblyLoader.cs"> | ||
<Link>DesktopAnalyzerAssemblyLoader.cs</Link> | ||
</Compile> | ||
<Compile Update="TestResource.Designer.cs"> | ||
<AutoGen>True</AutoGen> | ||
<DesignTime>True</DesignTime> | ||
<DependentUpon>TestResource.resx</DependentUpon> | ||
</Compile> | ||
</ItemGroup> | ||
<ItemGroup> | ||
<EmbeddedResource Update="TestResource.resx"> | ||
<Generator>PublicResXFileCodeGenerator</Generator> | ||
<LastGenOutput>TestResource.Designer.cs</LastGenOutput> | ||
<CustomToolNamespace>Roslyn.Test.Utilities</CustomToolNamespace> | ||
</EmbeddedResource> | ||
</ItemGroup> | ||
<ItemGroup> | ||
<Service Include="{82A7F48D-3B50-4B1E-B82E-3ADA8210C358}" /> | ||
</ItemGroup> | ||
<ItemGroup> | ||
<PackageReference Include="Microsoft.CodeAnalysis.Test.Resources.Proprietary" Version="$(MicrosoftCodeAnalysisTestResourcesProprietaryVersion)" /> | ||
<PackageReference Include="Microsoft.CSharp" Version="$(MicrosoftCSharpVersion)" /> | ||
<PackageReference Include="Microsoft.DiaSymReader.Converter.Xml" Version="$(MicrosoftDiaSymReaderConverterXmlVersion)" /> | ||
<PackageReference Include="Microsoft.Metadata.Visualizer" Version="$(MicrosoftMetadataVisualizerVersion)" /> | ||
<PackageReference Include="Microsoft.NETCore.Platforms" Version="$(MicrosoftNETCorePlatformsVersion)" /> | ||
<PackageReference Include="xunit" Version="$(xunitVersion)" /> | ||
<PackageReference Include="xunit.analyzers" Version="$(xunitanalyzersVersion)" /> | ||
<PackageReference Include="xunit.runner.console" Version="$(xunitrunnerconsoleVersion)" /> | ||
<PackageReference Include="Microsoft.DotNet.ILVerification" Version="1.0.0-alpha-26322-01" /> | ||
</ItemGroup> | ||
<ItemGroup Condition="'$(TargetFramework)' == 'netstandard1.3'"> | ||
<PackageReference Include="System.Reflection.TypeExtensions" Version="$(SystemReflectionTypeExtensionsVersion)" /> | ||
<PackageReference Include="System.Diagnostics.TraceSource" Version="$(SystemDiagnosticsTraceSourceVersion)" /> | ||
<PackageReference Include="System.Diagnostics.Process" Version="$(SystemDiagnosticsProcessVersion)" /> | ||
<PackageReference Include="System.Threading.Thread" Version="$(SystemThreadingThreadVersion)" /> | ||
<PackageReference Include="System.Xml.XmlDocument" Version="$(SystemXmlXmlDocumentVersion)" /> | ||
</ItemGroup> | ||
</Project> |