-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathNintendoGameStore.sln
79 lines (79 loc) · 5.38 KB
/
NintendoGameStore.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
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.31410.357
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "NintendoGameStore.Infrastructure", "src\NintendoGameStore.Infrastructure\NintendoGameStore.Infrastructure.csproj", "{7E378468-F66D-4E05-B232-0317B7C14CCF}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "NintendoGameStore.UnitTests", "tests\NintendoGameStore.UnitTests\NintendoGameStore.UnitTests.csproj", "{C5A1B9DE-5E88-44AB-81D1-63CDA8C7288C}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "NintendoGameStore.IntegrationTests", "tests\NintendoGameStore.IntegrationTests\NintendoGameStore.IntegrationTests.csproj", "{003AB750-6CB6-456A-8206-80106EFAF17D}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "src", "src", "{DB874FA9-61F7-4783-932F-E99A51773148}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "tests", "tests", "{29BF9B3A-D880-4A6C-83FE-F8E52B850103}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "NintendoGameStore.API", "src\NintendoGameStore.API\NintendoGameStore.API.csproj", "{411849D9-BF18-49BC-8275-B6F6E97A26F7}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "NintendoGameStore.Core", "src\NintendoGameStore.Core\NintendoGameStore.Core.csproj", "{55CB1A87-CF26-4FCD-B9B6-4754450EDBC1}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "NintendoGameStore.Aplication", "src\NintendoGameStore.Aplication\NintendoGameStore.Aplication.csproj", "{7158A771-C790-481A-9DBD-0F084C39B20E}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "NintendoGameStore.Migrations", "src\NintendoGameStore.Migrations\NintendoGameStore.Migrations.csproj", "{CC98968C-25CB-4B6E-8831-E5B657F3302F}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{86D5757D-B95F-4403-9968-9E4A38914114}"
ProjectSection(SolutionItems) = preProject
CodeCoverage.runsettings = CodeCoverage.runsettings
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{7E378468-F66D-4E05-B232-0317B7C14CCF}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{7E378468-F66D-4E05-B232-0317B7C14CCF}.Debug|Any CPU.Build.0 = Debug|Any CPU
{7E378468-F66D-4E05-B232-0317B7C14CCF}.Release|Any CPU.ActiveCfg = Release|Any CPU
{7E378468-F66D-4E05-B232-0317B7C14CCF}.Release|Any CPU.Build.0 = Release|Any CPU
{C5A1B9DE-5E88-44AB-81D1-63CDA8C7288C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{C5A1B9DE-5E88-44AB-81D1-63CDA8C7288C}.Debug|Any CPU.Build.0 = Debug|Any CPU
{C5A1B9DE-5E88-44AB-81D1-63CDA8C7288C}.Release|Any CPU.ActiveCfg = Release|Any CPU
{C5A1B9DE-5E88-44AB-81D1-63CDA8C7288C}.Release|Any CPU.Build.0 = Release|Any CPU
{003AB750-6CB6-456A-8206-80106EFAF17D}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{003AB750-6CB6-456A-8206-80106EFAF17D}.Debug|Any CPU.Build.0 = Debug|Any CPU
{003AB750-6CB6-456A-8206-80106EFAF17D}.Release|Any CPU.ActiveCfg = Release|Any CPU
{003AB750-6CB6-456A-8206-80106EFAF17D}.Release|Any CPU.Build.0 = Release|Any CPU
{411849D9-BF18-49BC-8275-B6F6E97A26F7}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{411849D9-BF18-49BC-8275-B6F6E97A26F7}.Debug|Any CPU.Build.0 = Debug|Any CPU
{411849D9-BF18-49BC-8275-B6F6E97A26F7}.Release|Any CPU.ActiveCfg = Release|Any CPU
{411849D9-BF18-49BC-8275-B6F6E97A26F7}.Release|Any CPU.Build.0 = Release|Any CPU
{55CB1A87-CF26-4FCD-B9B6-4754450EDBC1}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{55CB1A87-CF26-4FCD-B9B6-4754450EDBC1}.Debug|Any CPU.Build.0 = Debug|Any CPU
{55CB1A87-CF26-4FCD-B9B6-4754450EDBC1}.Release|Any CPU.ActiveCfg = Release|Any CPU
{55CB1A87-CF26-4FCD-B9B6-4754450EDBC1}.Release|Any CPU.Build.0 = Release|Any CPU
{7158A771-C790-481A-9DBD-0F084C39B20E}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{7158A771-C790-481A-9DBD-0F084C39B20E}.Debug|Any CPU.Build.0 = Debug|Any CPU
{7158A771-C790-481A-9DBD-0F084C39B20E}.Release|Any CPU.ActiveCfg = Release|Any CPU
{7158A771-C790-481A-9DBD-0F084C39B20E}.Release|Any CPU.Build.0 = Release|Any CPU
{CC98968C-25CB-4B6E-8831-E5B657F3302F}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{CC98968C-25CB-4B6E-8831-E5B657F3302F}.Debug|Any CPU.Build.0 = Debug|Any CPU
{CC98968C-25CB-4B6E-8831-E5B657F3302F}.Release|Any CPU.ActiveCfg = Release|Any CPU
{CC98968C-25CB-4B6E-8831-E5B657F3302F}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{7E378468-F66D-4E05-B232-0317B7C14CCF} = {DB874FA9-61F7-4783-932F-E99A51773148}
{C5A1B9DE-5E88-44AB-81D1-63CDA8C7288C} = {29BF9B3A-D880-4A6C-83FE-F8E52B850103}
{003AB750-6CB6-456A-8206-80106EFAF17D} = {29BF9B3A-D880-4A6C-83FE-F8E52B850103}
{411849D9-BF18-49BC-8275-B6F6E97A26F7} = {DB874FA9-61F7-4783-932F-E99A51773148}
{55CB1A87-CF26-4FCD-B9B6-4754450EDBC1} = {DB874FA9-61F7-4783-932F-E99A51773148}
{7158A771-C790-481A-9DBD-0F084C39B20E} = {DB874FA9-61F7-4783-932F-E99A51773148}
{CC98968C-25CB-4B6E-8831-E5B657F3302F} = {DB874FA9-61F7-4783-932F-E99A51773148}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {277131E2-418C-49BF-9336-4FBE08F0FA15}
EndGlobalSection
EndGlobal