-
Notifications
You must be signed in to change notification settings - Fork 36
/
BuildWithTests.v11.sln
54 lines (54 loc) · 2.75 KB
/
BuildWithTests.v11.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
47
48
49
50
51
52
53
54
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 2012
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "SampleMQTTMessageDump", "SampleMQTTMessageDump", "{A60256B9-DB90-46A4-A4E7-7352D50DD348}"
ProjectSection(SolutionItems) = preProject
nMQTTTests\inputData\mqtt_trace.txt = nMQTTTests\inputData\mqtt_trace.txt
EndProjectSection
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "nMQTT", "nMQTT\nMQTT.csproj", "{6506A020-988F-48A1-BC7C-FCDB13E3A4CC}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "nMQTTTests", "nMQTTTests\nMQTTTests.csproj", "{A2E6E140-AA67-4683-BD09-03C1B7FCB2F4}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "nMqttSampleApp", "nMqttSampleApp\nMqttSampleApp.csproj", "{6D493F92-7785-4F07-BA36-E25E18028602}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{B3F3E4EA-FDC8-4619-BEB5-68466B9B528D}"
ProjectSection(SolutionItems) = preProject
.gitignore = .gitignore
getting-started.md = getting-started.md
LICENSE.txt = LICENSE.txt
nmqttlogo.png = nmqttlogo.png
readme.md = readme.md
teamcity-tests.msbuild = teamcity-tests.msbuild
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{6506A020-988F-48A1-BC7C-FCDB13E3A4CC}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{6506A020-988F-48A1-BC7C-FCDB13E3A4CC}.Debug|Any CPU.Build.0 = Debug|Any CPU
{6506A020-988F-48A1-BC7C-FCDB13E3A4CC}.Release|Any CPU.ActiveCfg = Release|Any CPU
{6506A020-988F-48A1-BC7C-FCDB13E3A4CC}.Release|Any CPU.Build.0 = Release|Any CPU
{A2E6E140-AA67-4683-BD09-03C1B7FCB2F4}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{A2E6E140-AA67-4683-BD09-03C1B7FCB2F4}.Debug|Any CPU.Build.0 = Debug|Any CPU
{A2E6E140-AA67-4683-BD09-03C1B7FCB2F4}.Release|Any CPU.ActiveCfg = Release|Any CPU
{A2E6E140-AA67-4683-BD09-03C1B7FCB2F4}.Release|Any CPU.Build.0 = Release|Any CPU
{6D493F92-7785-4F07-BA36-E25E18028602}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{6D493F92-7785-4F07-BA36-E25E18028602}.Debug|Any CPU.Build.0 = Debug|Any CPU
{6D493F92-7785-4F07-BA36-E25E18028602}.Release|Any CPU.ActiveCfg = Release|Any CPU
{6D493F92-7785-4F07-BA36-E25E18028602}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(MonoDevelopProperties) = preSolution
StartupItem = nMqttSampleApp\nMqttSampleApp.csproj
EndGlobalSection
GlobalSection(SubversionScc) = preSolution
Svn-Managed = True
Manager = AnkhSVN - Subversion Support for Visual Studio
EndGlobalSection
EndGlobal