|  | 
| 5 | 5 |       <Configuration>Debug</Configuration> | 
| 6 | 6 |       <Platform>Win32</Platform> | 
| 7 | 7 |     </ProjectConfiguration> | 
| 8 |  | -    <ProjectConfiguration Include="Release|Win32"> | 
| 9 |  | -      <Configuration>Release</Configuration> | 
| 10 |  | -      <Platform>Win32</Platform> | 
| 11 |  | -    </ProjectConfiguration> | 
| 12 |  | -    <ProjectConfiguration Include="Debug|x64"> | 
| 13 |  | -      <Configuration>Debug</Configuration> | 
| 14 |  | -      <Platform>x64</Platform> | 
| 15 |  | -    </ProjectConfiguration> | 
| 16 |  | -    <ProjectConfiguration Include="Release|x64"> | 
| 17 |  | -      <Configuration>Release</Configuration> | 
| 18 |  | -      <Platform>x64</Platform> | 
| 19 |  | -    </ProjectConfiguration> | 
| 20 | 8 |   </ItemGroup> | 
| 21 | 9 |   <PropertyGroup Label="Globals"> | 
| 22 | 10 |     <VCProjectVersion>16.0</VCProjectVersion> | 
|  | 
| 33 | 21 |     <CharacterSet>Unicode</CharacterSet> | 
| 34 | 22 |     <PreferredToolArchitecture>x86</PreferredToolArchitecture> | 
| 35 | 23 |   </PropertyGroup> | 
| 36 |  | -  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration"> | 
| 37 |  | -    <ConfigurationType>Application</ConfigurationType> | 
| 38 |  | -    <UseDebugLibraries>false</UseDebugLibraries> | 
| 39 |  | -    <PlatformToolset>v142</PlatformToolset> | 
| 40 |  | -    <WholeProgramOptimization>true</WholeProgramOptimization> | 
| 41 |  | -    <CharacterSet>Unicode</CharacterSet> | 
| 42 |  | -    <PreferredToolArchitecture>x86</PreferredToolArchitecture> | 
| 43 |  | -  </PropertyGroup> | 
| 44 |  | -  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration"> | 
| 45 |  | -    <ConfigurationType>Application</ConfigurationType> | 
| 46 |  | -    <UseDebugLibraries>true</UseDebugLibraries> | 
| 47 |  | -    <PlatformToolset>v142</PlatformToolset> | 
| 48 |  | -    <CharacterSet>Unicode</CharacterSet> | 
| 49 |  | -  </PropertyGroup> | 
| 50 |  | -  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration"> | 
| 51 |  | -    <ConfigurationType>Application</ConfigurationType> | 
| 52 |  | -    <UseDebugLibraries>false</UseDebugLibraries> | 
| 53 |  | -    <PlatformToolset>v142</PlatformToolset> | 
| 54 |  | -    <WholeProgramOptimization>true</WholeProgramOptimization> | 
| 55 |  | -    <CharacterSet>Unicode</CharacterSet> | 
| 56 |  | -  </PropertyGroup> | 
| 57 | 24 |   <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" /> | 
| 58 | 25 |   <ImportGroup Label="ExtensionSettings"> | 
| 59 | 26 |   </ImportGroup> | 
|  | 
| 62 | 29 |   <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'"> | 
| 63 | 30 |     <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> | 
| 64 | 31 |   </ImportGroup> | 
| 65 |  | -  <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Release|Win32'"> | 
| 66 |  | -    <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> | 
| 67 |  | -  </ImportGroup> | 
| 68 |  | -  <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Debug|x64'"> | 
| 69 |  | -    <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> | 
| 70 |  | -  </ImportGroup> | 
| 71 |  | -  <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Release|x64'"> | 
| 72 |  | -    <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> | 
| 73 |  | -  </ImportGroup> | 
| 74 | 32 |   <PropertyGroup Label="UserMacros" /> | 
| 75 | 33 |   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'"> | 
| 76 | 34 |     <LinkIncremental>true</LinkIncremental> | 
| 77 | 35 |   </PropertyGroup> | 
| 78 |  | -  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'"> | 
| 79 |  | -    <LinkIncremental>false</LinkIncremental> | 
| 80 |  | -  </PropertyGroup> | 
| 81 |  | -  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'"> | 
| 82 |  | -    <LinkIncremental>true</LinkIncremental> | 
| 83 |  | -  </PropertyGroup> | 
| 84 |  | -  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'"> | 
| 85 |  | -    <LinkIncremental>false</LinkIncremental> | 
| 86 |  | -  </PropertyGroup> | 
| 87 | 36 |   <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'"> | 
| 88 | 37 |     <ClCompile> | 
| 89 | 38 |       <WarningLevel>Level3</WarningLevel> | 
| 90 | 39 |       <SDLCheck>true</SDLCheck> | 
| 91 |  | -      <PreprocessorDefinitions>WIN32;_DEBUG;_CONSOLE;MBEDTLS_CONFIG_FILE="mbedtls_config_v3.2.1.h";%(PreprocessorDefinitions)</PreprocessorDefinitions> | 
| 92 |  | -      <ConformanceMode>true</ConformanceMode> | 
| 93 |  | -      <AdditionalIncludeDirectories>.\;..\..\Mqtt_Demo_Helpers;..\..\..\..\Source\coreJSON\source\include;..\..\..\..\Source\AWS\device-shadow\source\include;..\..\..\..\Source\Application-Protocols\network_transport\tcp_sockets_wrapper\include;..\..\..\..\Source\Application-Protocols\network_transport;..\..\..\..\Source\Utilities\backoff_algorithm\source\include;..\..\..\..\Source\Application-Protocols\coreMQTT\source\interface;..\..\..\..\Source\Application-Protocols\coreMQTT\source\include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> | 
| 94 |  | -    </ClCompile> | 
| 95 |  | -    <Link> | 
| 96 |  | -      <SubSystem>Console</SubSystem> | 
| 97 |  | -      <GenerateDebugInformation>true</GenerateDebugInformation> | 
| 98 |  | -    </Link> | 
| 99 |  | -  </ItemDefinitionGroup> | 
| 100 |  | -  <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'"> | 
| 101 |  | -    <ClCompile> | 
| 102 |  | -      <WarningLevel>Level3</WarningLevel> | 
| 103 |  | -      <FunctionLevelLinking>true</FunctionLevelLinking> | 
| 104 |  | -      <IntrinsicFunctions>true</IntrinsicFunctions> | 
| 105 |  | -      <SDLCheck>true</SDLCheck> | 
| 106 |  | -      <PreprocessorDefinitions>WIN32;NDEBUG;_CONSOLE;MBEDTLS_CONFIG_FILE="mbedtls_config_v3.2.1.h";%(PreprocessorDefinitions)</PreprocessorDefinitions> | 
| 107 |  | -      <ConformanceMode>true</ConformanceMode> | 
| 108 |  | -      <AdditionalIncludeDirectories>.\;..\..\Mqtt_Demo_Helpers;..\..\..\..\Source\coreJSON\source\include;..\..\..\..\Source\AWS\device-shadow\source\include;..\..\..\..\Source\Application-Protocols\network_transport\tcp_sockets_wrapper\include;..\..\..\..\Source\Application-Protocols\network_transport;..\..\..\..\Source\Utilities\backoff_algorithm\source\include;..\..\..\..\Source\Application-Protocols\coreMQTT\source\interface;..\..\..\..\Source\Application-Protocols\coreMQTT\source\include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> | 
| 109 |  | -    </ClCompile> | 
| 110 |  | -    <Link> | 
| 111 |  | -      <SubSystem>Console</SubSystem> | 
| 112 |  | -      <EnableCOMDATFolding>true</EnableCOMDATFolding> | 
| 113 |  | -      <OptimizeReferences>true</OptimizeReferences> | 
| 114 |  | -      <GenerateDebugInformation>true</GenerateDebugInformation> | 
| 115 |  | -    </Link> | 
| 116 |  | -  </ItemDefinitionGroup> | 
| 117 |  | -  <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'"> | 
| 118 |  | -    <ClCompile> | 
| 119 |  | -      <WarningLevel>Level3</WarningLevel> | 
| 120 |  | -      <SDLCheck>true</SDLCheck> | 
| 121 |  | -      <PreprocessorDefinitions>_DEBUG;_CONSOLE;MBEDTLS_CONFIG_FILE="mbedtls_config_v3.2.1.h";%(PreprocessorDefinitions)</PreprocessorDefinitions> | 
| 122 |  | -      <ConformanceMode>true</ConformanceMode> | 
| 123 |  | -      <AdditionalIncludeDirectories>.\;..\..\Mqtt_Demo_Helpers;..\..\..\..\Source\coreJSON\source\include;..\..\..\..\Source\AWS\device-shadow\source\include;..\..\..\..\Source\Application-Protocols\network_transport\tcp_sockets_wrapper\include;..\..\..\..\Source\Application-Protocols\network_transport;..\..\..\..\Source\Utilities\backoff_algorithm\source\include;..\..\..\..\Source\Application-Protocols\coreMQTT\source\interface;..\..\..\..\Source\Application-Protocols\coreMQTT\source\include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> | 
| 124 |  | -    </ClCompile> | 
| 125 |  | -    <Link> | 
| 126 |  | -      <SubSystem>Console</SubSystem> | 
| 127 |  | -      <GenerateDebugInformation>true</GenerateDebugInformation> | 
| 128 |  | -    </Link> | 
| 129 |  | -  </ItemDefinitionGroup> | 
| 130 |  | -  <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'"> | 
| 131 |  | -    <ClCompile> | 
| 132 |  | -      <WarningLevel>Level3</WarningLevel> | 
| 133 |  | -      <FunctionLevelLinking>true</FunctionLevelLinking> | 
| 134 |  | -      <IntrinsicFunctions>true</IntrinsicFunctions> | 
| 135 |  | -      <SDLCheck>true</SDLCheck> | 
| 136 |  | -      <PreprocessorDefinitions>NDEBUG;_CONSOLE;MBEDTLS_CONFIG_FILE="mbedtls_config_v3.2.1.h";%(PreprocessorDefinitions)</PreprocessorDefinitions> | 
|  | 40 | +      <PreprocessorDefinitions>WIN32;WIN32_LEAN_AND_MEAN;_DEBUG;_CONSOLE;MBEDTLS_CONFIG_FILE="mbedtls_config_v3.5.1.h";%(PreprocessorDefinitions)</PreprocessorDefinitions> | 
| 137 | 41 |       <ConformanceMode>true</ConformanceMode> | 
| 138 | 42 |       <AdditionalIncludeDirectories>.\;..\..\Mqtt_Demo_Helpers;..\..\..\..\Source\coreJSON\source\include;..\..\..\..\Source\AWS\device-shadow\source\include;..\..\..\..\Source\Application-Protocols\network_transport\tcp_sockets_wrapper\include;..\..\..\..\Source\Application-Protocols\network_transport;..\..\..\..\Source\Utilities\backoff_algorithm\source\include;..\..\..\..\Source\Application-Protocols\coreMQTT\source\interface;..\..\..\..\Source\Application-Protocols\coreMQTT\source\include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> | 
| 139 | 43 |     </ClCompile> | 
| 140 | 44 |     <Link> | 
| 141 | 45 |       <SubSystem>Console</SubSystem> | 
| 142 |  | -      <EnableCOMDATFolding>true</EnableCOMDATFolding> | 
| 143 |  | -      <OptimizeReferences>true</OptimizeReferences> | 
| 144 | 46 |       <GenerateDebugInformation>true</GenerateDebugInformation> | 
| 145 | 47 |     </Link> | 
| 146 | 48 |   </ItemDefinitionGroup> | 
|  | 
0 commit comments