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

Configurations.props « runtime « external - github.com/mono/corefx.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 4464e1b35e6d4f5b3afc2d7a3eac377ca767cc27 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="14.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
  <PropertyGroup>
    <BuildConfigurations>
      netcoreapp-Windows_NT;
      netcoreapp-Unix;
      netcoreapp2.0-Windows_NT;
      netcoreapp2.0-Unix;
      uap10.0.16299aot;
      uap;
      uapaot;
      mono;
    </BuildConfigurations>
  </PropertyGroup>
</Project>