-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathhappy-birthday-world.sln
31 lines (31 loc) · 1.58 KB
/
happy-birthday-world.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.28010.2048
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "HappyBirthdayWorld.Api", "src\HappyBirthdayWorld.Api.csproj", "{C92A5935-2B3A-4AEA-A59C-19C1B3473640}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "HappyBirthdayWorld.Tests", "test\HappyBirthdayWorld.Tests.csproj", "{BC9452BB-CDCF-408B-AF6F-A939728A79E5}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{C92A5935-2B3A-4AEA-A59C-19C1B3473640}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{C92A5935-2B3A-4AEA-A59C-19C1B3473640}.Debug|Any CPU.Build.0 = Debug|Any CPU
{C92A5935-2B3A-4AEA-A59C-19C1B3473640}.Release|Any CPU.ActiveCfg = Release|Any CPU
{C92A5935-2B3A-4AEA-A59C-19C1B3473640}.Release|Any CPU.Build.0 = Release|Any CPU
{BC9452BB-CDCF-408B-AF6F-A939728A79E5}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{BC9452BB-CDCF-408B-AF6F-A939728A79E5}.Debug|Any CPU.Build.0 = Debug|Any CPU
{BC9452BB-CDCF-408B-AF6F-A939728A79E5}.Release|Any CPU.ActiveCfg = Release|Any CPU
{BC9452BB-CDCF-408B-AF6F-A939728A79E5}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {9CD199F4-3EB9-4789-854C-52E5763B7909}
EndGlobalSection
EndGlobal