forked from PeterWaher/IoTGateway
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathRuntime.sln
More file actions
61 lines (61 loc) · 4.24 KB
/
Runtime.sln
File metadata and controls
61 lines (61 loc) · 4.24 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
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.30320.27
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Waher.Runtime.Cache", "Runtime\Waher.Runtime.Cache\Waher.Runtime.Cache.csproj", "{BC6A8396-FFEC-4B94-84A3-B0EB19F88B1D}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Waher.Runtime.Inventory", "Runtime\Waher.Runtime.Inventory\Waher.Runtime.Inventory.csproj", "{DB6807D6-6E8F-4E04-B4E4-D499617538A2}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Waher.Runtime.Inventory.Loader", "Runtime\Waher.Runtime.Inventory.Loader\Waher.Runtime.Inventory.Loader.csproj", "{E79284CB-3852-44F8-A2F7-87F69411A2B2}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Waher.Runtime.Inventory.Test", "Runtime\Waher.Runtime.Inventory.Test\Waher.Runtime.Inventory.Test.csproj", "{F698718E-F613-4F59-A6CF-63A9F71DD907}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Waher.Runtime.Profiling", "Runtime\Waher.Runtime.Profiling\Waher.Runtime.Profiling.csproj", "{759D267E-DC13-49AD-848B-F9B2D059CD77}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Waher.Runtime.Profiling.Test", "Runtime\Waher.Runtime.Profiling.Test\Waher.Runtime.Profiling.Test.csproj", "{3D9A21EB-7641-44EE-B27E-E6D53D265ABA}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Waher.Runtime.Timing", "Runtime\Waher.Runtime.Timing\Waher.Runtime.Timing.csproj", "{F4E1C1C7-E7EE-4468-A45A-1C1448229CCF}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{BC6A8396-FFEC-4B94-84A3-B0EB19F88B1D}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{BC6A8396-FFEC-4B94-84A3-B0EB19F88B1D}.Debug|Any CPU.Build.0 = Debug|Any CPU
{BC6A8396-FFEC-4B94-84A3-B0EB19F88B1D}.Release|Any CPU.ActiveCfg = Release|Any CPU
{BC6A8396-FFEC-4B94-84A3-B0EB19F88B1D}.Release|Any CPU.Build.0 = Release|Any CPU
{DB6807D6-6E8F-4E04-B4E4-D499617538A2}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{DB6807D6-6E8F-4E04-B4E4-D499617538A2}.Debug|Any CPU.Build.0 = Debug|Any CPU
{DB6807D6-6E8F-4E04-B4E4-D499617538A2}.Release|Any CPU.ActiveCfg = Release|Any CPU
{DB6807D6-6E8F-4E04-B4E4-D499617538A2}.Release|Any CPU.Build.0 = Release|Any CPU
{E79284CB-3852-44F8-A2F7-87F69411A2B2}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{E79284CB-3852-44F8-A2F7-87F69411A2B2}.Debug|Any CPU.Build.0 = Debug|Any CPU
{E79284CB-3852-44F8-A2F7-87F69411A2B2}.Release|Any CPU.ActiveCfg = Release|Any CPU
{E79284CB-3852-44F8-A2F7-87F69411A2B2}.Release|Any CPU.Build.0 = Release|Any CPU
{F698718E-F613-4F59-A6CF-63A9F71DD907}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{F698718E-F613-4F59-A6CF-63A9F71DD907}.Debug|Any CPU.Build.0 = Debug|Any CPU
{F698718E-F613-4F59-A6CF-63A9F71DD907}.Release|Any CPU.ActiveCfg = Release|Any CPU
{F698718E-F613-4F59-A6CF-63A9F71DD907}.Release|Any CPU.Build.0 = Release|Any CPU
{759D267E-DC13-49AD-848B-F9B2D059CD77}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{759D267E-DC13-49AD-848B-F9B2D059CD77}.Debug|Any CPU.Build.0 = Debug|Any CPU
{759D267E-DC13-49AD-848B-F9B2D059CD77}.Release|Any CPU.ActiveCfg = Release|Any CPU
{759D267E-DC13-49AD-848B-F9B2D059CD77}.Release|Any CPU.Build.0 = Release|Any CPU
{3D9A21EB-7641-44EE-B27E-E6D53D265ABA}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{3D9A21EB-7641-44EE-B27E-E6D53D265ABA}.Debug|Any CPU.Build.0 = Debug|Any CPU
{3D9A21EB-7641-44EE-B27E-E6D53D265ABA}.Release|Any CPU.ActiveCfg = Release|Any CPU
{3D9A21EB-7641-44EE-B27E-E6D53D265ABA}.Release|Any CPU.Build.0 = Release|Any CPU
{F4E1C1C7-E7EE-4468-A45A-1C1448229CCF}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{F4E1C1C7-E7EE-4468-A45A-1C1448229CCF}.Debug|Any CPU.Build.0 = Debug|Any CPU
{F4E1C1C7-E7EE-4468-A45A-1C1448229CCF}.Release|Any CPU.ActiveCfg = Release|Any CPU
{F4E1C1C7-E7EE-4468-A45A-1C1448229CCF}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {0F90E3A5-77AA-4FC0-A042-A77B7C30803D}
EndGlobalSection
EndGlobal