-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathValueUtils.sln
57 lines (57 loc) · 2.97 KB
/
ValueUtils.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.3.32929.385
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "ValueUtils", "ValueUtils\ValueUtils.csproj", "{AA2AC059-A993-4CB4-8C05-2B5821851A14}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "ValueUtilsTest", "ValueUtilsTest\ValueUtilsTest.csproj", "{498F7DE2-EE66-4804-9A72-9CAD5C09F400}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{34331906-0C4A-4F34-BB09-FBE53D56FB6C}"
ProjectSection(SolutionItems) = preProject
.editorconfig = .editorconfig
.gitattributes = .gitattributes
.gitignore = .gitignore
azure-pipelines.yml = azure-pipelines.yml
BenchmarkResults.html = BenchmarkResults.html
CHANGELOG.md = CHANGELOG.md
CITests.runsettings = CITests.runsettings
index.html = index.html
LICENSE = LICENSE
ProbabilityOfHashCollisions.txt = ProbabilityOfHashCollisions.txt
README.md = README.md
EndProjectSection
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "ValueUtilsBenchmark", "ValueUtilsBenchmark\ValueUtilsBenchmark.csproj", "{92458D24-5270-42A9-A530-B86C5F7B29C0}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "html-docs", "html-docs", "{70A05DFE-11EB-4E81-BF61-A2220F81F4EC}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{AA2AC059-A993-4CB4-8C05-2B5821851A14}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{AA2AC059-A993-4CB4-8C05-2B5821851A14}.Debug|Any CPU.Build.0 = Debug|Any CPU
{AA2AC059-A993-4CB4-8C05-2B5821851A14}.Release|Any CPU.ActiveCfg = Release|Any CPU
{AA2AC059-A993-4CB4-8C05-2B5821851A14}.Release|Any CPU.Build.0 = Release|Any CPU
{498F7DE2-EE66-4804-9A72-9CAD5C09F400}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{498F7DE2-EE66-4804-9A72-9CAD5C09F400}.Debug|Any CPU.Build.0 = Debug|Any CPU
{498F7DE2-EE66-4804-9A72-9CAD5C09F400}.Release|Any CPU.ActiveCfg = Release|Any CPU
{498F7DE2-EE66-4804-9A72-9CAD5C09F400}.Release|Any CPU.Build.0 = Release|Any CPU
{92458D24-5270-42A9-A530-B86C5F7B29C0}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{92458D24-5270-42A9-A530-B86C5F7B29C0}.Debug|Any CPU.Build.0 = Debug|Any CPU
{92458D24-5270-42A9-A530-B86C5F7B29C0}.Release|Any CPU.ActiveCfg = Release|Any CPU
{92458D24-5270-42A9-A530-B86C5F7B29C0}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{70A05DFE-11EB-4E81-BF61-A2220F81F4EC} = {34331906-0C4A-4F34-BB09-FBE53D56FB6C}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {FBC55A10-7115-4C51-8F5E-BBB7B6D6DD73}
EndGlobalSection
EndGlobal