-
-
Notifications
You must be signed in to change notification settings - Fork 108
/
Multiplexing.sln
44 lines (44 loc) · 2.29 KB
/
Multiplexing.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.4.33122.133
MinimumVisualStudioVersion = 15.0.26124.0
Project("{11A8DD76-328B-46DF-9F39-F559912D0360}") = "Multiplexing", "Multiplexing.nfproj", "{82EFB396-B670-412D-871A-5C32EE51D472}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{2AB4A764-BE8D-4ACD-A7BE-728F39CE8923}"
ProjectSection(SolutionItems) = preProject
.runsettings = .runsettings
category.txt = category.txt
Multiplexing.nuspec = Multiplexing.nuspec
README.md = README.md
version.json = version.json
EndProjectSection
EndProject
Project("{11A8DD76-328B-46DF-9F39-F559912D0360}") = "Iot.Device.Multiplexing.UnitTests", "Iot.Device.Multiplexing.UnitTests\Iot.Device.Multiplexing.UnitTests.nfproj", "{C8E5B1F1-18EF-462F-8DC4-791FE3AE4C46}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{82EFB396-B670-412D-871A-5C32EE51D472}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{82EFB396-B670-412D-871A-5C32EE51D472}.Debug|Any CPU.Build.0 = Debug|Any CPU
{82EFB396-B670-412D-871A-5C32EE51D472}.Debug|Any CPU.Deploy.0 = Debug|Any CPU
{82EFB396-B670-412D-871A-5C32EE51D472}.Release|Any CPU.ActiveCfg = Release|Any CPU
{82EFB396-B670-412D-871A-5C32EE51D472}.Release|Any CPU.Build.0 = Release|Any CPU
{82EFB396-B670-412D-871A-5C32EE51D472}.Release|Any CPU.Deploy.0 = Release|Any CPU
{C8E5B1F1-18EF-462F-8DC4-791FE3AE4C46}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{C8E5B1F1-18EF-462F-8DC4-791FE3AE4C46}.Debug|Any CPU.Build.0 = Debug|Any CPU
{C8E5B1F1-18EF-462F-8DC4-791FE3AE4C46}.Debug|Any CPU.Deploy.0 = Debug|Any CPU
{C8E5B1F1-18EF-462F-8DC4-791FE3AE4C46}.Release|Any CPU.ActiveCfg = Release|Any CPU
{C8E5B1F1-18EF-462F-8DC4-791FE3AE4C46}.Release|Any CPU.Build.0 = Release|Any CPU
{C8E5B1F1-18EF-462F-8DC4-791FE3AE4C46}.Release|Any CPU.Deploy.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {23AD8C74-625B-4F79-9A1B-44C5211E8EDF}
EndGlobalSection
EndGlobal