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: 800b9127e076d93435b3001f066454884f6428a6 (plain)
1
2
3
4
5
6
7
8
9
10
11
<Project ToolsVersion="14.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
  <Import Project="..\dir.props" />
  <PropertyGroup>
    <!-- HACK to work around binplacing issue right now for depproj's -->
    <IsRuntimeAssembly>false</IsRuntimeAssembly>
  </PropertyGroup>
  <PropertyGroup>
    <IntermediateOutputPath>$(IntermediateOutputPath)$(ArchGroup)/</IntermediateOutputPath>
    <NugetRuntimeIdentifier>$(RuntimeOS)-$(ArchGroup)</NugetRuntimeIdentifier>
  </PropertyGroup>
</Project>