-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathBenchmarks.sln
More file actions
49 lines (49 loc) · 3.08 KB
/
Benchmarks.sln
File metadata and controls
49 lines (49 loc) · 3.08 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
49
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.13.35507.96
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "AutypoBenchmark", "AutypoBenchmark\AutypoBenchmark.csproj", "{159D1305-4631-7208-701D-D92A55B9B0CD}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "LuceneBenchmark", "LuceneBenchmark\LuceneBenchmark.csproj", "{55CD3052-E24A-D220-6D6E-C18DDE598883}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "FuzzySharpBenchmark", "FuzzySharpBenchmark\FuzzySharpBenchmark.csproj", "{BED3F2DE-2570-44EE-A220-B6DDDA943656}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "LuceneSuggestionsBenchmark", "LuceneSuggestionsBenchmark\LuceneSuggestionsBenchmark.csproj", "{66EE1724-58DB-4C21-FAF4-6E7BE40E9685}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "LevenshtypoBenchmark", "LevenshtypoBenchmark\LevenshtypoBenchmark.csproj", "{2F6A683F-25AC-3086-3170-E3CDF4CFA3A3}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{159D1305-4631-7208-701D-D92A55B9B0CD}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{159D1305-4631-7208-701D-D92A55B9B0CD}.Debug|Any CPU.Build.0 = Debug|Any CPU
{159D1305-4631-7208-701D-D92A55B9B0CD}.Release|Any CPU.ActiveCfg = Release|Any CPU
{159D1305-4631-7208-701D-D92A55B9B0CD}.Release|Any CPU.Build.0 = Release|Any CPU
{55CD3052-E24A-D220-6D6E-C18DDE598883}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{55CD3052-E24A-D220-6D6E-C18DDE598883}.Debug|Any CPU.Build.0 = Debug|Any CPU
{55CD3052-E24A-D220-6D6E-C18DDE598883}.Release|Any CPU.ActiveCfg = Release|Any CPU
{55CD3052-E24A-D220-6D6E-C18DDE598883}.Release|Any CPU.Build.0 = Release|Any CPU
{BED3F2DE-2570-44EE-A220-B6DDDA943656}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{BED3F2DE-2570-44EE-A220-B6DDDA943656}.Debug|Any CPU.Build.0 = Debug|Any CPU
{BED3F2DE-2570-44EE-A220-B6DDDA943656}.Release|Any CPU.ActiveCfg = Release|Any CPU
{BED3F2DE-2570-44EE-A220-B6DDDA943656}.Release|Any CPU.Build.0 = Release|Any CPU
{66EE1724-58DB-4C21-FAF4-6E7BE40E9685}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{66EE1724-58DB-4C21-FAF4-6E7BE40E9685}.Debug|Any CPU.Build.0 = Debug|Any CPU
{66EE1724-58DB-4C21-FAF4-6E7BE40E9685}.Release|Any CPU.ActiveCfg = Release|Any CPU
{66EE1724-58DB-4C21-FAF4-6E7BE40E9685}.Release|Any CPU.Build.0 = Release|Any CPU
{2F6A683F-25AC-3086-3170-E3CDF4CFA3A3}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{2F6A683F-25AC-3086-3170-E3CDF4CFA3A3}.Debug|Any CPU.Build.0 = Debug|Any CPU
{2F6A683F-25AC-3086-3170-E3CDF4CFA3A3}.Release|Any CPU.ActiveCfg = Release|Any CPU
{2F6A683F-25AC-3086-3170-E3CDF4CFA3A3}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {989F8F95-6A68-499A-B8A9-5C9B3F5D6CB4}
EndGlobalSection
EndGlobal