-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathsphinx.sln
39 lines (39 loc) · 1.98 KB
/
sphinx.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
Microsoft Visual Studio Solution File, Format Version 8.00
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "indexer", "indexer.vcproj", "{405619C7-CC22-4FB8-9237-B196CB897355}"
ProjectSection(ProjectDependencies) = postProject
{6A1685DE-0265-4243-965F-96CB53EBBCA6} = {6A1685DE-0265-4243-965F-96CB53EBBCA6}
EndProjectSection
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "libsphinx", "libsphinx.vcproj", "{6A1685DE-0265-4243-965F-96CB53EBBCA6}"
ProjectSection(ProjectDependencies) = postProject
EndProjectSection
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "search", "search.vcproj", "{571DC41A-2665-476C-ABED-3899324E19AB}"
ProjectSection(ProjectDependencies) = postProject
{6A1685DE-0265-4243-965F-96CB53EBBCA6} = {6A1685DE-0265-4243-965F-96CB53EBBCA6}
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfiguration) = preSolution
Debug = Debug
Release = Release
EndGlobalSection
GlobalSection(ProjectConfiguration) = postSolution
{405619C7-CC22-4FB8-9237-B196CB897355}.Debug.ActiveCfg = Debug|Win32
{405619C7-CC22-4FB8-9237-B196CB897355}.Debug.Build.0 = Debug|Win32
{405619C7-CC22-4FB8-9237-B196CB897355}.Release.ActiveCfg = Release|Win32
{405619C7-CC22-4FB8-9237-B196CB897355}.Release.Build.0 = Release|Win32
{6A1685DE-0265-4243-965F-96CB53EBBCA6}.Debug.ActiveCfg = Debug|Win32
{6A1685DE-0265-4243-965F-96CB53EBBCA6}.Debug.Build.0 = Debug|Win32
{6A1685DE-0265-4243-965F-96CB53EBBCA6}.Release.ActiveCfg = Release|Win32
{6A1685DE-0265-4243-965F-96CB53EBBCA6}.Release.Build.0 = Release|Win32
{571DC41A-2665-476C-ABED-3899324E19AB}.Debug.ActiveCfg = Debug|Win32
{571DC41A-2665-476C-ABED-3899324E19AB}.Debug.Build.0 = Debug|Win32
{571DC41A-2665-476C-ABED-3899324E19AB}.Release.ActiveCfg = Release|Win32
{571DC41A-2665-476C-ABED-3899324E19AB}.Release.Build.0 = Release|Win32
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
EndGlobalSection
GlobalSection(ExtensibilityAddIns) = postSolution
EndGlobalSection
EndGlobal