Directory.Build.props 542 B

123456789101112
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
  3. <Import Project="$(MSBuildThisFileDirectory)..\$(MSBuildThisFile)" />
  4. <PropertyGroup>
  5. <!--For correct 'obj' location with other projects in this directory-->
  6. <BaseIntermediateOutputPath>$(MSBuildThisFileDirectory)obj\$(MSBuildProjectName)</BaseIntermediateOutputPath>
  7. <MSBuildProjectExtensionsPath>$(MSBuildThisFileDirectory)obj\$(MSBuildProjectName)</MSBuildProjectExtensionsPath>
  8. </PropertyGroup>
  9. </Project>