-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathDirectory.Build.props
More file actions
17 lines (15 loc) · 1.11 KB
/
Copy pathDirectory.Build.props
File metadata and controls
17 lines (15 loc) · 1.11 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
<Project>
<PropertyGroup>
<AiteProfilesTestArtifactsRoot Condition="'$(AiteProfilesTestArtifactsRoot)'==''"></AiteProfilesTestArtifactsRoot>
</PropertyGroup>
<PropertyGroup Condition="'$(MSBuildProjectName)'=='AiteProfiles.Tests' and '$(AiteProfilesTestArtifactsRoot)'!=''">
<MSBuildProjectExtensionsPath>$(AiteProfilesTestArtifactsRoot)AiteProfiles.Tests\obj\</MSBuildProjectExtensionsPath>
<BaseIntermediateOutputPath>$(AiteProfilesTestArtifactsRoot)AiteProfiles.Tests\obj\</BaseIntermediateOutputPath>
<BaseOutputPath>$(AiteProfilesTestArtifactsRoot)AiteProfiles.Tests\bin\</BaseOutputPath>
</PropertyGroup>
<PropertyGroup Condition="'$(MSBuildProjectName)'=='AiteProfiles.ParitySmoke' and '$(AiteProfilesTestArtifactsRoot)'!=''">
<MSBuildProjectExtensionsPath>$(AiteProfilesTestArtifactsRoot)AiteProfiles.ParitySmoke\obj\</MSBuildProjectExtensionsPath>
<BaseIntermediateOutputPath>$(AiteProfilesTestArtifactsRoot)AiteProfiles.ParitySmoke\obj\</BaseIntermediateOutputPath>
<BaseOutputPath>$(AiteProfilesTestArtifactsRoot)AiteProfiles.ParitySmoke\bin\</BaseOutputPath>
</PropertyGroup>
</Project>