-
Notifications
You must be signed in to change notification settings - Fork 2
/
NHunspell.sln
55 lines (55 loc) · 2.88 KB
/
NHunspell.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 2013
VisualStudioVersion = 12.0.30501.0
MinimumVisualStudioVersion = 10.0.40219.1
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{50E331DB-7D25-440A-9086-86EBDE0F2D66}"
ProjectSection(SolutionItems) = preProject
BuildConfig.xml = BuildConfig.xml
HunspellVersions.txt = HunspellVersions.txt
install.ps1 = install.ps1
NHunspell.nuspec = NHunspell.nuspec
NHunspellCopyNativeDllsCmd.ps1 = NHunspellCopyNativeDllsCmd.ps1
Readme.creole = Readme.creole
uninstall.ps1 = uninstall.ps1
Hunspell\UpdateToNewHunspellSourcecode.txt = Hunspell\UpdateToNewHunspellSourcecode.txt
EndProjectSection
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "UnitTests", "UnitTests\UnitTests.csproj", "{CE80DE60-3210-4D1B-9C62-7C7F91DA3621}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "NHunspell", "NHunspell\NHunspell.csproj", "{57A9FC0D-F08A-4B26-B8C4-D770B529E00C}"
EndProject
Project("{7CF6DF6D-3B04-46F8-A40B-537D21BCA0B4}") = "NHunspell-Documentation", "Documentation\NHunspell-Documentation.shfbproj", "{F19BE8F6-BA5E-433A-9CAA-968A36FA8ECB}"
ProjectSection(ProjectDependencies) = postProject
{57A9FC0D-F08A-4B26-B8C4-D770B529E00C} = {57A9FC0D-F08A-4B26-B8C4-D770B529E00C}
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{CE80DE60-3210-4D1B-9C62-7C7F91DA3621}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{CE80DE60-3210-4D1B-9C62-7C7F91DA3621}.Debug|Any CPU.Build.0 = Debug|Any CPU
{CE80DE60-3210-4D1B-9C62-7C7F91DA3621}.Release|Any CPU.ActiveCfg = Release|Any CPU
{CE80DE60-3210-4D1B-9C62-7C7F91DA3621}.Release|Any CPU.Build.0 = Release|Any CPU
{57A9FC0D-F08A-4B26-B8C4-D770B529E00C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{57A9FC0D-F08A-4B26-B8C4-D770B529E00C}.Debug|Any CPU.Build.0 = Debug|Any CPU
{57A9FC0D-F08A-4B26-B8C4-D770B529E00C}.Release|Any CPU.ActiveCfg = Release|Any CPU
{57A9FC0D-F08A-4B26-B8C4-D770B529E00C}.Release|Any CPU.Build.0 = Release|Any CPU
{F19BE8F6-BA5E-433A-9CAA-968A36FA8ECB}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{F19BE8F6-BA5E-433A-9CAA-968A36FA8ECB}.Release|Any CPU.ActiveCfg = Release|Any CPU
{F19BE8F6-BA5E-433A-9CAA-968A36FA8ECB}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
AMDCaProjectFile = D:\CheckOutLibraries\NHunspell\CodeAnalyst\NHunspell.caw
EndGlobalSection
GlobalSection(SubversionScc) = preSolution
Svn-Managed = True
Manager = AnkhSVN - Subversion Support for Visual Studio
EndGlobalSection
EndGlobal