-
Notifications
You must be signed in to change notification settings - Fork 1
/
ContentCleaner.sln
106 lines (106 loc) · 6.51 KB
/
ContentCleaner.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
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 14
VisualStudioVersion = 14.0.25420.1
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ContentCleaner", "ContentCleaner\ContentCleaner.csproj", "{CECE68AD-1EB5-4B94-BEFD-D1F8E890531B}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "UnitTest", "UnitTest\UnitTest.csproj", "{56A29CC2-4EF8-47CD-BABA-4B1BB4472DF2}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "SphinxNet", "sphinxNet\SphinxNet.csproj", "{835E3BE7-5F84-4B4E-B7E9-1E138773FF08}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "cmusphinx", "cmusphinx", "{991EF1FE-AD84-4AB3-9778-9CE815C137CC}"
ProjectSection(SolutionItems) = preProject
library\pocketsphinx.dll = library\pocketsphinx.dll
library\pocketsphinx.exp = library\pocketsphinx.exp
library\pocketsphinx.ilk = library\pocketsphinx.ilk
library\pocketsphinx.lib = library\pocketsphinx.lib
library\pocketsphinx.pdb = library\pocketsphinx.pdb
library\pocketsphinx_batch.ilk = library\pocketsphinx_batch.ilk
library\pocketsphinx_batch.pdb = library\pocketsphinx_batch.pdb
library\pocketsphinx_continuous.ilk = library\pocketsphinx_continuous.ilk
library\pocketsphinx_continuous.pdb = library\pocketsphinx_continuous.pdb
library\pocketsphinx_mdef_convert.ilk = library\pocketsphinx_mdef_convert.ilk
library\pocketsphinx_mdef_convert.pdb = library\pocketsphinx_mdef_convert.pdb
library\sphinx_cepview.ilk = library\sphinx_cepview.ilk
library\sphinx_cepview.pdb = library\sphinx_cepview.pdb
library\sphinx_fe.ilk = library\sphinx_fe.ilk
library\sphinx_fe.pdb = library\sphinx_fe.pdb
library\sphinx_jsgf2fsg.ilk = library\sphinx_jsgf2fsg.ilk
library\sphinx_jsgf2fsg.pdb = library\sphinx_jsgf2fsg.pdb
library\sphinx_lm_convert.ilk = library\sphinx_lm_convert.ilk
library\sphinx_lm_convert.pdb = library\sphinx_lm_convert.pdb
library\sphinx_pitch.ilk = library\sphinx_pitch.ilk
library\sphinx_pitch.pdb = library\sphinx_pitch.pdb
library\sphinx_seg.ilk = library\sphinx_seg.ilk
library\sphinx_seg.pdb = library\sphinx_seg.pdb
library\sphinxbase.dll = library\sphinxbase.dll
library\sphinxbase.exp = library\sphinxbase.exp
library\sphinxbase.ilk = library\sphinxbase.ilk
library\sphinxbase.lib = library\sphinxbase.lib
library\sphinxbase.pdb = library\sphinxbase.pdb
EndProjectSection
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "sphinxbase", "..\sphinxbase\win32\sphinxbase\sphinxbase.vcxproj", "{2F025EAD-99BD-40F5-B2CC-F0A28CAD7F2D}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Debug|x64 = Debug|x64
Debug|x86 = Debug|x86
Release|Any CPU = Release|Any CPU
Release|x64 = Release|x64
Release|x86 = Release|x86
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{CECE68AD-1EB5-4B94-BEFD-D1F8E890531B}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{CECE68AD-1EB5-4B94-BEFD-D1F8E890531B}.Debug|Any CPU.Build.0 = Debug|Any CPU
{CECE68AD-1EB5-4B94-BEFD-D1F8E890531B}.Debug|x64.ActiveCfg = Debug|Any CPU
{CECE68AD-1EB5-4B94-BEFD-D1F8E890531B}.Debug|x64.Build.0 = Debug|Any CPU
{CECE68AD-1EB5-4B94-BEFD-D1F8E890531B}.Debug|x86.ActiveCfg = Debug|Any CPU
{CECE68AD-1EB5-4B94-BEFD-D1F8E890531B}.Debug|x86.Build.0 = Debug|Any CPU
{CECE68AD-1EB5-4B94-BEFD-D1F8E890531B}.Release|Any CPU.ActiveCfg = Release|Any CPU
{CECE68AD-1EB5-4B94-BEFD-D1F8E890531B}.Release|Any CPU.Build.0 = Release|Any CPU
{CECE68AD-1EB5-4B94-BEFD-D1F8E890531B}.Release|x64.ActiveCfg = Release|Any CPU
{CECE68AD-1EB5-4B94-BEFD-D1F8E890531B}.Release|x64.Build.0 = Release|Any CPU
{CECE68AD-1EB5-4B94-BEFD-D1F8E890531B}.Release|x86.ActiveCfg = Release|Any CPU
{CECE68AD-1EB5-4B94-BEFD-D1F8E890531B}.Release|x86.Build.0 = Release|Any CPU
{56A29CC2-4EF8-47CD-BABA-4B1BB4472DF2}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{56A29CC2-4EF8-47CD-BABA-4B1BB4472DF2}.Debug|Any CPU.Build.0 = Debug|Any CPU
{56A29CC2-4EF8-47CD-BABA-4B1BB4472DF2}.Debug|x64.ActiveCfg = Debug|Any CPU
{56A29CC2-4EF8-47CD-BABA-4B1BB4472DF2}.Debug|x64.Build.0 = Debug|Any CPU
{56A29CC2-4EF8-47CD-BABA-4B1BB4472DF2}.Debug|x86.ActiveCfg = Debug|Any CPU
{56A29CC2-4EF8-47CD-BABA-4B1BB4472DF2}.Debug|x86.Build.0 = Debug|Any CPU
{56A29CC2-4EF8-47CD-BABA-4B1BB4472DF2}.Release|Any CPU.ActiveCfg = Release|Any CPU
{56A29CC2-4EF8-47CD-BABA-4B1BB4472DF2}.Release|Any CPU.Build.0 = Release|Any CPU
{56A29CC2-4EF8-47CD-BABA-4B1BB4472DF2}.Release|x64.ActiveCfg = Release|Any CPU
{56A29CC2-4EF8-47CD-BABA-4B1BB4472DF2}.Release|x64.Build.0 = Release|Any CPU
{56A29CC2-4EF8-47CD-BABA-4B1BB4472DF2}.Release|x86.ActiveCfg = Release|Any CPU
{56A29CC2-4EF8-47CD-BABA-4B1BB4472DF2}.Release|x86.Build.0 = Release|Any CPU
{835E3BE7-5F84-4B4E-B7E9-1E138773FF08}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{835E3BE7-5F84-4B4E-B7E9-1E138773FF08}.Debug|Any CPU.Build.0 = Debug|Any CPU
{835E3BE7-5F84-4B4E-B7E9-1E138773FF08}.Debug|x64.ActiveCfg = Debug|Any CPU
{835E3BE7-5F84-4B4E-B7E9-1E138773FF08}.Debug|x64.Build.0 = Debug|Any CPU
{835E3BE7-5F84-4B4E-B7E9-1E138773FF08}.Debug|x86.ActiveCfg = Debug|Any CPU
{835E3BE7-5F84-4B4E-B7E9-1E138773FF08}.Debug|x86.Build.0 = Debug|Any CPU
{835E3BE7-5F84-4B4E-B7E9-1E138773FF08}.Release|Any CPU.ActiveCfg = Release|Any CPU
{835E3BE7-5F84-4B4E-B7E9-1E138773FF08}.Release|Any CPU.Build.0 = Release|Any CPU
{835E3BE7-5F84-4B4E-B7E9-1E138773FF08}.Release|x64.ActiveCfg = Release|Any CPU
{835E3BE7-5F84-4B4E-B7E9-1E138773FF08}.Release|x64.Build.0 = Release|Any CPU
{835E3BE7-5F84-4B4E-B7E9-1E138773FF08}.Release|x86.ActiveCfg = Release|Any CPU
{835E3BE7-5F84-4B4E-B7E9-1E138773FF08}.Release|x86.Build.0 = Release|Any CPU
{2F025EAD-99BD-40F5-B2CC-F0A28CAD7F2D}.Debug|Any CPU.ActiveCfg = Debug|Win32
{2F025EAD-99BD-40F5-B2CC-F0A28CAD7F2D}.Debug|x64.ActiveCfg = Debug|x64
{2F025EAD-99BD-40F5-B2CC-F0A28CAD7F2D}.Debug|x64.Build.0 = Debug|x64
{2F025EAD-99BD-40F5-B2CC-F0A28CAD7F2D}.Debug|x86.ActiveCfg = Debug|Win32
{2F025EAD-99BD-40F5-B2CC-F0A28CAD7F2D}.Debug|x86.Build.0 = Debug|Win32
{2F025EAD-99BD-40F5-B2CC-F0A28CAD7F2D}.Release|Any CPU.ActiveCfg = Release|Win32
{2F025EAD-99BD-40F5-B2CC-F0A28CAD7F2D}.Release|x64.ActiveCfg = Release|x64
{2F025EAD-99BD-40F5-B2CC-F0A28CAD7F2D}.Release|x64.Build.0 = Release|x64
{2F025EAD-99BD-40F5-B2CC-F0A28CAD7F2D}.Release|x86.ActiveCfg = Release|Win32
{2F025EAD-99BD-40F5-B2CC-F0A28CAD7F2D}.Release|x86.Build.0 = Release|Win32
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
EndGlobal