-
Notifications
You must be signed in to change notification settings - Fork 13
/
Copy pathAdvUtils.sln
109 lines (109 loc) · 7.44 KB
/
AdvUtils.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
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 14
VisualStudioVersion = 14.0.24720.0
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "AdvUtils", "AdvUtils\AdvUtils.csproj", "{A89C52ED-7910-414D-9F51-F63DA11215B9}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "UnitTest", "UnitTest", "{7523EBAE-090B-4837-A730-802BB1CD0AEF}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "TestDoubleArrayTrie", "UnitTest\TestDoubleArrayTrie\TestDoubleArrayTrie.csproj", "{0C65F8F9-C038-41A9-8B0D-1BE45EAEDF42}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "TestDictMatch", "UnitTest\TestDictMatch\TestDictMatch.csproj", "{330AB784-F9DC-413C-A384-287A53718CD1}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "TestBigArray", "UnitTest\TestBigArray\TestBigArray.csproj", "{87D31513-138E-4199-90F3-29CF6D338CD9}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "TestBigDictionary", "UnitTest\TestBigDictionary\TestBigDictionary.csproj", "{85F71FD2-16A7-4D73-BAC6-F33719842D6F}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "TestVectorQuantization", "UnitTest\TestVectorQuantization\TestVectorQuantization.csproj", "{12496E82-8EE4-40A5-B121-56B8CD6FDD9E}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{CB501EBC-2D96-48F9-8A85-683F0A4A84FB}"
ProjectSection(SolutionItems) = preProject
LICENSE = LICENSE
README.md = README.md
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Debug|Mixed Platforms = Debug|Mixed Platforms
Debug|x86 = Debug|x86
Release|Any CPU = Release|Any CPU
Release|Mixed Platforms = Release|Mixed Platforms
Release|x86 = Release|x86
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{A89C52ED-7910-414D-9F51-F63DA11215B9}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{A89C52ED-7910-414D-9F51-F63DA11215B9}.Debug|Any CPU.Build.0 = Debug|Any CPU
{A89C52ED-7910-414D-9F51-F63DA11215B9}.Debug|Mixed Platforms.ActiveCfg = Debug|Any CPU
{A89C52ED-7910-414D-9F51-F63DA11215B9}.Debug|Mixed Platforms.Build.0 = Debug|Any CPU
{A89C52ED-7910-414D-9F51-F63DA11215B9}.Debug|x86.ActiveCfg = Debug|Any CPU
{A89C52ED-7910-414D-9F51-F63DA11215B9}.Release|Any CPU.ActiveCfg = Release|Any CPU
{A89C52ED-7910-414D-9F51-F63DA11215B9}.Release|Any CPU.Build.0 = Release|Any CPU
{A89C52ED-7910-414D-9F51-F63DA11215B9}.Release|Mixed Platforms.ActiveCfg = Release|Any CPU
{A89C52ED-7910-414D-9F51-F63DA11215B9}.Release|Mixed Platforms.Build.0 = Release|Any CPU
{A89C52ED-7910-414D-9F51-F63DA11215B9}.Release|x86.ActiveCfg = Release|Any CPU
{0C65F8F9-C038-41A9-8B0D-1BE45EAEDF42}.Debug|Any CPU.ActiveCfg = Debug|x86
{0C65F8F9-C038-41A9-8B0D-1BE45EAEDF42}.Debug|Mixed Platforms.ActiveCfg = Debug|x86
{0C65F8F9-C038-41A9-8B0D-1BE45EAEDF42}.Debug|Mixed Platforms.Build.0 = Debug|x86
{0C65F8F9-C038-41A9-8B0D-1BE45EAEDF42}.Debug|x86.ActiveCfg = Debug|x86
{0C65F8F9-C038-41A9-8B0D-1BE45EAEDF42}.Debug|x86.Build.0 = Debug|x86
{0C65F8F9-C038-41A9-8B0D-1BE45EAEDF42}.Release|Any CPU.ActiveCfg = Release|x86
{0C65F8F9-C038-41A9-8B0D-1BE45EAEDF42}.Release|Mixed Platforms.ActiveCfg = Release|x86
{0C65F8F9-C038-41A9-8B0D-1BE45EAEDF42}.Release|Mixed Platforms.Build.0 = Release|x86
{0C65F8F9-C038-41A9-8B0D-1BE45EAEDF42}.Release|x86.ActiveCfg = Release|x86
{0C65F8F9-C038-41A9-8B0D-1BE45EAEDF42}.Release|x86.Build.0 = Release|x86
{330AB784-F9DC-413C-A384-287A53718CD1}.Debug|Any CPU.ActiveCfg = Debug|x86
{330AB784-F9DC-413C-A384-287A53718CD1}.Debug|Mixed Platforms.ActiveCfg = Debug|x86
{330AB784-F9DC-413C-A384-287A53718CD1}.Debug|Mixed Platforms.Build.0 = Debug|x86
{330AB784-F9DC-413C-A384-287A53718CD1}.Debug|x86.ActiveCfg = Debug|x86
{330AB784-F9DC-413C-A384-287A53718CD1}.Debug|x86.Build.0 = Debug|x86
{330AB784-F9DC-413C-A384-287A53718CD1}.Release|Any CPU.ActiveCfg = Release|x86
{330AB784-F9DC-413C-A384-287A53718CD1}.Release|Mixed Platforms.ActiveCfg = Release|x86
{330AB784-F9DC-413C-A384-287A53718CD1}.Release|Mixed Platforms.Build.0 = Release|x86
{330AB784-F9DC-413C-A384-287A53718CD1}.Release|x86.ActiveCfg = Release|x86
{330AB784-F9DC-413C-A384-287A53718CD1}.Release|x86.Build.0 = Release|x86
{87D31513-138E-4199-90F3-29CF6D338CD9}.Debug|Any CPU.ActiveCfg = Debug|x86
{87D31513-138E-4199-90F3-29CF6D338CD9}.Debug|Mixed Platforms.ActiveCfg = Debug|x86
{87D31513-138E-4199-90F3-29CF6D338CD9}.Debug|Mixed Platforms.Build.0 = Debug|x86
{87D31513-138E-4199-90F3-29CF6D338CD9}.Debug|x86.ActiveCfg = Debug|x86
{87D31513-138E-4199-90F3-29CF6D338CD9}.Debug|x86.Build.0 = Debug|x86
{87D31513-138E-4199-90F3-29CF6D338CD9}.Release|Any CPU.ActiveCfg = Release|x86
{87D31513-138E-4199-90F3-29CF6D338CD9}.Release|Mixed Platforms.ActiveCfg = Release|x86
{87D31513-138E-4199-90F3-29CF6D338CD9}.Release|Mixed Platforms.Build.0 = Release|x86
{87D31513-138E-4199-90F3-29CF6D338CD9}.Release|x86.ActiveCfg = Release|x86
{87D31513-138E-4199-90F3-29CF6D338CD9}.Release|x86.Build.0 = Release|x86
{85F71FD2-16A7-4D73-BAC6-F33719842D6F}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{85F71FD2-16A7-4D73-BAC6-F33719842D6F}.Debug|Any CPU.Build.0 = Debug|Any CPU
{85F71FD2-16A7-4D73-BAC6-F33719842D6F}.Debug|Mixed Platforms.ActiveCfg = Debug|Any CPU
{85F71FD2-16A7-4D73-BAC6-F33719842D6F}.Debug|Mixed Platforms.Build.0 = Debug|Any CPU
{85F71FD2-16A7-4D73-BAC6-F33719842D6F}.Debug|x86.ActiveCfg = Debug|Any CPU
{85F71FD2-16A7-4D73-BAC6-F33719842D6F}.Release|Any CPU.ActiveCfg = Release|Any CPU
{85F71FD2-16A7-4D73-BAC6-F33719842D6F}.Release|Any CPU.Build.0 = Release|Any CPU
{85F71FD2-16A7-4D73-BAC6-F33719842D6F}.Release|Mixed Platforms.ActiveCfg = Release|Any CPU
{85F71FD2-16A7-4D73-BAC6-F33719842D6F}.Release|Mixed Platforms.Build.0 = Release|Any CPU
{85F71FD2-16A7-4D73-BAC6-F33719842D6F}.Release|x86.ActiveCfg = Release|Any CPU
{12496E82-8EE4-40A5-B121-56B8CD6FDD9E}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{12496E82-8EE4-40A5-B121-56B8CD6FDD9E}.Debug|Any CPU.Build.0 = Debug|Any CPU
{12496E82-8EE4-40A5-B121-56B8CD6FDD9E}.Debug|Mixed Platforms.ActiveCfg = Debug|Any CPU
{12496E82-8EE4-40A5-B121-56B8CD6FDD9E}.Debug|Mixed Platforms.Build.0 = Debug|Any CPU
{12496E82-8EE4-40A5-B121-56B8CD6FDD9E}.Debug|x86.ActiveCfg = Debug|Any CPU
{12496E82-8EE4-40A5-B121-56B8CD6FDD9E}.Debug|x86.Build.0 = Debug|Any CPU
{12496E82-8EE4-40A5-B121-56B8CD6FDD9E}.Release|Any CPU.ActiveCfg = Release|Any CPU
{12496E82-8EE4-40A5-B121-56B8CD6FDD9E}.Release|Any CPU.Build.0 = Release|Any CPU
{12496E82-8EE4-40A5-B121-56B8CD6FDD9E}.Release|Mixed Platforms.ActiveCfg = Release|Any CPU
{12496E82-8EE4-40A5-B121-56B8CD6FDD9E}.Release|Mixed Platforms.Build.0 = Release|Any CPU
{12496E82-8EE4-40A5-B121-56B8CD6FDD9E}.Release|x86.ActiveCfg = Release|Any CPU
{12496E82-8EE4-40A5-B121-56B8CD6FDD9E}.Release|x86.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{0C65F8F9-C038-41A9-8B0D-1BE45EAEDF42} = {7523EBAE-090B-4837-A730-802BB1CD0AEF}
{330AB784-F9DC-413C-A384-287A53718CD1} = {7523EBAE-090B-4837-A730-802BB1CD0AEF}
{87D31513-138E-4199-90F3-29CF6D338CD9} = {7523EBAE-090B-4837-A730-802BB1CD0AEF}
{85F71FD2-16A7-4D73-BAC6-F33719842D6F} = {7523EBAE-090B-4837-A730-802BB1CD0AEF}
{12496E82-8EE4-40A5-B121-56B8CD6FDD9E} = {7523EBAE-090B-4837-A730-802BB1CD0AEF}
EndGlobalSection
EndGlobal