-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathTheBazaar.sln
More file actions
43 lines (43 loc) · 2.54 KB
/
Copy pathTheBazaar.sln
File metadata and controls
43 lines (43 loc) · 2.54 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.4.33205.214
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "TheBazaar.Data", "TheBazaar.Data\TheBazaar.Data.csproj", "{4CAEA616-04A1-4B89-9907-A859EA618D29}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "TheBazaar.Service", "TheBazaar.Service\TheBazaar.Service.csproj", "{E927C921-D83E-4B44-BC19-42BD6EF10C53}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "TheBazaar.Domain", "TheBazaar.Domain\TheBazaar.Domain.csproj", "{629DD222-82D5-4D42-B998-88E19CECD955}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "TheBazaar.Con", "TheBazaar.Con\TheBazaar.Con.csproj", "{DD163047-5C08-416F-83A1-CD70136C55AA}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{4CAEA616-04A1-4B89-9907-A859EA618D29}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{4CAEA616-04A1-4B89-9907-A859EA618D29}.Debug|Any CPU.Build.0 = Debug|Any CPU
{4CAEA616-04A1-4B89-9907-A859EA618D29}.Release|Any CPU.ActiveCfg = Release|Any CPU
{4CAEA616-04A1-4B89-9907-A859EA618D29}.Release|Any CPU.Build.0 = Release|Any CPU
{E927C921-D83E-4B44-BC19-42BD6EF10C53}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{E927C921-D83E-4B44-BC19-42BD6EF10C53}.Debug|Any CPU.Build.0 = Debug|Any CPU
{E927C921-D83E-4B44-BC19-42BD6EF10C53}.Release|Any CPU.ActiveCfg = Release|Any CPU
{E927C921-D83E-4B44-BC19-42BD6EF10C53}.Release|Any CPU.Build.0 = Release|Any CPU
{629DD222-82D5-4D42-B998-88E19CECD955}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{629DD222-82D5-4D42-B998-88E19CECD955}.Debug|Any CPU.Build.0 = Debug|Any CPU
{629DD222-82D5-4D42-B998-88E19CECD955}.Release|Any CPU.ActiveCfg = Release|Any CPU
{629DD222-82D5-4D42-B998-88E19CECD955}.Release|Any CPU.Build.0 = Release|Any CPU
{DD163047-5C08-416F-83A1-CD70136C55AA}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{DD163047-5C08-416F-83A1-CD70136C55AA}.Debug|Any CPU.Build.0 = Debug|Any CPU
{DD163047-5C08-416F-83A1-CD70136C55AA}.Release|Any CPU.ActiveCfg = Release|Any CPU
{DD163047-5C08-416F-83A1-CD70136C55AA}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {1D6AABBB-BB7C-4933-A0C4-BFB9FEB80244}
EndGlobalSection
EndGlobal