-
Notifications
You must be signed in to change notification settings - Fork 42
/
Zigbee2MqttAssistant.sln
35 lines (35 loc) · 1.54 KB
/
Zigbee2MqttAssistant.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.28803.452
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Zigbee2MqttAssistant", "Zigbee2MqttAssistant\Zigbee2MqttAssistant.csproj", "{3E37AA24-B4D0-4FA8-896D-8912F5D73F3B}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{A7EAEBA6-16F0-4B41-B577-5DCCB3462A3B}"
ProjectSection(SolutionItems) = preProject
.editorconfig = .editorconfig
azure-pipelines.buildimage.yaml = azure-pipelines.buildimage.yaml
azure-pipelines.yaml = azure-pipelines.yaml
Dockerfile = Dockerfile
gitversion.yml = gitversion.yml
README.md = README.md
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{3E37AA24-B4D0-4FA8-896D-8912F5D73F3B}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{3E37AA24-B4D0-4FA8-896D-8912F5D73F3B}.Debug|Any CPU.Build.0 = Debug|Any CPU
{3E37AA24-B4D0-4FA8-896D-8912F5D73F3B}.Release|Any CPU.ActiveCfg = Release|Any CPU
{3E37AA24-B4D0-4FA8-896D-8912F5D73F3B}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {D52B3EB8-B4D4-462F-82B3-3D07EC6BECE9}
EndGlobalSection
EndGlobal