-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathConsoleChromeSpeechProxy.sln
57 lines (57 loc) · 3.57 KB
/
ConsoleChromeSpeechProxy.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.28307.960
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ConsoleChromeSpeechProxy", "ConsoleChromeSpeechProxy.csproj", "{A85A5555-6D66-4D0B-9CCC-D3B4D7E157CA}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "CSharp_ChromeSpeechProxySvc", "CSharp_ChromeSpeechProxySvc\CSharp_ChromeSpeechProxySvc.csproj", "{E5DE3C44-5778-4C6A-9EB1-D22A5A57DE57}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug x64|Any CPU = Debug x64|Any CPU
Debug x64|x86 = Debug x64|x86
Debug|Any CPU = Debug|Any CPU
Debug|x86 = Debug|x86
Release x64|Any CPU = Release x64|Any CPU
Release x64|x86 = Release x64|x86
Release|Any CPU = Release|Any CPU
Release|x86 = Release|x86
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{A85A5555-6D66-4D0B-9CCC-D3B4D7E157CA}.Debug x64|Any CPU.ActiveCfg = Debug|x86
{A85A5555-6D66-4D0B-9CCC-D3B4D7E157CA}.Debug x64|Any CPU.Build.0 = Debug|x86
{A85A5555-6D66-4D0B-9CCC-D3B4D7E157CA}.Debug x64|x86.ActiveCfg = Debug|x86
{A85A5555-6D66-4D0B-9CCC-D3B4D7E157CA}.Debug x64|x86.Build.0 = Debug|x86
{A85A5555-6D66-4D0B-9CCC-D3B4D7E157CA}.Debug|Any CPU.ActiveCfg = Debug|x86
{A85A5555-6D66-4D0B-9CCC-D3B4D7E157CA}.Debug|x86.ActiveCfg = Debug|x86
{A85A5555-6D66-4D0B-9CCC-D3B4D7E157CA}.Debug|x86.Build.0 = Debug|x86
{A85A5555-6D66-4D0B-9CCC-D3B4D7E157CA}.Release x64|Any CPU.ActiveCfg = Release|x86
{A85A5555-6D66-4D0B-9CCC-D3B4D7E157CA}.Release x64|x86.ActiveCfg = Release|x86
{A85A5555-6D66-4D0B-9CCC-D3B4D7E157CA}.Release x64|x86.Build.0 = Release|x86
{A85A5555-6D66-4D0B-9CCC-D3B4D7E157CA}.Release|Any CPU.ActiveCfg = Release|x86
{A85A5555-6D66-4D0B-9CCC-D3B4D7E157CA}.Release|x86.ActiveCfg = Release|x86
{A85A5555-6D66-4D0B-9CCC-D3B4D7E157CA}.Release|x86.Build.0 = Release|x86
{E5DE3C44-5778-4C6A-9EB1-D22A5A57DE57}.Debug x64|Any CPU.ActiveCfg = Release x64|Any CPU
{E5DE3C44-5778-4C6A-9EB1-D22A5A57DE57}.Debug x64|Any CPU.Build.0 = Release x64|Any CPU
{E5DE3C44-5778-4C6A-9EB1-D22A5A57DE57}.Debug x64|x86.ActiveCfg = Release x64|Any CPU
{E5DE3C44-5778-4C6A-9EB1-D22A5A57DE57}.Debug x64|x86.Build.0 = Release x64|Any CPU
{E5DE3C44-5778-4C6A-9EB1-D22A5A57DE57}.Debug|Any CPU.ActiveCfg = Release x64|Any CPU
{E5DE3C44-5778-4C6A-9EB1-D22A5A57DE57}.Debug|Any CPU.Build.0 = Release x64|Any CPU
{E5DE3C44-5778-4C6A-9EB1-D22A5A57DE57}.Debug|x86.ActiveCfg = Release x64|Any CPU
{E5DE3C44-5778-4C6A-9EB1-D22A5A57DE57}.Debug|x86.Build.0 = Release x64|Any CPU
{E5DE3C44-5778-4C6A-9EB1-D22A5A57DE57}.Release x64|Any CPU.ActiveCfg = Release x64|Any CPU
{E5DE3C44-5778-4C6A-9EB1-D22A5A57DE57}.Release x64|Any CPU.Build.0 = Release x64|Any CPU
{E5DE3C44-5778-4C6A-9EB1-D22A5A57DE57}.Release x64|x86.ActiveCfg = Release x64|Any CPU
{E5DE3C44-5778-4C6A-9EB1-D22A5A57DE57}.Release x64|x86.Build.0 = Release x64|Any CPU
{E5DE3C44-5778-4C6A-9EB1-D22A5A57DE57}.Release|Any CPU.ActiveCfg = Release x64|Any CPU
{E5DE3C44-5778-4C6A-9EB1-D22A5A57DE57}.Release|Any CPU.Build.0 = Release x64|Any CPU
{E5DE3C44-5778-4C6A-9EB1-D22A5A57DE57}.Release|x86.ActiveCfg = Release x64|Any CPU
{E5DE3C44-5778-4C6A-9EB1-D22A5A57DE57}.Release|x86.Build.0 = Release x64|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {45956625-EB8A-456D-8F40-66E02EF987EF}
EndGlobalSection
EndGlobal