-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathBenchmarkLab.sln
58 lines (58 loc) · 3.14 KB
/
BenchmarkLab.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.11.35327.3
MinimumVisualStudioVersion = 10.0.40219.1
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "src", "src", "{21C67F90-3267-4495-A249-2620714E1EF6}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{3972A4D5-93D6-47AE-B12B-7E16CB1630D8}"
ProjectSection(SolutionItems) = preProject
AsyncBenchmarkTest.html = AsyncBenchmarkTest.html
bump-version.ps1 = bump-version.ps1
Commands.txt = Commands.txt
pyodide_test.html = pyodide_test.html
README.md = README.md
test_embed.html = test_embed.html
test_embed_prod.html = test_embed_prod.html
WebEssentials2015-Settings.json = WebEssentials2015-Settings.json
EndProjectSection
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "BenchmarkLab", "src\BenchmarkLab\BenchmarkLab.csproj", "{CA0487A6-328F-4714-BEAF-C59EF242F375}"
EndProject
Project("{00D1A9C2-B5F0-4AF3-8072-F6C62B433612}") = "MeasureThat.Net.DB", "BenchmarkLab.DB\MeasureThat.Net.DB.sqlproj", "{CD2D633F-D144-4C5F-AE62-D74AE0B7E1B1}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "E2ETests", "E2ETests\E2ETests.csproj", "{B3380A16-18F9-436B-834B-D0147FD25AC3}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{CA0487A6-328F-4714-BEAF-C59EF242F375}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{CA0487A6-328F-4714-BEAF-C59EF242F375}.Debug|Any CPU.Build.0 = Debug|Any CPU
{CA0487A6-328F-4714-BEAF-C59EF242F375}.Release|Any CPU.ActiveCfg = Release|Any CPU
{CA0487A6-328F-4714-BEAF-C59EF242F375}.Release|Any CPU.Build.0 = Release|Any CPU
{CD2D633F-D144-4C5F-AE62-D74AE0B7E1B1}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{CD2D633F-D144-4C5F-AE62-D74AE0B7E1B1}.Debug|Any CPU.Build.0 = Debug|Any CPU
{CD2D633F-D144-4C5F-AE62-D74AE0B7E1B1}.Debug|Any CPU.Deploy.0 = Debug|Any CPU
{CD2D633F-D144-4C5F-AE62-D74AE0B7E1B1}.Release|Any CPU.ActiveCfg = Release|Any CPU
{CD2D633F-D144-4C5F-AE62-D74AE0B7E1B1}.Release|Any CPU.Build.0 = Release|Any CPU
{CD2D633F-D144-4C5F-AE62-D74AE0B7E1B1}.Release|Any CPU.Deploy.0 = Release|Any CPU
{B3380A16-18F9-436B-834B-D0147FD25AC3}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{B3380A16-18F9-436B-834B-D0147FD25AC3}.Debug|Any CPU.Build.0 = Debug|Any CPU
{B3380A16-18F9-436B-834B-D0147FD25AC3}.Release|Any CPU.ActiveCfg = Release|Any CPU
{B3380A16-18F9-436B-834B-D0147FD25AC3}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{CA0487A6-328F-4714-BEAF-C59EF242F375} = {21C67F90-3267-4495-A249-2620714E1EF6}
{CD2D633F-D144-4C5F-AE62-D74AE0B7E1B1} = {21C67F90-3267-4495-A249-2620714E1EF6}
{B3380A16-18F9-436B-834B-D0147FD25AC3} = {21C67F90-3267-4495-A249-2620714E1EF6}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {BC68B148-AE78-4279-8A1E-73F3CC23E08A}
EndGlobalSection
EndGlobal