summaryrefslogtreecommitdiff
path: root/tests/src/performance/linkbench/linkbench.csproj
diff options
context:
space:
mode:
Diffstat (limited to 'tests/src/performance/linkbench/linkbench.csproj')
-rw-r--r--tests/src/performance/linkbench/linkbench.csproj6
1 files changed, 3 insertions, 3 deletions
diff --git a/tests/src/performance/linkbench/linkbench.csproj b/tests/src/performance/linkbench/linkbench.csproj
index 8ce3ab83e8..cdfec00134 100644
--- a/tests/src/performance/linkbench/linkbench.csproj
+++ b/tests/src/performance/linkbench/linkbench.csproj
@@ -19,7 +19,7 @@
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' " />
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' " />
<PropertyGroup>
- <RestoreOutputPath>..\obj</RestoreOutputPath>
+ <RestoreOutputPath>..\obj-$(TargetRid)</RestoreOutputPath>
<DebugType>pdbonly</DebugType>
<Optimize>true</Optimize>
</PropertyGroup>
@@ -37,6 +37,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> \ No newline at end of file
+</Project>