-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathNET2MQTT_console.sln
43 lines (43 loc) · 2.49 KB
/
NET2MQTT_console.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.3.32811.315
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "SnSYS_IoT", "..\SnSYS_IoT\SnSYS_IoT.csproj", "{E30F9234-2925-4FE4-925C-18762F77EA1E}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "UnitTestApp", "..\UnitTestApp\UnitTestApp.csproj", "{2329D490-8209-4C9A-8541-46B0016FA2CD}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "NetGent_V", "NetGent_V\NetGent_V.csproj", "{7B8C7DFC-A178-4582-B1F6-430379D8A44C}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "NetGent_F", "NetGent_F\NetGent_F.csproj", "{2CEBAE23-57AF-41F8-AAAC-131E6E59B1EC}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{E30F9234-2925-4FE4-925C-18762F77EA1E}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{E30F9234-2925-4FE4-925C-18762F77EA1E}.Debug|Any CPU.Build.0 = Debug|Any CPU
{E30F9234-2925-4FE4-925C-18762F77EA1E}.Release|Any CPU.ActiveCfg = Release|Any CPU
{E30F9234-2925-4FE4-925C-18762F77EA1E}.Release|Any CPU.Build.0 = Release|Any CPU
{2329D490-8209-4C9A-8541-46B0016FA2CD}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{2329D490-8209-4C9A-8541-46B0016FA2CD}.Debug|Any CPU.Build.0 = Debug|Any CPU
{2329D490-8209-4C9A-8541-46B0016FA2CD}.Release|Any CPU.ActiveCfg = Release|Any CPU
{2329D490-8209-4C9A-8541-46B0016FA2CD}.Release|Any CPU.Build.0 = Release|Any CPU
{7B8C7DFC-A178-4582-B1F6-430379D8A44C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{7B8C7DFC-A178-4582-B1F6-430379D8A44C}.Debug|Any CPU.Build.0 = Debug|Any CPU
{7B8C7DFC-A178-4582-B1F6-430379D8A44C}.Release|Any CPU.ActiveCfg = Release|Any CPU
{7B8C7DFC-A178-4582-B1F6-430379D8A44C}.Release|Any CPU.Build.0 = Release|Any CPU
{2CEBAE23-57AF-41F8-AAAC-131E6E59B1EC}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{2CEBAE23-57AF-41F8-AAAC-131E6E59B1EC}.Debug|Any CPU.Build.0 = Debug|Any CPU
{2CEBAE23-57AF-41F8-AAAC-131E6E59B1EC}.Release|Any CPU.ActiveCfg = Release|Any CPU
{2CEBAE23-57AF-41F8-AAAC-131E6E59B1EC}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {0117BE6C-47EF-4C03-A064-D122F6BDE6D9}
EndGlobalSection
EndGlobal