Directory.Build.props 204 B

123456
  1. <Project>
  2. <PropertyGroup>
  3. <BaseOutputPath>../bin</BaseOutputPath>
  4. <BaseIntermediateOutputPath>../bin/obj/$(MSBuildProjectName)</BaseIntermediateOutputPath>
  5. </PropertyGroup>
  6. </Project>