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

dir.props « external - github.com/mono/corefx.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: eb7e7b6bec00faaae675a8ff0e25542255eb0a20 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
<Project ToolsVersion="14.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
  <Import Project="..\dir.props" />
  <PropertyGroup>
    <IntermediateOutputPath>$(IntermediateOutputPath)$(OSGroup)-$(ArchGroup)/</IntermediateOutputPath>
    <RuntimeOS Condition="'$(PortableBuild)' == 'true' and '$(OSGroup)' == 'Windows_NT'">win</RuntimeOS>
    <RuntimeOS Condition="'$(PortableBuild)' == 'true' and '$(OSGroup)' == 'OSX'">osx</RuntimeOS>
    <RuntimeOS Condition="'$(PortableBuild)' == 'true' and '$(OSGroup)' == 'Linux'">linux</RuntimeOS>
    <NugetRuntimeIdentifier>$(RuntimeOS)-$(ArchGroup)</NugetRuntimeIdentifier>
    <ContainsPackageReferences>true</ContainsPackageReferences>
    <!-- We need configuration-specific assets files. -->
    <RestoreOutputPath>$(IntermediateOutputPath)</RestoreOutputPath>
  </PropertyGroup>
</Project>