-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathCarsite.sln
41 lines (41 loc) · 2.34 KB
/
Carsite.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
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", "{9154B1FD-335D-4BA4-A40A-2E43458FF809}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "AuctionService", "src\AuctionService\AuctionService.csproj", "{DFC925B7-B4F6-44BC-9B4B-A8806848E63A}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "SearchService", "src\SearchService\SearchService.csproj", "{81350B56-9868-47F1-AB46-04CE606FC8F4}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Contracts", "src\Contracts\Contracts.csproj", "{5B14B5FC-96DA-4393-A5CA-5403E2FB3598}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{DFC925B7-B4F6-44BC-9B4B-A8806848E63A}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{DFC925B7-B4F6-44BC-9B4B-A8806848E63A}.Debug|Any CPU.Build.0 = Debug|Any CPU
{DFC925B7-B4F6-44BC-9B4B-A8806848E63A}.Release|Any CPU.ActiveCfg = Release|Any CPU
{DFC925B7-B4F6-44BC-9B4B-A8806848E63A}.Release|Any CPU.Build.0 = Release|Any CPU
{81350B56-9868-47F1-AB46-04CE606FC8F4}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{81350B56-9868-47F1-AB46-04CE606FC8F4}.Debug|Any CPU.Build.0 = Debug|Any CPU
{81350B56-9868-47F1-AB46-04CE606FC8F4}.Release|Any CPU.ActiveCfg = Release|Any CPU
{81350B56-9868-47F1-AB46-04CE606FC8F4}.Release|Any CPU.Build.0 = Release|Any CPU
{5B14B5FC-96DA-4393-A5CA-5403E2FB3598}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{5B14B5FC-96DA-4393-A5CA-5403E2FB3598}.Debug|Any CPU.Build.0 = Debug|Any CPU
{5B14B5FC-96DA-4393-A5CA-5403E2FB3598}.Release|Any CPU.ActiveCfg = Release|Any CPU
{5B14B5FC-96DA-4393-A5CA-5403E2FB3598}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{DFC925B7-B4F6-44BC-9B4B-A8806848E63A} = {9154B1FD-335D-4BA4-A40A-2E43458FF809}
{81350B56-9868-47F1-AB46-04CE606FC8F4} = {9154B1FD-335D-4BA4-A40A-2E43458FF809}
{5B14B5FC-96DA-4393-A5CA-5403E2FB3598} = {9154B1FD-335D-4BA4-A40A-2E43458FF809}
EndGlobalSection
EndGlobal