-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathAutoService.sln
More file actions
48 lines (48 loc) · 3 KB
/
Copy pathAutoService.sln
File metadata and controls
48 lines (48 loc) · 3 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
44
45
46
47
48
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.0.31903.59
MinimumVisualStudioVersion = 10.0.40219.1
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "src", "src", "{5BF2595E-3334-41A1-97C8-AFF77D5F97A5}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "AutoService.API", "src\AutoService.API\AutoService.API.csproj", "{6B965ABC-3504-486C-A11F-7235C1B24C11}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "AutoService.Infrastracture", "src\AutoService.Infrastracture\AutoService.Infrastracture.csproj", "{015AB66B-BB80-45CB-8B02-B327875F754B}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "AutoService.Application", "src\AutoService.Application\AutoService.Application.csproj", "{8FF19192-6557-4EDB-84A4-DC39447612A7}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "AutoService.Domain", "src\AutoService.Domain\AutoService.Domain.csproj", "{CAABB27A-E7F9-40E8-80C1-9D36EF4F08C4}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{6B965ABC-3504-486C-A11F-7235C1B24C11}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{6B965ABC-3504-486C-A11F-7235C1B24C11}.Debug|Any CPU.Build.0 = Debug|Any CPU
{6B965ABC-3504-486C-A11F-7235C1B24C11}.Release|Any CPU.ActiveCfg = Release|Any CPU
{6B965ABC-3504-486C-A11F-7235C1B24C11}.Release|Any CPU.Build.0 = Release|Any CPU
{015AB66B-BB80-45CB-8B02-B327875F754B}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{015AB66B-BB80-45CB-8B02-B327875F754B}.Debug|Any CPU.Build.0 = Debug|Any CPU
{015AB66B-BB80-45CB-8B02-B327875F754B}.Release|Any CPU.ActiveCfg = Release|Any CPU
{015AB66B-BB80-45CB-8B02-B327875F754B}.Release|Any CPU.Build.0 = Release|Any CPU
{8FF19192-6557-4EDB-84A4-DC39447612A7}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{8FF19192-6557-4EDB-84A4-DC39447612A7}.Debug|Any CPU.Build.0 = Debug|Any CPU
{8FF19192-6557-4EDB-84A4-DC39447612A7}.Release|Any CPU.ActiveCfg = Release|Any CPU
{8FF19192-6557-4EDB-84A4-DC39447612A7}.Release|Any CPU.Build.0 = Release|Any CPU
{CAABB27A-E7F9-40E8-80C1-9D36EF4F08C4}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{CAABB27A-E7F9-40E8-80C1-9D36EF4F08C4}.Debug|Any CPU.Build.0 = Debug|Any CPU
{CAABB27A-E7F9-40E8-80C1-9D36EF4F08C4}.Release|Any CPU.ActiveCfg = Release|Any CPU
{CAABB27A-E7F9-40E8-80C1-9D36EF4F08C4}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{6B965ABC-3504-486C-A11F-7235C1B24C11} = {5BF2595E-3334-41A1-97C8-AFF77D5F97A5}
{015AB66B-BB80-45CB-8B02-B327875F754B} = {5BF2595E-3334-41A1-97C8-AFF77D5F97A5}
{8FF19192-6557-4EDB-84A4-DC39447612A7} = {5BF2595E-3334-41A1-97C8-AFF77D5F97A5}
{CAABB27A-E7F9-40E8-80C1-9D36EF4F08C4} = {5BF2595E-3334-41A1-97C8-AFF77D5F97A5}
EndGlobalSection
EndGlobal