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

System.ComponentModel.csproj « src « System.ComponentModel « src - github.com/mono/corefx.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 46a5ff5e9fe231e7db4cbea823343c882ec277b9 (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
<?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>
    <ProjectGuid>{AF3EBF3B-526A-4B51-9F3D-62B0113CD01F}</ProjectGuid>
    <RootNamespace>System.ComponentModel</RootNamespace>
    <AssemblyName>System.ComponentModel</AssemblyName>
    <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
    <IsPartialFacadeAssembly Condition="'$(TargetGroup)' == 'net46'">true</IsPartialFacadeAssembly>
    <NuGetTargetMoniker Condition="'$(TargetGroup)' == ''">.NETStandard,Version=v1.3</NuGetTargetMoniker>
  </PropertyGroup>
  <!-- Default configurations to help VS understand the configurations -->
  <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|AnyCPU'" />
  <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|AnyCPU'" />
  <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'net46_Debug|AnyCPU'" />
  <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'net46_Release|AnyCPU'" />
  <ItemGroup Condition="'$(TargetGroup)' != 'net46'">
    <Compile Include="System\IServiceProvider.cs" />
    <Compile Include="System\ComponentModel\CancelEventArgs.cs" />
    <Compile Include="System\ComponentModel\IChangeTracking.cs" />
    <Compile Include="System\ComponentModel\IEditableObject.cs" />
    <Compile Include="System\ComponentModel\IRevertibleChangeTracking.cs" />
  </ItemGroup>
  <ItemGroup Condition="'$(TargetGroup)' == 'net46'">
    <TargetingPackReference Include="mscorlib" />
    <TargetingPackReference Include="System" />
  </ItemGroup>
  <ItemGroup>
    <None Include="project.json" />
  </ItemGroup>
  <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.targets))\dir.targets" />
</Project>