-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathkAsrFront.sln
70 lines (70 loc) · 4.07 KB
/
kAsrFront.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.32228.343
MinimumVisualStudioVersion = 10.0.40219.1
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "kAsrFront", "kAsrFront.vcxproj", "{F874D6A1-BD4F-4CB4-B1AB-8CA9B36EC934}"
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "voicepicker_test", "test\voicepicker_test\voicepicker_test.vcxproj", "{3CA30797-DFB6-4C90-9177-2BA2076BF1F6}"
ProjectSection(ProjectDependencies) = postProject
{F874D6A1-BD4F-4CB4-B1AB-8CA9B36EC934} = {F874D6A1-BD4F-4CB4-B1AB-8CA9B36EC934}
EndProjectSection
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "feature_test", "test\feature_test\feature_test.vcxproj", "{B2998B6A-2EDA-4CF1-B457-0625B06B6B99}"
ProjectSection(ProjectDependencies) = postProject
{F874D6A1-BD4F-4CB4-B1AB-8CA9B36EC934} = {F874D6A1-BD4F-4CB4-B1AB-8CA9B36EC934}
EndProjectSection
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "frontframe_test", "test\frontframe_test\frontframe_test.vcxproj", "{212DDEEA-D98A-4F6A-B5A3-7540BC734782}"
ProjectSection(ProjectDependencies) = postProject
{F874D6A1-BD4F-4CB4-B1AB-8CA9B36EC934} = {F874D6A1-BD4F-4CB4-B1AB-8CA9B36EC934}
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|x64 = Debug|x64
Debug|x86 = Debug|x86
Release|x64 = Release|x64
Release|x86 = Release|x86
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{F874D6A1-BD4F-4CB4-B1AB-8CA9B36EC934}.Debug|x64.ActiveCfg = Debug|x64
{F874D6A1-BD4F-4CB4-B1AB-8CA9B36EC934}.Debug|x64.Build.0 = Debug|x64
{F874D6A1-BD4F-4CB4-B1AB-8CA9B36EC934}.Debug|x86.ActiveCfg = Debug|Win32
{F874D6A1-BD4F-4CB4-B1AB-8CA9B36EC934}.Debug|x86.Build.0 = Debug|Win32
{F874D6A1-BD4F-4CB4-B1AB-8CA9B36EC934}.Release|x64.ActiveCfg = Release|x64
{F874D6A1-BD4F-4CB4-B1AB-8CA9B36EC934}.Release|x64.Build.0 = Release|x64
{F874D6A1-BD4F-4CB4-B1AB-8CA9B36EC934}.Release|x86.ActiveCfg = Release|Win32
{F874D6A1-BD4F-4CB4-B1AB-8CA9B36EC934}.Release|x86.Build.0 = Release|Win32
{3CA30797-DFB6-4C90-9177-2BA2076BF1F6}.Debug|x64.ActiveCfg = Debug|x64
{3CA30797-DFB6-4C90-9177-2BA2076BF1F6}.Debug|x64.Build.0 = Debug|x64
{3CA30797-DFB6-4C90-9177-2BA2076BF1F6}.Debug|x86.ActiveCfg = Debug|Win32
{3CA30797-DFB6-4C90-9177-2BA2076BF1F6}.Debug|x86.Build.0 = Debug|Win32
{3CA30797-DFB6-4C90-9177-2BA2076BF1F6}.Release|x64.ActiveCfg = Release|x64
{3CA30797-DFB6-4C90-9177-2BA2076BF1F6}.Release|x64.Build.0 = Release|x64
{3CA30797-DFB6-4C90-9177-2BA2076BF1F6}.Release|x86.ActiveCfg = Release|Win32
{3CA30797-DFB6-4C90-9177-2BA2076BF1F6}.Release|x86.Build.0 = Release|Win32
{B2998B6A-2EDA-4CF1-B457-0625B06B6B99}.Debug|x64.ActiveCfg = Debug|x64
{B2998B6A-2EDA-4CF1-B457-0625B06B6B99}.Debug|x64.Build.0 = Debug|x64
{B2998B6A-2EDA-4CF1-B457-0625B06B6B99}.Debug|x86.ActiveCfg = Debug|Win32
{B2998B6A-2EDA-4CF1-B457-0625B06B6B99}.Debug|x86.Build.0 = Debug|Win32
{B2998B6A-2EDA-4CF1-B457-0625B06B6B99}.Release|x64.ActiveCfg = Release|x64
{B2998B6A-2EDA-4CF1-B457-0625B06B6B99}.Release|x64.Build.0 = Release|x64
{B2998B6A-2EDA-4CF1-B457-0625B06B6B99}.Release|x86.ActiveCfg = Release|Win32
{B2998B6A-2EDA-4CF1-B457-0625B06B6B99}.Release|x86.Build.0 = Release|Win32
{212DDEEA-D98A-4F6A-B5A3-7540BC734782}.Debug|x64.ActiveCfg = Debug|x64
{212DDEEA-D98A-4F6A-B5A3-7540BC734782}.Debug|x64.Build.0 = Debug|x64
{212DDEEA-D98A-4F6A-B5A3-7540BC734782}.Debug|x86.ActiveCfg = Debug|Win32
{212DDEEA-D98A-4F6A-B5A3-7540BC734782}.Debug|x86.Build.0 = Debug|Win32
{212DDEEA-D98A-4F6A-B5A3-7540BC734782}.Release|x64.ActiveCfg = Release|x64
{212DDEEA-D98A-4F6A-B5A3-7540BC734782}.Release|x64.Build.0 = Release|x64
{212DDEEA-D98A-4F6A-B5A3-7540BC734782}.Release|x86.ActiveCfg = Release|Win32
{212DDEEA-D98A-4F6A-B5A3-7540BC734782}.Release|x86.Build.0 = Release|Win32
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {3B44CF53-85F2-48B4-8CA1-536F4831EA42}
EndGlobalSection
EndGlobal