-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathAzureMQTTESP32.sln
More file actions
56 lines (56 loc) · 2.77 KB
/
AzureMQTTESP32.sln
File metadata and controls
56 lines (56 loc) · 2.77 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
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.8.34322.80
MinimumVisualStudioVersion = 10.0.40219.1
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "DevOps", "DevOps", "{2CAA968A-C9E8-4A6A-AE54-A0F0A9706D66}"
ProjectSection(SolutionItems) = preProject
DevOps\CreateDeviceCertificate.sh = DevOps\CreateDeviceCertificate.sh
DevOps\DeployCloudResources.bicep = DevOps\DeployCloudResources.bicep
DevOps\DeployCloudResources.sh = DevOps\DeployCloudResources.sh
DevOps\SetEventGridNamespaceRouting.bicep = DevOps\SetEventGridNamespaceRouting.bicep
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "modules", "modules", "{8A2F33C6-4894-492D-AA1F-0991938E3885}"
ProjectSection(SolutionItems) = preProject
DevOps\modules\application-monitoring.bicep = DevOps\modules\application-monitoring.bicep
DevOps\modules\assign-roles.bicep = DevOps\modules\assign-roles.bicep
DevOps\modules\eventgrid.bicep = DevOps\modules\eventgrid.bicep
DevOps\modules\keyvault.bicep = DevOps\modules\keyvault.bicep
DevOps\modules\service-bus.bicep = DevOps\modules\service-bus.bicep
DevOps\modules\storage-account.bicep = DevOps\modules\storage-account.bicep
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Info", "Info", "{AB857880-3EFA-4EB8-978A-DD3947A885C5}"
ProjectSection(SolutionItems) = preProject
todo.txt = todo.txt
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{095FFB6A-ABBE-4EA6-BE30-8B412C2902E4}"
ProjectSection(SolutionItems) = preProject
.gitignore = .gitignore
EndProjectSection
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "MQTTCloudController", "MQTTCloudController\MQTTCloudController.csproj", "{F4D6EF46-D934-4F01-9626-DAFCB2DBE2F7}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{F4D6EF46-D934-4F01-9626-DAFCB2DBE2F7}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{F4D6EF46-D934-4F01-9626-DAFCB2DBE2F7}.Debug|Any CPU.Build.0 = Debug|Any CPU
{F4D6EF46-D934-4F01-9626-DAFCB2DBE2F7}.Release|Any CPU.ActiveCfg = Release|Any CPU
{F4D6EF46-D934-4F01-9626-DAFCB2DBE2F7}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{8A2F33C6-4894-492D-AA1F-0991938E3885} = {2CAA968A-C9E8-4A6A-AE54-A0F0A9706D66}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {30EC40A7-F299-43CC-87DB-796161EB44DE}
EndGlobalSection
EndGlobal