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

System.Runtime.Extensions.Tests.csproj « tests « System.Runtime.Extensions « src - github.com/mono/corefx.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: ccc21a67db282f3ea3af9b815947acc5590dab1e (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
<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="14.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
  <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.props))\dir.props" />
  <PropertyGroup>
    <ProjectGuid>{6C314C9B-3D28-4B05-9B4C-B57A00A9B3B9}</ProjectGuid>
    <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
  </PropertyGroup>
  <!-- Default configurations to help VS understand the configurations -->
  <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'netcoreapp-Unix-Debug|AnyCPU'" />
  <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'netcoreapp-Unix-Release|AnyCPU'" />
  <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'netcoreapp-Windows_NT-Debug|AnyCPU'" />
  <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'netcoreapp-Windows_NT-Release|AnyCPU'" />
  <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'netstandard-Unix-Debug|AnyCPU'" />
  <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'netstandard-Unix-Release|AnyCPU'" />
  <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'netstandard-Windows_NT-Debug|AnyCPU'" />
  <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'netstandard-Windows_NT-Release|AnyCPU'" />
  <ItemGroup Condition="'$(TargetGroup)'=='netstandard' or '$(TargetGroup)'=='netcoreapp'">
    <Compile Include="System\ApplicationIdTests.cs" />
    <Compile Include="System\IO\PathTests.netstandard.cs" />
    <Compile Include="System\Convert.netstandard.cs" />
    <Compile Include="System\EnvironmentTests.cs" />
    <Compile Include="System\Math.netstandard.cs" />
    <Compile Include="System\OperatingSystemTests.cs" />
    <Compile Include="System\StringComparer.netstandard.cs" />
    <Compile Include="System\Runtime\Versioning\VersioningHelperTests.cs" />
    <Compile Include="System\AppDomainTests.cs" />
    <Compile Include="System\Net\WebUtility.netstandard.cs" />
    <Compile Include="$(CommonTestPath)\System\Runtime\Serialization\Formatters\BinaryFormatterHelpers.cs">
      <Link>Common\System\Runtime\Serialization\Formatters\BinaryFormatterHelpers.cs</Link>
    </Compile>
    <Compile Include="System\Reflection\AssemblyNameProxyTests.cs" />
    <Compile Include="System\MarshalByRefObjectTest.cs" />
  </ItemGroup>
  <ItemGroup Condition="'$(TargetGroup)'=='netcoreapp'">
    <Compile Include="System\BitConverter.netcoreapp.cs" />
    <Compile Include="System\IO\Path.GetRelativePath.cs" />
    <Compile Include="System\MathTests.netcoreapp.cs" />
    <Compile Include="System\MathF.netcoreapp.cs" />
    <Compile Include="System\UnloadingAndProcessExitTests.netcoreapp.cs" />
  </ItemGroup>
  <ItemGroup>
    <Compile Include="System\Diagnostics\Stopwatch.cs" />
    <Compile Include="System\Environment.MachineName.cs" />
    <Compile Include="System\IO\Path.Combine.cs" />
    <Compile Include="System\Runtime\Versioning\FrameworkName.cs" />
    <Compile Include="System\IO\PathTests.cs" />
    <Compile Include="System\Net\WebUtility.cs" />
    <Compile Include="System\BitConverter.cs" />
    <Compile Include="System\Convert.BoxedObjectCheck.cs" />
    <Compile Include="System\Convert.FromBase64.cs" />
    <Compile Include="System\Convert.TestBase.cs" />
    <Compile Include="System\Convert.ToBase64CharArray.cs" />
    <Compile Include="System\Convert.ToBase64String.cs" />
    <Compile Include="System\Convert.ToBoolean.cs" />
    <Compile Include="System\Convert.ToByte.cs" />
    <Compile Include="System\Convert.ToChar.cs" />
    <Compile Include="System\Convert.ToDateTime.cs" />
    <Compile Include="System\Convert.ToDecimal.cs" />
    <Compile Include="System\Convert.ToDouble.cs" />
    <Compile Include="System\Convert.ToInt16.cs" />
    <Compile Include="System\Convert.ToInt32.cs" />
    <Compile Include="System\Convert.ToInt64.cs" />
    <Compile Include="System\Convert.ToSByte.cs" />
    <Compile Include="System\Convert.ToSingle.cs" />
    <Compile Include="System\Convert.ToString.cs" />
    <Compile Include="System\Convert.ToUInt16.cs" />
    <Compile Include="System\Convert.ToUInt32.cs" />
    <Compile Include="System\Convert.ToUInt64.cs" />
    <Compile Include="System\Environment.ExpandEnvironmentVariables.cs" />
    <Compile Include="System\Environment.GetEnvironmentVariable.cs" />
    <Compile Include="System\Environment.GetCommandLineArgs.cs" />
    <Compile Include="System\Environment.NewLine.cs" />
    <Compile Include="System\Environment.ProcessorCount.cs" />
    <Compile Include="System\Environment.SetEnvironmentVariable.cs" />
    <Compile Include="System\Environment.StackTrace.cs" />
    <Compile Include="System\Environment.TickCount.cs" />
    <Compile Include="System\Environment.Exit.cs" />
    <Compile Include="System\Math.cs" />
    <Compile Include="System\Progress.cs" />
    <Compile Include="System\Random.cs" />
    <Compile Include="System\StringComparer.cs" />
    <Compile Include="$(CommonPath)\Interop\Unix\System.Native\Interop.GetNodeName.cs">
      <Link>Common\Interop\Unix\System.Native\Interop.GetNodeName.cs</Link>
    </Compile>
    <Compile Include="$(CommonPath)\Interop\Unix\Interop.Libraries.cs">
      <Link>Common\Interop\Unix\Interop.Libraries.cs</Link>
    </Compile>
    <Compile Include="$(CommonTestPath)\System\Diagnostics\RemoteExecutorTestBase.cs">
      <Link>Common\System\Diagnostics\RemoteExecutorTestBase.cs</Link>
    </Compile>
    <Compile Include="$(CommonTestPath)\System\IO\FileCleanupTestBase.cs">
      <Link>Common\System\IO\FileCleanupTestBase.cs</Link>
    </Compile>
    <Compile Include="$(CommonTestPath)\System\ShouldNotBeInvokedException.cs">
      <Link>Common\System\ShouldNotBeInvokedException.cs</Link>
    </Compile>
    <Compile Include="$(CommonTestPath)\System\PlatformDetection.cs">
      <Link>Common\System\PlatformDetection.cs</Link>
    </Compile>
  </ItemGroup>
  <ItemGroup>
    <ProjectReference Include="$(CommonTestPath)\System\Diagnostics\RemoteExecutorConsoleApp\RemoteExecutorConsoleApp.csproj">
      <Project>{69e46a6f-9966-45a5-8945-2559fe337827}</Project>
      <Name>RemoteExecutorConsoleApp</Name>
    </ProjectReference>
    <ProjectReference Include="AssemblyResolveTests\AssemblyResolveTests.csproj">
      <Project>{ad83807c-8be5-4f27-85df-9793613233e1}</Project>
      <Name>AssemblyResolveTests</Name>
    </ProjectReference>
    <ProjectReference Include="TestAppOutsideOfTPA\TestAppOutsideOfTPA.csproj">
      <Project>{c44b33e3-f89f-40b9-b353-d380c1524988}</Project>
      <Name>TestAppOutsideOfTPA</Name>
    </ProjectReference>
    <ProjectReference Include="VoidMainWithExitCodeApp\VoidMainWithExitCodeApp.csproj">
      <Project>{9F312D76-9AF1-4E90-B3B0-815A1EC6C346}</Project>
      <Name>VoidMainWithExitCodeApp</Name>
    </ProjectReference>
    <ProjectReference Include="TestApp\TestApp.csproj">
      <Project>{9F312D76-9AF1-4E90-B3B0-815A1EC6C346}</Project>
      <Name>TestApp</Name>
    </ProjectReference>
  </ItemGroup>
  <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.targets))\dir.targets" />
</Project>