-
Notifications
You must be signed in to change notification settings - Fork 6
/
Hayden.sln
41 lines (41 loc) · 2.32 KB
/
Hayden.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.3.32811.315
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Hayden", "Hayden\Hayden.csproj", "{B2332680-9E68-45DE-9429-CF76A03A747D}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Hayden.Tests", "Hayden.Tests\Hayden.Tests.csproj", "{637C27A6-2403-4116-AC0A-D81921BFBD1B}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Hayden.WebServer", "Hayden.WebServer\Hayden.WebServer.csproj", "{FE6F9B60-A53A-4BB8-BCAD-857DB6A2F851}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "build", "build\build.csproj", "{2244E837-F3E1-4AF8-B763-447D7ED9BD5E}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{2244E837-F3E1-4AF8-B763-447D7ED9BD5E}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{2244E837-F3E1-4AF8-B763-447D7ED9BD5E}.Release|Any CPU.ActiveCfg = Release|Any CPU
{B2332680-9E68-45DE-9429-CF76A03A747D}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{B2332680-9E68-45DE-9429-CF76A03A747D}.Debug|Any CPU.Build.0 = Debug|Any CPU
{B2332680-9E68-45DE-9429-CF76A03A747D}.Release|Any CPU.ActiveCfg = Release|Any CPU
{B2332680-9E68-45DE-9429-CF76A03A747D}.Release|Any CPU.Build.0 = Release|Any CPU
{637C27A6-2403-4116-AC0A-D81921BFBD1B}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{637C27A6-2403-4116-AC0A-D81921BFBD1B}.Debug|Any CPU.Build.0 = Debug|Any CPU
{637C27A6-2403-4116-AC0A-D81921BFBD1B}.Release|Any CPU.ActiveCfg = Release|Any CPU
{637C27A6-2403-4116-AC0A-D81921BFBD1B}.Release|Any CPU.Build.0 = Release|Any CPU
{FE6F9B60-A53A-4BB8-BCAD-857DB6A2F851}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{FE6F9B60-A53A-4BB8-BCAD-857DB6A2F851}.Debug|Any CPU.Build.0 = Debug|Any CPU
{FE6F9B60-A53A-4BB8-BCAD-857DB6A2F851}.Release|Any CPU.ActiveCfg = Release|Any CPU
{FE6F9B60-A53A-4BB8-BCAD-857DB6A2F851}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {848B13BF-F041-4602-AB96-DF079E367EA1}
EndGlobalSection
EndGlobal