-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathm4rcus.HatchBaby.Rest.sln
37 lines (37 loc) · 1.82 KB
/
m4rcus.HatchBaby.Rest.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.27004.2005
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "m4rcus.HatchBaby.Rest", "m4rcus.HatchBaby.Rest\m4rcus.HatchBaby.Rest.csproj", "{32E7BEE2-27F1-4E72-8EB4-F34535F5B9B2}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "TestConsole", "TestConsole\TestConsole.csproj", "{71D3A91A-A828-4598-B8B9-B42D3D1BB2FD}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Files", "Solution Files", "{E10241C4-5F54-4838-BE31-8B696EF5A308}"
ProjectSection(SolutionItems) = preProject
LICENSE = LICENSE
README.md = README.md
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{32E7BEE2-27F1-4E72-8EB4-F34535F5B9B2}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{32E7BEE2-27F1-4E72-8EB4-F34535F5B9B2}.Debug|Any CPU.Build.0 = Debug|Any CPU
{32E7BEE2-27F1-4E72-8EB4-F34535F5B9B2}.Release|Any CPU.ActiveCfg = Release|Any CPU
{32E7BEE2-27F1-4E72-8EB4-F34535F5B9B2}.Release|Any CPU.Build.0 = Release|Any CPU
{71D3A91A-A828-4598-B8B9-B42D3D1BB2FD}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{71D3A91A-A828-4598-B8B9-B42D3D1BB2FD}.Debug|Any CPU.Build.0 = Debug|Any CPU
{71D3A91A-A828-4598-B8B9-B42D3D1BB2FD}.Release|Any CPU.ActiveCfg = Release|Any CPU
{71D3A91A-A828-4598-B8B9-B42D3D1BB2FD}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {5D03D0A9-AF27-49E2-981E-4ABDCBBC455D}
EndGlobalSection
EndGlobal