summaryrefslogtreecommitdiff
path: root/tests/src/performance/perflab/PerfLab.csproj
diff options
context:
space:
mode:
Diffstat (limited to 'tests/src/performance/perflab/PerfLab.csproj')
-rw-r--r--tests/src/performance/perflab/PerfLab.csproj4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/src/performance/perflab/PerfLab.csproj b/tests/src/performance/perflab/PerfLab.csproj
index f3a9ba547a..3c25770b49 100644
--- a/tests/src/performance/perflab/PerfLab.csproj
+++ b/tests/src/performance/perflab/PerfLab.csproj
@@ -20,7 +20,7 @@
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x64'">
</PropertyGroup>
<PropertyGroup>
- <RestoreOutputPath>..\obj</RestoreOutputPath>
+ <RestoreOutputPath>..\obj-$(TargetRid)</RestoreOutputPath>
</PropertyGroup>
<ItemGroup>
<CodeAnalysisDependentAssemblyPaths Condition=" '$(VS100COMNTOOLS)' != '' " Include="$(VS100COMNTOOLS)..\IDE\PrivateAssemblies">
@@ -44,6 +44,6 @@
</ItemGroup>
<Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), performance.targets))/performance.targets" />
<PropertyGroup>
- <ProjectAssetsFile>$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), performance.targets))/obj/project.assets.json</ProjectAssetsFile>
+ <ProjectAssetsFile>$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), performance.targets))/obj-$(TargetRid)/project.assets.json</ProjectAssetsFile>
</PropertyGroup>
</Project>