-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathSmartVillages.sln
37 lines (37 loc) · 2.11 KB
/
SmartVillages.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 Version 16
VisualStudioVersion = 16.0.31129.286
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "SmartVillages.Server", "SmartVillages\Server\SmartVillages.Server.csproj", "{EE84D1CE-5E7F-4BC0-870D-0EF317FF6F99}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "SmartVillages.Client", "SmartVillages\Client\SmartVillages.Client.csproj", "{AC0E48EF-CF44-4EFA-A522-48ACC9BCFF1A}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "SmartVillages.Shared", "SmartVillages\Shared\SmartVillages.Shared.csproj", "{1FC2144D-DC67-4165-8553-CB6343DB0448}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{EE84D1CE-5E7F-4BC0-870D-0EF317FF6F99}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{EE84D1CE-5E7F-4BC0-870D-0EF317FF6F99}.Debug|Any CPU.Build.0 = Debug|Any CPU
{EE84D1CE-5E7F-4BC0-870D-0EF317FF6F99}.Release|Any CPU.ActiveCfg = Release|Any CPU
{EE84D1CE-5E7F-4BC0-870D-0EF317FF6F99}.Release|Any CPU.Build.0 = Release|Any CPU
{AC0E48EF-CF44-4EFA-A522-48ACC9BCFF1A}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{AC0E48EF-CF44-4EFA-A522-48ACC9BCFF1A}.Debug|Any CPU.Build.0 = Debug|Any CPU
{AC0E48EF-CF44-4EFA-A522-48ACC9BCFF1A}.Release|Any CPU.ActiveCfg = Release|Any CPU
{AC0E48EF-CF44-4EFA-A522-48ACC9BCFF1A}.Release|Any CPU.Build.0 = Release|Any CPU
{1FC2144D-DC67-4165-8553-CB6343DB0448}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{1FC2144D-DC67-4165-8553-CB6343DB0448}.Debug|Any CPU.Build.0 = Debug|Any CPU
{1FC2144D-DC67-4165-8553-CB6343DB0448}.Release|Any CPU.ActiveCfg = Release|Any CPU
{1FC2144D-DC67-4165-8553-CB6343DB0448}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {8F7C198C-AE7A-4CDF-A819-748DE700AC9D}
EndGlobalSection
EndGlobal