-
Notifications
You must be signed in to change notification settings - Fork 122
/
DragonianSpeech.sln
129 lines (129 loc) · 8.54 KB
/
DragonianSpeech.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
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.5.33627.172
MinimumVisualStudioVersion = 10.0.40219.1
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "libsvc", "libsvc\libsvc.vcxproj", "{DC31109B-1984-41DB-BD9F-4261675C3962}"
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "libtts", "libtts\libtts.vcxproj", "{3CA188F3-E511-486C-AC28-CCFC6D893861}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "DotNetApi", "DotNetApi\DotNetApi.csproj", "{E202AF11-FD77-4E39-B582-F3493874F6F5}"
ProjectSection(ProjectDependencies) = postProject
{3CA188F3-E511-486C-AC28-CCFC6D893861} = {3CA188F3-E511-486C-AC28-CCFC6D893861}
{DC31109B-1984-41DB-BD9F-4261675C3962} = {DC31109B-1984-41DB-BD9F-4261675C3962}
EndProjectSection
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "CSharpDemo", "CSharpDemo\CSharpDemo.csproj", "{984EEE57-4582-4699-A9BE-E64D13439208}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Debug|x64 = Debug|x64
Debug|x86 = Debug|x86
DebugLib|Any CPU = DebugLib|Any CPU
DebugLib|x64 = DebugLib|x64
DebugLib|x86 = DebugLib|x86
Release|Any CPU = Release|Any CPU
Release|x64 = Release|x64
Release|x86 = Release|x86
ReleaseLib|Any CPU = ReleaseLib|Any CPU
ReleaseLib|x64 = ReleaseLib|x64
ReleaseLib|x86 = ReleaseLib|x86
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{DC31109B-1984-41DB-BD9F-4261675C3962}.Debug|Any CPU.ActiveCfg = Debug|x64
{DC31109B-1984-41DB-BD9F-4261675C3962}.Debug|Any CPU.Build.0 = Debug|x64
{DC31109B-1984-41DB-BD9F-4261675C3962}.Debug|x64.ActiveCfg = Debug|x64
{DC31109B-1984-41DB-BD9F-4261675C3962}.Debug|x64.Build.0 = Debug|x64
{DC31109B-1984-41DB-BD9F-4261675C3962}.Debug|x86.ActiveCfg = Debug|Win32
{DC31109B-1984-41DB-BD9F-4261675C3962}.Debug|x86.Build.0 = Debug|Win32
{DC31109B-1984-41DB-BD9F-4261675C3962}.DebugLib|Any CPU.ActiveCfg = DebugLib|x64
{DC31109B-1984-41DB-BD9F-4261675C3962}.DebugLib|Any CPU.Build.0 = DebugLib|x64
{DC31109B-1984-41DB-BD9F-4261675C3962}.DebugLib|x64.ActiveCfg = DebugLib|x64
{DC31109B-1984-41DB-BD9F-4261675C3962}.DebugLib|x64.Build.0 = DebugLib|x64
{DC31109B-1984-41DB-BD9F-4261675C3962}.DebugLib|x86.ActiveCfg = DebugLib|Win32
{DC31109B-1984-41DB-BD9F-4261675C3962}.DebugLib|x86.Build.0 = DebugLib|Win32
{DC31109B-1984-41DB-BD9F-4261675C3962}.Release|Any CPU.ActiveCfg = Release|x64
{DC31109B-1984-41DB-BD9F-4261675C3962}.Release|Any CPU.Build.0 = Release|x64
{DC31109B-1984-41DB-BD9F-4261675C3962}.Release|x64.ActiveCfg = Release|x64
{DC31109B-1984-41DB-BD9F-4261675C3962}.Release|x64.Build.0 = Release|x64
{DC31109B-1984-41DB-BD9F-4261675C3962}.Release|x86.ActiveCfg = Release|Win32
{DC31109B-1984-41DB-BD9F-4261675C3962}.Release|x86.Build.0 = Release|Win32
{DC31109B-1984-41DB-BD9F-4261675C3962}.ReleaseLib|Any CPU.ActiveCfg = ReleaseLib|x64
{DC31109B-1984-41DB-BD9F-4261675C3962}.ReleaseLib|Any CPU.Build.0 = ReleaseLib|x64
{DC31109B-1984-41DB-BD9F-4261675C3962}.ReleaseLib|x64.ActiveCfg = ReleaseLib|x64
{DC31109B-1984-41DB-BD9F-4261675C3962}.ReleaseLib|x64.Build.0 = ReleaseLib|x64
{DC31109B-1984-41DB-BD9F-4261675C3962}.ReleaseLib|x86.ActiveCfg = ReleaseLib|Win32
{DC31109B-1984-41DB-BD9F-4261675C3962}.ReleaseLib|x86.Build.0 = ReleaseLib|Win32
{3CA188F3-E511-486C-AC28-CCFC6D893861}.Debug|Any CPU.ActiveCfg = Debug|x64
{3CA188F3-E511-486C-AC28-CCFC6D893861}.Debug|Any CPU.Build.0 = Debug|x64
{3CA188F3-E511-486C-AC28-CCFC6D893861}.Debug|x64.ActiveCfg = Debug|x64
{3CA188F3-E511-486C-AC28-CCFC6D893861}.Debug|x64.Build.0 = Debug|x64
{3CA188F3-E511-486C-AC28-CCFC6D893861}.Debug|x86.ActiveCfg = Debug|Win32
{3CA188F3-E511-486C-AC28-CCFC6D893861}.Debug|x86.Build.0 = Debug|Win32
{3CA188F3-E511-486C-AC28-CCFC6D893861}.DebugLib|Any CPU.ActiveCfg = Debug|x64
{3CA188F3-E511-486C-AC28-CCFC6D893861}.DebugLib|Any CPU.Build.0 = Debug|x64
{3CA188F3-E511-486C-AC28-CCFC6D893861}.DebugLib|x64.ActiveCfg = DebugLib|x64
{3CA188F3-E511-486C-AC28-CCFC6D893861}.DebugLib|x64.Build.0 = DebugLib|x64
{3CA188F3-E511-486C-AC28-CCFC6D893861}.DebugLib|x86.ActiveCfg = Debug|Win32
{3CA188F3-E511-486C-AC28-CCFC6D893861}.DebugLib|x86.Build.0 = Debug|Win32
{3CA188F3-E511-486C-AC28-CCFC6D893861}.Release|Any CPU.ActiveCfg = Release|x64
{3CA188F3-E511-486C-AC28-CCFC6D893861}.Release|Any CPU.Build.0 = Release|x64
{3CA188F3-E511-486C-AC28-CCFC6D893861}.Release|x64.ActiveCfg = Release|x64
{3CA188F3-E511-486C-AC28-CCFC6D893861}.Release|x64.Build.0 = Release|x64
{3CA188F3-E511-486C-AC28-CCFC6D893861}.Release|x86.ActiveCfg = Release|Win32
{3CA188F3-E511-486C-AC28-CCFC6D893861}.Release|x86.Build.0 = Release|Win32
{3CA188F3-E511-486C-AC28-CCFC6D893861}.ReleaseLib|Any CPU.ActiveCfg = Release|x64
{3CA188F3-E511-486C-AC28-CCFC6D893861}.ReleaseLib|x64.ActiveCfg = ReleaseLib|x64
{3CA188F3-E511-486C-AC28-CCFC6D893861}.ReleaseLib|x64.Build.0 = ReleaseLib|x64
{3CA188F3-E511-486C-AC28-CCFC6D893861}.ReleaseLib|x86.ActiveCfg = Release|Win32
{E202AF11-FD77-4E39-B582-F3493874F6F5}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{E202AF11-FD77-4E39-B582-F3493874F6F5}.Debug|Any CPU.Build.0 = Debug|Any CPU
{E202AF11-FD77-4E39-B582-F3493874F6F5}.Debug|x64.ActiveCfg = Debug|Any CPU
{E202AF11-FD77-4E39-B582-F3493874F6F5}.Debug|x64.Build.0 = Debug|Any CPU
{E202AF11-FD77-4E39-B582-F3493874F6F5}.Debug|x86.ActiveCfg = Debug|Any CPU
{E202AF11-FD77-4E39-B582-F3493874F6F5}.Debug|x86.Build.0 = Debug|Any CPU
{E202AF11-FD77-4E39-B582-F3493874F6F5}.DebugLib|Any CPU.ActiveCfg = Debug|Any CPU
{E202AF11-FD77-4E39-B582-F3493874F6F5}.DebugLib|Any CPU.Build.0 = Debug|Any CPU
{E202AF11-FD77-4E39-B582-F3493874F6F5}.DebugLib|x64.ActiveCfg = Debug|Any CPU
{E202AF11-FD77-4E39-B582-F3493874F6F5}.DebugLib|x86.ActiveCfg = Debug|Any CPU
{E202AF11-FD77-4E39-B582-F3493874F6F5}.DebugLib|x86.Build.0 = Debug|Any CPU
{E202AF11-FD77-4E39-B582-F3493874F6F5}.Release|Any CPU.ActiveCfg = Release|Any CPU
{E202AF11-FD77-4E39-B582-F3493874F6F5}.Release|Any CPU.Build.0 = Release|Any CPU
{E202AF11-FD77-4E39-B582-F3493874F6F5}.Release|x64.ActiveCfg = Release|Any CPU
{E202AF11-FD77-4E39-B582-F3493874F6F5}.Release|x64.Build.0 = Release|Any CPU
{E202AF11-FD77-4E39-B582-F3493874F6F5}.Release|x86.ActiveCfg = Release|Any CPU
{E202AF11-FD77-4E39-B582-F3493874F6F5}.Release|x86.Build.0 = Release|Any CPU
{E202AF11-FD77-4E39-B582-F3493874F6F5}.ReleaseLib|Any CPU.ActiveCfg = Release|Any CPU
{E202AF11-FD77-4E39-B582-F3493874F6F5}.ReleaseLib|x64.ActiveCfg = Release|Any CPU
{E202AF11-FD77-4E39-B582-F3493874F6F5}.ReleaseLib|x86.ActiveCfg = Release|Any CPU
{E202AF11-FD77-4E39-B582-F3493874F6F5}.ReleaseLib|x86.Build.0 = Release|Any CPU
{984EEE57-4582-4699-A9BE-E64D13439208}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{984EEE57-4582-4699-A9BE-E64D13439208}.Debug|Any CPU.Build.0 = Debug|Any CPU
{984EEE57-4582-4699-A9BE-E64D13439208}.Debug|x64.ActiveCfg = Debug|Any CPU
{984EEE57-4582-4699-A9BE-E64D13439208}.Debug|x64.Build.0 = Debug|Any CPU
{984EEE57-4582-4699-A9BE-E64D13439208}.Debug|x86.ActiveCfg = Debug|Any CPU
{984EEE57-4582-4699-A9BE-E64D13439208}.Debug|x86.Build.0 = Debug|Any CPU
{984EEE57-4582-4699-A9BE-E64D13439208}.DebugLib|Any CPU.ActiveCfg = Debug|Any CPU
{984EEE57-4582-4699-A9BE-E64D13439208}.DebugLib|Any CPU.Build.0 = Debug|Any CPU
{984EEE57-4582-4699-A9BE-E64D13439208}.DebugLib|x64.ActiveCfg = Debug|Any CPU
{984EEE57-4582-4699-A9BE-E64D13439208}.DebugLib|x86.ActiveCfg = Debug|Any CPU
{984EEE57-4582-4699-A9BE-E64D13439208}.DebugLib|x86.Build.0 = Debug|Any CPU
{984EEE57-4582-4699-A9BE-E64D13439208}.Release|Any CPU.ActiveCfg = Release|Any CPU
{984EEE57-4582-4699-A9BE-E64D13439208}.Release|Any CPU.Build.0 = Release|Any CPU
{984EEE57-4582-4699-A9BE-E64D13439208}.Release|x64.ActiveCfg = Release|Any CPU
{984EEE57-4582-4699-A9BE-E64D13439208}.Release|x64.Build.0 = Release|Any CPU
{984EEE57-4582-4699-A9BE-E64D13439208}.Release|x86.ActiveCfg = Release|Any CPU
{984EEE57-4582-4699-A9BE-E64D13439208}.Release|x86.Build.0 = Release|Any CPU
{984EEE57-4582-4699-A9BE-E64D13439208}.ReleaseLib|Any CPU.ActiveCfg = Release|Any CPU
{984EEE57-4582-4699-A9BE-E64D13439208}.ReleaseLib|x64.ActiveCfg = Release|Any CPU
{984EEE57-4582-4699-A9BE-E64D13439208}.ReleaseLib|x86.ActiveCfg = Release|Any CPU
{984EEE57-4582-4699-A9BE-E64D13439208}.ReleaseLib|x86.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {4EA568DA-C661-4A8C-BA02-1185BFA9DCF0}
EndGlobalSection
EndGlobal