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, 2 insertions, 4 deletions
diff --git a/tests/src/performance/linkbench/linkbench.csproj b/tests/src/performance/linkbench/linkbench.csproj
index 46c79ff039..f36537f197 100644
--- a/tests/src/performance/linkbench/linkbench.csproj
+++ b/tests/src/performance/linkbench/linkbench.csproj
@@ -19,10 +19,8 @@
<NuGetTargetMonikerShort>netstandard1.4</NuGetTargetMonikerShort>
</PropertyGroup>
<!-- Default configurations to help VS understand the configurations -->
- <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x64'">
- </PropertyGroup>
- <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x64'">
- </PropertyGroup>
+ <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x64'"></PropertyGroup>
+ <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x64'"></PropertyGroup>
<PropertyGroup>
<RestoreOutputPath>..\obj</RestoreOutputPath>
</PropertyGroup>