-
Notifications
You must be signed in to change notification settings - Fork 0
/
Levenshtypo.sln
59 lines (59 loc) · 3.72 KB
/
Levenshtypo.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.11.35103.136
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Levenshtypo", "src\Levenshtypo\Levenshtypo.csproj", "{5D0A4CEB-27BF-43AB-A969-DCF9AE5FF650}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Levenshtypo.Tests", "src\Levenshtypo.Tests\Levenshtypo.Tests.csproj", "{CA6805AC-C5C4-4EBF-8768-0B11166124A9}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Levenshtypo.Benchmarks", "src\Levenshtypo.Benchmarks\Levenshtypo.Benchmarks.csproj", "{D330C38E-9A3F-497A-910E-9499B2787240}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{2C12F4F0-18BD-44FC-A45B-544D8124778B}"
ProjectSection(SolutionItems) = preProject
README.md = README.md
EndProjectSection
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Levenshtypo.Generator", "src\Levenshtypo.Generator\Levenshtypo.Generator.csproj", "{492B31DC-9CA1-49AC-8592-F65CCE26EA07}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Levenshtypo.Samples", "samples\Levenshtypo.Samples\Levenshtypo.Samples.csproj", "{EA373273-9ED6-45EC-9AC4-CC01A19B5B24}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Levenshtypo.Aot", "src\Levenshtypo.Aot\Levenshtypo.Aot.csproj", "{3CA5F231-8D7F-48FE-9E28-66E5EBD1579C}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{5D0A4CEB-27BF-43AB-A969-DCF9AE5FF650}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{5D0A4CEB-27BF-43AB-A969-DCF9AE5FF650}.Debug|Any CPU.Build.0 = Debug|Any CPU
{5D0A4CEB-27BF-43AB-A969-DCF9AE5FF650}.Release|Any CPU.ActiveCfg = Release|Any CPU
{5D0A4CEB-27BF-43AB-A969-DCF9AE5FF650}.Release|Any CPU.Build.0 = Release|Any CPU
{CA6805AC-C5C4-4EBF-8768-0B11166124A9}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{CA6805AC-C5C4-4EBF-8768-0B11166124A9}.Debug|Any CPU.Build.0 = Debug|Any CPU
{CA6805AC-C5C4-4EBF-8768-0B11166124A9}.Release|Any CPU.ActiveCfg = Release|Any CPU
{CA6805AC-C5C4-4EBF-8768-0B11166124A9}.Release|Any CPU.Build.0 = Release|Any CPU
{D330C38E-9A3F-497A-910E-9499B2787240}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{D330C38E-9A3F-497A-910E-9499B2787240}.Debug|Any CPU.Build.0 = Debug|Any CPU
{D330C38E-9A3F-497A-910E-9499B2787240}.Release|Any CPU.ActiveCfg = Release|Any CPU
{D330C38E-9A3F-497A-910E-9499B2787240}.Release|Any CPU.Build.0 = Release|Any CPU
{492B31DC-9CA1-49AC-8592-F65CCE26EA07}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{492B31DC-9CA1-49AC-8592-F65CCE26EA07}.Debug|Any CPU.Build.0 = Debug|Any CPU
{492B31DC-9CA1-49AC-8592-F65CCE26EA07}.Release|Any CPU.ActiveCfg = Release|Any CPU
{EA373273-9ED6-45EC-9AC4-CC01A19B5B24}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{EA373273-9ED6-45EC-9AC4-CC01A19B5B24}.Debug|Any CPU.Build.0 = Debug|Any CPU
{EA373273-9ED6-45EC-9AC4-CC01A19B5B24}.Release|Any CPU.ActiveCfg = Release|Any CPU
{EA373273-9ED6-45EC-9AC4-CC01A19B5B24}.Release|Any CPU.Build.0 = Release|Any CPU
{3CA5F231-8D7F-48FE-9E28-66E5EBD1579C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{3CA5F231-8D7F-48FE-9E28-66E5EBD1579C}.Debug|Any CPU.Build.0 = Debug|Any CPU
{3CA5F231-8D7F-48FE-9E28-66E5EBD1579C}.Release|Any CPU.ActiveCfg = Release|Any CPU
{3CA5F231-8D7F-48FE-9E28-66E5EBD1579C}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {BAA0C275-4485-4B72-A283-156207D635CE}
EndGlobalSection
EndGlobal