-
Notifications
You must be signed in to change notification settings - Fork 0
/
Hatch.sln
31 lines (31 loc) · 1.55 KB
/
Hatch.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.28307.106
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "WebApplication1", "WebApplication1\WebApplication1.csproj", "{E14E177F-BC12-427E-8D89-F6D40A1E576A}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "LoggerUtil", "1-Util\LoggerUtil.csproj", "{E9DA1B1B-7D69-4D37-8D4F-58D754CF8067}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{E14E177F-BC12-427E-8D89-F6D40A1E576A}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{E14E177F-BC12-427E-8D89-F6D40A1E576A}.Debug|Any CPU.Build.0 = Debug|Any CPU
{E14E177F-BC12-427E-8D89-F6D40A1E576A}.Release|Any CPU.ActiveCfg = Release|Any CPU
{E14E177F-BC12-427E-8D89-F6D40A1E576A}.Release|Any CPU.Build.0 = Release|Any CPU
{E9DA1B1B-7D69-4D37-8D4F-58D754CF8067}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{E9DA1B1B-7D69-4D37-8D4F-58D754CF8067}.Debug|Any CPU.Build.0 = Debug|Any CPU
{E9DA1B1B-7D69-4D37-8D4F-58D754CF8067}.Release|Any CPU.ActiveCfg = Release|Any CPU
{E9DA1B1B-7D69-4D37-8D4F-58D754CF8067}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {65D6B665-659F-408E-90D4-85125B521D61}
EndGlobalSection
EndGlobal