-
-
Notifications
You must be signed in to change notification settings - Fork 21
/
ElevenLabs-DotNet.sln
43 lines (43 loc) · 2.64 KB
/
ElevenLabs-DotNet.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.5.33424.131
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "ElevenLabs-DotNet", "ElevenLabs-DotNet\ElevenLabs-DotNet.csproj", "{D49BE322-BA1F-4D5F-85B6-33A639F7E97C}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "ElevenLabs-DotNet-Proxy", "ElevenLabs-DotNet-Proxy\ElevenLabs-DotNet-Proxy.csproj", "{AAD60297-D6D6-47BE-B59D-05AFA9B2F4A1}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "ElevenLabs-DotNet-Tests", "ElevenLabs-DotNet-Tests\ElevenLabs-DotNet-Tests.csproj", "{CCF51E5C-9798-4DE3-B83D-3E0F0848B84F}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ElevenLabs-DotNet-Tests-Proxy", "ElevenLabs-DotNet-Tests-Proxy\ElevenLabs-DotNet-Tests-Proxy.csproj", "{6E728878-5704-4E6C-92CB-575156FDCDD1}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{D49BE322-BA1F-4D5F-85B6-33A639F7E97C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{D49BE322-BA1F-4D5F-85B6-33A639F7E97C}.Debug|Any CPU.Build.0 = Debug|Any CPU
{D49BE322-BA1F-4D5F-85B6-33A639F7E97C}.Release|Any CPU.ActiveCfg = Release|Any CPU
{D49BE322-BA1F-4D5F-85B6-33A639F7E97C}.Release|Any CPU.Build.0 = Release|Any CPU
{AAD60297-D6D6-47BE-B59D-05AFA9B2F4A1}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{AAD60297-D6D6-47BE-B59D-05AFA9B2F4A1}.Debug|Any CPU.Build.0 = Debug|Any CPU
{AAD60297-D6D6-47BE-B59D-05AFA9B2F4A1}.Release|Any CPU.ActiveCfg = Release|Any CPU
{AAD60297-D6D6-47BE-B59D-05AFA9B2F4A1}.Release|Any CPU.Build.0 = Release|Any CPU
{CCF51E5C-9798-4DE3-B83D-3E0F0848B84F}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{CCF51E5C-9798-4DE3-B83D-3E0F0848B84F}.Debug|Any CPU.Build.0 = Debug|Any CPU
{CCF51E5C-9798-4DE3-B83D-3E0F0848B84F}.Release|Any CPU.ActiveCfg = Release|Any CPU
{CCF51E5C-9798-4DE3-B83D-3E0F0848B84F}.Release|Any CPU.Build.0 = Release|Any CPU
{6E728878-5704-4E6C-92CB-575156FDCDD1}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{6E728878-5704-4E6C-92CB-575156FDCDD1}.Debug|Any CPU.Build.0 = Debug|Any CPU
{6E728878-5704-4E6C-92CB-575156FDCDD1}.Release|Any CPU.ActiveCfg = Release|Any CPU
{6E728878-5704-4E6C-92CB-575156FDCDD1}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {FA8FCC2F-63CD-473B-BB48-43185E0B35D4}
EndGlobalSection
EndGlobal