forked from sandrohanea/whisper.net
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathWhisper.net.WinX64.sln
executable file
·112 lines (112 loc) · 7.55 KB
/
Whisper.net.WinX64.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.5.33318.248
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Whisper.net.Demo", "Whisper.net.Demo\Whisper.net.Demo.csproj", "{C1C29732-1BC2-477D-A116-C5003E1D0C85}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{2C8F58A8-37D9-4E96-AE73-B3B37AEC10C1}"
ProjectSection(SolutionItems) = preProject
..\readme.md = ..\readme.md
EndProjectSection
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Whisper.net", "Whisper.net\Whisper.net.csproj", "{5D1F57EB-AF79-419C-8DCB-E23F7BEC3E8C}"
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "whisper", "build\win-x64\whisper.cpp\whisper.vcxproj", "{FE914A78-F221-36EA-9004-EA22EFD98480}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Debug|x64 = Debug|x64
Debug|x86 = Debug|x86
MinSizeRel|Any CPU = MinSizeRel|Any CPU
MinSizeRel|x64 = MinSizeRel|x64
MinSizeRel|x86 = MinSizeRel|x86
Release|Any CPU = Release|Any CPU
Release|x64 = Release|x64
Release|x86 = Release|x86
RelWithDebInfo|Any CPU = RelWithDebInfo|Any CPU
RelWithDebInfo|x64 = RelWithDebInfo|x64
RelWithDebInfo|x86 = RelWithDebInfo|x86
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{C1C29732-1BC2-477D-A116-C5003E1D0C85}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{C1C29732-1BC2-477D-A116-C5003E1D0C85}.Debug|Any CPU.Build.0 = Debug|Any CPU
{C1C29732-1BC2-477D-A116-C5003E1D0C85}.Debug|x64.ActiveCfg = Debug|Any CPU
{C1C29732-1BC2-477D-A116-C5003E1D0C85}.Debug|x64.Build.0 = Debug|Any CPU
{C1C29732-1BC2-477D-A116-C5003E1D0C85}.Debug|x86.ActiveCfg = Debug|Any CPU
{C1C29732-1BC2-477D-A116-C5003E1D0C85}.Debug|x86.Build.0 = Debug|Any CPU
{C1C29732-1BC2-477D-A116-C5003E1D0C85}.MinSizeRel|Any CPU.ActiveCfg = Release|Any CPU
{C1C29732-1BC2-477D-A116-C5003E1D0C85}.MinSizeRel|Any CPU.Build.0 = Release|Any CPU
{C1C29732-1BC2-477D-A116-C5003E1D0C85}.MinSizeRel|x64.ActiveCfg = Release|Any CPU
{C1C29732-1BC2-477D-A116-C5003E1D0C85}.MinSizeRel|x64.Build.0 = Release|Any CPU
{C1C29732-1BC2-477D-A116-C5003E1D0C85}.MinSizeRel|x86.ActiveCfg = Release|Any CPU
{C1C29732-1BC2-477D-A116-C5003E1D0C85}.MinSizeRel|x86.Build.0 = Release|Any CPU
{C1C29732-1BC2-477D-A116-C5003E1D0C85}.Release|Any CPU.ActiveCfg = Release|Any CPU
{C1C29732-1BC2-477D-A116-C5003E1D0C85}.Release|Any CPU.Build.0 = Release|Any CPU
{C1C29732-1BC2-477D-A116-C5003E1D0C85}.Release|x64.ActiveCfg = Release|Any CPU
{C1C29732-1BC2-477D-A116-C5003E1D0C85}.Release|x64.Build.0 = Release|Any CPU
{C1C29732-1BC2-477D-A116-C5003E1D0C85}.Release|x86.ActiveCfg = Release|Any CPU
{C1C29732-1BC2-477D-A116-C5003E1D0C85}.Release|x86.Build.0 = Release|Any CPU
{C1C29732-1BC2-477D-A116-C5003E1D0C85}.RelWithDebInfo|Any CPU.ActiveCfg = Release|Any CPU
{C1C29732-1BC2-477D-A116-C5003E1D0C85}.RelWithDebInfo|Any CPU.Build.0 = Release|Any CPU
{C1C29732-1BC2-477D-A116-C5003E1D0C85}.RelWithDebInfo|x64.ActiveCfg = Release|Any CPU
{C1C29732-1BC2-477D-A116-C5003E1D0C85}.RelWithDebInfo|x64.Build.0 = Release|Any CPU
{C1C29732-1BC2-477D-A116-C5003E1D0C85}.RelWithDebInfo|x86.ActiveCfg = Release|Any CPU
{C1C29732-1BC2-477D-A116-C5003E1D0C85}.RelWithDebInfo|x86.Build.0 = Release|Any CPU
{5D1F57EB-AF79-419C-8DCB-E23F7BEC3E8C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{5D1F57EB-AF79-419C-8DCB-E23F7BEC3E8C}.Debug|Any CPU.Build.0 = Debug|Any CPU
{5D1F57EB-AF79-419C-8DCB-E23F7BEC3E8C}.Debug|x64.ActiveCfg = Debug|Any CPU
{5D1F57EB-AF79-419C-8DCB-E23F7BEC3E8C}.Debug|x64.Build.0 = Debug|Any CPU
{5D1F57EB-AF79-419C-8DCB-E23F7BEC3E8C}.Debug|x86.ActiveCfg = Debug|Any CPU
{5D1F57EB-AF79-419C-8DCB-E23F7BEC3E8C}.Debug|x86.Build.0 = Debug|Any CPU
{5D1F57EB-AF79-419C-8DCB-E23F7BEC3E8C}.MinSizeRel|Any CPU.ActiveCfg = Release|Any CPU
{5D1F57EB-AF79-419C-8DCB-E23F7BEC3E8C}.MinSizeRel|Any CPU.Build.0 = Release|Any CPU
{5D1F57EB-AF79-419C-8DCB-E23F7BEC3E8C}.MinSizeRel|x64.ActiveCfg = Release|Any CPU
{5D1F57EB-AF79-419C-8DCB-E23F7BEC3E8C}.MinSizeRel|x64.Build.0 = Release|Any CPU
{5D1F57EB-AF79-419C-8DCB-E23F7BEC3E8C}.MinSizeRel|x86.ActiveCfg = Release|Any CPU
{5D1F57EB-AF79-419C-8DCB-E23F7BEC3E8C}.MinSizeRel|x86.Build.0 = Release|Any CPU
{5D1F57EB-AF79-419C-8DCB-E23F7BEC3E8C}.Release|Any CPU.ActiveCfg = Release|Any CPU
{5D1F57EB-AF79-419C-8DCB-E23F7BEC3E8C}.Release|Any CPU.Build.0 = Release|Any CPU
{5D1F57EB-AF79-419C-8DCB-E23F7BEC3E8C}.Release|x64.ActiveCfg = Release|Any CPU
{5D1F57EB-AF79-419C-8DCB-E23F7BEC3E8C}.Release|x64.Build.0 = Release|Any CPU
{5D1F57EB-AF79-419C-8DCB-E23F7BEC3E8C}.Release|x86.ActiveCfg = Release|Any CPU
{5D1F57EB-AF79-419C-8DCB-E23F7BEC3E8C}.Release|x86.Build.0 = Release|Any CPU
{5D1F57EB-AF79-419C-8DCB-E23F7BEC3E8C}.RelWithDebInfo|Any CPU.ActiveCfg = Release|Any CPU
{5D1F57EB-AF79-419C-8DCB-E23F7BEC3E8C}.RelWithDebInfo|Any CPU.Build.0 = Release|Any CPU
{5D1F57EB-AF79-419C-8DCB-E23F7BEC3E8C}.RelWithDebInfo|x64.ActiveCfg = Release|Any CPU
{5D1F57EB-AF79-419C-8DCB-E23F7BEC3E8C}.RelWithDebInfo|x64.Build.0 = Release|Any CPU
{5D1F57EB-AF79-419C-8DCB-E23F7BEC3E8C}.RelWithDebInfo|x86.ActiveCfg = Release|Any CPU
{5D1F57EB-AF79-419C-8DCB-E23F7BEC3E8C}.RelWithDebInfo|x86.Build.0 = Release|Any CPU
{FE914A78-F221-36EA-9004-EA22EFD98480}.Debug|Any CPU.ActiveCfg = Debug|x64
{FE914A78-F221-36EA-9004-EA22EFD98480}.Debug|Any CPU.Build.0 = Debug|x64
{FE914A78-F221-36EA-9004-EA22EFD98480}.Debug|x64.ActiveCfg = Debug|x64
{FE914A78-F221-36EA-9004-EA22EFD98480}.Debug|x64.Build.0 = Debug|x64
{FE914A78-F221-36EA-9004-EA22EFD98480}.Debug|x86.ActiveCfg = Debug|x64
{FE914A78-F221-36EA-9004-EA22EFD98480}.Debug|x86.Build.0 = Debug|x64
{FE914A78-F221-36EA-9004-EA22EFD98480}.MinSizeRel|Any CPU.ActiveCfg = MinSizeRel|x64
{FE914A78-F221-36EA-9004-EA22EFD98480}.MinSizeRel|Any CPU.Build.0 = MinSizeRel|x64
{FE914A78-F221-36EA-9004-EA22EFD98480}.MinSizeRel|x64.ActiveCfg = MinSizeRel|x64
{FE914A78-F221-36EA-9004-EA22EFD98480}.MinSizeRel|x64.Build.0 = MinSizeRel|x64
{FE914A78-F221-36EA-9004-EA22EFD98480}.MinSizeRel|x86.ActiveCfg = MinSizeRel|x64
{FE914A78-F221-36EA-9004-EA22EFD98480}.MinSizeRel|x86.Build.0 = MinSizeRel|x64
{FE914A78-F221-36EA-9004-EA22EFD98480}.Release|Any CPU.ActiveCfg = Release|x64
{FE914A78-F221-36EA-9004-EA22EFD98480}.Release|Any CPU.Build.0 = Release|x64
{FE914A78-F221-36EA-9004-EA22EFD98480}.Release|x64.ActiveCfg = Release|x64
{FE914A78-F221-36EA-9004-EA22EFD98480}.Release|x64.Build.0 = Release|x64
{FE914A78-F221-36EA-9004-EA22EFD98480}.Release|x86.ActiveCfg = Release|x64
{FE914A78-F221-36EA-9004-EA22EFD98480}.Release|x86.Build.0 = Release|x64
{FE914A78-F221-36EA-9004-EA22EFD98480}.RelWithDebInfo|Any CPU.ActiveCfg = RelWithDebInfo|x64
{FE914A78-F221-36EA-9004-EA22EFD98480}.RelWithDebInfo|Any CPU.Build.0 = RelWithDebInfo|x64
{FE914A78-F221-36EA-9004-EA22EFD98480}.RelWithDebInfo|x64.ActiveCfg = RelWithDebInfo|x64
{FE914A78-F221-36EA-9004-EA22EFD98480}.RelWithDebInfo|x64.Build.0 = RelWithDebInfo|x64
{FE914A78-F221-36EA-9004-EA22EFD98480}.RelWithDebInfo|x86.ActiveCfg = RelWithDebInfo|x64
{FE914A78-F221-36EA-9004-EA22EFD98480}.RelWithDebInfo|x86.Build.0 = RelWithDebInfo|x64
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {F5CAA926-1B7D-3A67-9130-E6EFE3E9DFD9}
EndGlobalSection
EndGlobal