-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathGettingStartIotHub.sln
More file actions
39 lines (39 loc) · 2.32 KB
/
GettingStartIotHub.sln
File metadata and controls
39 lines (39 loc) · 2.32 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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 14
VisualStudioVersion = 14.0.25420.1
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "CreateDeviceIdentity", "CreateDeviceIdentity\CreateDeviceIdentity.csproj", "{EF4E7A88-2513-4041-A7C8-E1D3A75612DF}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{42EAA057-6B35-44F5-B884-CE79C3E1FE13}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ReadDeviceToCloudMessages", "ReadDeviceToCloudMessages\ReadDeviceToCloudMessages.csproj", "{8548E21B-A6E1-41C0-8BEA-30C52EC9932D}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "SimulatedDevice", "SimulatedDevice\SimulatedDevice.csproj", "{5B065C1F-63EB-440F-8F60-DDAC7F6932A7}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{EF4E7A88-2513-4041-A7C8-E1D3A75612DF}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{EF4E7A88-2513-4041-A7C8-E1D3A75612DF}.Debug|Any CPU.Build.0 = Debug|Any CPU
{EF4E7A88-2513-4041-A7C8-E1D3A75612DF}.Release|Any CPU.ActiveCfg = Release|Any CPU
{EF4E7A88-2513-4041-A7C8-E1D3A75612DF}.Release|Any CPU.Build.0 = Release|Any CPU
{8548E21B-A6E1-41C0-8BEA-30C52EC9932D}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{8548E21B-A6E1-41C0-8BEA-30C52EC9932D}.Debug|Any CPU.Build.0 = Debug|Any CPU
{8548E21B-A6E1-41C0-8BEA-30C52EC9932D}.Release|Any CPU.ActiveCfg = Release|Any CPU
{8548E21B-A6E1-41C0-8BEA-30C52EC9932D}.Release|Any CPU.Build.0 = Release|Any CPU
{5B065C1F-63EB-440F-8F60-DDAC7F6932A7}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{5B065C1F-63EB-440F-8F60-DDAC7F6932A7}.Debug|Any CPU.Build.0 = Debug|Any CPU
{5B065C1F-63EB-440F-8F60-DDAC7F6932A7}.Release|Any CPU.ActiveCfg = Release|Any CPU
{5B065C1F-63EB-440F-8F60-DDAC7F6932A7}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
EnterpriseLibraryConfigurationToolBinariesPathV6 = packages\EnterpriseLibrary.TransientFaultHandling.6.0.1304.0\lib\portable-net45+win+wp8
EndGlobalSection
EndGlobal