This repository has been archived by the owner on Oct 15, 2019. It is now read-only.
forked from AlexChuev/NetCorePerformanceTest
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathNetCorePerformanceTest.sln
31 lines (31 loc) · 1.63 KB
/
NetCorePerformanceTest.sln
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.29009.5
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "NetCorePerformanceTest", "NetCorePerformanceTest\NetCorePerformanceTest.csproj", "{F9363F5F-9FDE-4D65-A5A3-29EE038657B9}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "NetFrameworkPerformanceTest", "NetFrameworkPerformanceTest\NetFrameworkPerformanceTest.csproj", "{7DEC5584-7C91-4E83-9712-3B5FF83C8E99}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{F9363F5F-9FDE-4D65-A5A3-29EE038657B9}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{F9363F5F-9FDE-4D65-A5A3-29EE038657B9}.Debug|Any CPU.Build.0 = Debug|Any CPU
{F9363F5F-9FDE-4D65-A5A3-29EE038657B9}.Release|Any CPU.ActiveCfg = Release|Any CPU
{F9363F5F-9FDE-4D65-A5A3-29EE038657B9}.Release|Any CPU.Build.0 = Release|Any CPU
{7DEC5584-7C91-4E83-9712-3B5FF83C8E99}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{7DEC5584-7C91-4E83-9712-3B5FF83C8E99}.Debug|Any CPU.Build.0 = Debug|Any CPU
{7DEC5584-7C91-4E83-9712-3B5FF83C8E99}.Release|Any CPU.ActiveCfg = Release|Any CPU
{7DEC5584-7C91-4E83-9712-3B5FF83C8E99}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {96E34791-50DE-4379-B0FC-BC51E3DF3E7D}
EndGlobalSection
EndGlobal