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

dir.proj « external - github.com/mono/corefx.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 8d1b033ca653764787adf12fc3a760fb9ff02fba (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
<Project ToolsVersion="14.0" DefaultTargets="BuildAndTest" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
  <Import Project="../dir.props" />

  <PropertyGroup>
    <AdditionalBuildConfigurations>$(AdditionalBuildConfigurations);netstandard-$(OSGroup)-$(ConfigurationGroup)-$(ArchGroup)</AdditionalBuildConfigurations>
  </PropertyGroup>

  <!-- Build for all configurations -->
  <ItemGroup>
    <Project Include="netstandard/netstandard.depproj" />
    <Project Include="netfx/netfx.depproj" />
    <Project Include="runtime/runtime.depproj" />
    <Project Include="test-runtime/XUnit.Runtime.depproj" />
    <Project Include="harvestPackages/harvestPackages.depproj" />
    <Project Include="portable\portable.depproj" />
    <Project Include="uapaotredist/uapaotredist.depproj" />
    <Project Include="ilasm/ilasm.depproj" />
  </ItemGroup>

  <Import Project="../dir.traversal.targets" />
</Project>