-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathPerformanceTest.sln
111 lines (111 loc) · 5.52 KB
/
PerformanceTest.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
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.27703.2018
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Tester1", "Tester1\Tester1.csproj", "{E0891EA0-9310-4B9E-A51E-4B6790E2065E}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = ".nuget", ".nuget", "{CA9A0B16-0A0D-462F-A8B3-DF41C0C57C43}"
ProjectSection(SolutionItems) = preProject
.nuget\NuGet.Config = .nuget\NuGet.Config
.nuget\NuGet.exe = .nuget\NuGet.exe
.nuget\NuGet.targets = .nuget\NuGet.targets
EndProjectSection
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "NLogPerformance", "NLogPerformance\NLogPerformance.csproj", "{1788E4A4-1DFC-46D1-BC1E-B69E8F2D76B9}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ManyThreadsTester", "ManyThreadsTester\ManyThreadsTester\ManyThreadsTester.csproj", "{E4AF9AB1-C7B2-40EB-B38F-2D173F8A5E31}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "BenchmarkTool", "BenchmarkTool\BenchmarkTool.csproj", "{B3A880EB-20CF-42D9-8673-1319C32E7518}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "LibLogPerformance", "LibLogPerformance\LibLogPerformance.csproj", "{D8D42F84-EEA1-49A5-987D-4EC1671E6011}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "MicrosofLoggingPerformance", "MicrosofLoggingPerformance\MicrosofLoggingPerformance.csproj", "{3C7801DB-DFD6-41D9-A9AF-351435BDF520}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{FDE927D0-1A98-499F-B097-19351790322F}"
ProjectSection(SolutionItems) = preProject
appveyor.yml = appveyor.yml
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{E0891EA0-9310-4B9E-A51E-4B6790E2065E}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{E0891EA0-9310-4B9E-A51E-4B6790E2065E}.Debug|Any CPU.Build.0 = Debug|Any CPU
{E0891EA0-9310-4B9E-A51E-4B6790E2065E}.Release|Any CPU.ActiveCfg = Release|Any CPU
{E0891EA0-9310-4B9E-A51E-4B6790E2065E}.Release|Any CPU.Build.0 = Release|Any CPU
{1788E4A4-1DFC-46D1-BC1E-B69E8F2D76B9}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{1788E4A4-1DFC-46D1-BC1E-B69E8F2D76B9}.Debug|Any CPU.Build.0 = Debug|Any CPU
{1788E4A4-1DFC-46D1-BC1E-B69E8F2D76B9}.Release|Any CPU.ActiveCfg = Release|Any CPU
{1788E4A4-1DFC-46D1-BC1E-B69E8F2D76B9}.Release|Any CPU.Build.0 = Release|Any CPU
{E4AF9AB1-C7B2-40EB-B38F-2D173F8A5E31}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{E4AF9AB1-C7B2-40EB-B38F-2D173F8A5E31}.Debug|Any CPU.Build.0 = Debug|Any CPU
{E4AF9AB1-C7B2-40EB-B38F-2D173F8A5E31}.Release|Any CPU.ActiveCfg = Release|Any CPU
{E4AF9AB1-C7B2-40EB-B38F-2D173F8A5E31}.Release|Any CPU.Build.0 = Release|Any CPU
{B3A880EB-20CF-42D9-8673-1319C32E7518}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{B3A880EB-20CF-42D9-8673-1319C32E7518}.Debug|Any CPU.Build.0 = Debug|Any CPU
{B3A880EB-20CF-42D9-8673-1319C32E7518}.Release|Any CPU.ActiveCfg = Release|Any CPU
{B3A880EB-20CF-42D9-8673-1319C32E7518}.Release|Any CPU.Build.0 = Release|Any CPU
{D8D42F84-EEA1-49A5-987D-4EC1671E6011}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{D8D42F84-EEA1-49A5-987D-4EC1671E6011}.Debug|Any CPU.Build.0 = Debug|Any CPU
{D8D42F84-EEA1-49A5-987D-4EC1671E6011}.Release|Any CPU.ActiveCfg = Release|Any CPU
{D8D42F84-EEA1-49A5-987D-4EC1671E6011}.Release|Any CPU.Build.0 = Release|Any CPU
{3C7801DB-DFD6-41D9-A9AF-351435BDF520}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{3C7801DB-DFD6-41D9-A9AF-351435BDF520}.Debug|Any CPU.Build.0 = Debug|Any CPU
{3C7801DB-DFD6-41D9-A9AF-351435BDF520}.Release|Any CPU.ActiveCfg = Release|Any CPU
{3C7801DB-DFD6-41D9-A9AF-351435BDF520}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {C287B5FC-362B-46EE-8335-6C4FA275720C}
EndGlobalSection
GlobalSection(Performance) = preSolution
HasPerformanceSessions = true
EndGlobalSection
GlobalSection(Performance) = preSolution
HasPerformanceSessions = true
EndGlobalSection
GlobalSection(Performance) = preSolution
HasPerformanceSessions = true
EndGlobalSection
GlobalSection(Performance) = preSolution
HasPerformanceSessions = true
EndGlobalSection
GlobalSection(Performance) = preSolution
HasPerformanceSessions = true
EndGlobalSection
GlobalSection(Performance) = preSolution
HasPerformanceSessions = true
EndGlobalSection
GlobalSection(Performance) = preSolution
HasPerformanceSessions = true
EndGlobalSection
GlobalSection(Performance) = preSolution
HasPerformanceSessions = true
EndGlobalSection
GlobalSection(Performance) = preSolution
HasPerformanceSessions = true
EndGlobalSection
GlobalSection(Performance) = preSolution
HasPerformanceSessions = true
EndGlobalSection
GlobalSection(Performance) = preSolution
HasPerformanceSessions = true
EndGlobalSection
GlobalSection(Performance) = preSolution
HasPerformanceSessions = true
EndGlobalSection
GlobalSection(Performance) = preSolution
HasPerformanceSessions = true
EndGlobalSection
GlobalSection(Performance) = preSolution
HasPerformanceSessions = true
EndGlobalSection
GlobalSection(Performance) = preSolution
HasPerformanceSessions = true
EndGlobalSection
EndGlobal