10 lines
548 B
XML
10 lines
548 B
XML
<Project ToolsVersion="14.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
|
<Import Project="..\dir.props" />
|
|
<PropertyGroup>
|
|
<IntermediateOutputPath>$(IntermediateOutputPath)$(OSGroup)-$(ArchGroup)/</IntermediateOutputPath>
|
|
<NugetRuntimeIdentifier>None</NugetRuntimeIdentifier>
|
|
<ContainsPackageReferences>true</ContainsPackageReferences>
|
|
<!-- We need configuration-specific assets files. -->
|
|
<RestoreOutputPath>$(IntermediateOutputPath)</RestoreOutputPath>
|
|
</PropertyGroup>
|
|
</Project> |