-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathauction.sln
41 lines (41 loc) · 2.34 KB
/
auction.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", "{AA915530-E7CC-4009-9D74-2B9BE8BB59DB}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "AuctionService", "src\AuctionService\AuctionService.csproj", "{D4026DA8-B8EB-4290-BAB3-FC21BB39B07C}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "SearchService", "src\SearchService\SearchService.csproj", "{FD3443C0-1828-40B9-B1BF-2178DFC9D9D7}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Contracts", "src\Contracts\Contracts.csproj", "{990AB35A-22BA-4109-A524-E30E12F0F44B}"
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
{D4026DA8-B8EB-4290-BAB3-FC21BB39B07C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{D4026DA8-B8EB-4290-BAB3-FC21BB39B07C}.Debug|Any CPU.Build.0 = Debug|Any CPU
{D4026DA8-B8EB-4290-BAB3-FC21BB39B07C}.Release|Any CPU.ActiveCfg = Release|Any CPU
{D4026DA8-B8EB-4290-BAB3-FC21BB39B07C}.Release|Any CPU.Build.0 = Release|Any CPU
{FD3443C0-1828-40B9-B1BF-2178DFC9D9D7}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{FD3443C0-1828-40B9-B1BF-2178DFC9D9D7}.Debug|Any CPU.Build.0 = Debug|Any CPU
{FD3443C0-1828-40B9-B1BF-2178DFC9D9D7}.Release|Any CPU.ActiveCfg = Release|Any CPU
{FD3443C0-1828-40B9-B1BF-2178DFC9D9D7}.Release|Any CPU.Build.0 = Release|Any CPU
{990AB35A-22BA-4109-A524-E30E12F0F44B}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{990AB35A-22BA-4109-A524-E30E12F0F44B}.Debug|Any CPU.Build.0 = Debug|Any CPU
{990AB35A-22BA-4109-A524-E30E12F0F44B}.Release|Any CPU.ActiveCfg = Release|Any CPU
{990AB35A-22BA-4109-A524-E30E12F0F44B}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{D4026DA8-B8EB-4290-BAB3-FC21BB39B07C} = {AA915530-E7CC-4009-9D74-2B9BE8BB59DB}
{FD3443C0-1828-40B9-B1BF-2178DFC9D9D7} = {AA915530-E7CC-4009-9D74-2B9BE8BB59DB}
{990AB35A-22BA-4109-A524-E30E12F0F44B} = {AA915530-E7CC-4009-9D74-2B9BE8BB59DB}
EndGlobalSection
EndGlobal