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>NoTLS</Configuration> 38 <Platform>x64</Platform> 39 </ProjectConfiguration> 40 </ItemGroup> 41 <PropertyGroup Label="Globals"> 42 <VCProjectVersion>15.0</VCProjectVersion> 43 <ProjectGuid>{150F429D-82C6-4EA2-B1B2-16EF35F9C11A}</ProjectGuid> 44 <Keyword>Win32Proj</Keyword> 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>Utility</ConfigurationType> 50 <UseDebugLibraries>true</UseDebugLibraries> 51 <PlatformToolset>$(DefaultPlatformToolset)</PlatformToolset> 52 </PropertyGroup> 53 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug DLL|Win32'" Label="Configuration"> 54 <ConfigurationType>Utility</ConfigurationType> 55 <UseDebugLibraries>true</UseDebugLibraries> 56 <PlatformToolset>$(DefaultPlatformToolset)</PlatformToolset> 57 </PropertyGroup> 58 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration"> 59 <ConfigurationType>Utility</ConfigurationType> 60 <UseDebugLibraries>false</UseDebugLibraries> 61 <PlatformToolset>$(DefaultPlatformToolset)</PlatformToolset> 62 </PropertyGroup> 63 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release DLL|Win32'" Label="Configuration"> 64 <ConfigurationType>Utility</ConfigurationType> 65 <UseDebugLibraries>false</UseDebugLibraries> 66 <PlatformToolset>$(DefaultPlatformToolset)</PlatformToolset> 67 </PropertyGroup> 68 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration"> 69 <ConfigurationType>Utility</ConfigurationType> 70 <UseDebugLibraries>true</UseDebugLibraries> 71 <PlatformToolset>$(DefaultPlatformToolset)</PlatformToolset> 72 </PropertyGroup> 73 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug DLL|x64'" Label="Configuration"> 74 <ConfigurationType>Utility</ConfigurationType> 75 <UseDebugLibraries>true</UseDebugLibraries> 76 <PlatformToolset>$(DefaultPlatformToolset)</PlatformToolset> 77 </PropertyGroup> 78 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration"> 79 <ConfigurationType>Utility</ConfigurationType> 80 <UseDebugLibraries>false</UseDebugLibraries> 81 <PlatformToolset>$(DefaultPlatformToolset)</PlatformToolset> 82 </PropertyGroup> 83 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release DLL|x64'" Label="Configuration"> 84 <ConfigurationType>Utility</ConfigurationType> 85 <UseDebugLibraries>false</UseDebugLibraries> 86 <PlatformToolset>$(DefaultPlatformToolset)</PlatformToolset> 87 </PropertyGroup> 88 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='NoTLS|x64'" Label="Configuration"> 89 <ConfigurationType>Utility</ConfigurationType> 90 <UseDebugLibraries>false</UseDebugLibraries> 91 <PlatformToolset>$(DefaultPlatformToolset)</PlatformToolset> 92 </PropertyGroup> 93 <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" /> 94 <ImportGroup Label="ExtensionSettings"> 95 </ImportGroup> 96 <ImportGroup Label="Shared"> 97 </ImportGroup> 98 <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'"> 99 <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> 100 <Import Project="..\libcoap.props" /> 101 </ImportGroup> 102 <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug DLL|Win32'" Label="PropertySheets"> 103 <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> 104 <Import Project="..\libcoap.props" /> 105 </ImportGroup> 106 <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Release|Win32'"> 107 <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> 108 <Import Project="..\libcoap.props" /> 109 </ImportGroup> 110 <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release DLL|Win32'" Label="PropertySheets"> 111 <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> 112 <Import Project="..\libcoap.props" /> 113 </ImportGroup> 114 <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Debug|x64'"> 115 <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> 116 <Import Project="..\libcoap.props" /> 117 </ImportGroup> 118 <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug DLL|x64'" Label="PropertySheets"> 119 <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> 120 <Import Project="..\libcoap.props" /> 121 </ImportGroup> 122 <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Release|x64'"> 123 <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> 124 <Import Project="..\libcoap.props" /> 125 </ImportGroup> 126 <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release DLL|x64'" Label="PropertySheets"> 127 <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> 128 <Import Project="..\libcoap.props" /> 129 </ImportGroup> 130 <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='NoTLS|x64'"> 131 <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> 132 <Import Project="..\libcoap.props" /> 133 </ImportGroup> 134 <PropertyGroup Label="UserMacros" /> 135 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'"> 136 <NMakePreprocessorDefinitions>WIN32;_DEBUG;$(NMakePreprocessorDefinitions)</NMakePreprocessorDefinitions> 137 <OutDir>$(InstallDirDbg)</OutDir> 138 </PropertyGroup> 139 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug DLL|Win32'"> 140 <NMakePreprocessorDefinitions>WIN32;_DEBUG;$(NMakePreprocessorDefinitions)</NMakePreprocessorDefinitions> 141 <OutDir>$(InstallDirDbg)</OutDir> 142 </PropertyGroup> 143 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'"> 144 <NMakePreprocessorDefinitions>_DEBUG;$(NMakePreprocessorDefinitions)</NMakePreprocessorDefinitions> 145 <OutDir>$(InstallDirDbg)</OutDir> 146 </PropertyGroup> 147 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug DLL|x64'"> 148 <NMakePreprocessorDefinitions>_DEBUG;$(NMakePreprocessorDefinitions)</NMakePreprocessorDefinitions> 149 <OutDir>$(InstallDirDbg)</OutDir> 150 </PropertyGroup> 151 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'"> 152 <NMakePreprocessorDefinitions>WIN32;NDEBUG;$(NMakePreprocessorDefinitions)</NMakePreprocessorDefinitions> 153 <OutDir>$(InstallDir)</OutDir> 154 </PropertyGroup> 155 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release DLL|Win32'"> 156 <NMakePreprocessorDefinitions>WIN32;NDEBUG;$(NMakePreprocessorDefinitions)</NMakePreprocessorDefinitions> 157 <OutDir>$(InstallDir)</OutDir> 158 </PropertyGroup> 159 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'"> 160 <NMakePreprocessorDefinitions>NDEBUG;$(NMakePreprocessorDefinitions)</NMakePreprocessorDefinitions> 161 <OutDir>$(InstallDir)</OutDir> 162 </PropertyGroup> 163 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release DLL|x64'"> 164 <NMakePreprocessorDefinitions>NDEBUG;$(NMakePreprocessorDefinitions)</NMakePreprocessorDefinitions> 165 <OutDir>$(InstallDir)</OutDir> 166 </PropertyGroup> 167 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='NoTLS|x64'"> 168 <NMakePreprocessorDefinitions>NDEBUG;$(NMakePreprocessorDefinitions)</NMakePreprocessorDefinitions> 169 <OutDir>$(InstallDir)</OutDir> 170 </PropertyGroup> 171 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'"> 172 <PostBuildEvent> 173 <Message>Installing</Message> 174 <Command>if not exist "$(OutDir)$(LibCoAPIncludeDir)" mkdir "$(OutDir)$(LibCoAPIncludeDir)" 175copy "$(SolutionDir)..\$(LibCoAPIncludeDir)\*.h" "$(OutDir)$(LibCoAPIncludeDir)" 176if not exist "$(OutDir)bin" mkdir "$(OutDir)bin" 177for %%f in ( coap-client$(DbgSuffix).exe coap-client$(DbgSuffix).pdb coap-server$(DbgSuffix).exe coap-server$(DbgSuffix).pdb coap-rd$(DbgSuffix).exe coap-rd$(DbgSuffix).pdb ) do copy "$(SolutionDir)$(Configuration)%%f" "$(OutDir)bin" 178if not exist "$(OutDir)lib" mkdir "$(OutDir)lib" 179copy "$(SolutionDir)$(Configuration)\libcoap$(DbgSuffix).lib" "$(OutDir)lib" 180copy "$(SolutionDir)$(Configuration)\libcoap$(DbgSuffix).pdb" "$(OutDir)lib"</Command> 181 </PostBuildEvent> 182 </ItemDefinitionGroup> 183 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug DLL|Win32'"> 184 <PostBuildEvent> 185 <Message>Installing</Message> 186 <Command>if not exist "$(OutDir)$(LibCoAPIncludeDir)" mkdir "$(OutDir)$(LibCoAPIncludeDir)" 187copy "$(SolutionDir)..\$(LibCoAPIncludeDir)\*.h" "$(OutDir)$(LibCoAPIncludeDir)" 188if not exist "$(OutDir)bin" mkdir "$(OutDir)bin" 189for %%f in ( coap-client$(DbgSuffix).exe coap-client$(DbgSuffix).pdb coap-server$(DbgSuffix).exe coap-server$(DbgSuffix).pdb coap-rd$(DbgSuffix).exe coap-rd$(DbgSuffix).pdb libcoap-2$(DbgSuffix)-openssl.dll libcoap-2$(DbgSuffix)-openssl.pdb ) do copy "$(SolutionDir)$(Configuration)\%%f" "$(OutDir)bin" 190if not exist "$(OutDir)lib" mkdir "$(OutDir)lib" 191copy "$(SolutionDir)$(Configuration)\libcoap-2$(DbgSuffix)-openssl.lib" "$(OutDir)lib" 192</Command> 193 </PostBuildEvent> 194 </ItemDefinitionGroup> 195 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'"> 196 <PostBuildEvent> 197 <Message>Installing</Message> 198 <Command>if not exist "$(OutDir)$(LibCoAPIncludeDir)" mkdir "$(OutDir)$(LibCoAPIncludeDir)" 199copy "$(SolutionDir)..\$(LibCoAPIncludeDir)\*.h" "$(OutDir)$(LibCoAPIncludeDir)" 200if not exist "$(OutDir)bin" mkdir "$(OutDir)bin" 201for %%f in ( coap-client.exe coap-client.pdb coap-server.exe coap-server.pdb coap-rd.exe coap-rd.pdb ) do copy "$(SolutionDir)$(Configuration)\%%f" "$(OutDir)bin" 202if not exist "$(OutDir)lib" mkdir "$(OutDir)lib" 203copy "$(SolutionDir)$(Configuration)\libcoap.lib" "$(OutDir)lib" 204copy "$(SolutionDir)$(Configuration)\libcoap.pdb" "$(OutDir)lib"</Command> 205 </PostBuildEvent> 206 </ItemDefinitionGroup> 207 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release DLL|Win32'"> 208 <PostBuildEvent> 209 <Message>Installing</Message> 210 <Command>if not exist "$(OutDir)$(LibCoAPIncludeDir)" mkdir "$(OutDir)$(LibCoAPIncludeDir)" 211copy "$(SolutionDir)..\$(LibCoAPIncludeDir)\*.h" "$(OutDir)$(LibCoAPIncludeDir)" 212if not exist "$(OutDir)bin" mkdir "$(OutDir)bin" 213for %%f in ( coap-client.exe coap-client.pdb coap-server.exe coap-server.pdb coap-rd.exe coap-rd.pdb libcoap-2-openssl.dll libcoap-2-openssl.pdb ) do copy "$(SolutionDir)$(Configuration)\%%f" "$(OutDir)bin" 214if not exist "$(OutDir)lib" mkdir "$(OutDir)lib" 215copy "$(SolutionDir)$(Configuration)\libcoap-2-openssl.lib" "$(OutDir)lib" 216</Command> 217 </PostBuildEvent> 218 </ItemDefinitionGroup> 219 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'"> 220 <PostBuildEvent> 221 <Command>if not exist "$(OutDir)$(LibCoAPIncludeDir)" mkdir "$(OutDir)$(LibCoAPIncludeDir)" 222copy "$(SolutionDir)..\$(LibCoAPIncludeDir)\*.h" "$(OutDir)$(LibCoAPIncludeDir)" 223if not exist "$(OutDir)bin" mkdir "$(OutDir)bin" 224for %%f in ( coap-client$(DbgSuffix).exe coap-client$(DbgSuffix).pdb coap-server$(DbgSuffix).exe coap-server$(DbgSuffix).pdb coap-rd$(DbgSuffix).exe coap-rd$(DbgSuffix).pdb ) do copy "$(SolutionDir)$(Platform)\$(Configuration)\%%f" "$(OutDir)bin" 225if not exist "$(OutDir)lib" mkdir "$(OutDir)lib" 226copy "$(SolutionDir)$(Platform)\$(Configuration)\libcoap$(DbgSuffix).lib" "$(OutDir)lib" 227copy "$(SolutionDir)$(Platform)\$(Configuration)\libcoap$(DbgSuffix).pdb" "$(OutDir)lib"</Command> 228 <Message>Installing</Message> 229 </PostBuildEvent> 230 </ItemDefinitionGroup> 231 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug DLL|x64'"> 232 <PostBuildEvent> 233 <Command>if not exist "$(OutDir)$(LibCoAPIncludeDir)" mkdir "$(OutDir)$(LibCoAPIncludeDir)" 234copy "$(SolutionDir)..\$(LibCoAPIncludeDir)\*.h" "$(OutDir)$(LibCoAPIncludeDir)" 235if not exist "$(OutDir)bin" mkdir "$(OutDir)bin" 236for %%f in ( coap-client$(DbgSuffix).exe coap-client$(DbgSuffix).pdb coap-server$(DbgSuffix).exe coap-server$(DbgSuffix).pdb coap-rd$(DbgSuffix).exe coap-rd$(DbgSuffix).pdb libcoap-2$(DbgSuffix)-openssl.dll libcoap-2$(DbgSuffix)-openssl.pdb ) do copy "$(SolutionDir)$(Platform)\$(Configuration)\%%f" "$(OutDir)bin" 237if not exist "$(OutDir)lib" mkdir "$(OutDir)lib" 238copy "$(SolutionDir)$(Platform)\$(Configuration)\libcoap-2$(DbgSuffix)-openssl.lib" "$(OutDir)lib" 239</Command> 240 <Message>Installing</Message> 241 </PostBuildEvent> 242 </ItemDefinitionGroup> 243 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'"> 244 <PostBuildEvent> 245 <Command>if not exist "$(OutDir)$(LibCoAPIncludeDir)" mkdir "$(OutDir)$(LibCoAPIncludeDir)" 246copy "$(SolutionDir)..\$(LibCoAPIncludeDir)\*.h" "$(OutDir)$(LibCoAPIncludeDir)" 247if not exist "$(OutDir)bin" mkdir "$(OutDir)bin" 248for %%f in ( coap-client.exe coap-client.pdb coap-server.exe coap-server.pdb coap-rd.exe coap-rd.pdb ) do copy "$(SolutionDir)$(Platform)\$(Configuration)\%%f" "$(OutDir)bin" 249if not exist "$(OutDir)lib" mkdir "$(OutDir)lib" 250copy "$(SolutionDir)$(Platform)\$(Configuration)\libcoap.lib" "$(OutDir)lib" 251copy "$(SolutionDir)$(Platform)\$(Configuration)\libcoap.pdb" "$(OutDir)lib"</Command> 252 <Message>Installing</Message> 253 </PostBuildEvent> 254 </ItemDefinitionGroup> 255 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release DLL|x64'"> 256 <PostBuildEvent> 257 <Command>if not exist "$(OutDir)$(LibCoAPIncludeDir)" mkdir "$(OutDir)$(LibCoAPIncludeDir)" 258copy "$(SolutionDir)..\$(LibCoAPIncludeDir)\*.h" "$(OutDir)$(LibCoAPIncludeDir)" 259if not exist "$(OutDir)bin" mkdir "$(OutDir)bin" 260for %%f in ( coap-client.exe coap-client.pdb coap-server.exe coap-server.pdb coap-rd.exe coap-rd.pdb libcoap-2-openssl.dll libcoap-2-openssl.pdb ) do copy "$(SolutionDir)$(Platform)\$(Configuration)\%%f" "$(OutDir)bin" 261if not exist "$(OutDir)lib" mkdir "$(OutDir)lib" 262copy "$(SolutionDir)$(Platform)\$(Configuration)\libcoap-2-openssl.lib" "$(OutDir)lib" 263</Command> 264 <Message>Installing</Message> 265 </PostBuildEvent> 266 </ItemDefinitionGroup> 267 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='NoTLS|x64'"> 268 <PostBuildEvent> 269 <Command>if not exist "$(OutDir)$(LibCoAPIncludeDir)" mkdir "$(OutDir)$(LibCoAPIncludeDir)" 270copy "$(SolutionDir)..\$(LibCoAPIncludeDir)\*.h" "$(OutDir)$(LibCoAPIncludeDir)" 271if not exist "$(OutDir)bin" mkdir "$(OutDir)bin" 272for %%f in ( coap-client.exe coap-client.pdb coap-server.exe coap-server.pdb coap-rd.exe coap-rd.pdb ) do copy "$(SolutionDir)$(Platform)\$(Configuration)\%%f" "$(OutDir)bin" 273if not exist "$(OutDir)lib" mkdir "$(OutDir)lib" 274copy "$(SolutionDir)$(Platform)\$(Configuration)\libcoap-2.lib" "$(OutDir)lib" 275copy "$(SolutionDir)$(Platform)\$(Configuration)\libcoap-2.pdb" "$(OutDir)lib"</Command> 276 <Message>Installing</Message> 277 </PostBuildEvent> 278 </ItemDefinitionGroup> 279 <ItemGroup> 280 <ProjectReference Include="..\coap-client\coap-client.vcxproj"> 281 <Project>{177f5822-f271-4903-9922-05adaf358b1e}</Project> 282 </ProjectReference> 283 <ProjectReference Include="..\coap-rd\coap-rd.vcxproj"> 284 <Project>{640ac988-fe9e-4580-bdf5-0d9fd57c3ce5}</Project> 285 </ProjectReference> 286 <ProjectReference Include="..\coap-server\coap-server.vcxproj"> 287 <Project>{f9255447-0c93-47cb-8644-62f0e6995791}</Project> 288 </ProjectReference> 289 <ProjectReference Include="..\libcoap.vcxproj"> 290 <Project>{96a98759-36b3-4246-a265-cafceec0f2f2}</Project> 291 </ProjectReference> 292 </ItemGroup> 293 <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" /> 294 <ImportGroup Label="ExtensionTargets"> 295 </ImportGroup> 296</Project> 297