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: 5936acf95b43a82bba795430dd6a067334688855 (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
<?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;
      netfx;
    </BuildConfigurations>
  </PropertyGroup>

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

  <Import Project="netfxreference.props" />

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

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