-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathSpellChecker.sln
35 lines (35 loc) · 1.94 KB
/
SpellChecker.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
Microsoft Visual Studio Solution File, Format Version 11.00
# Visual Studio 2010
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "SpellChecker", "SpellChecker\SpellChecker.csproj", "{54EEE2C6-D143-4583-BBC2-CF226420F509}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "SpellChecker.Tests", "SpellChecker.Tests\SpellChecker.Tests.csproj", "{E1757A38-AF97-4DA5-A6E6-A1546B3792A6}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "SampleApp", "SampleApp\SampleApp.csproj", "{577E56AA-C288-4974-B3E8-A9FC2D88EC3B}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{54EEE2C6-D143-4583-BBC2-CF226420F509}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{54EEE2C6-D143-4583-BBC2-CF226420F509}.Debug|Any CPU.Build.0 = Debug|Any CPU
{54EEE2C6-D143-4583-BBC2-CF226420F509}.Release|Any CPU.ActiveCfg = Release|Any CPU
{54EEE2C6-D143-4583-BBC2-CF226420F509}.Release|Any CPU.Build.0 = Release|Any CPU
{E1757A38-AF97-4DA5-A6E6-A1546B3792A6}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{E1757A38-AF97-4DA5-A6E6-A1546B3792A6}.Debug|Any CPU.Build.0 = Debug|Any CPU
{E1757A38-AF97-4DA5-A6E6-A1546B3792A6}.Release|Any CPU.ActiveCfg = Release|Any CPU
{E1757A38-AF97-4DA5-A6E6-A1546B3792A6}.Release|Any CPU.Build.0 = Release|Any CPU
{577E56AA-C288-4974-B3E8-A9FC2D88EC3B}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{577E56AA-C288-4974-B3E8-A9FC2D88EC3B}.Debug|Any CPU.Build.0 = Debug|Any CPU
{577E56AA-C288-4974-B3E8-A9FC2D88EC3B}.Release|Any CPU.ActiveCfg = Release|Any CPU
{577E56AA-C288-4974-B3E8-A9FC2D88EC3B}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
VisualSVNWorkingCopyRoot = .
EndGlobalSection
EndGlobal