forked from Azure-Samples/azure-iot-central-samples-csharp
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathazure-iot-central-samples-csharp.sln
48 lines (48 loc) · 2.76 KB
/
azure-iot-central-samples-csharp.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.3.32825.248
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Sdk", "Sdk\Sdk.csproj", "{5F703F4F-A838-4BA0-BA96-5593E5C2FEF6}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Examples", "samples\Examples\Examples.csproj", "{ABB9BD24-AF2D-4BA7-8109-35EC9B3DD5C9}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{2B36D5C0-4E20-49B6-A3D9-0FCF30155048}"
ProjectSection(SolutionItems) = preProject
README.md = README.md
EndProjectSection
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "PreviewExamples", "samples\PreviewExamples\PreviewExamples.csproj", "{58FA3A67-11F6-4D46-9DC6-520DB9EA6E14}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "SdkPreview", "SdkPreview\SdkPreview.csproj", "{E3F71BDD-3C32-4BC7-B83A-2BD275DC1A80}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{5F703F4F-A838-4BA0-BA96-5593E5C2FEF6}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{5F703F4F-A838-4BA0-BA96-5593E5C2FEF6}.Debug|Any CPU.Build.0 = Debug|Any CPU
{5F703F4F-A838-4BA0-BA96-5593E5C2FEF6}.Release|Any CPU.ActiveCfg = Release|Any CPU
{5F703F4F-A838-4BA0-BA96-5593E5C2FEF6}.Release|Any CPU.Build.0 = Release|Any CPU
{ABB9BD24-AF2D-4BA7-8109-35EC9B3DD5C9}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{ABB9BD24-AF2D-4BA7-8109-35EC9B3DD5C9}.Debug|Any CPU.Build.0 = Debug|Any CPU
{ABB9BD24-AF2D-4BA7-8109-35EC9B3DD5C9}.Release|Any CPU.ActiveCfg = Release|Any CPU
{ABB9BD24-AF2D-4BA7-8109-35EC9B3DD5C9}.Release|Any CPU.Build.0 = Release|Any CPU
{58FA3A67-11F6-4D46-9DC6-520DB9EA6E14}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{58FA3A67-11F6-4D46-9DC6-520DB9EA6E14}.Debug|Any CPU.Build.0 = Debug|Any CPU
{58FA3A67-11F6-4D46-9DC6-520DB9EA6E14}.Release|Any CPU.ActiveCfg = Release|Any CPU
{58FA3A67-11F6-4D46-9DC6-520DB9EA6E14}.Release|Any CPU.Build.0 = Release|Any CPU
{E3F71BDD-3C32-4BC7-B83A-2BD275DC1A80}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{E3F71BDD-3C32-4BC7-B83A-2BD275DC1A80}.Debug|Any CPU.Build.0 = Debug|Any CPU
{E3F71BDD-3C32-4BC7-B83A-2BD275DC1A80}.Release|Any CPU.ActiveCfg = Release|Any CPU
{E3F71BDD-3C32-4BC7-B83A-2BD275DC1A80}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {5F638077-0EE4-48DF-AE96-7B1CC2CE08DD}
EndGlobalSection
EndGlobal