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