-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathHomeCenter.sln
More file actions
39 lines (39 loc) · 2.21 KB
/
HomeCenter.sln
File metadata and controls
39 lines (39 loc) · 2.21 KB
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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.8.34309.116
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Boiler.Server", "Boiler.Server\Boiler.Server.csproj", "{9E1C05C7-66C5-4522-A1E8-00A913502789}"
EndProject
Project("{54A90642-561A-4BB1-A94E-469ADEE60C69}") = "boiler.client", "boiler.client\boiler.client.esproj", "{13CD221F-00AE-4F4A-B96C-143FCB8057C3}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Boiler.Shared", "Boiler.Shared\Boiler.Shared.csproj", "{FCCBC0EE-7C45-4602-AE2C-DEBA9645A4FE}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{9E1C05C7-66C5-4522-A1E8-00A913502789}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{9E1C05C7-66C5-4522-A1E8-00A913502789}.Debug|Any CPU.Build.0 = Debug|Any CPU
{9E1C05C7-66C5-4522-A1E8-00A913502789}.Release|Any CPU.ActiveCfg = Release|Any CPU
{9E1C05C7-66C5-4522-A1E8-00A913502789}.Release|Any CPU.Build.0 = Release|Any CPU
{13CD221F-00AE-4F4A-B96C-143FCB8057C3}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{13CD221F-00AE-4F4A-B96C-143FCB8057C3}.Debug|Any CPU.Build.0 = Debug|Any CPU
{13CD221F-00AE-4F4A-B96C-143FCB8057C3}.Debug|Any CPU.Deploy.0 = Debug|Any CPU
{13CD221F-00AE-4F4A-B96C-143FCB8057C3}.Release|Any CPU.ActiveCfg = Release|Any CPU
{13CD221F-00AE-4F4A-B96C-143FCB8057C3}.Release|Any CPU.Build.0 = Release|Any CPU
{13CD221F-00AE-4F4A-B96C-143FCB8057C3}.Release|Any CPU.Deploy.0 = Release|Any CPU
{FCCBC0EE-7C45-4602-AE2C-DEBA9645A4FE}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{FCCBC0EE-7C45-4602-AE2C-DEBA9645A4FE}.Debug|Any CPU.Build.0 = Debug|Any CPU
{FCCBC0EE-7C45-4602-AE2C-DEBA9645A4FE}.Release|Any CPU.ActiveCfg = Release|Any CPU
{FCCBC0EE-7C45-4602-AE2C-DEBA9645A4FE}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {5E6E98AE-EA22-4CA7-8E0E-4D73AC630D4B}
EndGlobalSection
EndGlobal