-
Notifications
You must be signed in to change notification settings - Fork 57
/
Mesh.sln
41 lines (41 loc) · 2.35 KB
/
Mesh.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 16
VisualStudioVersion = 16.0.29123.88
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "MeshApp", "MeshApp\MeshApp.csproj", "{68ED49DF-C976-4165-9314-EA15C4FAB1A3}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "ConnectivityWebService.NETCore", "ConnectivityWebService.NETCore\ConnectivityWebService.NETCore.csproj", "{19C011EE-4DB3-406B-A2C1-7A13D7ED8F5F}"
EndProject
Project("{54435603-DBB4-11D2-8724-00A0C9A8B90C}") = "MeshSetup", "MeshSetup\MeshSetup.vdproj", "{C7B0615D-0DBC-4887-8098-B9845C99C267}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "MeshCore", "MeshCore\MeshCore.csproj", "{D6B9A05E-7417-4902-8B41-114CD0A8130E}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{68ED49DF-C976-4165-9314-EA15C4FAB1A3}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{68ED49DF-C976-4165-9314-EA15C4FAB1A3}.Debug|Any CPU.Build.0 = Debug|Any CPU
{68ED49DF-C976-4165-9314-EA15C4FAB1A3}.Release|Any CPU.ActiveCfg = Release|Any CPU
{68ED49DF-C976-4165-9314-EA15C4FAB1A3}.Release|Any CPU.Build.0 = Release|Any CPU
{19C011EE-4DB3-406B-A2C1-7A13D7ED8F5F}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{19C011EE-4DB3-406B-A2C1-7A13D7ED8F5F}.Debug|Any CPU.Build.0 = Debug|Any CPU
{19C011EE-4DB3-406B-A2C1-7A13D7ED8F5F}.Release|Any CPU.ActiveCfg = Release|Any CPU
{19C011EE-4DB3-406B-A2C1-7A13D7ED8F5F}.Release|Any CPU.Build.0 = Release|Any CPU
{C7B0615D-0DBC-4887-8098-B9845C99C267}.Debug|Any CPU.ActiveCfg = Debug
{C7B0615D-0DBC-4887-8098-B9845C99C267}.Release|Any CPU.ActiveCfg = Release
{D6B9A05E-7417-4902-8B41-114CD0A8130E}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{D6B9A05E-7417-4902-8B41-114CD0A8130E}.Debug|Any CPU.Build.0 = Debug|Any CPU
{D6B9A05E-7417-4902-8B41-114CD0A8130E}.Release|Any CPU.ActiveCfg = Release|Any CPU
{D6B9A05E-7417-4902-8B41-114CD0A8130E}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {985FCB3A-EC5C-43BD-9D0C-8C818E86B419}
EndGlobalSection
EndGlobal