-
Notifications
You must be signed in to change notification settings - Fork 8
/
Copy pathHonkPerf.NET.sln
68 lines (68 loc) · 4.04 KB
/
HonkPerf.NET.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.0.31717.71
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Benchmarks", "Benchmarks\Benchmarks.csproj", "{6EFA0C89-C631-4BB9-9A47-77A04E6131DE}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Playground", "Playground\Playground.csproj", "{1C79892A-44F6-46B9-9220-B06E09BDFAE9}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "HonkPerf.NET.Core", "Sources\HonkPerf.NET.Core\HonkPerf.NET.Core.csproj", "{0DB94100-3150-4900-A2DF-D4C0091211A3}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "HonkPerf.NET.RefLinq", "Sources\HonkPerf.NET.RefLinq\HonkPerf.NET.RefLinq.csproj", "{8E61089F-09F1-41FD-9F76-23EDF063F282}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "SolutionItems", "SolutionItems", "{6B43CB8D-A12F-45C3-B604-F4CBE24FEDCB}"
ProjectSection(SolutionItems) = preProject
.editorconfig = .editorconfig
.gitignore = .gitignore
Sources\Directory.Build.props = Sources\Directory.Build.props
Sources\Directory.Build.targets = Sources\Directory.Build.targets
LICENSE = LICENSE
README.md = README.md
EndProjectSection
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "HonkPerf.NET.RefLinq.Tests", "Tests\HonkPerf.NET.RefLinq.Tests\HonkPerf.NET.RefLinq.Tests.csproj", "{9EDBAE7D-1034-4CA4-BD25-F836B450B293}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Sources", "Sources", "{D4567519-22B6-4943-A06B-AD8EF12481B9}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Tests", "Tests", "{BEF17F3D-6766-4925-893E-3A2B0CC6D3EA}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{6EFA0C89-C631-4BB9-9A47-77A04E6131DE}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{6EFA0C89-C631-4BB9-9A47-77A04E6131DE}.Debug|Any CPU.Build.0 = Debug|Any CPU
{6EFA0C89-C631-4BB9-9A47-77A04E6131DE}.Release|Any CPU.ActiveCfg = Release|Any CPU
{6EFA0C89-C631-4BB9-9A47-77A04E6131DE}.Release|Any CPU.Build.0 = Release|Any CPU
{1C79892A-44F6-46B9-9220-B06E09BDFAE9}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{1C79892A-44F6-46B9-9220-B06E09BDFAE9}.Debug|Any CPU.Build.0 = Debug|Any CPU
{1C79892A-44F6-46B9-9220-B06E09BDFAE9}.Release|Any CPU.ActiveCfg = Release|Any CPU
{1C79892A-44F6-46B9-9220-B06E09BDFAE9}.Release|Any CPU.Build.0 = Release|Any CPU
{0DB94100-3150-4900-A2DF-D4C0091211A3}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{0DB94100-3150-4900-A2DF-D4C0091211A3}.Debug|Any CPU.Build.0 = Debug|Any CPU
{0DB94100-3150-4900-A2DF-D4C0091211A3}.Release|Any CPU.ActiveCfg = Release|Any CPU
{0DB94100-3150-4900-A2DF-D4C0091211A3}.Release|Any CPU.Build.0 = Release|Any CPU
{8E61089F-09F1-41FD-9F76-23EDF063F282}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{8E61089F-09F1-41FD-9F76-23EDF063F282}.Debug|Any CPU.Build.0 = Debug|Any CPU
{8E61089F-09F1-41FD-9F76-23EDF063F282}.Release|Any CPU.ActiveCfg = Release|Any CPU
{8E61089F-09F1-41FD-9F76-23EDF063F282}.Release|Any CPU.Build.0 = Release|Any CPU
{9EDBAE7D-1034-4CA4-BD25-F836B450B293}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{9EDBAE7D-1034-4CA4-BD25-F836B450B293}.Debug|Any CPU.Build.0 = Debug|Any CPU
{9EDBAE7D-1034-4CA4-BD25-F836B450B293}.Release|Any CPU.ActiveCfg = Release|Any CPU
{9EDBAE7D-1034-4CA4-BD25-F836B450B293}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{0DB94100-3150-4900-A2DF-D4C0091211A3} = {D4567519-22B6-4943-A06B-AD8EF12481B9}
{8E61089F-09F1-41FD-9F76-23EDF063F282} = {D4567519-22B6-4943-A06B-AD8EF12481B9}
{9EDBAE7D-1034-4CA4-BD25-F836B450B293} = {BEF17F3D-6766-4925-893E-3A2B0CC6D3EA}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {2B5FD07A-8142-453A-B7AA-F62B1A4037A9}
EndGlobalSection
EndGlobal