-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathTP-HomeAssistant.sln
More file actions
56 lines (56 loc) · 3.16 KB
/
TP-HomeAssistant.sln
File metadata and controls
56 lines (56 loc) · 3.16 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 16
VisualStudioVersion = 16.0.30907.101
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "TP-HomeAssistant", "TP-HomeAssistant\TP-HomeAssistant.csproj", "{C2DAE672-7BEA-4228-90A1-F7640DA9EBAF}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{46DD8121-25D0-4A89-A358-5F79917E4464}"
ProjectSection(SolutionItems) = preProject
LICENSE = LICENSE
README.md = README.md
EndProjectSection
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "TouchPortalApi", "TouchPortalAPI\TouchPortalApi\TouchPortalApi.csproj", "{F7A967B7-CEB5-4746-95AA-C95B2AF44AB7}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Github Workflows", "Github Workflows", "{4C925FF4-4DD7-46A4-AD01-E26B79CEA46A}"
ProjectSection(SolutionItems) = preProject
.github\workflows\build.yml = .github\workflows\build.yml
.github\workflows\publish.yml = .github\workflows\publish.yml
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|MacOS 64-bit = Debug|MacOS 64-bit
Debug|Windows 32-bit = Debug|Windows 32-bit
Release|MacOS 64-bit = Release|MacOS 64-bit
Release|Windows 32-bit = Release|Windows 32-bit
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{C2DAE672-7BEA-4228-90A1-F7640DA9EBAF}.Debug|MacOS 64-bit.ActiveCfg = Debug|MacOS 64-bit
{C2DAE672-7BEA-4228-90A1-F7640DA9EBAF}.Debug|MacOS 64-bit.Build.0 = Debug|MacOS 64-bit
{C2DAE672-7BEA-4228-90A1-F7640DA9EBAF}.Debug|Windows 32-bit.ActiveCfg = Debug|Windows 32-bit
{C2DAE672-7BEA-4228-90A1-F7640DA9EBAF}.Debug|Windows 32-bit.Build.0 = Debug|Windows 32-bit
{C2DAE672-7BEA-4228-90A1-F7640DA9EBAF}.Release|MacOS 64-bit.ActiveCfg = Release|x64
{C2DAE672-7BEA-4228-90A1-F7640DA9EBAF}.Release|MacOS 64-bit.Build.0 = Release|x64
{C2DAE672-7BEA-4228-90A1-F7640DA9EBAF}.Release|Windows 32-bit.ActiveCfg = Release|Any CPU
{C2DAE672-7BEA-4228-90A1-F7640DA9EBAF}.Release|Windows 32-bit.Build.0 = Release|Any CPU
{F7A967B7-CEB5-4746-95AA-C95B2AF44AB7}.Debug|MacOS 64-bit.ActiveCfg = Debug|Any CPU
{F7A967B7-CEB5-4746-95AA-C95B2AF44AB7}.Debug|MacOS 64-bit.Build.0 = Debug|Any CPU
{F7A967B7-CEB5-4746-95AA-C95B2AF44AB7}.Debug|Windows 32-bit.ActiveCfg = Debug|Any CPU
{F7A967B7-CEB5-4746-95AA-C95B2AF44AB7}.Debug|Windows 32-bit.Build.0 = Debug|Any CPU
{F7A967B7-CEB5-4746-95AA-C95B2AF44AB7}.Release|MacOS 64-bit.ActiveCfg = Release|x64
{F7A967B7-CEB5-4746-95AA-C95B2AF44AB7}.Release|MacOS 64-bit.Build.0 = Release|x64
{F7A967B7-CEB5-4746-95AA-C95B2AF44AB7}.Release|Windows 32-bit.ActiveCfg = Release|Any CPU
{F7A967B7-CEB5-4746-95AA-C95B2AF44AB7}.Release|Windows 32-bit.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{4C925FF4-4DD7-46A4-AD01-E26B79CEA46A} = {46DD8121-25D0-4A89-A358-5F79917E4464}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {905F5365-CB0E-44F0-B8DD-4FE4EC097A55}
EndGlobalSection
EndGlobal