1<Project ToolsVersion="14.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
2  <Import Project="..\dir.props" />
3  <PropertyGroup>
4    <IntermediateOutputPath>$(IntermediateOutputPath)$(OSGroup)-$(ArchGroup)/</IntermediateOutputPath>
5    <NugetRuntimeIdentifier>None</NugetRuntimeIdentifier>
6    <ContainsPackageReferences>true</ContainsPackageReferences>
7    <!-- We need configuration-specific assets files. -->
8    <RestoreOutputPath>$(IntermediateOutputPath)</RestoreOutputPath>
9  </PropertyGroup>
10</Project>