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