-
Notifications
You must be signed in to change notification settings - Fork 0
/
PurchaseForMe.sln
48 lines (48 loc) · 2.86 KB
/
PurchaseForMe.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
42
43
44
45
46
47
48
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.0.32112.339
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "PurchaseForMeWeb", "PurchaseForMeWeb\PurchaseForMeWeb.csproj", "{3A5707B1-43CA-41C9-BAA9-4647D51B623D}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "PurchaseForMe.Core", "PurchaseForMe.Core\PurchaseForMe.Core.csproj", "{7C1223DE-D58B-467D-B6A4-51FC08ABE560}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "PurchaseForMeService", "PurchaseForMeService\PurchaseForMeService.csproj", "{92C8B574-C315-4D2B-8BA4-28445BEE5419}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "PurchaseForMe.Tests", "PurchaseForMe.Tests\PurchaseForMe.Tests.csproj", "{D3A62A7E-26CC-4FE5-8562-CAA7384CCCD9}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{F05D3CCA-CA23-405D-9D33-CF0DC0967621}"
ProjectSection(SolutionItems) = preProject
.editorconfig = .editorconfig
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{3A5707B1-43CA-41C9-BAA9-4647D51B623D}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{3A5707B1-43CA-41C9-BAA9-4647D51B623D}.Debug|Any CPU.Build.0 = Debug|Any CPU
{3A5707B1-43CA-41C9-BAA9-4647D51B623D}.Release|Any CPU.ActiveCfg = Release|Any CPU
{3A5707B1-43CA-41C9-BAA9-4647D51B623D}.Release|Any CPU.Build.0 = Release|Any CPU
{7C1223DE-D58B-467D-B6A4-51FC08ABE560}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{7C1223DE-D58B-467D-B6A4-51FC08ABE560}.Debug|Any CPU.Build.0 = Debug|Any CPU
{7C1223DE-D58B-467D-B6A4-51FC08ABE560}.Release|Any CPU.ActiveCfg = Release|Any CPU
{7C1223DE-D58B-467D-B6A4-51FC08ABE560}.Release|Any CPU.Build.0 = Release|Any CPU
{92C8B574-C315-4D2B-8BA4-28445BEE5419}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{92C8B574-C315-4D2B-8BA4-28445BEE5419}.Debug|Any CPU.Build.0 = Debug|Any CPU
{92C8B574-C315-4D2B-8BA4-28445BEE5419}.Release|Any CPU.ActiveCfg = Release|Any CPU
{92C8B574-C315-4D2B-8BA4-28445BEE5419}.Release|Any CPU.Build.0 = Release|Any CPU
{D3A62A7E-26CC-4FE5-8562-CAA7384CCCD9}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{D3A62A7E-26CC-4FE5-8562-CAA7384CCCD9}.Debug|Any CPU.Build.0 = Debug|Any CPU
{D3A62A7E-26CC-4FE5-8562-CAA7384CCCD9}.Release|Any CPU.ActiveCfg = Release|Any CPU
{D3A62A7E-26CC-4FE5-8562-CAA7384CCCD9}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {46B163BB-66A9-45A9-8CBD-DF42B145F552}
EndGlobalSection
EndGlobal