Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/corefx.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWes Haggard <Wes.Haggard@microsoft.com>2017-02-02 03:26:26 +0300
committerWes Haggard <Wes.Haggard@microsoft.com>2017-02-03 02:02:57 +0300
commitd00bb5d18ac91189b12ed2fb7131d0ff62da9034 (patch)
tree1598c5a299e0d54d65104f772cb5cdd1a4a3240e /src/System.Runtime.Extensions/tests
parent4b247771d97e6f3c4f756ad446e2981790713748 (diff)
Add ProjectGuids for all projects and empty configs for projects without BuildConfigurations
Diffstat (limited to 'src/System.Runtime.Extensions/tests')
-rw-r--r--src/System.Runtime.Extensions/tests/Performance/System.Runtime.Extensions.Performance.Tests.csproj1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/System.Runtime.Extensions/tests/Performance/System.Runtime.Extensions.Performance.Tests.csproj b/src/System.Runtime.Extensions/tests/Performance/System.Runtime.Extensions.Performance.Tests.csproj
index 70835b0bec..5c808df891 100644
--- a/src/System.Runtime.Extensions/tests/Performance/System.Runtime.Extensions.Performance.Tests.csproj
+++ b/src/System.Runtime.Extensions/tests/Performance/System.Runtime.Extensions.Performance.Tests.csproj
@@ -4,6 +4,7 @@
<PropertyGroup>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
<IncludePerformanceTests>true</IncludePerformanceTests>
+ <ProjectGuid>{978FA427-F87B-46E2-B276-F5B727C50A01}</ProjectGuid>
</PropertyGroup>
<!-- Default configurations to help VS understand the configurations -->
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' " />