-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy pathSharpBoot.sln
34 lines (34 loc) · 1.72 KB
/
SharpBoot.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 14
VisualStudioVersion = 14.0.25420.1
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "SharpBoot", "SharpBoot\SharpBoot.csproj", "{7EA17673-BEC5-4E2D-B51E-98FAA9C9B178}"
ProjectSection(ProjectDependencies) = postProject
{0FD7F692-A60C-4816-81B5-1E8DE5CF88DB} = {0FD7F692-A60C-4816-81B5-1E8DE5CF88DB}
EndProjectSection
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "SharpBoot.AdminProcess", "SharpBoot.AdminProcess\SharpBoot.AdminProcess.csproj", "{0FD7F692-A60C-4816-81B5-1E8DE5CF88DB}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{7EA17673-BEC5-4E2D-B51E-98FAA9C9B178}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{7EA17673-BEC5-4E2D-B51E-98FAA9C9B178}.Debug|Any CPU.Build.0 = Debug|Any CPU
{7EA17673-BEC5-4E2D-B51E-98FAA9C9B178}.Release|Any CPU.ActiveCfg = Release|Any CPU
{7EA17673-BEC5-4E2D-B51E-98FAA9C9B178}.Release|Any CPU.Build.0 = Release|Any CPU
{0FD7F692-A60C-4816-81B5-1E8DE5CF88DB}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{0FD7F692-A60C-4816-81B5-1E8DE5CF88DB}.Debug|Any CPU.Build.0 = Debug|Any CPU
{0FD7F692-A60C-4816-81B5-1E8DE5CF88DB}.Release|Any CPU.ActiveCfg = Release|Any CPU
{0FD7F692-A60C-4816-81B5-1E8DE5CF88DB}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(CodealikeProperties) = postSolution
SolutionGuid = ef9d50c6-b112-42f8-970f-658f3ab2802f
EndGlobalSection
EndGlobal