CodeAnalysisTest.csproj 10.3 KB
Newer Older
P
Pilchie 已提交
1
<?xml version="1.0" encoding="utf-8"?>
2
<!-- Copyright (c)  Microsoft.  All Rights Reserved.  Licensed under the Apache License, Version 2.0.  See License.txt in the project root for license information. -->
P
Pilchie 已提交
3 4
<Project ToolsVersion="4.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
  <ImportGroup Label="Settings">
A
Andy Gocke 已提交
5
    <Import Project="..\..\..\..\build\Targets\VSL.Settings.targets" />
P
Pilchie 已提交
6 7 8 9 10 11 12 13 14 15
  </ImportGroup>
  <PropertyGroup>
    <Nonshipping>true</Nonshipping>
    <Configuration Condition="'$(Configuration)' == ''">Debug</Configuration>
    <Platform Condition="'$(Platform)' == ''">AnyCPU</Platform>
    <ProjectGuid>{A4C99B85-765C-4C65-9C2A-BB609AAB09E6}</ProjectGuid>
    <OutputType>Library</OutputType>
    <RootNamespace>Microsoft.CodeAnalysis.UnitTests</RootNamespace>
    <AssemblyName>Roslyn.Compilers.UnitTests</AssemblyName>
    <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
T
TomasMatousek 已提交
16
    <SolutionDir Condition="'$(SolutionDir)' == '' OR '$(SolutionDir)' == '*Undefined*'">..\..\..\..\</SolutionDir>
P
Pilchie 已提交
17
    <RestorePackages>true</RestorePackages>
18
    <TargetFrameworkVersion>v4.5</TargetFrameworkVersion>
P
Pilchie 已提交
19 20
  </PropertyGroup>
  <ItemGroup Label="Linked Files">
J
Jared Parsons 已提交
21
    <Compile Include="..\..\Shared\GlobalAssemblyCacheHelpers\FusionAssemblyIdentity.cs">
P
Pilchie 已提交
22 23
      <Link>FusionAssemblyIdentity.cs</Link>
    </Compile>
24
    <Compile Include="AnalyzerFileReferenceTests.cs" />
25
    <Compile Include="AssemblyUtilitiesTests.cs" />
J
jaredpar 已提交
26
    <Compile Include="AsyncQueueTests.cs" />
27
    <Compile Include="Collections\ArrayBuilderTests.cs" />
28
    <Compile Include="Collections\BoxesTest.cs" />
29
    <Compile Include="Collections\ByteSequenceComparerTests.cs" />
30
    <Compile Include="CryptoBlobParserTests.cs" />
31
    <Compile Include="Diagnostics\AnalysisContextInfoTests.cs" />
J
John Hamby 已提交
32 33
    <Compile Include="Diagnostics\BoxingOperationAnalyzer.cs" />
    <Compile Include="Diagnostics\CouldHaveMoreSpecificTypeAnalyzer.cs" />
M
manishv 已提交
34
    <Compile Include="Diagnostics\DiagnosticLocalizationTests.cs" />
J
John Hamby 已提交
35 36 37 38
    <Compile Include="Diagnostics\EmptyArrayAnalyzer.cs" />
    <Compile Include="Diagnostics\LocalCouldBeConstAnalyzer.cs" />
    <Compile Include="Diagnostics\OperationTestAnalyzer.cs" />
    <Compile Include="Diagnostics\FieldCouldBeReadOnlyAnalyzer.cs" />
39
    <Compile Include="Emit\EmitOptionsTests.cs" />
T
Tomas Matousek 已提交
40
    <Compile Include="Emit\CustomDebugInfoTests.cs" />
41
    <Compile Include="FileSystem\PathUtilitiesTests.cs" />
42
    <Compile Include="InternalUtilities\StreamExtensionsTests.cs" />
43
    <Compile Include="InternalUtilities\StringExtensionsTests.cs" />
T
Tomas Matousek 已提交
44
    <Compile Include="MetadataReferences\AssemblyIdentityExtensions.cs" />
45
    <Compile Include="MetadataReferences\AssemblyIdentityMapTests.cs" />
T
Tomas Matousek 已提交
46 47
    <Compile Include="PEWriter\BlobUtilitiesTests.cs" />
    <Compile Include="PEWriter\BlobTests.cs" />
J
Jared Parsons 已提交
48
    <Compile Include="PEWriter\UsedNamespaceOrTypeTests.cs" />
49
    <Compile Include="RealParserTests.cs" />
T
Tom Meschter 已提交
50
    <Compile Include="SimpleAnalyzerAssemblyLoaderTests.cs" />
T
Ty Overby 已提交
51
    <Compile Include="SourceFileResolverTest.cs" />
M
Matt Warren 已提交
52
    <Compile Include="Text\LargeTextTests.cs" />
53
    <Compile Include="Text\SourceTextStreamTests.cs" />
54
    <Compile Include="XmlDocumentationCommentTextReaderTests.cs" />
P
Pilchie 已提交
55 56
  </ItemGroup>
  <ItemGroup Label="Project References">
D
David Kean 已提交
57 58 59 60
    <ProjectReference Include="..\..\..\Dependencies\xUnit.net\xUnit.net.csproj">
      <Project>{8635cb8f-d210-41ed-b4ff-71502cdb475c}</Project>
      <Name>xUnit.net</Name>
    </ProjectReference>
P
Pilchie 已提交
61 62 63
    <ProjectReference Include="..\..\..\Test\PdbUtilities\PdbUtilities.csproj">
      <Project>{AFDE6BEA-5038-4A4A-A88E-DBD2E4088EED}</Project>
      <Name>PdbUtilities</Name>
64
      <Aliases>PDB</Aliases>
P
Pilchie 已提交
65
    </ProjectReference>
66
    <ProjectReference Include="..\..\..\Test\Utilities\Desktop\TestUtilities.Desktop.csproj">
P
Pilchie 已提交
67
      <Project>{76C6F005-C89D-4348-BB4A-391898DBEB52}</Project>
68
      <Name>TestUtilities.Desktop</Name>
P
Pilchie 已提交
69
    </ProjectReference>
70
    <ProjectReference Include="..\..\CSharp\Portable\CSharpCodeAnalysis.csproj">
P
Pilchie 已提交
71 72 73
      <Project>{B501A547-C911-4A05-AC6E-274A50DFF30E}</Project>
      <Name>CSharpCodeAnalysis</Name>
    </ProjectReference>
74
    <ProjectReference Include="..\..\Test\Resources\Core\CompilerTestResources.csproj">
P
Pilchie 已提交
75 76 77
      <Project>{7FE6B002-89D8-4298-9B1B-0B5C247DD1FD}</Project>
      <Name>CompilerTestResources</Name>
    </ProjectReference>
78
    <ProjectReference Include="..\..\..\Test\Utilities\Portable.FX45\TestUtilities.FX45.csproj">
P
Pilchie 已提交
79
      <Project>{F7712928-1175-47B3-8819-EE086753DEE2}</Project>
80
      <Name>TestUtilities.FX45</Name>
P
Pilchie 已提交
81
    </ProjectReference>
82
    <ProjectReference Include="..\..\VisualBasic\Portable\BasicCodeAnalysis.vbproj">
P
Pilchie 已提交
83 84 85
      <Project>{2523D0E6-DF32-4A3E-8AE0-A19BFFAE2EF6}</Project>
      <Name>BasicCodeAnalysis</Name>
    </ProjectReference>
86
    <ProjectReference Include="..\Portable\CodeAnalysis.csproj">
P
Pilchie 已提交
87 88 89 90
      <Project>{1EE8CAD3-55F9-4D91-96B2-084641DA9A6C}</Project>
      <Name>CodeAnalysis</Name>
    </ProjectReference>
  </ItemGroup>
91
  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
92
    <NoWarn>1591;RS0007</NoWarn>
93 94 95
  </PropertyGroup>
  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
  </PropertyGroup>
P
Pilchie 已提交
96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116
  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|ARM' ">
    <PlatformTarget>ARM</PlatformTarget>
  </PropertyGroup>
  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|ARM' ">
    <PlatformTarget>ARM</PlatformTarget>
  </PropertyGroup>
  <ItemGroup>
    <Reference Include="System" />
    <Reference Include="System.Xml" />
  </ItemGroup>
  <ItemGroup>
    <Compile Include="CachingLookupTests.cs" />
    <Compile Include="Collections\BitArrayTests.cs" />
    <Compile Include="Collections\CachingFactoryTests.cs" />
    <Compile Include="Collections\EnumerableExtensionsTests.cs" />
    <Compile Include="Collections\IdentifierCollectionTests.cs" />
    <Compile Include="Collections\ReadOnlyArrayTests.cs" />
    <Compile Include="Collections\SmallDictionaryTests.cs" />
    <Compile Include="CommonCommandLineParserTests.cs" />
    <Compile Include="CommonCompilationOptionsTests.cs" />
    <Compile Include="CommonParseOptionsTests.cs" />
117
    <Compile Include="CommonSqmUtilitiesTests.cs" />
P
Pilchie 已提交
118 119 120 121 122 123 124 125 126 127
    <Compile Include="CommonSyntaxTests.cs" />
    <Compile Include="CommonTypedConstantTests.cs" />
    <Compile Include="CorLibTypesTests.cs" />
    <Compile Include="DiagnosticBagTests.cs" />
    <Compile Include="Diagnostics\SuppressMessageAttributeTests.cs" />
    <Compile Include="Diagnostics\SuppressMessageAttributeTests.DiagnosticAnalyzers.cs" />
    <Compile Include="Diagnostics\SuppressMessageTargetSymbolResolverTests.cs" />
    <Compile Include="DiffUtilTests.cs" />
    <Compile Include="Emit\EmitBaselineTests.cs" />
    <Compile Include="FileLinePositionSpanTests.cs" />
128
    <Compile Include="FileSystem\RelativePathResolverTests.cs" />
P
Pilchie 已提交
129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159
    <Compile Include="FileUtilitiesTests.cs" />
    <Compile Include="InternalUtilities\ConcurrentLruCacheTests.cs" />
    <Compile Include="InternalUtilities\EnumerableExtensionsTests.cs" />
    <Compile Include="InternalUtilities\OneOrManyTests.cs" />
    <Compile Include="InternalUtilities\WeakListTests.cs" />
    <Compile Include="LinePositionTests.cs" />
    <Compile Include="MetadataReferences\AssemblyIdentityComparerTests.cs" />
    <Compile Include="MetadataReferences\AssemblyIdentityDisplayNameTests.cs" />
    <Compile Include="MetadataReferences\AssemblyIdentityTestBase.cs" />
    <Compile Include="MetadataReferences\AssemblyIdentityTests.cs" />
    <Compile Include="MetadataReferences\AssemblyMetadataTests.cs" />
    <Compile Include="MetadataReferences\AssemblyPortabilityPolicyTests.cs" />
    <Compile Include="MetadataReferences\FusionAssemblyIdentityComparer.cs" />
    <Compile Include="MetadataReferences\FusionAssemblyIdentityTests.cs" />
    <Compile Include="MetadataReferences\FusionAssemblyPortabilityPolicy.cs" />
    <Compile Include="MetadataReferences\MetadataHelpersTests.cs" />
    <Compile Include="MetadataReferences\MetadataNameLimitTests.cs" />
    <Compile Include="MetadataReferences\MetadataReferencePropertiesTests.cs" />
    <Compile Include="MetadataReferences\MetadataReferenceTests.cs" />
    <Compile Include="MetadataReferences\ModuleMetadataTests.cs" />
    <Compile Include="MetadataReferences\ModuleNoPiaTests.cs" />
    <Compile Include="ObjectSerializationTests.cs" />
    <Compile Include="PEWriter\InstructionOperandTypesTests.cs" />
    <Compile Include="ResourceDescriptionTests.cs" />
    <Compile Include="Resources.Designer.cs">
      <AutoGen>True</AutoGen>
      <DesignTime>True</DesignTime>
      <DependentUpon>Resources.resx</DependentUpon>
    </Compile>
    <Compile Include="StringTableTests.cs" />
    <Compile Include="StrongNameProviderTests.cs" />
M
Matt Warren 已提交
160
    <Compile Include="Text\StringTextDecodingTests.cs" />
161
    <Compile Include="Text\SourceTextTests.cs" />
P
Pilchie 已提交
162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184
    <Compile Include="Text\StringText_LineTest.cs" />
    <Compile Include="Text\StringTextTest.cs" />
    <Compile Include="Text\StringTextTest_BigEndianUnicode.cs" />
    <Compile Include="Text\StringTextTest_Unicode.cs" />
    <Compile Include="Text\StringTextTest_UTF8.cs" />
    <Compile Include="Text\StringTextTest_UTF8NoBOM.cs" />
    <Compile Include="Text\StringTextTests_Default.cs" />
    <Compile Include="Text\TextChangeRangeTest.cs" />
    <Compile Include="Text\TextChangeTests.cs" />
    <Compile Include="Text\TextLineCollectionTests.cs" />
    <Compile Include="Text\TextSpanTest.cs" />
    <Compile Include="Text\TextUtilitiesTests.cs" />
    <Compile Include="VersionHelperTests.cs" />
    <Compile Include="Win32Res.cs" />
  </ItemGroup>
  <ItemGroup>
    <EmbeddedResource Include="Resources.resx">
      <Generator>ResXFileCodeGenerator</Generator>
      <LastGenOutput>Resources.Designer.cs</LastGenOutput>
      <SubType>Designer</SubType>
    </EmbeddedResource>
  </ItemGroup>
  <ItemGroup>
185
    <None Include="project.json" />
186 187 188 189
    <None Include="Resources/default.win32manifest" />
    <None Include="Resources/nativeWithStringIDsAndTypesAndIntTypes.res" />
    <None Include="Resources/Roslyn.ico.blah" />
    <None Include="Resources/VerResourceBuiltByRC.RES" />
P
Pilchie 已提交
190 191 192 193 194
  </ItemGroup>
  <ItemGroup>
    <Service Include="{82A7F48D-3B50-4B1E-B82E-3ADA8210C358}" />
  </ItemGroup>
  <ImportGroup Label="Targets">
A
Andy Gocke 已提交
195 196
    <Import Project="..\..\..\..\build\Targets\VSL.Imports.targets" />
    <Import Project="..\..\..\..\build\Targets\Roslyn.Toolsets.Xunit.targets" />
P
Pilchie 已提交
197
  </ImportGroup>
T
Ty Overby 已提交
198
</Project>