Skip to content

Instantly share code, notes, and snippets.

@amaitland
Created February 1, 2020 02:12
Show Gist options
  • Save amaitland/6d63d847466b95b94cf41ab436f41a43 to your computer and use it in GitHub Desktop.
Save amaitland/6d63d847466b95b94cf41ab436f41a43 to your computer and use it in GitHub Desktop.
Global VS Build Properties(Directory.Build.props)
<!--
https://github.com/dotnet/sdk/issues/1518#issuecomment-324638682
-->
<Project>
<PropertyGroup>
<BaseIntermediateOutputPath>$(MSBuildThisFileDirectory)obj\$(MSBuildProjectName)\</BaseIntermediateOutputPath>
</PropertyGroup>
</Project>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment