forked from netspiri/vs-boost-unit-test-adapter
-
Notifications
You must be signed in to change notification settings - Fork 17
Expand file tree
/
Copy pathCommon.props
More file actions
15 lines (12 loc) · 759 Bytes
/
Common.props
File metadata and controls
15 lines (12 loc) · 759 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
<?xml version="1.0" encoding="utf-8"?>
<Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<PropertyGroup>
<EnlistmentRoot>$(MSBuildThisFileDirectory)</EnlistmentRoot>
<OutDir>$(EnlistmentRoot)out\binaries\$(Configuration)\$(MSBuildProjectName)\</OutDir>
<OutputPath>$(OutDir)</OutputPath>
<BaseIntermediateOutputPath>$(EnlistmentRoot)out\intermediate\$(MSBuildProjectName)\</BaseIntermediateOutputPath>
<IntDir>$(BaseIntermediateOutputPath)$(Configuration)</IntDir>
<IntermediateOutputPath>$(BaseIntermediateOutputPath)$(Configuration)</IntermediateOutputPath>
<NuGetPackages>$(MSBuildThisFileDirectory)NuGetPackages\</NuGetPackages>
</PropertyGroup>
</Project>