1192 lines
26 KiB
XML
1192 lines
26 KiB
XML
<?xml version="1.0" encoding="Windows-1252"?>
|
|
<VisualStudioProject
|
|
ProjectType="Visual C++"
|
|
Version="9,00"
|
|
Name="OpenZWave"
|
|
ProjectGUID="{497F9828-DEC2-4C80-B9E0-AD066CCB587C}"
|
|
RootNamespace="OpenZWave"
|
|
Keyword="Win32Proj"
|
|
TargetFrameworkVersion="196613"
|
|
>
|
|
<Platforms>
|
|
<Platform
|
|
Name="Win32"
|
|
/>
|
|
</Platforms>
|
|
<ToolFiles>
|
|
</ToolFiles>
|
|
<Configurations>
|
|
<Configuration
|
|
Name="Debug|Win32"
|
|
OutputDirectory="$(SolutionDir)$(ConfigurationName)"
|
|
IntermediateDirectory="$(ConfigurationName)"
|
|
ConfigurationType="4"
|
|
CharacterSet="2"
|
|
>
|
|
<Tool
|
|
Name="VCPreBuildEventTool"
|
|
Description="Export GIT Revision"
|
|
CommandLine="del ..\winversion.cpp
CALL "$(ProjectDir)\..\GIT-VS-VERSION-GEN.bat" "$(ProjectDir)\" "..\winversion.cpp"
exit 0
"
|
|
/>
|
|
<Tool
|
|
Name="VCCustomBuildTool"
|
|
/>
|
|
<Tool
|
|
Name="VCXMLDataGeneratorTool"
|
|
/>
|
|
<Tool
|
|
Name="VCWebServiceProxyGeneratorTool"
|
|
/>
|
|
<Tool
|
|
Name="VCMIDLTool"
|
|
/>
|
|
<Tool
|
|
Name="VCCLCompilerTool"
|
|
Optimization="0"
|
|
AdditionalIncludeDirectories="..\..\..\src;..\..\..\src\command_classes;..\..\..\src\value_classes;..\..\..\src\platform;..\..\..\src\platform\windows;..\..\..\tinyxml;..\..\..\hidapi\hidapi"
|
|
PreprocessorDefinitions="WIN32;_DEBUG;_LIB;USE_HID=1"
|
|
MinimalRebuild="true"
|
|
BasicRuntimeChecks="3"
|
|
RuntimeLibrary="3"
|
|
UsePrecompiledHeader="0"
|
|
WarningLevel="3"
|
|
Detect64BitPortabilityProblems="false"
|
|
DebugInformationFormat="3"
|
|
/>
|
|
<Tool
|
|
Name="VCManagedResourceCompilerTool"
|
|
/>
|
|
<Tool
|
|
Name="VCResourceCompilerTool"
|
|
/>
|
|
<Tool
|
|
Name="VCPreLinkEventTool"
|
|
/>
|
|
<Tool
|
|
Name="VCLibrarianTool"
|
|
AdditionalDependencies="setupapi.lib"
|
|
/>
|
|
<Tool
|
|
Name="VCALinkTool"
|
|
/>
|
|
<Tool
|
|
Name="VCXDCMakeTool"
|
|
/>
|
|
<Tool
|
|
Name="VCBscMakeTool"
|
|
/>
|
|
<Tool
|
|
Name="VCFxCopTool"
|
|
/>
|
|
<Tool
|
|
Name="VCPostBuildEventTool"
|
|
/>
|
|
</Configuration>
|
|
<Configuration
|
|
Name="Release|Win32"
|
|
OutputDirectory="$(SolutionDir)$(ConfigurationName)"
|
|
IntermediateDirectory="$(ConfigurationName)"
|
|
ConfigurationType="4"
|
|
CharacterSet="2"
|
|
WholeProgramOptimization="1"
|
|
>
|
|
<Tool
|
|
Name="VCPreBuildEventTool"
|
|
Description="Export GIT Revision"
|
|
CommandLine="del ..\winversion.cpp
CALL "$(ProjectDir)\..\GIT-VS-VERSION-GEN.bat" "$(ProjectDir)\" "..\winversion.cpp"
exit 0
"
|
|
/>
|
|
<Tool
|
|
Name="VCCustomBuildTool"
|
|
/>
|
|
<Tool
|
|
Name="VCXMLDataGeneratorTool"
|
|
/>
|
|
<Tool
|
|
Name="VCWebServiceProxyGeneratorTool"
|
|
/>
|
|
<Tool
|
|
Name="VCMIDLTool"
|
|
/>
|
|
<Tool
|
|
Name="VCCLCompilerTool"
|
|
Optimization="2"
|
|
EnableIntrinsicFunctions="true"
|
|
AdditionalIncludeDirectories="..\..\..\src;..\..\..\src\command_classes;..\..\..\src\value_classes;..\..\..\src\platform;..\..\..\src\platform\windows;..\..\..\tinyxml;..\..\..\hidapi\hidapi"
|
|
PreprocessorDefinitions="WIN32;NDEBUG;_LIB;USE_HID=1"
|
|
RuntimeLibrary="2"
|
|
EnableFunctionLevelLinking="true"
|
|
UsePrecompiledHeader="0"
|
|
WarningLevel="3"
|
|
DebugInformationFormat="3"
|
|
/>
|
|
<Tool
|
|
Name="VCManagedResourceCompilerTool"
|
|
/>
|
|
<Tool
|
|
Name="VCResourceCompilerTool"
|
|
/>
|
|
<Tool
|
|
Name="VCPreLinkEventTool"
|
|
/>
|
|
<Tool
|
|
Name="VCLibrarianTool"
|
|
AdditionalDependencies="setupapi.lib"
|
|
/>
|
|
<Tool
|
|
Name="VCALinkTool"
|
|
/>
|
|
<Tool
|
|
Name="VCXDCMakeTool"
|
|
/>
|
|
<Tool
|
|
Name="VCBscMakeTool"
|
|
/>
|
|
<Tool
|
|
Name="VCFxCopTool"
|
|
/>
|
|
<Tool
|
|
Name="VCPostBuildEventTool"
|
|
/>
|
|
</Configuration>
|
|
<Configuration
|
|
Name="DLL_Debug|Win32"
|
|
OutputDirectory="$(SolutionDir)$(ConfigurationName)"
|
|
IntermediateDirectory="$(ConfigurationName)"
|
|
ConfigurationType="2"
|
|
CharacterSet="2"
|
|
>
|
|
<Tool
|
|
Name="VCPreBuildEventTool"
|
|
Description="Export GIT Revision"
|
|
CommandLine="del ..\winversion.cpp
CALL "$(ProjectDir)\..\GIT-VS-VERSION-GEN.bat" "$(ProjectDir)\" "..\winversion.cpp"
exit 0
"
|
|
/>
|
|
<Tool
|
|
Name="VCCustomBuildTool"
|
|
/>
|
|
<Tool
|
|
Name="VCXMLDataGeneratorTool"
|
|
/>
|
|
<Tool
|
|
Name="VCWebServiceProxyGeneratorTool"
|
|
/>
|
|
<Tool
|
|
Name="VCMIDLTool"
|
|
/>
|
|
<Tool
|
|
Name="VCCLCompilerTool"
|
|
Optimization="0"
|
|
AdditionalIncludeDirectories="..\..\..\src;..\..\..\src\command_classes;..\..\..\src\value_classes;..\..\..\src\platform;..\..\..\src\platform\windows;..\..\..\tinyxml;..\..\..\hidapi\hidapi"
|
|
PreprocessorDefinitions="WIN32;_DEBUG;_LIB;USE_HID=1;OPENZWAVE_MAKEDLL"
|
|
MinimalRebuild="true"
|
|
BasicRuntimeChecks="3"
|
|
RuntimeLibrary="3"
|
|
UsePrecompiledHeader="0"
|
|
WarningLevel="3"
|
|
Detect64BitPortabilityProblems="false"
|
|
DebugInformationFormat="3"
|
|
/>
|
|
<Tool
|
|
Name="VCManagedResourceCompilerTool"
|
|
/>
|
|
<Tool
|
|
Name="VCResourceCompilerTool"
|
|
/>
|
|
<Tool
|
|
Name="VCPreLinkEventTool"
|
|
/>
|
|
<Tool
|
|
Name="VCLinkerTool"
|
|
AdditionalDependencies="Setupapi.lib"
|
|
OutputFile="$(OutDir)\$(ProjectName).dll"
|
|
/>
|
|
<Tool
|
|
Name="VCALinkTool"
|
|
/>
|
|
<Tool
|
|
Name="VCManifestTool"
|
|
/>
|
|
<Tool
|
|
Name="VCXDCMakeTool"
|
|
/>
|
|
<Tool
|
|
Name="VCBscMakeTool"
|
|
/>
|
|
<Tool
|
|
Name="VCFxCopTool"
|
|
/>
|
|
<Tool
|
|
Name="VCAppVerifierTool"
|
|
/>
|
|
<Tool
|
|
Name="VCPostBuildEventTool"
|
|
/>
|
|
</Configuration>
|
|
<Configuration
|
|
Name="DLL_Release|Win32"
|
|
OutputDirectory="$(SolutionDir)$(ConfigurationName)"
|
|
IntermediateDirectory="$(ConfigurationName)"
|
|
ConfigurationType="2"
|
|
CharacterSet="2"
|
|
WholeProgramOptimization="1"
|
|
>
|
|
<Tool
|
|
Name="VCPreBuildEventTool"
|
|
Description="Export GIT Revision"
|
|
CommandLine="del ..\winversion.cpp
CALL "$(ProjectDir)\..\GIT-VS-VERSION-GEN.bat" "$(ProjectDir)\" "..\winversion.cpp"
exit 0
"
|
|
/>
|
|
<Tool
|
|
Name="VCCustomBuildTool"
|
|
/>
|
|
<Tool
|
|
Name="VCXMLDataGeneratorTool"
|
|
/>
|
|
<Tool
|
|
Name="VCWebServiceProxyGeneratorTool"
|
|
/>
|
|
<Tool
|
|
Name="VCMIDLTool"
|
|
/>
|
|
<Tool
|
|
Name="VCCLCompilerTool"
|
|
Optimization="2"
|
|
EnableIntrinsicFunctions="true"
|
|
AdditionalIncludeDirectories="..\..\..\src;..\..\..\src\command_classes;..\..\..\src\value_classes;..\..\..\src\platform;..\..\..\src\platform\windows;..\..\..\tinyxml;..\..\..\hidapi\hidapi"
|
|
PreprocessorDefinitions="WIN32;NDEBUG;_LIB;USE_HID=1;OPENZWAVE_MAKEDLL"
|
|
RuntimeLibrary="2"
|
|
EnableFunctionLevelLinking="true"
|
|
UsePrecompiledHeader="0"
|
|
WarningLevel="3"
|
|
DebugInformationFormat="3"
|
|
/>
|
|
<Tool
|
|
Name="VCManagedResourceCompilerTool"
|
|
/>
|
|
<Tool
|
|
Name="VCResourceCompilerTool"
|
|
/>
|
|
<Tool
|
|
Name="VCPreLinkEventTool"
|
|
/>
|
|
<Tool
|
|
Name="VCLinkerTool"
|
|
AdditionalDependencies="Setupapi.lib"
|
|
/>
|
|
<Tool
|
|
Name="VCALinkTool"
|
|
/>
|
|
<Tool
|
|
Name="VCManifestTool"
|
|
/>
|
|
<Tool
|
|
Name="VCXDCMakeTool"
|
|
/>
|
|
<Tool
|
|
Name="VCBscMakeTool"
|
|
/>
|
|
<Tool
|
|
Name="VCFxCopTool"
|
|
/>
|
|
<Tool
|
|
Name="VCAppVerifierTool"
|
|
/>
|
|
<Tool
|
|
Name="VCPostBuildEventTool"
|
|
/>
|
|
</Configuration>
|
|
</Configurations>
|
|
<References>
|
|
</References>
|
|
<Files>
|
|
<Filter
|
|
Name="Main"
|
|
>
|
|
<File
|
|
RelativePath="..\..\..\src\Bitfield.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\..\src\Defs.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\..\src\Driver.cpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\..\src\Driver.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\..\src\Group.cpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\..\src\Group.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\..\src\Manager.cpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\..\src\Manager.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\..\src\Msg.cpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\..\src\Msg.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\..\src\Node.cpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\..\src\Node.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\..\src\Notification.cpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\..\src\Notification.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\..\src\Options.cpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\..\src\Options.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\..\src\Scene.cpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\..\src\Scene.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\..\src\Utils.cpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\..\src\Utils.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\winversion.cpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\..\src\ZWSecurity.cpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\..\src\ZWSecurity.h"
|
|
>
|
|
</File>
|
|
</Filter>
|
|
<Filter
|
|
Name="Platform"
|
|
>
|
|
<File
|
|
RelativePath="..\..\..\src\platform\Controller.cpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\..\src\platform\Controller.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\..\src\platform\Event.cpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\..\src\platform\Event.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\..\src\platform\FileOps.cpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\..\src\platform\FileOps.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\..\src\platform\HidController.cpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\..\src\platform\HidController.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\..\src\platform\Log.cpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\..\src\platform\Log.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\..\src\platform\Mutex.cpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\..\src\platform\Mutex.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\..\src\platform\Ref.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\..\src\platform\SerialController.cpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\..\src\platform\SerialController.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\..\src\platform\Stream.cpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\..\src\platform\Stream.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\..\src\platform\Thread.cpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\..\src\platform\Thread.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\..\src\platform\TimeStamp.cpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\..\src\platform\TimeStamp.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\..\src\platform\Wait.cpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\..\src\platform\Wait.h"
|
|
>
|
|
</File>
|
|
<Filter
|
|
Name="Windows"
|
|
>
|
|
<File
|
|
RelativePath="..\..\..\src\platform\windows\EventImpl.cpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\..\src\platform\windows\EventImpl.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\..\src\platform\windows\FileOpsImpl.cpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\..\src\platform\windows\FileOpsImpl.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\..\src\platform\windows\LogImpl.cpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\..\src\platform\windows\LogImpl.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\..\src\platform\windows\MutexImpl.cpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\..\src\platform\windows\MutexImpl.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\..\src\platform\windows\SerialControllerImpl.cpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\..\src\platform\windows\SerialControllerImpl.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\..\src\platform\windows\ThreadImpl.cpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\..\src\platform\windows\ThreadImpl.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\..\src\platform\windows\TimeStampImpl.cpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\..\src\platform\windows\TimeStampImpl.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\..\src\platform\windows\WaitImpl.cpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\..\src\platform\windows\WaitImpl.h"
|
|
>
|
|
</File>
|
|
</Filter>
|
|
</Filter>
|
|
<Filter
|
|
Name="TinyXML"
|
|
>
|
|
<File
|
|
RelativePath="..\..\..\tinyxml\tinystr.cpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\..\tinyxml\tinystr.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\..\tinyxml\tinyxml.cpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\..\tinyxml\tinyxml.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\..\tinyxml\tinyxmlerror.cpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\..\tinyxml\tinyxmlparser.cpp"
|
|
>
|
|
</File>
|
|
</Filter>
|
|
<Filter
|
|
Name="Value Classes"
|
|
>
|
|
<File
|
|
RelativePath="..\..\..\src\value_classes\Value.cpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\..\src\value_classes\Value.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\..\src\value_classes\ValueBool.cpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\..\src\value_classes\ValueBool.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\..\src\value_classes\ValueButton.cpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\..\src\value_classes\ValueButton.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\..\src\value_classes\ValueByte.cpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\..\src\value_classes\ValueByte.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\..\src\value_classes\ValueDecimal.cpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\..\src\value_classes\ValueDecimal.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\..\src\value_classes\ValueID.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\..\src\value_classes\ValueInt.cpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\..\src\value_classes\ValueInt.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\..\src\value_classes\ValueList.cpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\..\src\value_classes\ValueList.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\..\src\value_classes\ValueRaw.cpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\..\src\value_classes\ValueRaw.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\..\src\value_classes\ValueSchedule.cpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\..\src\value_classes\ValueSchedule.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\..\src\value_classes\ValueShort.cpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\..\src\value_classes\ValueShort.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\..\src\value_classes\ValueStore.cpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\..\src\value_classes\ValueStore.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\..\src\value_classes\ValueString.cpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\..\src\value_classes\ValueString.h"
|
|
>
|
|
</File>
|
|
</Filter>
|
|
<Filter
|
|
Name="Command Classes"
|
|
>
|
|
<File
|
|
RelativePath="..\..\..\src\command_classes\Alarm.cpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\..\src\command_classes\Alarm.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\..\src\command_classes\ApplicationStatus.cpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\..\src\command_classes\ApplicationStatus.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\..\src\command_classes\Association.cpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\..\src\command_classes\Association.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\..\src\command_classes\AssociationCommandConfiguration.cpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\..\src\command_classes\AssociationCommandConfiguration.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\..\src\command_classes\Basic.cpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\..\src\command_classes\Basic.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\..\src\command_classes\BasicWindowCovering.cpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\..\src\command_classes\BasicWindowCovering.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\..\src\command_classes\Battery.cpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\..\src\command_classes\Battery.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\..\src\command_classes\CentralScene.cpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\..\src\command_classes\CentralScene.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\..\src\command_classes\ClimateControlSchedule.cpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\..\src\command_classes\ClimateControlSchedule.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\..\src\command_classes\Clock.cpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\..\src\command_classes\Clock.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\..\src\command_classes\Color.cpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\..\src\command_classes\Color.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\..\src\command_classes\CommandClass.cpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\..\src\command_classes\CommandClass.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\..\src\command_classes\CommandClasses.cpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\..\src\command_classes\CommandClasses.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\..\src\command_classes\Configuration.cpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\..\src\command_classes\Configuration.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\..\src\command_classes\ControllerReplication.cpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\..\src\command_classes\ControllerReplication.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\..\src\command_classes\CRC16Encap.cpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\..\src\command_classes\CRC16Encap.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\..\src\command_classes\DeviceResetLocally.cpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\..\src\command_classes\DeviceResetLocally.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\..\src\command_classes\DoorLock.cpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\..\src\command_classes\DoorLock.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\..\src\command_classes\DoorLockLogging.cpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\..\src\command_classes\DoorLockLogging.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\..\src\command_classes\EnergyProduction.cpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\..\src\command_classes\EnergyProduction.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\..\src\command_classes\Hail.cpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\..\src\command_classes\Hail.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\..\src\command_classes\Indicator.cpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\..\src\command_classes\Indicator.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\..\src\command_classes\Language.cpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\..\src\command_classes\Language.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\..\src\command_classes\Lock.cpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\..\src\command_classes\Lock.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\..\src\command_classes\ManufacturerSpecific.cpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\..\src\command_classes\ManufacturerSpecific.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\..\src\command_classes\Meter.cpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\..\src\command_classes\Meter.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\..\src\command_classes\MeterPulse.cpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\..\src\command_classes\MeterPulse.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\..\src\command_classes\MultiChannelAssociation.cpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\..\src\command_classes\MultiChannelAssociation.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\..\src\command_classes\MultiCmd.cpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\..\src\command_classes\MultiCmd.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\..\src\command_classes\MultiInstance.cpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\..\src\command_classes\MultiInstance.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\..\src\command_classes\NodeNaming.cpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\..\src\command_classes\NodeNaming.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\..\src\command_classes\NoOperation.cpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\..\src\command_classes\NoOperation.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\..\src\command_classes\Powerlevel.cpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\..\src\command_classes\Powerlevel.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\..\src\command_classes\Proprietary.cpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\..\src\command_classes\Proprietary.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\..\src\command_classes\Protection.cpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\..\src\command_classes\Protection.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\..\src\command_classes\SceneActivation.cpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\..\src\command_classes\SceneActivation.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\..\src\command_classes\Security.cpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\..\src\command_classes\Security.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\..\src\command_classes\SensorAlarm.cpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\..\src\command_classes\SensorAlarm.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\..\src\command_classes\SensorBinary.cpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\..\src\command_classes\SensorBinary.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\..\src\command_classes\SensorMultilevel.cpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\..\src\command_classes\SensorMultilevel.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\..\src\command_classes\SwitchAll.cpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\..\src\command_classes\SwitchAll.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\..\src\command_classes\SwitchBinary.cpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\..\src\command_classes\SwitchBinary.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\..\src\command_classes\SwitchMultilevel.cpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\..\src\command_classes\SwitchMultilevel.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\..\src\command_classes\SwitchToggleBinary.cpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\..\src\command_classes\SwitchToggleBinary.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\..\src\command_classes\SwitchToggleMultilevel.cpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\..\src\command_classes\SwitchToggleMultilevel.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\..\src\command_classes\ThermostatFanMode.cpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\..\src\command_classes\ThermostatFanMode.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\..\src\command_classes\ThermostatFanState.cpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\..\src\command_classes\ThermostatFanState.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\..\src\command_classes\ThermostatMode.cpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\..\src\command_classes\ThermostatMode.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\..\src\command_classes\ThermostatOperatingState.cpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\..\src\command_classes\ThermostatOperatingState.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\..\src\command_classes\ThermostatSetpoint.cpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\..\src\command_classes\ThermostatSetpoint.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\..\src\command_classes\TimeParameters.cpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\..\src\command_classes\TimeParameters.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\..\src\command_classes\UserCode.cpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\..\src\command_classes\UserCode.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\..\src\command_classes\Version.cpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\..\src\command_classes\Version.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\..\src\command_classes\WakeUp.cpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\..\src\command_classes\WakeUp.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\..\src\command_classes\ZWavePlusInfo.cpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\..\src\command_classes\ZWavePlusInfo.h"
|
|
>
|
|
</File>
|
|
</Filter>
|
|
<Filter
|
|
Name="HIDAPI"
|
|
>
|
|
<File
|
|
RelativePath="..\..\..\hidapi\windows\hid.cpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\..\hidapi\hidapi\hidapi.h"
|
|
>
|
|
</File>
|
|
</Filter>
|
|
<Filter
|
|
Name="AES"
|
|
>
|
|
<File
|
|
RelativePath="..\..\..\src\aes\aes.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\..\src\aes\aes_modes.c"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\..\src\aes\aescrypt.c"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\..\src\aes\aeskey.c"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\..\src\aes\aesopt.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\..\src\aes\aestab.c"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\..\src\aes\aestab.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\..\src\aes\brg_endian.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\..\src\aes\brg_types.h"
|
|
>
|
|
</File>
|
|
</Filter>
|
|
</Files>
|
|
<Globals>
|
|
</Globals>
|
|
</VisualStudioProject>
|