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

dir.props « shims « src - github.com/mono/corefx.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 84f5002971af2d5159b1de4b857bf8aaf8df2bd2 (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
<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="14.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
  <PropertyGroup>
    <BuildConfigurations>
      netcoreapp;
      uap;
      uapaot;
    </BuildConfigurations>
  </PropertyGroup>

  <Import Project="..\dir.props" />

  <ItemGroup>
    <NetFxReference Include="mscorlib" />
    <NetFxReference Include="System" />
    <NetFxReference Include="System.Core" />
    <NetFxReference Include="System.ComponentModel.Composition" />
    <NetFxReference Include="System.Data" />
    <NetFxReference Include="System.Drawing" />
    <NetFxReference Include="System.IO.Compression.FileSystem" />
    <NetFxReference Include="System.Numerics" />
    <NetFxReference Include="System.Runtime.Serialization" />
    <NetFxReference Include="System.Web" />
    <NetFxReference Include="System.Xml" />
    <NetFxReference Include="System.Xml.Linq" />
  </ItemGroup>

  <PropertyGroup>
    <IsNETCoreApp>true</IsNETCoreApp>
    <IsUAP>true</IsUAP>
  </PropertyGroup>

  <PropertyGroup>
    <IntermediateOutputPath>$(BaseIntermediateOutputPath)shims/$(TargetGroup)/</IntermediateOutputPath>
    <GenFacadesOutputPath>$(BaseIntermediateOutputPath)shims/$(TargetGroup)/facades/</GenFacadesOutputPath>
  </PropertyGroup>
</Project>