-
Notifications
You must be signed in to change notification settings - Fork 0
/
ConversionApi.sln
37 lines (37 loc) · 2.03 KB
/
ConversionApi.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.4.33213.308
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "ConversionApi", "ConversionApi\ConversionApi.csproj", "{FB5DF113-9DC7-4A96-BE6C-14BAF792F86A}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "AudioService", "AudioService\AudioService.csproj", "{5D7DB7A3-7732-4967-AA13-4508A225EFE7}"
EndProject
Project("{E53339B2-1760-4266-BCC7-CA923CBCF16C}") = "docker-compose", "docker-compose.dcproj", "{1026B686-9B48-4F8B-ABB2-66714A68BA73}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{FB5DF113-9DC7-4A96-BE6C-14BAF792F86A}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{FB5DF113-9DC7-4A96-BE6C-14BAF792F86A}.Debug|Any CPU.Build.0 = Debug|Any CPU
{FB5DF113-9DC7-4A96-BE6C-14BAF792F86A}.Release|Any CPU.ActiveCfg = Release|Any CPU
{FB5DF113-9DC7-4A96-BE6C-14BAF792F86A}.Release|Any CPU.Build.0 = Release|Any CPU
{5D7DB7A3-7732-4967-AA13-4508A225EFE7}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{5D7DB7A3-7732-4967-AA13-4508A225EFE7}.Debug|Any CPU.Build.0 = Debug|Any CPU
{5D7DB7A3-7732-4967-AA13-4508A225EFE7}.Release|Any CPU.ActiveCfg = Release|Any CPU
{5D7DB7A3-7732-4967-AA13-4508A225EFE7}.Release|Any CPU.Build.0 = Release|Any CPU
{1026B686-9B48-4F8B-ABB2-66714A68BA73}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{1026B686-9B48-4F8B-ABB2-66714A68BA73}.Debug|Any CPU.Build.0 = Debug|Any CPU
{1026B686-9B48-4F8B-ABB2-66714A68BA73}.Release|Any CPU.ActiveCfg = Release|Any CPU
{1026B686-9B48-4F8B-ABB2-66714A68BA73}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {2545CA2A-E2DC-4C40-85A6-8BC46C8C9A3B}
EndGlobalSection
EndGlobal