-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathAuction-API.sln
35 lines (35 loc) · 1.88 KB
/
Auction-API.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.5.002.0
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Auction.Api", "Auction.Api\Auction.Api.csproj", "{C7553568-AA40-4C2F-A3C8-28371E381F16}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Auction.Core", "Auction.Core\Auction.Core.csproj", "{FF24E294-86B2-47E5-9FA6-A4782EDDFC28}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{C7553568-AA40-4C2F-A3C8-28371E381F16}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{C7553568-AA40-4C2F-A3C8-28371E381F16}.Debug|Any CPU.Build.0 = Debug|Any CPU
{C7553568-AA40-4C2F-A3C8-28371E381F16}.Release|Any CPU.ActiveCfg = Release|Any CPU
{C7553568-AA40-4C2F-A3C8-28371E381F16}.Release|Any CPU.Build.0 = Release|Any CPU
{FF24E294-86B2-47E5-9FA6-A4782EDDFC28}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{FF24E294-86B2-47E5-9FA6-A4782EDDFC28}.Debug|Any CPU.Build.0 = Debug|Any CPU
{FF24E294-86B2-47E5-9FA6-A4782EDDFC28}.Release|Any CPU.ActiveCfg = Release|Any CPU
{FF24E294-86B2-47E5-9FA6-A4782EDDFC28}.Release|Any CPU.Build.0 = Release|Any CPU
{90B53D3A-B599-4256-BFA9-69D5A87E9174}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{90B53D3A-B599-4256-BFA9-69D5A87E9174}.Debug|Any CPU.Build.0 = Debug|Any CPU
{90B53D3A-B599-4256-BFA9-69D5A87E9174}.Release|Any CPU.ActiveCfg = Release|Any CPU
{90B53D3A-B599-4256-BFA9-69D5A87E9174}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {BCB0D877-8AD6-41D5-960B-96D461E50E63}
EndGlobalSection
EndGlobal