-
Notifications
You must be signed in to change notification settings - Fork 26
/
GoveeBTTempLogger.sln
33 lines (33 loc) · 1.53 KB
/
GoveeBTTempLogger.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.10.35013.160
MinimumVisualStudioVersion = 10.0.40219.1
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "GoveeBTTempLogger", "GoveeBTTempLogger.vcxproj", "{87469263-8DEA-4963-9E12-C4F20FA83479}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|ARM = Debug|ARM
Debug|x86 = Debug|x86
Release|ARM = Release|ARM
Release|x86 = Release|x86
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{87469263-8DEA-4963-9E12-C4F20FA83479}.Debug|ARM.ActiveCfg = Debug|ARM64
{87469263-8DEA-4963-9E12-C4F20FA83479}.Debug|ARM.Build.0 = Debug|ARM64
{87469263-8DEA-4963-9E12-C4F20FA83479}.Debug|x86.ActiveCfg = Debug|x86
{87469263-8DEA-4963-9E12-C4F20FA83479}.Debug|x86.Build.0 = Debug|x86
{87469263-8DEA-4963-9E12-C4F20FA83479}.Debug|x86.Deploy.0 = Debug|x86
{87469263-8DEA-4963-9E12-C4F20FA83479}.Release|ARM.ActiveCfg = Release|ARM
{87469263-8DEA-4963-9E12-C4F20FA83479}.Release|ARM.Build.0 = Release|ARM
{87469263-8DEA-4963-9E12-C4F20FA83479}.Release|x86.ActiveCfg = Release|x86
{87469263-8DEA-4963-9E12-C4F20FA83479}.Release|x86.Build.0 = Release|x86
{87469263-8DEA-4963-9E12-C4F20FA83479}.Release|x86.Deploy.0 = Release|x86
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {3E80525F-F261-4947-B037-CD90D3F6D3FE}
EndGlobalSection
EndGlobal