1<?xml version="1.0" encoding="utf-8"?> 2<Project DefaultTargets="Build" ToolsVersion="14.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> 3 <ItemGroup Label="ProjectConfigurations"> 4 <ProjectConfiguration Include="Debug-static|Win32"> 5 <Configuration>Debug-static</Configuration> 6 <Platform>Win32</Platform> 7 </ProjectConfiguration> 8 <ProjectConfiguration Include="Debug-static|x64"> 9 <Configuration>Debug-static</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-static|Win32"> 17 <Configuration>Release-static</Configuration> 18 <Platform>Win32</Platform> 19 </ProjectConfiguration> 20 <ProjectConfiguration Include="Release-static|x64"> 21 <Configuration>Release-static</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 </ItemGroup> 37 <ItemGroup> 38 <ClCompile Include="..\..\..\..\src\arena.c" /> 39 <ClCompile Include="..\..\..\..\src\background_thread.c" /> 40 <ClCompile Include="..\..\..\..\src\base.c" /> 41 <ClCompile Include="..\..\..\..\src\bin.c" /> 42 <ClCompile Include="..\..\..\..\src\bitmap.c" /> 43 <ClCompile Include="..\..\..\..\src\ckh.c" /> 44 <ClCompile Include="..\..\..\..\src\ctl.c" /> 45 <ClCompile Include="..\..\..\..\src\div.c" /> 46 <ClCompile Include="..\..\..\..\src\extent.c" /> 47 <ClCompile Include="..\..\..\..\src\extent_dss.c" /> 48 <ClCompile Include="..\..\..\..\src\extent_mmap.c" /> 49 <ClCompile Include="..\..\..\..\src\hash.c" /> 50 <ClCompile Include="..\..\..\..\src\hooks.c" /> 51 <ClCompile Include="..\..\..\..\src\jemalloc.c" /> 52 <ClCompile Include="..\..\..\..\src\large.c" /> 53 <ClCompile Include="..\..\..\..\src\log.c" /> 54 <ClCompile Include="..\..\..\..\src\malloc_io.c" /> 55 <ClCompile Include="..\..\..\..\src\mutex.c" /> 56 <ClCompile Include="..\..\..\..\src\mutex_pool.c" /> 57 <ClCompile Include="..\..\..\..\src\nstime.c" /> 58 <ClCompile Include="..\..\..\..\src\pages.c" /> 59 <ClCompile Include="..\..\..\..\src\prng.c" /> 60 <ClCompile Include="..\..\..\..\src\prof.c" /> 61 <ClCompile Include="..\..\..\..\src\rtree.c" /> 62 <ClCompile Include="..\..\..\..\src\stats.c" /> 63 <ClCompile Include="..\..\..\..\src\sz.c" /> 64 <ClCompile Include="..\..\..\..\src\tcache.c" /> 65 <ClCompile Include="..\..\..\..\src\ticker.c" /> 66 <ClCompile Include="..\..\..\..\src\tsd.c" /> 67 <ClCompile Include="..\..\..\..\src\witness.c" /> 68 </ItemGroup> 69 <PropertyGroup Label="Globals"> 70 <ProjectGuid>{8D6BB292-9E1C-413D-9F98-4864BDC1514A}</ProjectGuid> 71 <Keyword>Win32Proj</Keyword> 72 <RootNamespace>jemalloc</RootNamespace> 73 <WindowsTargetPlatformVersion>8.1</WindowsTargetPlatformVersion> 74 </PropertyGroup> 75 <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" /> 76 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration"> 77 <ConfigurationType>DynamicLibrary</ConfigurationType> 78 <UseDebugLibraries>true</UseDebugLibraries> 79 <PlatformToolset>v140</PlatformToolset> 80 <CharacterSet>MultiByte</CharacterSet> 81 </PropertyGroup> 82 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug-static|Win32'" Label="Configuration"> 83 <ConfigurationType>StaticLibrary</ConfigurationType> 84 <UseDebugLibraries>true</UseDebugLibraries> 85 <PlatformToolset>v140</PlatformToolset> 86 <CharacterSet>MultiByte</CharacterSet> 87 </PropertyGroup> 88 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration"> 89 <ConfigurationType>DynamicLibrary</ConfigurationType> 90 <UseDebugLibraries>false</UseDebugLibraries> 91 <PlatformToolset>v140</PlatformToolset> 92 <WholeProgramOptimization>true</WholeProgramOptimization> 93 <CharacterSet>MultiByte</CharacterSet> 94 </PropertyGroup> 95 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release-static|Win32'" Label="Configuration"> 96 <ConfigurationType>StaticLibrary</ConfigurationType> 97 <UseDebugLibraries>false</UseDebugLibraries> 98 <PlatformToolset>v140</PlatformToolset> 99 <WholeProgramOptimization>true</WholeProgramOptimization> 100 <CharacterSet>MultiByte</CharacterSet> 101 </PropertyGroup> 102 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration"> 103 <ConfigurationType>DynamicLibrary</ConfigurationType> 104 <UseDebugLibraries>true</UseDebugLibraries> 105 <PlatformToolset>v140</PlatformToolset> 106 <CharacterSet>MultiByte</CharacterSet> 107 </PropertyGroup> 108 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug-static|x64'" Label="Configuration"> 109 <ConfigurationType>StaticLibrary</ConfigurationType> 110 <UseDebugLibraries>true</UseDebugLibraries> 111 <PlatformToolset>v140</PlatformToolset> 112 <CharacterSet>MultiByte</CharacterSet> 113 </PropertyGroup> 114 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration"> 115 <ConfigurationType>DynamicLibrary</ConfigurationType> 116 <UseDebugLibraries>false</UseDebugLibraries> 117 <PlatformToolset>v140</PlatformToolset> 118 <WholeProgramOptimization>true</WholeProgramOptimization> 119 <CharacterSet>MultiByte</CharacterSet> 120 </PropertyGroup> 121 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release-static|x64'" Label="Configuration"> 122 <ConfigurationType>StaticLibrary</ConfigurationType> 123 <UseDebugLibraries>false</UseDebugLibraries> 124 <PlatformToolset>v140</PlatformToolset> 125 <WholeProgramOptimization>true</WholeProgramOptimization> 126 <CharacterSet>MultiByte</CharacterSet> 127 </PropertyGroup> 128 <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" /> 129 <ImportGroup Label="ExtensionSettings"> 130 </ImportGroup> 131 <ImportGroup Label="Shared"> 132 </ImportGroup> 133 <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'"> 134 <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> 135 </ImportGroup> 136 <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug-static|Win32'" Label="PropertySheets"> 137 <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> 138 </ImportGroup> 139 <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Release|Win32'"> 140 <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> 141 </ImportGroup> 142 <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release-static|Win32'" Label="PropertySheets"> 143 <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> 144 </ImportGroup> 145 <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Debug|x64'"> 146 <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> 147 </ImportGroup> 148 <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug-static|x64'" Label="PropertySheets"> 149 <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> 150 </ImportGroup> 151 <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Release|x64'"> 152 <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> 153 </ImportGroup> 154 <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release-static|x64'" Label="PropertySheets"> 155 <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> 156 </ImportGroup> 157 <PropertyGroup Label="UserMacros" /> 158 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'"> 159 <OutDir>$(SolutionDir)$(Platform)\$(Configuration)\</OutDir> 160 <IntDir>$(Platform)\$(Configuration)\</IntDir> 161 <TargetName>$(ProjectName)d</TargetName> 162 </PropertyGroup> 163 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug-static|Win32'"> 164 <OutDir>$(SolutionDir)$(Platform)\$(Configuration)\</OutDir> 165 <IntDir>$(Platform)\$(Configuration)\</IntDir> 166 <TargetName>$(ProjectName)-$(PlatformToolset)-$(Configuration)</TargetName> 167 </PropertyGroup> 168 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'"> 169 <OutDir>$(SolutionDir)$(Platform)\$(Configuration)\</OutDir> 170 <IntDir>$(Platform)\$(Configuration)\</IntDir> 171 </PropertyGroup> 172 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release-static|Win32'"> 173 <OutDir>$(SolutionDir)$(Platform)\$(Configuration)\</OutDir> 174 <IntDir>$(Platform)\$(Configuration)\</IntDir> 175 <TargetName>$(ProjectName)-$(PlatformToolset)-$(Configuration)</TargetName> 176 </PropertyGroup> 177 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'"> 178 <OutDir>$(SolutionDir)$(Platform)\$(Configuration)\</OutDir> 179 <IntDir>$(Platform)\$(Configuration)\</IntDir> 180 <TargetName>$(ProjectName)d</TargetName> 181 </PropertyGroup> 182 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug-static|x64'"> 183 <OutDir>$(SolutionDir)$(Platform)\$(Configuration)\</OutDir> 184 <IntDir>$(Platform)\$(Configuration)\</IntDir> 185 <TargetName>$(ProjectName)-vc$(PlatformToolsetVersion)-$(Configuration)</TargetName> 186 </PropertyGroup> 187 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'"> 188 <OutDir>$(SolutionDir)$(Platform)\$(Configuration)\</OutDir> 189 <IntDir>$(Platform)\$(Configuration)\</IntDir> 190 </PropertyGroup> 191 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release-static|x64'"> 192 <OutDir>$(SolutionDir)$(Platform)\$(Configuration)\</OutDir> 193 <IntDir>$(Platform)\$(Configuration)\</IntDir> 194 <TargetName>$(ProjectName)-vc$(PlatformToolsetVersion)-$(Configuration)</TargetName> 195 </PropertyGroup> 196 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'"> 197 <ClCompile> 198 <PrecompiledHeader> 199 </PrecompiledHeader> 200 <WarningLevel>Level3</WarningLevel> 201 <Optimization>Disabled</Optimization> 202 <PreprocessorDefinitions>JEMALLOC_NO_PRIVATE_NAMESPACE;_REENTRANT;_WINDLL;DLLEXPORT;JEMALLOC_DEBUG;_DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions> 203 <AdditionalIncludeDirectories>..\..\..\..\include;..\..\..\..\include\msvc_compat;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> 204 <DisableSpecificWarnings>4090;4146;4267;4334</DisableSpecificWarnings> 205 <ProgramDataBaseFileName>$(OutputPath)$(TargetName).pdb</ProgramDataBaseFileName> 206 </ClCompile> 207 <Link> 208 <SubSystem>Windows</SubSystem> 209 <GenerateDebugInformation>true</GenerateDebugInformation> 210 </Link> 211 </ItemDefinitionGroup> 212 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug-static|Win32'"> 213 <ClCompile> 214 <PrecompiledHeader> 215 </PrecompiledHeader> 216 <WarningLevel>Level3</WarningLevel> 217 <Optimization>Disabled</Optimization> 218 <PreprocessorDefinitions>JEMALLOC_NO_PRIVATE_NAMESPACE;JEMALLOC_DEBUG;_REENTRANT;JEMALLOC_EXPORT=;_DEBUG;_LIB;%(PreprocessorDefinitions)</PreprocessorDefinitions> 219 <AdditionalIncludeDirectories>..\..\..\..\include;..\..\..\..\include\msvc_compat;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> 220 <RuntimeLibrary>MultiThreadedDebug</RuntimeLibrary> 221 <DisableSpecificWarnings>4090;4146;4267;4334</DisableSpecificWarnings> 222 <ProgramDataBaseFileName>$(OutputPath)$(TargetName).pdb</ProgramDataBaseFileName> 223 </ClCompile> 224 <Link> 225 <SubSystem>Windows</SubSystem> 226 <GenerateDebugInformation>true</GenerateDebugInformation> 227 </Link> 228 </ItemDefinitionGroup> 229 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'"> 230 <ClCompile> 231 <PrecompiledHeader> 232 </PrecompiledHeader> 233 <WarningLevel>Level3</WarningLevel> 234 <Optimization>Disabled</Optimization> 235 <PreprocessorDefinitions>JEMALLOC_NO_PRIVATE_NAMESPACE;_REENTRANT;_WINDLL;DLLEXPORT;JEMALLOC_DEBUG;_DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions> 236 <AdditionalIncludeDirectories>..\..\..\..\include;..\..\..\..\include\msvc_compat;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> 237 <DisableSpecificWarnings>4090;4146;4267;4334</DisableSpecificWarnings> 238 <ProgramDataBaseFileName>$(OutputPath)$(TargetName).pdb</ProgramDataBaseFileName> 239 </ClCompile> 240 <Link> 241 <SubSystem>Windows</SubSystem> 242 <GenerateDebugInformation>true</GenerateDebugInformation> 243 </Link> 244 </ItemDefinitionGroup> 245 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug-static|x64'"> 246 <ClCompile> 247 <PrecompiledHeader> 248 </PrecompiledHeader> 249 <WarningLevel>Level3</WarningLevel> 250 <Optimization>Disabled</Optimization> 251 <PreprocessorDefinitions>JEMALLOC_NO_PRIVATE_NAMESPACE;JEMALLOC_DEBUG;_REENTRANT;JEMALLOC_EXPORT=;_DEBUG;_LIB;%(PreprocessorDefinitions)</PreprocessorDefinitions> 252 <AdditionalIncludeDirectories>..\..\..\..\include;..\..\..\..\include\msvc_compat;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> 253 <RuntimeLibrary>MultiThreadedDebug</RuntimeLibrary> 254 <DisableSpecificWarnings>4090;4146;4267;4334</DisableSpecificWarnings> 255 <DebugInformationFormat>OldStyle</DebugInformationFormat> 256 <MinimalRebuild>false</MinimalRebuild> 257 </ClCompile> 258 <Link> 259 <SubSystem>Windows</SubSystem> 260 <GenerateDebugInformation>true</GenerateDebugInformation> 261 </Link> 262 </ItemDefinitionGroup> 263 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'"> 264 <ClCompile> 265 <WarningLevel>Level3</WarningLevel> 266 <PrecompiledHeader> 267 </PrecompiledHeader> 268 <Optimization>MaxSpeed</Optimization> 269 <FunctionLevelLinking>true</FunctionLevelLinking> 270 <IntrinsicFunctions>true</IntrinsicFunctions> 271 <PreprocessorDefinitions>JEMALLOC_NO_PRIVATE_NAMESPACE;_REENTRANT;_WINDLL;DLLEXPORT;NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions> 272 <AdditionalIncludeDirectories>..\..\..\..\include;..\..\..\..\include\msvc_compat;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> 273 <DisableSpecificWarnings>4090;4146;4267;4334</DisableSpecificWarnings> 274 <ProgramDataBaseFileName>$(OutputPath)$(TargetName).pdb</ProgramDataBaseFileName> 275 </ClCompile> 276 <Link> 277 <SubSystem>Windows</SubSystem> 278 <GenerateDebugInformation>true</GenerateDebugInformation> 279 <EnableCOMDATFolding>true</EnableCOMDATFolding> 280 <OptimizeReferences>true</OptimizeReferences> 281 </Link> 282 </ItemDefinitionGroup> 283 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release-static|Win32'"> 284 <ClCompile> 285 <WarningLevel>Level3</WarningLevel> 286 <PrecompiledHeader> 287 </PrecompiledHeader> 288 <Optimization>MaxSpeed</Optimization> 289 <FunctionLevelLinking>true</FunctionLevelLinking> 290 <IntrinsicFunctions>true</IntrinsicFunctions> 291 <PreprocessorDefinitions>JEMALLOC_NO_PRIVATE_NAMESPACE;_REENTRANT;JEMALLOC_EXPORT=;NDEBUG;_LIB;%(PreprocessorDefinitions)</PreprocessorDefinitions> 292 <AdditionalIncludeDirectories>..\..\..\..\include;..\..\..\..\include\msvc_compat;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> 293 <RuntimeLibrary>MultiThreaded</RuntimeLibrary> 294 <DisableSpecificWarnings>4090;4146;4267;4334</DisableSpecificWarnings> 295 <ProgramDataBaseFileName>$(OutputPath)$(TargetName).pdb</ProgramDataBaseFileName> 296 </ClCompile> 297 <Link> 298 <SubSystem>Windows</SubSystem> 299 <GenerateDebugInformation>true</GenerateDebugInformation> 300 <EnableCOMDATFolding>true</EnableCOMDATFolding> 301 <OptimizeReferences>true</OptimizeReferences> 302 </Link> 303 </ItemDefinitionGroup> 304 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'"> 305 <ClCompile> 306 <WarningLevel>Level3</WarningLevel> 307 <PrecompiledHeader> 308 </PrecompiledHeader> 309 <Optimization>MaxSpeed</Optimization> 310 <FunctionLevelLinking>true</FunctionLevelLinking> 311 <IntrinsicFunctions>true</IntrinsicFunctions> 312 <AdditionalIncludeDirectories>..\..\..\..\include;..\..\..\..\include\msvc_compat;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> 313 <PreprocessorDefinitions>JEMALLOC_NO_PRIVATE_NAMESPACE;_REENTRANT;_WINDLL;DLLEXPORT;NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions> 314 <DisableSpecificWarnings>4090;4146;4267;4334</DisableSpecificWarnings> 315 <ProgramDataBaseFileName>$(OutputPath)$(TargetName).pdb</ProgramDataBaseFileName> 316 </ClCompile> 317 <Link> 318 <SubSystem>Windows</SubSystem> 319 <GenerateDebugInformation>true</GenerateDebugInformation> 320 <EnableCOMDATFolding>true</EnableCOMDATFolding> 321 <OptimizeReferences>true</OptimizeReferences> 322 </Link> 323 </ItemDefinitionGroup> 324 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release-static|x64'"> 325 <ClCompile> 326 <WarningLevel>Level3</WarningLevel> 327 <PrecompiledHeader> 328 </PrecompiledHeader> 329 <Optimization>MaxSpeed</Optimization> 330 <FunctionLevelLinking>true</FunctionLevelLinking> 331 <IntrinsicFunctions>true</IntrinsicFunctions> 332 <PreprocessorDefinitions>JEMALLOC_NO_PRIVATE_NAMESPACE;_REENTRANT;JEMALLOC_EXPORT=;NDEBUG;_LIB;%(PreprocessorDefinitions)</PreprocessorDefinitions> 333 <AdditionalIncludeDirectories>..\..\..\..\include;..\..\..\..\include\msvc_compat;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> 334 <RuntimeLibrary>MultiThreaded</RuntimeLibrary> 335 <DisableSpecificWarnings>4090;4146;4267;4334</DisableSpecificWarnings> 336 <DebugInformationFormat>OldStyle</DebugInformationFormat> 337 </ClCompile> 338 <Link> 339 <SubSystem>Windows</SubSystem> 340 <GenerateDebugInformation>true</GenerateDebugInformation> 341 <EnableCOMDATFolding>true</EnableCOMDATFolding> 342 <OptimizeReferences>true</OptimizeReferences> 343 </Link> 344 </ItemDefinitionGroup> 345 <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" /> 346 <ImportGroup Label="ExtensionTargets"> 347 </ImportGroup> 348</Project>