-
Notifications
You must be signed in to change notification settings - Fork 0
/
SuperHero.sln
43 lines (43 loc) · 2.46 KB
/
SuperHero.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.1.32328.378
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "API", "API\API.csproj", "{F44E4E28-7D77-4033-98C4-05B125475A6C}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "UnitTests", "UnitTests\UnitTests.csproj", "{0E1B48E5-A732-4E21-89BF-E6C19B821DE8}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Infrastructure", "Infrastructure\Infrastructure.csproj", "{3E20B691-2AE5-4805-8A7C-3487EFD54A4E}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Core", "Core\Core.csproj", "{6495C718-4B34-43E6-B8A5-9E78E825789A}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{F44E4E28-7D77-4033-98C4-05B125475A6C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{F44E4E28-7D77-4033-98C4-05B125475A6C}.Debug|Any CPU.Build.0 = Debug|Any CPU
{F44E4E28-7D77-4033-98C4-05B125475A6C}.Release|Any CPU.ActiveCfg = Release|Any CPU
{F44E4E28-7D77-4033-98C4-05B125475A6C}.Release|Any CPU.Build.0 = Release|Any CPU
{0E1B48E5-A732-4E21-89BF-E6C19B821DE8}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{0E1B48E5-A732-4E21-89BF-E6C19B821DE8}.Debug|Any CPU.Build.0 = Debug|Any CPU
{0E1B48E5-A732-4E21-89BF-E6C19B821DE8}.Release|Any CPU.ActiveCfg = Release|Any CPU
{0E1B48E5-A732-4E21-89BF-E6C19B821DE8}.Release|Any CPU.Build.0 = Release|Any CPU
{3E20B691-2AE5-4805-8A7C-3487EFD54A4E}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{3E20B691-2AE5-4805-8A7C-3487EFD54A4E}.Debug|Any CPU.Build.0 = Debug|Any CPU
{3E20B691-2AE5-4805-8A7C-3487EFD54A4E}.Release|Any CPU.ActiveCfg = Release|Any CPU
{3E20B691-2AE5-4805-8A7C-3487EFD54A4E}.Release|Any CPU.Build.0 = Release|Any CPU
{6495C718-4B34-43E6-B8A5-9E78E825789A}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{6495C718-4B34-43E6-B8A5-9E78E825789A}.Debug|Any CPU.Build.0 = Debug|Any CPU
{6495C718-4B34-43E6-B8A5-9E78E825789A}.Release|Any CPU.ActiveCfg = Release|Any CPU
{6495C718-4B34-43E6-B8A5-9E78E825789A}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {82BC19E2-51FB-4A1D-A287-9E211B908D74}
EndGlobalSection
EndGlobal