-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathStocksApp.sln
62 lines (62 loc) · 4.03 KB
/
StocksApp.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
49
50
51
52
53
54
55
56
57
58
59
60
61
62
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.5.33516.290
MinimumVisualStudioVersion = 10.0.40219.1
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Tests", "Tests", "{B3C5307B-1F53-4215-B4A8-9E5FF81A3B8D}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Stocks.Core", "Stocks.Core\Stocks.Core.csproj", "{B3B3034A-FE7D-46E9-BC7E-489340918AC6}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Stocks.Infrastructure", "Stocks.Infrastructure\Stocks.Infrastructure.csproj", "{369ACAB7-364A-4D63-A0FE-304D4CFB05CE}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Stocks.Web", "Stocks.Web\Stocks.Web.csproj", "{D0A19764-30BE-42B8-B5A5-10DDB52B312A}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Stocks.Controllers.Tests", "Stocks.Tests\Stocks.Controllers.Tests\Stocks.Controllers.Tests.csproj", "{69C755B6-9DE0-41D5-970F-0AA0C18D35C0}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Stocks.Integration.Tests", "Stocks.Tests\Stocks.Integration.Tests\Stocks.Integration.Tests.csproj", "{46EBD0BF-1A70-4B18-895D-E53F322AE56C}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Stocks.Services.Tests", "Stocks.Tests\Stocks.Services.Tests\Stocks.Services.Tests.csproj", "{B17D4A52-7906-4D95-AF11-8899002F0577}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{B3B3034A-FE7D-46E9-BC7E-489340918AC6}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{B3B3034A-FE7D-46E9-BC7E-489340918AC6}.Debug|Any CPU.Build.0 = Debug|Any CPU
{B3B3034A-FE7D-46E9-BC7E-489340918AC6}.Release|Any CPU.ActiveCfg = Release|Any CPU
{B3B3034A-FE7D-46E9-BC7E-489340918AC6}.Release|Any CPU.Build.0 = Release|Any CPU
{369ACAB7-364A-4D63-A0FE-304D4CFB05CE}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{369ACAB7-364A-4D63-A0FE-304D4CFB05CE}.Debug|Any CPU.Build.0 = Debug|Any CPU
{369ACAB7-364A-4D63-A0FE-304D4CFB05CE}.Release|Any CPU.ActiveCfg = Release|Any CPU
{369ACAB7-364A-4D63-A0FE-304D4CFB05CE}.Release|Any CPU.Build.0 = Release|Any CPU
{D0A19764-30BE-42B8-B5A5-10DDB52B312A}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{D0A19764-30BE-42B8-B5A5-10DDB52B312A}.Debug|Any CPU.Build.0 = Debug|Any CPU
{D0A19764-30BE-42B8-B5A5-10DDB52B312A}.Release|Any CPU.ActiveCfg = Release|Any CPU
{D0A19764-30BE-42B8-B5A5-10DDB52B312A}.Release|Any CPU.Build.0 = Release|Any CPU
{69C755B6-9DE0-41D5-970F-0AA0C18D35C0}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{69C755B6-9DE0-41D5-970F-0AA0C18D35C0}.Debug|Any CPU.Build.0 = Debug|Any CPU
{69C755B6-9DE0-41D5-970F-0AA0C18D35C0}.Release|Any CPU.ActiveCfg = Release|Any CPU
{69C755B6-9DE0-41D5-970F-0AA0C18D35C0}.Release|Any CPU.Build.0 = Release|Any CPU
{46EBD0BF-1A70-4B18-895D-E53F322AE56C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{46EBD0BF-1A70-4B18-895D-E53F322AE56C}.Debug|Any CPU.Build.0 = Debug|Any CPU
{46EBD0BF-1A70-4B18-895D-E53F322AE56C}.Release|Any CPU.ActiveCfg = Release|Any CPU
{46EBD0BF-1A70-4B18-895D-E53F322AE56C}.Release|Any CPU.Build.0 = Release|Any CPU
{B17D4A52-7906-4D95-AF11-8899002F0577}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{B17D4A52-7906-4D95-AF11-8899002F0577}.Debug|Any CPU.Build.0 = Debug|Any CPU
{B17D4A52-7906-4D95-AF11-8899002F0577}.Release|Any CPU.ActiveCfg = Release|Any CPU
{B17D4A52-7906-4D95-AF11-8899002F0577}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{69C755B6-9DE0-41D5-970F-0AA0C18D35C0} = {B3C5307B-1F53-4215-B4A8-9E5FF81A3B8D}
{46EBD0BF-1A70-4B18-895D-E53F322AE56C} = {B3C5307B-1F53-4215-B4A8-9E5FF81A3B8D}
{B17D4A52-7906-4D95-AF11-8899002F0577} = {B3C5307B-1F53-4215-B4A8-9E5FF81A3B8D}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {C3537D88-F0F5-495F-91F9-BAF0E211286C}
EndGlobalSection
EndGlobal