-
Notifications
You must be signed in to change notification settings - Fork 19
/
Copy pathWeCantSpell.Hunspell.sln
57 lines (57 loc) · 3.5 KB
/
WeCantSpell.Hunspell.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.1.32210.238
MinimumVisualStudioVersion = 10.0.40219.1
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{312E1AA7-E8A4-4AEB-8D9D-6327A0ED57FB}"
ProjectSection(SolutionItems) = preProject
.editorconfig = .editorconfig
EndProjectSection
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "WeCantSpell.Hunspell", "WeCantSpell.Hunspell\WeCantSpell.Hunspell.csproj", "{6E337874-1C2A-467F-A3F3-0E3908022651}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "WeCantSpell.Hunspell.Tests", "WeCantSpell.Hunspell.Tests\WeCantSpell.Hunspell.Tests.csproj", "{C1F12C43-0BE1-44A3-AF7A-97F22ADAB198}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "TestHarness", "TestHarness\TestHarness.csproj", "{BA7E989D-7164-4A93-B9D9-9587DB2E5B65}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "WeCantSpell.Hunspell.Benchmarks", "WeCantSpell.Hunspell.Benchmarks\WeCantSpell.Hunspell.Benchmarks.csproj", "{954645CB-50B4-4BEF-9E30-4EFC9CB133DD}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "WeCantSpell.Hunspell.Benchmarks.NHunspell", "WeCantSpell.Hunspell.Benchmarks.NHunspell\WeCantSpell.Hunspell.Benchmarks.NHunspell.csproj", "{95FCE14C-396E-4AC5-B161-49CC44916BD7}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{6E337874-1C2A-467F-A3F3-0E3908022651}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{6E337874-1C2A-467F-A3F3-0E3908022651}.Debug|Any CPU.Build.0 = Debug|Any CPU
{6E337874-1C2A-467F-A3F3-0E3908022651}.Release|Any CPU.ActiveCfg = Release|Any CPU
{6E337874-1C2A-467F-A3F3-0E3908022651}.Release|Any CPU.Build.0 = Release|Any CPU
{C1F12C43-0BE1-44A3-AF7A-97F22ADAB198}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{C1F12C43-0BE1-44A3-AF7A-97F22ADAB198}.Debug|Any CPU.Build.0 = Debug|Any CPU
{C1F12C43-0BE1-44A3-AF7A-97F22ADAB198}.Release|Any CPU.ActiveCfg = Release|Any CPU
{C1F12C43-0BE1-44A3-AF7A-97F22ADAB198}.Release|Any CPU.Build.0 = Release|Any CPU
{BA7E989D-7164-4A93-B9D9-9587DB2E5B65}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{BA7E989D-7164-4A93-B9D9-9587DB2E5B65}.Debug|Any CPU.Build.0 = Debug|Any CPU
{BA7E989D-7164-4A93-B9D9-9587DB2E5B65}.Release|Any CPU.ActiveCfg = Release|Any CPU
{BA7E989D-7164-4A93-B9D9-9587DB2E5B65}.Release|Any CPU.Build.0 = Release|Any CPU
{954645CB-50B4-4BEF-9E30-4EFC9CB133DD}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{954645CB-50B4-4BEF-9E30-4EFC9CB133DD}.Debug|Any CPU.Build.0 = Debug|Any CPU
{954645CB-50B4-4BEF-9E30-4EFC9CB133DD}.Release|Any CPU.ActiveCfg = Release|Any CPU
{954645CB-50B4-4BEF-9E30-4EFC9CB133DD}.Release|Any CPU.Build.0 = Release|Any CPU
{95FCE14C-396E-4AC5-B161-49CC44916BD7}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{95FCE14C-396E-4AC5-B161-49CC44916BD7}.Debug|Any CPU.Build.0 = Debug|Any CPU
{95FCE14C-396E-4AC5-B161-49CC44916BD7}.Release|Any CPU.ActiveCfg = Release|Any CPU
{95FCE14C-396E-4AC5-B161-49CC44916BD7}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {97AA2C90-7178-4466-A9AF-E97B3AE9D202}
EndGlobalSection
GlobalSection(Performance) = preSolution
HasPerformanceSessions = true
EndGlobalSection
EndGlobal