-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathOpen.Collections.sln
More file actions
48 lines (48 loc) · 2.82 KB
/
Open.Collections.sln
File metadata and controls
48 lines (48 loc) · 2.82 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.5.33414.496
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Open.Collections", "source\Open.Collections.csproj", "{F1C64CD8-E90A-46C8-9373-3BAB5498CC14}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Open.Collections.Tests", "testing\Open.Collections.Tests\Open.Collections.Tests.csproj", "{44063AEE-8909-4A26-80BE-8623F5EBBA1F}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Open.Collections.Benchmarking", "benchmarking\Open.Collections.Benchmarking.csproj", "{A3EA31B7-6E9B-4780-808A-BBDF116521EA}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Open.Collections.Trie", "Trie\Open.Collections.Trie.csproj", "{A93C5840-7258-48C6-A223-AADCC29B838B}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{EDF93B9B-F566-4ED3-8E50-3BCF1DA520FD}"
ProjectSection(SolutionItems) = preProject
.editorconfig = .editorconfig
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{F1C64CD8-E90A-46C8-9373-3BAB5498CC14}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{F1C64CD8-E90A-46C8-9373-3BAB5498CC14}.Debug|Any CPU.Build.0 = Debug|Any CPU
{F1C64CD8-E90A-46C8-9373-3BAB5498CC14}.Release|Any CPU.ActiveCfg = Release|Any CPU
{F1C64CD8-E90A-46C8-9373-3BAB5498CC14}.Release|Any CPU.Build.0 = Release|Any CPU
{44063AEE-8909-4A26-80BE-8623F5EBBA1F}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{44063AEE-8909-4A26-80BE-8623F5EBBA1F}.Debug|Any CPU.Build.0 = Debug|Any CPU
{44063AEE-8909-4A26-80BE-8623F5EBBA1F}.Release|Any CPU.ActiveCfg = Release|Any CPU
{44063AEE-8909-4A26-80BE-8623F5EBBA1F}.Release|Any CPU.Build.0 = Release|Any CPU
{A3EA31B7-6E9B-4780-808A-BBDF116521EA}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{A3EA31B7-6E9B-4780-808A-BBDF116521EA}.Debug|Any CPU.Build.0 = Debug|Any CPU
{A3EA31B7-6E9B-4780-808A-BBDF116521EA}.Release|Any CPU.ActiveCfg = Release|Any CPU
{A3EA31B7-6E9B-4780-808A-BBDF116521EA}.Release|Any CPU.Build.0 = Release|Any CPU
{A93C5840-7258-48C6-A223-AADCC29B838B}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{A93C5840-7258-48C6-A223-AADCC29B838B}.Debug|Any CPU.Build.0 = Debug|Any CPU
{A93C5840-7258-48C6-A223-AADCC29B838B}.Release|Any CPU.ActiveCfg = Release|Any CPU
{A93C5840-7258-48C6-A223-AADCC29B838B}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {323AE57A-3C44-4EB8-890D-FD1107AADD8D}
EndGlobalSection
EndGlobal