Move dir.props to auto-imported Directory.Build.props
This is necessary for setting the intermediate output path to work correctly
This commit is contained in:
parent
ac99830e12
commit
ae0aa8ed24
61 changed files with 18 additions and 92 deletions
|
@ -1,5 +1,4 @@
|
|||
<Project Sdk="Microsoft.NET.Sdk" ToolsVersion="15.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
||||
<Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.props))\dir.props" />
|
||||
|
||||
<PropertyGroup>
|
||||
<TargetFramework>$(CliTargetFramework)</TargetFramework>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue