|
| 1 | + |
| 2 | +Microsoft Visual Studio Solution File, Format Version 12.00 |
| 3 | +# Visual Studio Version 17 |
| 4 | +VisualStudioVersion = 17.5.002.0 |
| 5 | +MinimumVisualStudioVersion = 10.0.40219.1 |
| 6 | +Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "SmartDevice.Service", "service\SmartDevice.Service.csproj", "{3E9760D4-A707-487F-8B73-3ECB080749C0}" |
| 7 | +EndProject |
| 8 | +Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "SmartDevice.Client", "client\SmartDevice.Client.csproj", "{044F6311-35DC-4A94-A99A-35CB59913AFF}" |
| 9 | +EndProject |
| 10 | +Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "SmartDevice.Interfaces", "interfaces\SmartDevice.Interfaces.csproj", "{D5B9AFF1-D7F3-42E5-8E8E-06593F91323F}" |
| 11 | +EndProject |
| 12 | +Global |
| 13 | + GlobalSection(SolutionConfigurationPlatforms) = preSolution |
| 14 | + Debug|Any CPU = Debug|Any CPU |
| 15 | + Release|Any CPU = Release|Any CPU |
| 16 | + EndGlobalSection |
| 17 | + GlobalSection(ProjectConfigurationPlatforms) = postSolution |
| 18 | + {3E9760D4-A707-487F-8B73-3ECB080749C0}.Debug|Any CPU.ActiveCfg = Debug|Any CPU |
| 19 | + {3E9760D4-A707-487F-8B73-3ECB080749C0}.Debug|Any CPU.Build.0 = Debug|Any CPU |
| 20 | + {3E9760D4-A707-487F-8B73-3ECB080749C0}.Release|Any CPU.ActiveCfg = Release|Any CPU |
| 21 | + {3E9760D4-A707-487F-8B73-3ECB080749C0}.Release|Any CPU.Build.0 = Release|Any CPU |
| 22 | + {044F6311-35DC-4A94-A99A-35CB59913AFF}.Debug|Any CPU.ActiveCfg = Debug|Any CPU |
| 23 | + {044F6311-35DC-4A94-A99A-35CB59913AFF}.Debug|Any CPU.Build.0 = Debug|Any CPU |
| 24 | + {044F6311-35DC-4A94-A99A-35CB59913AFF}.Release|Any CPU.ActiveCfg = Release|Any CPU |
| 25 | + {044F6311-35DC-4A94-A99A-35CB59913AFF}.Release|Any CPU.Build.0 = Release|Any CPU |
| 26 | + {D5B9AFF1-D7F3-42E5-8E8E-06593F91323F}.Debug|Any CPU.ActiveCfg = Debug|Any CPU |
| 27 | + {D5B9AFF1-D7F3-42E5-8E8E-06593F91323F}.Debug|Any CPU.Build.0 = Debug|Any CPU |
| 28 | + {D5B9AFF1-D7F3-42E5-8E8E-06593F91323F}.Release|Any CPU.ActiveCfg = Release|Any CPU |
| 29 | + {D5B9AFF1-D7F3-42E5-8E8E-06593F91323F}.Release|Any CPU.Build.0 = Release|Any CPU |
| 30 | + EndGlobalSection |
| 31 | + GlobalSection(SolutionProperties) = preSolution |
| 32 | + HideSolutionNode = FALSE |
| 33 | + EndGlobalSection |
| 34 | + GlobalSection(ExtensibilityGlobals) = postSolution |
| 35 | + SolutionGuid = {409D8B04-7025-42BC-BC2A-AF3F6A089623} |
| 36 | + EndGlobalSection |
| 37 | +EndGlobal |
0 commit comments