You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
229 lines
12 KiB
XML
229 lines
12 KiB
XML
9 months ago
|
<?xml version="1.0" encoding="utf-8"?>
|
||
|
<Project DefaultTargets="Build" ToolsVersion="15.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
||
|
<ItemGroup Label="ProjectConfigurations">
|
||
|
<ProjectConfiguration Include="Debug|Win32">
|
||
|
<Configuration>Debug</Configuration>
|
||
|
<Platform>Win32</Platform>
|
||
|
</ProjectConfiguration>
|
||
|
<ProjectConfiguration Include="Release|Win32">
|
||
|
<Configuration>Release</Configuration>
|
||
|
<Platform>Win32</Platform>
|
||
|
</ProjectConfiguration>
|
||
|
<ProjectConfiguration Include="Debug|x64">
|
||
|
<Configuration>Debug</Configuration>
|
||
|
<Platform>x64</Platform>
|
||
|
</ProjectConfiguration>
|
||
|
<ProjectConfiguration Include="Release|x64">
|
||
|
<Configuration>Release</Configuration>
|
||
|
<Platform>x64</Platform>
|
||
|
</ProjectConfiguration>
|
||
|
</ItemGroup>
|
||
|
<PropertyGroup Label="Globals">
|
||
|
<VCProjectVersion>15.0</VCProjectVersion>
|
||
|
<ProjectGuid>{E4C7BDA2-EF45-4CAB-8542-DBF36D3624AB}</ProjectGuid>
|
||
|
</PropertyGroup>
|
||
|
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
|
||
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
|
||
|
<ConfigurationType>Application</ConfigurationType>
|
||
|
<UseDebugLibraries>true</UseDebugLibraries>
|
||
|
<PlatformToolset>v141</PlatformToolset>
|
||
|
<CharacterSet>Unicode</CharacterSet>
|
||
|
</PropertyGroup>
|
||
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
|
||
|
<ConfigurationType>Application</ConfigurationType>
|
||
|
<UseDebugLibraries>false</UseDebugLibraries>
|
||
|
<PlatformToolset>v141</PlatformToolset>
|
||
|
<CharacterSet>Unicode</CharacterSet>
|
||
|
</PropertyGroup>
|
||
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration">
|
||
|
<ConfigurationType>Application</ConfigurationType>
|
||
|
<UseDebugLibraries>true</UseDebugLibraries>
|
||
|
<PlatformToolset>v141</PlatformToolset>
|
||
|
<CharacterSet>Unicode</CharacterSet>
|
||
|
</PropertyGroup>
|
||
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration">
|
||
|
<ConfigurationType>Application</ConfigurationType>
|
||
|
<UseDebugLibraries>false</UseDebugLibraries>
|
||
|
<PlatformToolset>v141</PlatformToolset>
|
||
|
<CharacterSet>Unicode</CharacterSet>
|
||
|
</PropertyGroup>
|
||
|
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
|
||
|
<ImportGroup Label="ExtensionSettings">
|
||
|
</ImportGroup>
|
||
|
<ImportGroup Label="Shared">
|
||
|
</ImportGroup>
|
||
|
<ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
|
||
|
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
|
||
|
</ImportGroup>
|
||
|
<ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
|
||
|
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
|
||
|
</ImportGroup>
|
||
|
<ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
|
||
|
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
|
||
|
</ImportGroup>
|
||
|
<ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
|
||
|
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
|
||
|
</ImportGroup>
|
||
|
<PropertyGroup Label="UserMacros" />
|
||
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
|
||
|
<LinkIncremental>true</LinkIncremental>
|
||
|
</PropertyGroup>
|
||
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
|
||
|
<LinkIncremental>true</LinkIncremental>
|
||
|
<IncludePath>D:\Workspace\deps\include;C:\Program Files\mosquitto\devel;C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\VC\Tools\MSVC\14.16.27023\wtl\Include;$(VC_IncludePath);$(WindowsSDK_IncludePath);</IncludePath>
|
||
|
<LibraryPath>D:\Workspace\deps\x64\dbg;C:\Program Files\mosquitto\devel;$(VC_LibraryPath_x64);$(WindowsSDK_LibraryPath_x64);$(NETFXKitsDir)Lib\um\x64</LibraryPath>
|
||
|
</PropertyGroup>
|
||
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
|
||
|
<LinkIncremental>false</LinkIncremental>
|
||
|
</PropertyGroup>
|
||
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
|
||
|
<LinkIncremental>false</LinkIncremental>
|
||
|
<IncludePath>D:\Workspace\deps\include;C:\Program Files\mosquitto\devel;C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\VC\Tools\MSVC\14.16.27023\wtl\Include;$(VC_IncludePath);$(WindowsSDK_IncludePath);</IncludePath>
|
||
|
<LibraryPath>D:\Workspace\deps\x64\rel;C:\Program Files\mosquitto\devel;$(VC_LibraryPath_x64);$(WindowsSDK_LibraryPath_x64);$(NETFXKitsDir)Lib\um\x64</LibraryPath>
|
||
|
</PropertyGroup>
|
||
|
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
|
||
|
<ClCompile>
|
||
|
<PrecompiledHeader>Use</PrecompiledHeader>
|
||
|
<WarningLevel>Level3</WarningLevel>
|
||
|
<RuntimeLibrary>MultiThreadedDebug</RuntimeLibrary>
|
||
|
<DebugInformationFormat>EditAndContinue</DebugInformationFormat>
|
||
|
<BasicRuntimeChecks>EnableFastChecks</BasicRuntimeChecks>
|
||
|
<Optimization>Disabled</Optimization>
|
||
|
<PreprocessorDefinitions>WIN32;_WINDOWS;STRICT;_DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
||
|
</ClCompile>
|
||
|
<Link>
|
||
|
<SubSystem>Windows</SubSystem>
|
||
|
<GenerateDebugInformation>true</GenerateDebugInformation>
|
||
|
</Link>
|
||
|
<ResourceCompile>
|
||
|
<Culture>0x0409</Culture>
|
||
|
<AdditionalIncludeDirectories>$(IntDir);%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
|
||
|
<PreprocessorDefinitions>_DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
||
|
</ResourceCompile>
|
||
|
<Midl>
|
||
|
<MkTypLibCompatible>false</MkTypLibCompatible>
|
||
|
<TargetEnvironment>Win32</TargetEnvironment>
|
||
|
<PreprocessorDefinitions>_DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
||
|
<HeaderFileName>MQTTClient.h</HeaderFileName>
|
||
|
<InterfaceIdentifierFileName>MQTTClient_i.c</InterfaceIdentifierFileName>
|
||
|
<ProxyFileName>MQTTClient_p.c</ProxyFileName>
|
||
|
<GenerateStublessProxies>true</GenerateStublessProxies>
|
||
|
<TypeLibraryName>$(IntDir)/MQTTClient.tlb</TypeLibraryName>
|
||
|
<DllDataFileName />
|
||
|
</Midl>
|
||
|
</ItemDefinitionGroup>
|
||
|
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
|
||
|
<ClCompile>
|
||
|
<PrecompiledHeader>Use</PrecompiledHeader>
|
||
|
<WarningLevel>Level3</WarningLevel>
|
||
|
<RuntimeLibrary>MultiThreadedDebug</RuntimeLibrary>
|
||
|
<DebugInformationFormat>EditAndContinue</DebugInformationFormat>
|
||
|
<BasicRuntimeChecks>EnableFastChecks</BasicRuntimeChecks>
|
||
|
<Optimization>Disabled</Optimization>
|
||
|
<PreprocessorDefinitions>_WINDOWS;STRICT;_DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
||
|
</ClCompile>
|
||
|
<Link>
|
||
|
<SubSystem>Windows</SubSystem>
|
||
|
<GenerateDebugInformation>true</GenerateDebugInformation>
|
||
|
</Link>
|
||
|
<ResourceCompile>
|
||
|
<Culture>0x0409</Culture>
|
||
|
<AdditionalIncludeDirectories>$(IntDir);%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
|
||
|
<PreprocessorDefinitions>_DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
||
|
</ResourceCompile>
|
||
|
<Midl>
|
||
|
<MkTypLibCompatible>false</MkTypLibCompatible>
|
||
|
<PreprocessorDefinitions>_DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
||
|
<HeaderFileName>MQTTClient.h</HeaderFileName>
|
||
|
<InterfaceIdentifierFileName>MQTTClient_i.c</InterfaceIdentifierFileName>
|
||
|
<ProxyFileName>MQTTClient_p.c</ProxyFileName>
|
||
|
<GenerateStublessProxies>true</GenerateStublessProxies>
|
||
|
<TypeLibraryName>$(IntDir)/MQTTClient.tlb</TypeLibraryName>
|
||
|
<DllDataFileName />
|
||
|
</Midl>
|
||
|
</ItemDefinitionGroup>
|
||
|
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
|
||
|
<ClCompile>
|
||
|
<PrecompiledHeader>Use</PrecompiledHeader>
|
||
|
<WarningLevel>Level3</WarningLevel>
|
||
|
<RuntimeLibrary>MultiThreaded</RuntimeLibrary>
|
||
|
<ExceptionHandling />
|
||
|
<DebugInformationFormat />
|
||
|
<PreprocessorDefinitions>WIN32;_WINDOWS;STRICT;NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
||
|
</ClCompile>
|
||
|
<Link>
|
||
|
<SubSystem>Windows</SubSystem>
|
||
|
</Link>
|
||
|
<ResourceCompile>
|
||
|
<Culture>0x0409</Culture>
|
||
|
<AdditionalIncludeDirectories>$(IntDir);%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
|
||
|
<PreprocessorDefinitions>NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
||
|
</ResourceCompile>
|
||
|
<Midl>
|
||
|
<MkTypLibCompatible>false</MkTypLibCompatible>
|
||
|
<TargetEnvironment>Win32</TargetEnvironment>
|
||
|
<PreprocessorDefinitions>NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
||
|
<HeaderFileName>MQTTClient.h</HeaderFileName>
|
||
|
<InterfaceIdentifierFileName>MQTTClient_i.c</InterfaceIdentifierFileName>
|
||
|
<ProxyFileName>MQTTClient_p.c</ProxyFileName>
|
||
|
<GenerateStublessProxies>true</GenerateStublessProxies>
|
||
|
<TypeLibraryName>$(IntDir)/MQTTClient.tlb</TypeLibraryName>
|
||
|
<DllDataFileName />
|
||
|
</Midl>
|
||
|
</ItemDefinitionGroup>
|
||
|
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
|
||
|
<ClCompile>
|
||
|
<PrecompiledHeader>Use</PrecompiledHeader>
|
||
|
<WarningLevel>Level3</WarningLevel>
|
||
|
<RuntimeLibrary>MultiThreaded</RuntimeLibrary>
|
||
|
<ExceptionHandling />
|
||
|
<DebugInformationFormat />
|
||
|
<PreprocessorDefinitions>_WINDOWS;STRICT;NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
||
|
</ClCompile>
|
||
|
<Link>
|
||
|
<SubSystem>Windows</SubSystem>
|
||
|
</Link>
|
||
|
<ResourceCompile>
|
||
|
<Culture>0x0409</Culture>
|
||
|
<AdditionalIncludeDirectories>$(IntDir);%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
|
||
|
<PreprocessorDefinitions>NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
||
|
</ResourceCompile>
|
||
|
<Midl>
|
||
|
<MkTypLibCompatible>false</MkTypLibCompatible>
|
||
|
<PreprocessorDefinitions>NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
||
|
<HeaderFileName>MQTTClient.h</HeaderFileName>
|
||
|
<InterfaceIdentifierFileName>MQTTClient_i.c</InterfaceIdentifierFileName>
|
||
|
<ProxyFileName>MQTTClient_p.c</ProxyFileName>
|
||
|
<GenerateStublessProxies>true</GenerateStublessProxies>
|
||
|
<TypeLibraryName>$(IntDir)/MQTTClient.tlb</TypeLibraryName>
|
||
|
<DllDataFileName />
|
||
|
</Midl>
|
||
|
</ItemDefinitionGroup>
|
||
|
<ItemGroup>
|
||
|
<ClCompile Include="MQTTClient.cpp" />
|
||
|
<ClCompile Include="stdafx.cpp">
|
||
|
<PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">Create</PrecompiledHeader>
|
||
|
<PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">Create</PrecompiledHeader>
|
||
|
<PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">Create</PrecompiledHeader>
|
||
|
<PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Release|x64'">Create</PrecompiledHeader>
|
||
|
</ClCompile>
|
||
|
</ItemGroup>
|
||
|
<ItemGroup>
|
||
|
<ClInclude Include="AboutDlg.h" />
|
||
|
<ClInclude Include="MainFrm.h" />
|
||
|
<ClInclude Include="OptionDlg.h" />
|
||
|
<ClInclude Include="resource.h" />
|
||
|
<ClInclude Include="stdafx.h" />
|
||
|
<ClInclude Include="View.h" />
|
||
|
</ItemGroup>
|
||
|
<ItemGroup>
|
||
|
<ResourceCompile Include="MQTTClient.rc" />
|
||
|
</ItemGroup>
|
||
|
<ItemGroup>
|
||
|
<Image Include="res\MQTTClient.ico" />
|
||
|
<Image Include="res\toolbar.bmp" />
|
||
|
</ItemGroup>
|
||
|
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
|
||
|
<ImportGroup Label="ExtensionTargets">
|
||
|
</ImportGroup>
|
||
|
</Project>
|