-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathdotNetTips.Spargine.8.Benchmarking.sln
More file actions
48 lines (48 loc) · 3.14 KB
/
dotNetTips.Spargine.8.Benchmarking.sln
File metadata and controls
48 lines (48 loc) · 3.14 KB
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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.0.31815.197
MinimumVisualStudioVersion = 10.0.40219.1
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Global", "Global", "{0E1E9F10-D542-4BEC-A6E1-D68DC87F2CF4}"
ProjectSection(SolutionItems) = preProject
.editorconfig = .editorconfig
EndProjectSection
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "DotNetTips.Spargine.8.Benchmarking", "source\Benchmarking\dotNetTips.Spargine.8.Benchmarking\DotNetTips.Spargine.8.Benchmarking.csproj", "{D128470C-62BB-483A-ACAE-300B00361B8D}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "DotNetTips.Spargine.Tester.BenchmarkTests", "source\Benchmarking\dotNetTips.Spargine.Tester.Benchmarking\DotNetTips.Spargine.Tester.BenchmarkTests.csproj", "{2F5484B8-E5F1-4EF8-B09A-7A4AD8707BB4}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "DotNetTips.Spargine.Core.BenchmarkTests", "source\Benchmarking\dotNetTips.Spargine.Core.BenchmarkTests\DotNetTips.Spargine.Core.BenchmarkTests.csproj", "{4FEB3475-17D4-47CF-840C-ABEF3F7BDC6F}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "DotNetTips.Spargine.Extensions.BenchmarkTests", "source\Benchmarking\dotNetTips.Spargine.Extensions.BenchmarkTests\DotNetTips.Spargine.Extensions.BenchmarkTests.csproj", "{63ACD6ED-8743-48C9-AAF8-C048587209FB}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{D128470C-62BB-483A-ACAE-300B00361B8D}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{D128470C-62BB-483A-ACAE-300B00361B8D}.Debug|Any CPU.Build.0 = Debug|Any CPU
{D128470C-62BB-483A-ACAE-300B00361B8D}.Release|Any CPU.ActiveCfg = Release|Any CPU
{D128470C-62BB-483A-ACAE-300B00361B8D}.Release|Any CPU.Build.0 = Release|Any CPU
{2F5484B8-E5F1-4EF8-B09A-7A4AD8707BB4}.Debug|Any CPU.ActiveCfg = Release|Any CPU
{2F5484B8-E5F1-4EF8-B09A-7A4AD8707BB4}.Debug|Any CPU.Build.0 = Release|Any CPU
{2F5484B8-E5F1-4EF8-B09A-7A4AD8707BB4}.Release|Any CPU.ActiveCfg = Release|Any CPU
{2F5484B8-E5F1-4EF8-B09A-7A4AD8707BB4}.Release|Any CPU.Build.0 = Release|Any CPU
{4FEB3475-17D4-47CF-840C-ABEF3F7BDC6F}.Debug|Any CPU.ActiveCfg = Release|Any CPU
{4FEB3475-17D4-47CF-840C-ABEF3F7BDC6F}.Debug|Any CPU.Build.0 = Release|Any CPU
{4FEB3475-17D4-47CF-840C-ABEF3F7BDC6F}.Release|Any CPU.ActiveCfg = Release|Any CPU
{4FEB3475-17D4-47CF-840C-ABEF3F7BDC6F}.Release|Any CPU.Build.0 = Release|Any CPU
{63ACD6ED-8743-48C9-AAF8-C048587209FB}.Debug|Any CPU.ActiveCfg = Release|Any CPU
{63ACD6ED-8743-48C9-AAF8-C048587209FB}.Debug|Any CPU.Build.0 = Release|Any CPU
{63ACD6ED-8743-48C9-AAF8-C048587209FB}.Release|Any CPU.ActiveCfg = Release|Any CPU
{63ACD6ED-8743-48C9-AAF8-C048587209FB}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {327DC320-CCF4-4DD7-BAF2-D9060A5761F2}
EndGlobalSection
EndGlobal