1<?xml version="1.0" encoding="utf-8"?> 2<Project DefaultTargets="Build" ToolsVersion="15.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> 3 <ItemGroup Label="ProjectConfigurations"> 4 <ProjectConfiguration Include="Debug DLL|Win32"> 5 <Configuration>Debug DLL</Configuration> 6 <Platform>Win32</Platform> 7 </ProjectConfiguration> 8 <ProjectConfiguration Include="Debug DLL|x64"> 9 <Configuration>Debug DLL</Configuration> 10 <Platform>x64</Platform> 11 </ProjectConfiguration> 12 <ProjectConfiguration Include="Debug|Win32"> 13 <Configuration>Debug</Configuration> 14 <Platform>Win32</Platform> 15 </ProjectConfiguration> 16 <ProjectConfiguration Include="Release DLL|Win32"> 17 <Configuration>Release DLL</Configuration> 18 <Platform>Win32</Platform> 19 </ProjectConfiguration> 20 <ProjectConfiguration Include="Release DLL|x64"> 21 <Configuration>Release DLL</Configuration> 22 <Platform>x64</Platform> 23 </ProjectConfiguration> 24 <ProjectConfiguration Include="Release|Win32"> 25 <Configuration>Release</Configuration> 26 <Platform>Win32</Platform> 27 </ProjectConfiguration> 28 <ProjectConfiguration Include="Debug|x64"> 29 <Configuration>Debug</Configuration> 30 <Platform>x64</Platform> 31 </ProjectConfiguration> 32 <ProjectConfiguration Include="Release|x64"> 33 <Configuration>Release</Configuration> 34 <Platform>x64</Platform> 35 </ProjectConfiguration> 36 <ProjectConfiguration Include="NoTLS|x64"> 37 <Configuration>Release</Configuration> 38 <Platform>x64</Platform> 39 </ProjectConfiguration> 40 </ItemGroup> 41 <PropertyGroup Label="Globals"> 42 <ProjectGuid>{177F5822-F271-4903-9922-05ADAF358B1E}</ProjectGuid> 43 <Keyword>Win32Proj</Keyword> 44 <RootNamespace>coap_client</RootNamespace> 45 <WindowsTargetPlatformVersion>$(LatestTargetPlatformVersion)</WindowsTargetPlatformVersion> 46 <ProjectName>coap-client</ProjectName> 47 </PropertyGroup> 48 <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" /> 49 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration"> 50 <ConfigurationType>Application</ConfigurationType> 51 <UseDebugLibraries>true</UseDebugLibraries> 52 <PlatformToolset>$(DefaultPlatformToolset)</PlatformToolset> 53 <CharacterSet>MultiByte</CharacterSet> 54 </PropertyGroup> 55 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug DLL|Win32'" Label="Configuration"> 56 <ConfigurationType>Application</ConfigurationType> 57 <UseDebugLibraries>true</UseDebugLibraries> 58 <PlatformToolset>$(DefaultPlatformToolset)</PlatformToolset> 59 <CharacterSet>MultiByte</CharacterSet> 60 </PropertyGroup> 61 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration"> 62 <ConfigurationType>Application</ConfigurationType> 63 <UseDebugLibraries>false</UseDebugLibraries> 64 <PlatformToolset>$(DefaultPlatformToolset)</PlatformToolset> 65 <WholeProgramOptimization>true</WholeProgramOptimization> 66 <CharacterSet>MultiByte</CharacterSet> 67 </PropertyGroup> 68 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release DLL|Win32'" Label="Configuration"> 69 <ConfigurationType>Application</ConfigurationType> 70 <UseDebugLibraries>false</UseDebugLibraries> 71 <PlatformToolset>$(DefaultPlatformToolset)</PlatformToolset> 72 <WholeProgramOptimization>true</WholeProgramOptimization> 73 <CharacterSet>MultiByte</CharacterSet> 74 </PropertyGroup> 75 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration"> 76 <ConfigurationType>Application</ConfigurationType> 77 <UseDebugLibraries>true</UseDebugLibraries> 78 <PlatformToolset>$(DefaultPlatformToolset)</PlatformToolset> 79 <CharacterSet>MultiByte</CharacterSet> 80 </PropertyGroup> 81 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug DLL|x64'" Label="Configuration"> 82 <ConfigurationType>Application</ConfigurationType> 83 <UseDebugLibraries>true</UseDebugLibraries> 84 <PlatformToolset>$(DefaultPlatformToolset)</PlatformToolset> 85 <CharacterSet>MultiByte</CharacterSet> 86 </PropertyGroup> 87 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration"> 88 <ConfigurationType>Application</ConfigurationType> 89 <UseDebugLibraries>false</UseDebugLibraries> 90 <PlatformToolset>$(DefaultPlatformToolset)</PlatformToolset> 91 <WholeProgramOptimization>true</WholeProgramOptimization> 92 <CharacterSet>MultiByte</CharacterSet> 93 </PropertyGroup> 94 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release DLL|x64'" Label="Configuration"> 95 <ConfigurationType>Application</ConfigurationType> 96 <UseDebugLibraries>false</UseDebugLibraries> 97 <PlatformToolset>$(DefaultPlatformToolset)</PlatformToolset> 98 <WholeProgramOptimization>true</WholeProgramOptimization> 99 <CharacterSet>MultiByte</CharacterSet> 100 </PropertyGroup> 101 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='NoTLS|x64'" Label="Configuration"> 102 <ConfigurationType>Application</ConfigurationType> 103 <UseDebugLibraries>false</UseDebugLibraries> 104 <PlatformToolset>$(DefaultPlatformToolset)</PlatformToolset> 105 <WholeProgramOptimization>true</WholeProgramOptimization> 106 <CharacterSet>MultiByte</CharacterSet> 107 </PropertyGroup> 108 <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" /> 109 <ImportGroup Label="ExtensionSettings"> 110 </ImportGroup> 111 <ImportGroup Label="Shared"> 112 </ImportGroup> 113 <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'"> 114 <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> 115 <Import Project="..\libcoap.props" /> 116 </ImportGroup> 117 <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug DLL|Win32'" Label="PropertySheets"> 118 <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> 119 <Import Project="..\libcoap.props" /> 120 </ImportGroup> 121 <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Release|Win32'"> 122 <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> 123 <Import Project="..\libcoap.props" /> 124 </ImportGroup> 125 <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release DLL|Win32'" Label="PropertySheets"> 126 <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> 127 <Import Project="..\libcoap.props" /> 128 </ImportGroup> 129 <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Debug|x64'"> 130 <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> 131 <Import Project="..\libcoap.props" /> 132 </ImportGroup> 133 <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug DLL|x64'" Label="PropertySheets"> 134 <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> 135 <Import Project="..\libcoap.props" /> 136 </ImportGroup> 137 <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Release|x64'"> 138 <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> 139 <Import Project="..\libcoap.props" /> 140 </ImportGroup> 141 <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release DLL|x64'" Label="PropertySheets"> 142 <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> 143 <Import Project="..\libcoap.props" /> 144 </ImportGroup> 145 <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='NoTLS|x64'"> 146 <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> 147 <Import Project="..\libcoap.props" /> 148 </ImportGroup> 149 <PropertyGroup Label="UserMacros" /> 150 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'"> 151 <LinkIncremental>false</LinkIncremental> 152 <TargetName>$(ProjectName)$(DbgSuffix)</TargetName> 153 <IncludePath>$(IncludePath)</IncludePath> 154 <LibraryPath>$(LibraryPath)</LibraryPath> 155 </PropertyGroup> 156 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug DLL|Win32'"> 157 <LinkIncremental>false</LinkIncremental> 158 <TargetName>$(ProjectName)$(DbgSuffix)</TargetName> 159 <IncludePath>$(IncludePath)</IncludePath> 160 <LibraryPath>$(LibraryPath)</LibraryPath> 161 </PropertyGroup> 162 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'"> 163 <LinkIncremental>false</LinkIncremental> 164 <TargetName>$(ProjectName)$(DbgSuffix)</TargetName> 165 <IncludePath>$(VC_IncludePath);$(WindowsSDK_IncludePath);$(SolutionDir)include</IncludePath> 166 <LibraryPath>$(VC_LibraryPath_x64);$(WindowsSDK_LibraryPath_x64);$(NETFXKitsDir)Lib\um\x64;$(SolutionDir)lib</LibraryPath> 167 </PropertyGroup> 168 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug DLL|x64'"> 169 <LinkIncremental>false</LinkIncremental> 170 <TargetName>$(ProjectName)$(DbgSuffix)</TargetName> 171 <IncludePath>$(VC_IncludePath);$(WindowsSDK_IncludePath);$(SolutionDir)include</IncludePath> 172 <LibraryPath>$(VC_LibraryPath_x64);$(WindowsSDK_LibraryPath_x64);$(NETFXKitsDir)Lib\um\x64;$(SolutionDir)lib</LibraryPath> 173 </PropertyGroup> 174 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'"> 175 <LinkIncremental>false</LinkIncremental> 176 <IncludePath>$(IncludePath)</IncludePath> 177 <LibraryPath>$(LibraryPath)</LibraryPath> 178 </PropertyGroup> 179 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release DLL|Win32'"> 180 <LinkIncremental>false</LinkIncremental> 181 <IncludePath>$(IncludePath)</IncludePath> 182 <LibraryPath>$(LibraryPath)</LibraryPath> 183 </PropertyGroup> 184 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'"> 185 <LinkIncremental>false</LinkIncremental> 186 <IncludePath>$(VC_IncludePath);$(WindowsSDK_IncludePath);$(SolutionDir)include</IncludePath> 187 <LibraryPath>$(VC_LibraryPath_x64);$(WindowsSDK_LibraryPath_x64);$(NETFXKitsDir)Lib\um\x64;$(SolutionDir)lib</LibraryPath> 188 </PropertyGroup> 189 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release DLL|x64'"> 190 <LinkIncremental>false</LinkIncremental> 191 <IncludePath>$(VC_IncludePath);$(WindowsSDK_IncludePath);$(SolutionDir)include</IncludePath> 192 <LibraryPath>$(VC_LibraryPath_x64);$(WindowsSDK_LibraryPath_x64);$(NETFXKitsDir)Lib\um\x64;$(SolutionDir)lib</LibraryPath> 193 </PropertyGroup> 194 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='NoTLS|x64'"> 195 <LinkIncremental>false</LinkIncremental> 196 <IncludePath>$(VC_IncludePath);$(WindowsSDK_IncludePath);$(SolutionDir)include</IncludePath> 197 <LibraryPath>$(VC_LibraryPath_x64);$(WindowsSDK_LibraryPath_x64);$(NETFXKitsDir)Lib\um\x64;$(SolutionDir)lib</LibraryPath> 198 </PropertyGroup> 199 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'"> 200 <ClCompile> 201 <PrecompiledHeader> 202 </PrecompiledHeader> 203 <WarningLevel>Level3</WarningLevel> 204 <Optimization>Disabled</Optimization> 205 <PreprocessorDefinitions>_CRT_SECURE_NO_WARNINGS;_DEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions> 206 <DebugInformationFormat>ProgramDatabase</DebugInformationFormat> 207 <MinimalRebuild>false</MinimalRebuild> 208 <AdditionalIncludeDirectories>../../include</AdditionalIncludeDirectories> 209 <CompileAs>CompileAsC</CompileAs> 210 <DisableSpecificWarnings>4996</DisableSpecificWarnings> 211 </ClCompile> 212 <Link> 213 <SubSystem>Console</SubSystem> 214 <GenerateDebugInformation>true</GenerateDebugInformation> 215 <AdditionalLibraryDirectories>$(OpenSSLLibDirDbg)</AdditionalLibraryDirectories> 216 <AdditionalDependencies>libcrypto$(DbgSuffix).lib;libssl$(DbgSuffix).lib;%(AdditionalDependencies)</AdditionalDependencies> 217 </Link> 218 </ItemDefinitionGroup> 219 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug DLL|Win32'"> 220 <ClCompile> 221 <PrecompiledHeader> 222 </PrecompiledHeader> 223 <WarningLevel>Level3</WarningLevel> 224 <Optimization>Disabled</Optimization> 225 <PreprocessorDefinitions>_CRT_SECURE_NO_WARNINGS;_DEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions> 226 <DebugInformationFormat>ProgramDatabase</DebugInformationFormat> 227 <MinimalRebuild>false</MinimalRebuild> 228 <AdditionalIncludeDirectories>../../include</AdditionalIncludeDirectories> 229 <CompileAs>CompileAsC</CompileAs> 230 <DisableSpecificWarnings>4996</DisableSpecificWarnings> 231 </ClCompile> 232 <Link> 233 <SubSystem>Console</SubSystem> 234 <GenerateDebugInformation>true</GenerateDebugInformation> 235 </Link> 236 </ItemDefinitionGroup> 237 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'"> 238 <ClCompile> 239 <PrecompiledHeader> 240 </PrecompiledHeader> 241 <WarningLevel>Level3</WarningLevel> 242 <Optimization>Disabled</Optimization> 243 <PreprocessorDefinitions>_CRT_SECURE_NO_WARNINGS;_DEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions> 244 <DebugInformationFormat>ProgramDatabase</DebugInformationFormat> 245 <AdditionalIncludeDirectories>../../include</AdditionalIncludeDirectories> 246 <MinimalRebuild>false</MinimalRebuild> 247 <DisableSpecificWarnings>4996</DisableSpecificWarnings> 248 </ClCompile> 249 <Link> 250 <SubSystem>Console</SubSystem> 251 <GenerateDebugInformation>true</GenerateDebugInformation> 252 <AdditionalDependencies>libcrypto$(DbgSuffix).lib;libssl$(DbgSuffix).lib;%(AdditionalDependencies)</AdditionalDependencies> 253 <AdditionalLibraryDirectories>$(OpenSSLLibDirDbg)</AdditionalLibraryDirectories> 254 </Link> 255 </ItemDefinitionGroup> 256 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug DLL|x64'"> 257 <ClCompile> 258 <PrecompiledHeader> 259 </PrecompiledHeader> 260 <WarningLevel>Level3</WarningLevel> 261 <Optimization>Disabled</Optimization> 262 <PreprocessorDefinitions>_CRT_SECURE_NO_WARNINGS;_DEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions> 263 <DebugInformationFormat>ProgramDatabase</DebugInformationFormat> 264 <AdditionalIncludeDirectories>../../include</AdditionalIncludeDirectories> 265 <MinimalRebuild>false</MinimalRebuild> 266 <DisableSpecificWarnings>4996</DisableSpecificWarnings> 267 </ClCompile> 268 <Link> 269 <SubSystem>Console</SubSystem> 270 <GenerateDebugInformation>true</GenerateDebugInformation> 271 </Link> 272 </ItemDefinitionGroup> 273 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'"> 274 <ClCompile> 275 <WarningLevel>Level3</WarningLevel> 276 <PrecompiledHeader> 277 </PrecompiledHeader> 278 <Optimization>MaxSpeed</Optimization> 279 <FunctionLevelLinking>true</FunctionLevelLinking> 280 <IntrinsicFunctions>true</IntrinsicFunctions> 281 <PreprocessorDefinitions>_CRT_SECURE_NO_WARNINGS;NDEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions> 282 <AdditionalIncludeDirectories>../../include</AdditionalIncludeDirectories> 283 <CompileAs>CompileAsC</CompileAs> 284 <DisableSpecificWarnings>4996</DisableSpecificWarnings> 285 </ClCompile> 286 <Link> 287 <SubSystem>Console</SubSystem> 288 <EnableCOMDATFolding>true</EnableCOMDATFolding> 289 <OptimizeReferences>true</OptimizeReferences> 290 <GenerateDebugInformation>true</GenerateDebugInformation> 291 <AdditionalLibraryDirectories>$(OpenSSLLibDir)</AdditionalLibraryDirectories> 292 <AdditionalDependencies>libcrypto.lib;libssl.lib;%(AdditionalDependencies)</AdditionalDependencies> 293 </Link> 294 </ItemDefinitionGroup> 295 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release DLL|Win32'"> 296 <ClCompile> 297 <WarningLevel>Level3</WarningLevel> 298 <PrecompiledHeader> 299 </PrecompiledHeader> 300 <Optimization>MaxSpeed</Optimization> 301 <FunctionLevelLinking>true</FunctionLevelLinking> 302 <IntrinsicFunctions>true</IntrinsicFunctions> 303 <PreprocessorDefinitions>_CRT_SECURE_NO_WARNINGS;NDEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions> 304 <AdditionalIncludeDirectories>../../include</AdditionalIncludeDirectories> 305 <CompileAs>CompileAsC</CompileAs> 306 <DisableSpecificWarnings>4996</DisableSpecificWarnings> 307 </ClCompile> 308 <Link> 309 <SubSystem>Console</SubSystem> 310 <EnableCOMDATFolding>true</EnableCOMDATFolding> 311 <OptimizeReferences>true</OptimizeReferences> 312 <GenerateDebugInformation>true</GenerateDebugInformation> 313 </Link> 314 </ItemDefinitionGroup> 315 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'"> 316 <ClCompile> 317 <WarningLevel>Level3</WarningLevel> 318 <PrecompiledHeader> 319 </PrecompiledHeader> 320 <Optimization>MaxSpeed</Optimization> 321 <FunctionLevelLinking>true</FunctionLevelLinking> 322 <IntrinsicFunctions>true</IntrinsicFunctions> 323 <PreprocessorDefinitions>_CRT_SECURE_NO_WARNINGS;NDEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions> 324 <AdditionalIncludeDirectories>../../include</AdditionalIncludeDirectories> 325 <DisableSpecificWarnings>4996</DisableSpecificWarnings> 326 </ClCompile> 327 <Link> 328 <SubSystem>Console</SubSystem> 329 <EnableCOMDATFolding>true</EnableCOMDATFolding> 330 <OptimizeReferences>true</OptimizeReferences> 331 <GenerateDebugInformation>true</GenerateDebugInformation> 332 <AdditionalDependencies>libcrypto.lib;libssl.lib;%(AdditionalDependencies)</AdditionalDependencies> 333 <AdditionalLibraryDirectories>$(OpenSSLLibDir)</AdditionalLibraryDirectories> 334 </Link> 335 </ItemDefinitionGroup> 336 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release DLL|x64'"> 337 <ClCompile> 338 <WarningLevel>Level3</WarningLevel> 339 <PrecompiledHeader> 340 </PrecompiledHeader> 341 <Optimization>MaxSpeed</Optimization> 342 <FunctionLevelLinking>true</FunctionLevelLinking> 343 <IntrinsicFunctions>true</IntrinsicFunctions> 344 <PreprocessorDefinitions>_CRT_SECURE_NO_WARNINGS;NDEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions> 345 <AdditionalIncludeDirectories>../../include</AdditionalIncludeDirectories> 346 <DisableSpecificWarnings>4996</DisableSpecificWarnings> 347 </ClCompile> 348 <Link> 349 <SubSystem>Console</SubSystem> 350 <EnableCOMDATFolding>true</EnableCOMDATFolding> 351 <OptimizeReferences>true</OptimizeReferences> 352 <GenerateDebugInformation>true</GenerateDebugInformation> 353 </Link> 354 </ItemDefinitionGroup> 355 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='NoTLS|x64'"> 356 <ClCompile> 357 <WarningLevel>Level3</WarningLevel> 358 <PrecompiledHeader> 359 </PrecompiledHeader> 360 <Optimization>MaxSpeed</Optimization> 361 <FunctionLevelLinking>true</FunctionLevelLinking> 362 <IntrinsicFunctions>true</IntrinsicFunctions> 363 <PreprocessorDefinitions>_CRT_SECURE_NO_WARNINGS;NDEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions> 364 <AdditionalIncludeDirectories>../../include</AdditionalIncludeDirectories> 365 <DisableSpecificWarnings>4996</DisableSpecificWarnings> 366 </ClCompile> 367 <Link> 368 <SubSystem>Console</SubSystem> 369 <EnableCOMDATFolding>true</EnableCOMDATFolding> 370 <OptimizeReferences>true</OptimizeReferences> 371 <GenerateDebugInformation>true</GenerateDebugInformation> 372 <AdditionalDependencies>%(AdditionalDependencies)</AdditionalDependencies> 373 <AdditionalLibraryDirectories></AdditionalLibraryDirectories> 374 </Link> 375 </ItemDefinitionGroup> 376 <ItemGroup> 377 <ClCompile Include="..\..\examples\coap-client.c" /> 378 </ItemGroup> 379 <ItemGroup> 380 <ProjectReference Include="..\libcoap.vcxproj"> 381 <Project>{96a98759-36b3-4246-a265-cafceec0f2f2}</Project> 382 </ProjectReference> 383 </ItemGroup> 384 <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" /> 385 <ImportGroup Label="ExtensionTargets"> 386 </ImportGroup> 387</Project> 388