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

System.Diagnostics.Debug.csproj « src « System.Diagnostics.Debug « src - github.com/mono/corefx.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 69e6b58c644a58716f80713ee8597e6fb2cf236b (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
<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
  <PropertyGroup>
    <Configuration Condition="'$(Configuration)'==''">Windows_Debug</Configuration>
  </PropertyGroup>
  <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.props))\dir.props" />
  <PropertyGroup>
    <ProjectGuid>{E7E8DE8A-9EC1-46A8-A6EE-727DB32DBEB8}</ProjectGuid>
    <AssemblyName>System.Diagnostics.Debug</AssemblyName>
    <AssemblyVersion>4.0.12.0</AssemblyVersion>
    <IsPartialFacadeAssembly>true</IsPartialFacadeAssembly>
    <!-- Suppress warnings for type conflicts between SafeFileHandle in partial facade and mscorlib -->
    <NoWarn>0436</NoWarn>
    <ResourcesSourceOutputDirectory Condition="'$(TargetGroup)' != ''">None</ResourcesSourceOutputDirectory>
    <PackageTargetFramework Condition="'$(PackageTargetFramework)' == ''">netstandard1.3</PackageTargetFramework>
    <NuGetTargetMoniker Condition="'$(TargetGroup)' == ''">.NETStandard,Version=v1.3</NuGetTargetMoniker>
  </PropertyGroup>
  <PropertyGroup Condition=" '$(TargetsUnix)' == 'true' ">
    <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
  </PropertyGroup>
  <!-- Help VS understand available configurations -->
  <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Unix_Debug|AnyCPU'" />
  <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Unix_Release|AnyCPU'" />
  <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Windows_Debug|AnyCPU'" />
  <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Windows_Release|AnyCPU'" />
  <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'netcore50aot_Debug|AnyCPU'" />
  <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'netcore50aot_Release|AnyCPU'" />
  <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'net46_Debug|AnyCPU'" />
  <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'net46_Release|AnyCPU'" />
  <ItemGroup Condition="'$(TargetGroup)' == ''">
    <Compile Include="Properties\InternalsVisibleTo.cs" />
    <Compile Include="System\Diagnostics\Debug.Public.cs" />
    <Compile Include="$(CommonPath)\System\Diagnostics\Debug.cs">
      <Link>System\Diagnostics\Debug.cs</Link>
    </Compile>
  </ItemGroup>
  <ItemGroup Condition=" '$(TargetsWindows)' == 'true' And '$(TargetGroup)' == ''">
    <Compile Include="$(CommonPath)\System\Diagnostics\Debug.Windows.cs">
      <Link>System\Diagnostics\Debug.Windows.cs</Link>
    </Compile>
    <Compile Include="$(CommonPath)\Interop\Windows\Interop.Libraries.cs">
      <Link>Common\Interop\Windows\Interop.Libraries.cs</Link>
    </Compile>
    <Compile Include="$(CommonPath)\Interop\Windows\mincore\Interop.OutputDebugString.cs">
      <Link>Common\Interop\Windows\mincore\Interop.OutputDebugString.cs</Link>
    </Compile>
  </ItemGroup>
  <ItemGroup Condition=" '$(TargetsUnix)' == 'true' ">
    <Compile Include="$(CommonPath)\System\Diagnostics\Debug.Unix.cs">
      <Link>System\Diagnostics\Debug.Unix.cs</Link>
    </Compile>
    <Compile Include="$(CommonPath)\Interop\Unix\Interop.Libraries.cs">
      <Link>Common\Interop\Unix\Interop.Libraries.cs</Link>
    </Compile>
    <Compile Include="$(CommonPath)\Interop\Unix\Interop.Errors.cs">
      <Link>Common\Interop\Unix\Interop.Errors.cs</Link>
    </Compile>
    <Compile Include="$(CommonPath)\Interop\Unix\Interop.IOErrors.cs">
      <Link>Common\Interop\Unix\Interop.IOErrors.cs</Link>
    </Compile>
    <Compile Include="$(CommonPath)\Interop\Unix\System.Native\Interop.Close.cs">
      <Link>Common\Interop\Unix\Interop.Close.cs</Link>
    </Compile>
    <Compile Include="$(CommonPath)\Interop\Unix\System.Native\Interop.Dup.cs">
      <Link>Common\Interop\Unix\Interop.Dup.cs</Link>
    </Compile>
    <Compile Include="$(CommonPath)\Interop\Unix\System.Native\Interop.FileDescriptors.cs">
      <Link>Common\Interop\Unix\Interop.FileDescriptors.cs</Link>
    </Compile>
    <Compile Include="$(CommonPath)\Interop\Unix\System.Native\Interop.FLock.cs">
      <Link>Common\Interop\Unix\Interop.FLock.cs</Link>
    </Compile>
    <Compile Include="$(CommonPath)\Interop\Unix\System.Native\Interop.Open.cs">
      <Link>Common\Interop\Unix\Interop.Open.cs</Link>
    </Compile>
    <Compile Include="$(CommonPath)\Interop\Unix\System.Native\Interop.OpenFlags.cs">
      <Link>Common\Interop\Unix\Interop.OpenFlags.cs</Link>
    </Compile>
    <Compile Include="$(CommonPath)\Interop\Unix\System.Native\Interop.SysLog.cs">
      <Link>Common\Interop\Unix\Interop.SysLog.cs</Link>
    </Compile>
    <Compile Include="$(CommonPath)\Interop\Unix\System.Native\Interop.Write.cs">
      <Link>Common\Interop\Unix\Interop.Write.cs</Link>
    </Compile>
    <Compile Include="$(CommonPath)\Interop\Unix\System.Native\Interop.Stat.cs">
      <Link>Common\Interop\Unix\Interop.Stat.cs</Link>
    </Compile>
    <Compile Include="$(CommonPath)\Microsoft\Win32\SafeHandles\SafeFileHandle.Unix.cs">
      <Link>Common\Microsoft\Win32\SafeHandles\SafeFileHandle.Unix.cs</Link>
    </Compile>
  </ItemGroup>
  <ItemGroup Condition="'$(TargetGroup)' == 'net46'">
    <TargetingPackReference Include="mscorlib" />
    <TargetingPackReference Include="System" />
  </ItemGroup>
  <ItemGroup Condition="'$(TargetGroup)' == 'netcore50aot'">
    <TargetingPackReference Include="System.Private.CoreLib" />
  </ItemGroup>
  <ItemGroup>
    <None Include="project.json" />
  </ItemGroup>
  <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.targets))\dir.targets" />
</Project>