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: e98cf6fe7c155ce10177f0683be1f7d7c799499a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
<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="netcoreapp/netcoreapp.depproj" />
    <Project Include="netstandard/netstandard.depproj" />
    <Project Include="netfx/netfx.depproj" />
    <Project Include="runtime/runtime.depproj" />
    <Project Include="test-runtime/XUnit.Runtime.depproj"  Condition="'$(DotNetBuildFromSource)' != 'true'" />
    <Project Include="harvestPackages/harvestPackages.depproj" />
    <Project Include="portable/portable.depproj" />
    <Project Include="ilasm/ilasm.depproj" />
    <Project Include="docs/docs.depproj" Condition="'$(DotNetBuildFromSource)' != 'true'" />
    <Project Condition="'$(ILLinkTrimAssembly)' != 'false'" Include="ILLink/ILLink.depproj" />
  </ItemGroup>

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