-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathSCAlcoholLicenses.sln
More file actions
43 lines (43 loc) · 2.7 KB
/
Copy pathSCAlcoholLicenses.sln
File metadata and controls
43 lines (43 loc) · 2.7 KB
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.0.31815.197
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "SCAlcoholLicenses.Client", "src\SCAlcoholLicenses.Client\SCAlcoholLicenses.Client.csproj", "{0CFB2B67-6723-4EFC-BD14-FD0343C8BB62}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "SCAlcoholLicenses.Data", "src\SCAlcoholLicenses.Data\SCAlcoholLicenses.Data.csproj", "{D4D372D1-363F-4D5E-A650-34143AB93CF5}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "SCAlcoholLicenses.Domain", "src\SCAlcoholLicenses.Domain\SCAlcoholLicenses.Domain.csproj", "{DE45A5C1-2189-4D38-9E49-E7E23633902B}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "SCAlcoholLicenses.Host", "src\SCAlcoholLicenses.Host\SCAlcoholLicenses.Host.csproj", "{ACCA597F-C3AC-4E51-900D-BDB1FB6B8CAF}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{0CFB2B67-6723-4EFC-BD14-FD0343C8BB62}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{0CFB2B67-6723-4EFC-BD14-FD0343C8BB62}.Debug|Any CPU.Build.0 = Debug|Any CPU
{0CFB2B67-6723-4EFC-BD14-FD0343C8BB62}.Release|Any CPU.ActiveCfg = Release|Any CPU
{0CFB2B67-6723-4EFC-BD14-FD0343C8BB62}.Release|Any CPU.Build.0 = Release|Any CPU
{D4D372D1-363F-4D5E-A650-34143AB93CF5}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{D4D372D1-363F-4D5E-A650-34143AB93CF5}.Debug|Any CPU.Build.0 = Debug|Any CPU
{D4D372D1-363F-4D5E-A650-34143AB93CF5}.Release|Any CPU.ActiveCfg = Release|Any CPU
{D4D372D1-363F-4D5E-A650-34143AB93CF5}.Release|Any CPU.Build.0 = Release|Any CPU
{DE45A5C1-2189-4D38-9E49-E7E23633902B}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{DE45A5C1-2189-4D38-9E49-E7E23633902B}.Debug|Any CPU.Build.0 = Debug|Any CPU
{DE45A5C1-2189-4D38-9E49-E7E23633902B}.Release|Any CPU.ActiveCfg = Release|Any CPU
{DE45A5C1-2189-4D38-9E49-E7E23633902B}.Release|Any CPU.Build.0 = Release|Any CPU
{ACCA597F-C3AC-4E51-900D-BDB1FB6B8CAF}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{ACCA597F-C3AC-4E51-900D-BDB1FB6B8CAF}.Debug|Any CPU.Build.0 = Debug|Any CPU
{ACCA597F-C3AC-4E51-900D-BDB1FB6B8CAF}.Release|Any CPU.ActiveCfg = Release|Any CPU
{ACCA597F-C3AC-4E51-900D-BDB1FB6B8CAF}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {F5BACC12-7E63-4882-8053-985B2CEB6BB4}
EndGlobalSection
EndGlobal