forked from ninjanye/SearchExtensions
-
Notifications
You must be signed in to change notification settings - Fork 0
/
SearchExtensions.sln
55 lines (55 loc) · 3.84 KB
/
SearchExtensions.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.26228.10
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "NinjaNye.SearchExtensions", "NinjaNye.SearchExtensions\NinjaNye.SearchExtensions.csproj", "{60B8E347-999F-4EE2-8172-9367D4F71860}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "NinjaNye.SearchExtensions.Tests", "NinjaNye.SearchExtensions.Tests\NinjaNye.SearchExtensions.Tests.csproj", "{A2B64396-FE41-4F02-9A11-5050F16524C3}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "NinjaNye.SearchExtensions.Performance", "NinjaNye.SearchExtensions.Performance\NinjaNye.SearchExtensions.Performance.csproj", "{3BA8EC52-60C1-41E6-B154-53D40407115B}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "NinjaNye.SearchExtensions.Tests.Integration", "NinjaNye.SearchExtensions.Tests.Integration\NinjaNye.SearchExtensions.Tests.Integration.csproj", "{F167ED45-5E0B-4085-A040-2784116A70FD}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "NinjaNye.SearchExtensions.Levenshtein", "NinjaNye.SearchExtensions.Levenshtein\NinjaNye.SearchExtensions.Levenshtein.csproj", "{57D1100A-D9E4-442A-A1B6-261E7FC1D56C}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "NinjaNye.SearchExtensions.Soundex", "NinjaNye.SearchExtensions.Soundex\NinjaNye.SearchExtensions.Soundex.csproj", "{B9F9E66A-281A-484F-B01E-0F7E24CC0FDE}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{60B8E347-999F-4EE2-8172-9367D4F71860}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{60B8E347-999F-4EE2-8172-9367D4F71860}.Debug|Any CPU.Build.0 = Debug|Any CPU
{60B8E347-999F-4EE2-8172-9367D4F71860}.Release|Any CPU.ActiveCfg = Release|Any CPU
{60B8E347-999F-4EE2-8172-9367D4F71860}.Release|Any CPU.Build.0 = Release|Any CPU
{A2B64396-FE41-4F02-9A11-5050F16524C3}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{A2B64396-FE41-4F02-9A11-5050F16524C3}.Debug|Any CPU.Build.0 = Debug|Any CPU
{A2B64396-FE41-4F02-9A11-5050F16524C3}.Release|Any CPU.ActiveCfg = Release|Any CPU
{A2B64396-FE41-4F02-9A11-5050F16524C3}.Release|Any CPU.Build.0 = Release|Any CPU
{3BA8EC52-60C1-41E6-B154-53D40407115B}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{3BA8EC52-60C1-41E6-B154-53D40407115B}.Debug|Any CPU.Build.0 = Debug|Any CPU
{3BA8EC52-60C1-41E6-B154-53D40407115B}.Release|Any CPU.ActiveCfg = Release|Any CPU
{3BA8EC52-60C1-41E6-B154-53D40407115B}.Release|Any CPU.Build.0 = Release|Any CPU
{F167ED45-5E0B-4085-A040-2784116A70FD}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{F167ED45-5E0B-4085-A040-2784116A70FD}.Debug|Any CPU.Build.0 = Debug|Any CPU
{F167ED45-5E0B-4085-A040-2784116A70FD}.Release|Any CPU.ActiveCfg = Release|Any CPU
{F167ED45-5E0B-4085-A040-2784116A70FD}.Release|Any CPU.Build.0 = Release|Any CPU
{57D1100A-D9E4-442A-A1B6-261E7FC1D56C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{57D1100A-D9E4-442A-A1B6-261E7FC1D56C}.Debug|Any CPU.Build.0 = Debug|Any CPU
{57D1100A-D9E4-442A-A1B6-261E7FC1D56C}.Release|Any CPU.ActiveCfg = Release|Any CPU
{57D1100A-D9E4-442A-A1B6-261E7FC1D56C}.Release|Any CPU.Build.0 = Release|Any CPU
{B9F9E66A-281A-484F-B01E-0F7E24CC0FDE}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{B9F9E66A-281A-484F-B01E-0F7E24CC0FDE}.Debug|Any CPU.Build.0 = Debug|Any CPU
{B9F9E66A-281A-484F-B01E-0F7E24CC0FDE}.Release|Any CPU.ActiveCfg = Release|Any CPU
{B9F9E66A-281A-484F-B01E-0F7E24CC0FDE}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {18A43AB0-2BE2-4679-83D9-874EE1E7DCAD}
EndGlobalSection
EndGlobal