-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathNhl.Api.sln
43 lines (43 loc) · 2.51 KB
/
Nhl.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
36
37
38
39
40
41
42
43
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.2.32616.157
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Nhl.Api", "Nhl.Api\Nhl.Api.csproj", "{64056B7A-7290-4AAF-A593-FDEDB1BF3582}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Nhl.Api.Tests", "Nhl.Api.Tests\Nhl.Api.Tests.csproj", "{AD12C3AE-5540-4D45-80B7-F8C3F5A62AFA}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Nhl.Api.Domain", "Nhl.Api.Domain\Nhl.Api.Domain.csproj", "{081BC6DC-8886-452C-9942-D73DB5AE774D}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Nhl.Api.Common", "Nhl.Api.Common\Nhl.Api.Common.csproj", "{28E5D1FB-9B55-4EBF-8CF1-5A98A08A3114}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{64056B7A-7290-4AAF-A593-FDEDB1BF3582}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{64056B7A-7290-4AAF-A593-FDEDB1BF3582}.Debug|Any CPU.Build.0 = Debug|Any CPU
{64056B7A-7290-4AAF-A593-FDEDB1BF3582}.Release|Any CPU.ActiveCfg = Release|Any CPU
{64056B7A-7290-4AAF-A593-FDEDB1BF3582}.Release|Any CPU.Build.0 = Release|Any CPU
{AD12C3AE-5540-4D45-80B7-F8C3F5A62AFA}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{AD12C3AE-5540-4D45-80B7-F8C3F5A62AFA}.Debug|Any CPU.Build.0 = Debug|Any CPU
{AD12C3AE-5540-4D45-80B7-F8C3F5A62AFA}.Release|Any CPU.ActiveCfg = Release|Any CPU
{AD12C3AE-5540-4D45-80B7-F8C3F5A62AFA}.Release|Any CPU.Build.0 = Release|Any CPU
{081BC6DC-8886-452C-9942-D73DB5AE774D}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{081BC6DC-8886-452C-9942-D73DB5AE774D}.Debug|Any CPU.Build.0 = Debug|Any CPU
{081BC6DC-8886-452C-9942-D73DB5AE774D}.Release|Any CPU.ActiveCfg = Release|Any CPU
{081BC6DC-8886-452C-9942-D73DB5AE774D}.Release|Any CPU.Build.0 = Release|Any CPU
{28E5D1FB-9B55-4EBF-8CF1-5A98A08A3114}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{28E5D1FB-9B55-4EBF-8CF1-5A98A08A3114}.Debug|Any CPU.Build.0 = Debug|Any CPU
{28E5D1FB-9B55-4EBF-8CF1-5A98A08A3114}.Release|Any CPU.ActiveCfg = Release|Any CPU
{28E5D1FB-9B55-4EBF-8CF1-5A98A08A3114}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {B44352B9-BB2C-4A30-9570-320F2173B8A9}
EndGlobalSection
EndGlobal