-
Notifications
You must be signed in to change notification settings - Fork 0
/
ZirconSound.sln
55 lines (55 loc) · 3.35 KB
/
ZirconSound.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.4.33122.133
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "ZirconSound.Console", "src\ZirconSound.Console\ZirconSound.Console.csproj", "{F65A6CD7-A6D7-4846-92A9-BC7F68E96F13}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "ZirconSound.Application", "src\ZirconSound.Commands\ZirconSound.Application.csproj", "{20D4A592-362C-4771-80E7-334457FEEAE3}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "ZirconSound.Core", "src\ZirconSound.Core\ZirconSound.Core.csproj", "{6C5DB824-05BF-4672-8AB9-9FF9EF48A5C4}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "ZirconSound.Infrastructure", "src\ZirconSound.Infrastructure\ZirconSound.Infrastructure.csproj", "{2E5D126F-D3FC-4F32-AF65-A6BA9F9AC9BB}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{59E3B5F5-21D8-47D0-B17B-79F11C401316}"
ProjectSection(SolutionItems) = preProject
.editorconfig = .editorconfig
.gitignore = .gitignore
EndProjectSection
EndProject
Project("{E53339B2-1760-4266-BCC7-CA923CBCF16C}") = "docker-compose", "docker-compose.dcproj", "{090E7BAA-4FA6-4745-BC51-E476F9C872C3}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{F65A6CD7-A6D7-4846-92A9-BC7F68E96F13}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{F65A6CD7-A6D7-4846-92A9-BC7F68E96F13}.Debug|Any CPU.Build.0 = Debug|Any CPU
{F65A6CD7-A6D7-4846-92A9-BC7F68E96F13}.Release|Any CPU.ActiveCfg = Release|Any CPU
{F65A6CD7-A6D7-4846-92A9-BC7F68E96F13}.Release|Any CPU.Build.0 = Release|Any CPU
{20D4A592-362C-4771-80E7-334457FEEAE3}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{20D4A592-362C-4771-80E7-334457FEEAE3}.Debug|Any CPU.Build.0 = Debug|Any CPU
{20D4A592-362C-4771-80E7-334457FEEAE3}.Release|Any CPU.ActiveCfg = Release|Any CPU
{20D4A592-362C-4771-80E7-334457FEEAE3}.Release|Any CPU.Build.0 = Release|Any CPU
{6C5DB824-05BF-4672-8AB9-9FF9EF48A5C4}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{6C5DB824-05BF-4672-8AB9-9FF9EF48A5C4}.Debug|Any CPU.Build.0 = Debug|Any CPU
{6C5DB824-05BF-4672-8AB9-9FF9EF48A5C4}.Release|Any CPU.ActiveCfg = Release|Any CPU
{6C5DB824-05BF-4672-8AB9-9FF9EF48A5C4}.Release|Any CPU.Build.0 = Release|Any CPU
{2E5D126F-D3FC-4F32-AF65-A6BA9F9AC9BB}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{2E5D126F-D3FC-4F32-AF65-A6BA9F9AC9BB}.Debug|Any CPU.Build.0 = Debug|Any CPU
{2E5D126F-D3FC-4F32-AF65-A6BA9F9AC9BB}.Release|Any CPU.ActiveCfg = Release|Any CPU
{2E5D126F-D3FC-4F32-AF65-A6BA9F9AC9BB}.Release|Any CPU.Build.0 = Release|Any CPU
{090E7BAA-4FA6-4745-BC51-E476F9C872C3}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{090E7BAA-4FA6-4745-BC51-E476F9C872C3}.Debug|Any CPU.Build.0 = Debug|Any CPU
{090E7BAA-4FA6-4745-BC51-E476F9C872C3}.Release|Any CPU.ActiveCfg = Release|Any CPU
{090E7BAA-4FA6-4745-BC51-E476F9C872C3}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {8C2FB176-8AA1-47E3-8B7B-84618C1BB49C}
EndGlobalSection
EndGlobal