-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathSensorThings.sln
46 lines (46 loc) · 2.67 KB
/
SensorThings.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
42
43
44
45
46
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.4.33205.214
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "SensorThings.Entities", "SensorThings.Entities\SensorThings.Entities.csproj", "{5F29B59A-F864-4991-B108-3D6E0B859035}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "SensorThings.Server", "SensorThings.Server\SensorThings.Server.csproj", "{A37E7F8A-59B9-4A5C-8A7C-A98B39E2BCBD}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "TestDriver", "TestDriver\TestDriver.csproj", "{57739D76-BD17-47C2-8131-81365282EC36}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "SensorThings.Server.Test", "SensorThings.Server.Test\SensorThings.Server.Test.csproj", "{4FC8D2D8-368A-4075-BE49-1796F4909816}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{5F29B59A-F864-4991-B108-3D6E0B859035}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{5F29B59A-F864-4991-B108-3D6E0B859035}.Debug|Any CPU.Build.0 = Debug|Any CPU
{5F29B59A-F864-4991-B108-3D6E0B859035}.Release|Any CPU.ActiveCfg = Release|Any CPU
{5F29B59A-F864-4991-B108-3D6E0B859035}.Release|Any CPU.Build.0 = Release|Any CPU
{A37E7F8A-59B9-4A5C-8A7C-A98B39E2BCBD}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{A37E7F8A-59B9-4A5C-8A7C-A98B39E2BCBD}.Debug|Any CPU.Build.0 = Debug|Any CPU
{A37E7F8A-59B9-4A5C-8A7C-A98B39E2BCBD}.Release|Any CPU.ActiveCfg = Release|Any CPU
{A37E7F8A-59B9-4A5C-8A7C-A98B39E2BCBD}.Release|Any CPU.Build.0 = Release|Any CPU
{57739D76-BD17-47C2-8131-81365282EC36}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{57739D76-BD17-47C2-8131-81365282EC36}.Debug|Any CPU.Build.0 = Debug|Any CPU
{57739D76-BD17-47C2-8131-81365282EC36}.Release|Any CPU.ActiveCfg = Release|Any CPU
{57739D76-BD17-47C2-8131-81365282EC36}.Release|Any CPU.Build.0 = Release|Any CPU
{4FC8D2D8-368A-4075-BE49-1796F4909816}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{4FC8D2D8-368A-4075-BE49-1796F4909816}.Debug|Any CPU.Build.0 = Debug|Any CPU
{4FC8D2D8-368A-4075-BE49-1796F4909816}.Release|Any CPU.ActiveCfg = Release|Any CPU
{4FC8D2D8-368A-4075-BE49-1796F4909816}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {0D386FBE-6942-4CD3-A94C-A35E3F663318}
EndGlobalSection
GlobalSection(MonoDevelopProperties) = preSolution
version = 1.1
EndGlobalSection
EndGlobal