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

Configurations.props « XslCompiledTransformApi « Xslt « tests « System.Private.Xml « src - github.com/mono/corefx.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 77a4b65bc94a425ce217a1e6878bb6f236cf8abc (plain)
1
2
3
4
5
6
7
8
9
<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="14.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
  <PropertyGroup>
    <BuildConfigurations>
      netstandard;
      netcoreapp;
    </BuildConfigurations>
  </PropertyGroup>
</Project>