-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathdotNetTips.Spargine.10.Benchmarking-NuGet.sln
More file actions
43 lines (43 loc) · 2.93 KB
/
Copy pathdotNetTips.Spargine.10.Benchmarking-NuGet.sln
File metadata and controls
43 lines (43 loc) · 2.93 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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 18
VisualStudioVersion = 18.1.11312.151 d18.0
MinimumVisualStudioVersion = 10.0.40219.1
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
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "DotNetTips.Spargine.10.Benchmarking", "source\Benchmarking\dotNetTips.Spargine.10.Benchmarking\DotNetTips.Spargine.10.Benchmarking.csproj", "{37322AA8-C052-1A5E-802D-A041CD08B649}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{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
{37322AA8-C052-1A5E-802D-A041CD08B649}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{37322AA8-C052-1A5E-802D-A041CD08B649}.Debug|Any CPU.Build.0 = Debug|Any CPU
{37322AA8-C052-1A5E-802D-A041CD08B649}.Release|Any CPU.ActiveCfg = Release|Any CPU
{37322AA8-C052-1A5E-802D-A041CD08B649}.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