-
Notifications
You must be signed in to change notification settings - Fork 2
/
mqttv3-droid.sln
28 lines (27 loc) · 1.56 KB
/
mqttv3-droid.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 2012
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Naxam.Mqttv3.Droid", "Naxam.Mqttv3.Droid\Naxam.Mqttv3.Droid.csproj", "{68C4E6B0-C264-4377-814F-AB8A90C04CF8}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "demo", "demo", "{1E7BCD6E-3B56-4277-ADB2-115CEEC8AB22}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Mqttv3Qs", "demo\Mqttv3Qs\Mqttv3Qs.csproj", "{D952325C-8D00-4655-A14E-86A69270F3B7}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{68C4E6B0-C264-4377-814F-AB8A90C04CF8}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{68C4E6B0-C264-4377-814F-AB8A90C04CF8}.Debug|Any CPU.Build.0 = Debug|Any CPU
{68C4E6B0-C264-4377-814F-AB8A90C04CF8}.Release|Any CPU.ActiveCfg = Release|Any CPU
{68C4E6B0-C264-4377-814F-AB8A90C04CF8}.Release|Any CPU.Build.0 = Release|Any CPU
{D952325C-8D00-4655-A14E-86A69270F3B7}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{D952325C-8D00-4655-A14E-86A69270F3B7}.Debug|Any CPU.Build.0 = Debug|Any CPU
{D952325C-8D00-4655-A14E-86A69270F3B7}.Release|Any CPU.ActiveCfg = Release|Any CPU
{D952325C-8D00-4655-A14E-86A69270F3B7}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{D952325C-8D00-4655-A14E-86A69270F3B7} = {1E7BCD6E-3B56-4277-ADB2-115CEEC8AB22}
EndGlobalSection
EndGlobal