Welcome to mirror list, hosted at ThFree Co, Russian Federation.

System.Runtime.Tests.csproj « tests « System.Runtime « src - github.com/mono/corefx.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: fb6cc150ec8e9ab7e6a13be5784021a1d4d0a9d4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
  <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.props))\dir.props" />
  <PropertyGroup>
    <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
    <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
    <ProjectGuid>{7F5F5134-00FE-4DE8-B20C-3DA8BA2EBA68}</ProjectGuid>
    <OutputType>Library</OutputType>
    <RootNamespace>System.Runtime.Tests</RootNamespace>
    <AssemblyName>System.Runtime.Tests</AssemblyName>
    <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
    <NoWarn>1718</NoWarn>
    <NugetTargetMoniker Condition="'$(TargetGroup)'=='netstandard1.7' AND '$(NugetTargetMoniker)'==''">.NETStandard,Version=v1.7</NugetTargetMoniker>
    <NugetTargetMoniker Condition="'$(NugetTargetMoniker)'==''">.NETStandard,Version=v1.5</NugetTargetMoniker>
  </PropertyGroup>
  <ItemGroup Condition="'$(TargetGroup)'=='netstandard1.7'">
    <TestNugetTargetMoniker Include="$(NugetTargetMoniker)">
      <Folder>netcoreapp1.1</Folder>
    </TestNugetTargetMoniker>
  </ItemGroup>
  <!-- Default configurations to help VS understand the configurations -->
  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
  </PropertyGroup>
  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
  </PropertyGroup>
  <ItemGroup>
    <Compile Include="Helpers.cs" />
    <Compile Include="System\ActivatorTests.cs" />
    <Compile Include="System\ArrayTests.cs" />
    <Compile Include="System\AttributeTests.cs" />
    <Compile Include="System\ArraySegmentTests.cs" />
    <Compile Include="System\BooleanTests.cs" />
    <Compile Include="System\BufferTests.cs" />
    <Compile Include="System\ByteTests.cs" />
    <Compile Include="System\CharTests.cs" />
    <Compile Include="System\Collections\ObjectModel\CollectionTests.cs" />
    <Compile Include="System\Collections\ObjectModel\CollectionTestBase.cs" />
    <Compile Include="System\Collections\ObjectModel\ReadOnlyCollectionTests.cs" />
    <Compile Include="System\ComponentModel\EditorBrowsableAttributeTests.cs" />
    <Compile Include="System\ComponentModel\DefaultValueAttributeTests.cs" />
    <Compile Include="System\DateTimeTests.cs" />
    <Compile Include="System\DateTimeOffsetTests.cs" />
    <Compile Include="System\DecimalTests.cs" />
    <Compile Include="System\DelegateTests.cs" />
    <Compile Include="System\DoubleTests.cs" />
    <Compile Include="System\EnumTests.cs" />
    <Compile Include="System\FieldAccessExceptionTests.cs" />
    <Compile Include="System\GCTests.cs" />
    <Compile Include="System\GuidTests.cs" />
    <Compile Include="System\Int16Tests.cs" />
    <Compile Include="System\Int32Tests.cs" />
    <Compile Include="System\Int64Tests.cs" />
    <Compile Include="System\IntPtrTests.cs" />
    <Compile Include="System\IO\DirectoryNotFoundExceptionTests.cs" />
    <Compile Include="System\IO\DirectoryNotFoundException.InteropTests.cs" />
    <Compile Include="System\IO\Exceptions.HResults.cs" />
    <Compile Include="System\IO\Exceptions.Utility.cs" />
    <Compile Include="System\IO\FileLoadExceptionTests.cs" />
    <Compile Include="System\IO\FileLoadException.InteropTests.cs" />
    <Compile Include="System\IO\PathTooLongExceptionTests.cs" />
    <Compile Include="System\IO\PathTooLongException.InteropTests.cs" />
    <Compile Include="System\LazyTests.cs" />
    <Compile Include="System\LazyOfTMetadataTests.cs" />
    <Compile Include="System\MethodAccessExceptionTests.cs" />
    <Compile Include="System\MissingFieldExceptionTests.cs" />
    <Compile Include="System\MissingMethodExceptionTests.cs" />
    <Compile Include="System\MulticastDelegateTests.cs" />
    <Compile Include="System\NullableTests.cs" />
    <Compile Include="System\ExceptionTests.cs" />
    <Compile Include="System\ObjectTests.cs" />
    <Compile Include="System\Runtime\CompilerServices\ConditionalWeakTableTests.cs" />
    <Compile Include="System\Runtime\CompilerServices\StrongBoxTests.cs" />
    <Compile Include="System\Runtime\CompilerServices\RuntimeHelpersTests.cs" />
    <Compile Include="System\SByteTests.cs" />
    <Compile Include="System\SingleTests.cs" />
    <Compile Include="System\StringTests.cs" />
    <Compile Include="System\String.SplitTests.cs" />
    <Compile Include="System\Text\StringBuilderTests.cs" />
    <Compile Include="System\Threading\WaitHandleTests.cs" />
    <Compile Include="System\TimeSpanTests.cs" />
    <Compile Include="System\TimeZoneInfoTests.cs" />
    <Compile Include="System\TupleTests.cs" />
    <Compile Include="System\TypeTests.cs" />
    <Compile Include="System\UInt16Tests.cs" />
    <Compile Include="System\UInt32Tests.cs" />
    <Compile Include="System\UInt64Tests.cs" />
    <Compile Include="System\UIntPtrTests.cs" />
    <Compile Include="System\Uri.CreateStringTests.cs" />
    <Compile Include="System\Uri.CreateUriTests.cs" />
    <Compile Include="System\Uri.MethodsTests.cs" />
    <Compile Include="System\ValueTypeTests.cs" />
    <Compile Include="System\VersionTests.cs" />
    <Compile Include="System\WeakReferenceTests.cs" />
    <Compile Include="$(CommonTestPath)\System\RandomDataGenerator.cs">
      <Link>Common\System\RandomDataGenerator.cs</Link>
    </Compile>
  </ItemGroup>
  <ItemGroup Condition="'$(TargetGroup)' == 'netstandard1.7'">
    <Compile Include="ArrayTests.netstandard1.7.cs" />
    <Compile Include="CompareToTests.cs" />
    <Compile Include="DecimalTests.netstandard1.7.cs" />
    <Compile Include="EnumTests.netstandard1.7.cs" />
    <Compile Include="GetTypeCodeTests.cs" />
    <Compile Include="TimeZoneInfoTests.netstandard1.7.cs" />
    <Compile Include="TimeZoneNotFoundExceptionTests.netstandard1.7.cs" />
    <Compile Include="VersionTests.netstandard1.7.cs" />
    <Compile Include="System\AccessViolationExceptionTests.cs" />
    <Compile Include="System\ExternalExceptionTests.cs" />
    <Compile Include="System\ApplicationExceptionTests.cs" />
    <Compile Include="System\EntryPointNotFoundExceptionTests.cs" />
    <Compile Include="System\ExecutionEngineExceptionTests.cs" />
    <Compile Include="System\NotFiniteNumberExceptionTests.cs" />
    <Compile Include="System\StackOverflowExceptionTests.cs" />
    <Compile Include="System\SystemExceptionTests.cs" />
  </ItemGroup>
  <ItemGroup>
    <None Include="project.json" />
  </ItemGroup>
  <ItemGroup>
    <ProjectReference Include="..\pkg\System.Runtime.pkgproj">
      <Project>{1e689c1b-690c-4799-bde9-6e7990585894}</Project>
      <Name>System.Runtime</Name>
    </ProjectReference>
    <!-- ToDo: Remove this reference to the live package of System.Runtime.Extensions once prerelease gets updated again -->
    <ProjectReference Include="..\..\System.Runtime.Extensions\pkg\System.Runtime.Extensions.pkgproj">
      <Name>System.Globalization</Name>
    </ProjectReference>
    <!-- ToDo: Remove this reference to the live package of System.Globalization once prerelease gets updated again -->
    <ProjectReference Include="..\..\System.Globalization\pkg\System.Globalization.pkgproj">
      <Name>System.Globalization</Name>
    </ProjectReference>
    <ProjectReference Include="..\..\System.Private.Uri\pkg\System.Private.Uri.pkgproj">
    </ProjectReference>
  </ItemGroup>
  <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.targets))\dir.targets" />
</Project>