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-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 </PropertyGroup> 74 <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" /> 75 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration"> 76 <ConfigurationType>DynamicLibrary</ConfigurationType> 77 <UseDebugLibraries>true</UseDebugLibraries> 78 <PlatformToolset>v141</PlatformToolset> 79 <CharacterSet>MultiByte</CharacterSet> 80 </PropertyGroup> 81 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug-static|Win32'" Label="Configuration"> 82 <ConfigurationType>StaticLibrary</ConfigurationType> 83 <UseDebugLibraries>true</UseDebugLibraries> 84 <PlatformToolset>v141</PlatformToolset> 85 <CharacterSet>MultiByte</CharacterSet> 86 </PropertyGroup> 87 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration"> 88 <ConfigurationType>DynamicLibrary</ConfigurationType> 89 <UseDebugLibraries>false</UseDebugLibraries> 90 <PlatformToolset>v141</PlatformToolset> 91 <WholeProgramOptimization>true</WholeProgramOptimization> 92 <CharacterSet>MultiByte</CharacterSet> 93 </PropertyGroup> 94 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release-static|Win32'" Label="Configuration"> 95 <ConfigurationType>StaticLibrary</ConfigurationType> 96 <UseDebugLibraries>false</UseDebugLibraries> 97 <PlatformToolset>v141</PlatformToolset> 98 <WholeProgramOptimization>true</WholeProgramOptimization> 99 <CharacterSet>MultiByte</CharacterSet> 100 </PropertyGroup> 101 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration"> 102 <ConfigurationType>DynamicLibrary</ConfigurationType> 103 <UseDebugLibraries>true</UseDebugLibraries> 104 <PlatformToolset>v141</PlatformToolset> 105 <CharacterSet>MultiByte</CharacterSet> 106 </PropertyGroup> 107 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug-static|x64'" Label="Configuration"> 108 <ConfigurationType>StaticLibrary</ConfigurationType> 109 <UseDebugLibraries>true</UseDebugLibraries> 110 <PlatformToolset>v141</PlatformToolset> 111 <CharacterSet>MultiByte</CharacterSet> 112 </PropertyGroup> 113 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration"> 114 <ConfigurationType>DynamicLibrary</ConfigurationType> 115 <UseDebugLibraries>false</UseDebugLibraries> 116 <PlatformToolset>v141</PlatformToolset> 117 <WholeProgramOptimization>true</WholeProgramOptimization> 118 <CharacterSet>MultiByte</CharacterSet> 119 </PropertyGroup> 120 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release-static|x64'" Label="Configuration"> 121 <ConfigurationType>StaticLibrary</ConfigurationType> 122 <UseDebugLibraries>false</UseDebugLibraries> 123 <PlatformToolset>v141</PlatformToolset> 124 <WholeProgramOptimization>true</WholeProgramOptimization> 125 <CharacterSet>MultiByte</CharacterSet> 126 </PropertyGroup> 127 <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" /> 128 <ImportGroup Label="ExtensionSettings"> 129 </ImportGroup> 130 <ImportGroup Label="Shared"> 131 </ImportGroup> 132 <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'"> 133 <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> 134 </ImportGroup> 135 <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug-static|Win32'" Label="PropertySheets"> 136 <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> 137 </ImportGroup> 138 <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Release|Win32'"> 139 <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> 140 </ImportGroup> 141 <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release-static|Win32'" Label="PropertySheets"> 142 <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> 143 </ImportGroup> 144 <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Debug|x64'"> 145 <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> 146 </ImportGroup> 147 <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug-static|x64'" Label="PropertySheets"> 148 <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> 149 </ImportGroup> 150 <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Release|x64'"> 151 <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> 152 </ImportGroup> 153 <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release-static|x64'" Label="PropertySheets"> 154 <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> 155 </ImportGroup> 156 <PropertyGroup Label="UserMacros" /> 157 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'"> 158 <OutDir>$(SolutionDir)$(Platform)\$(Configuration)\</OutDir> 159 <IntDir>$(Platform)\$(Configuration)\</IntDir> 160 <TargetName>$(ProjectName)d</TargetName> 161 </PropertyGroup> 162 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug-static|Win32'"> 163 <OutDir>$(SolutionDir)$(Platform)\$(Configuration)\</OutDir> 164 <IntDir>$(Platform)\$(Configuration)\</IntDir> 165 <TargetName>$(ProjectName)-$(PlatformToolset)-$(Configuration)</TargetName> 166 </PropertyGroup> 167 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'"> 168 <OutDir>$(SolutionDir)$(Platform)\$(Configuration)\</OutDir> 169 <IntDir>$(Platform)\$(Configuration)\</IntDir> 170 </PropertyGroup> 171 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release-static|Win32'"> 172 <OutDir>$(SolutionDir)$(Platform)\$(Configuration)\</OutDir> 173 <IntDir>$(Platform)\$(Configuration)\</IntDir> 174 <TargetName>$(ProjectName)-$(PlatformToolset)-$(Configuration)</TargetName> 175 </PropertyGroup> 176 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'"> 177 <OutDir>$(SolutionDir)$(Platform)\$(Configuration)\</OutDir> 178 <IntDir>$(Platform)\$(Configuration)\</IntDir> 179 <TargetName>$(ProjectName)d</TargetName> 180 </PropertyGroup> 181 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug-static|x64'"> 182 <OutDir>$(SolutionDir)$(Platform)\$(Configuration)\</OutDir> 183 <IntDir>$(Platform)\$(Configuration)\</IntDir> 184 <TargetName>$(ProjectName)-vc$(PlatformToolsetVersion)-$(Configuration)</TargetName> 185 </PropertyGroup> 186 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'"> 187 <OutDir>$(SolutionDir)$(Platform)\$(Configuration)\</OutDir> 188 <IntDir>$(Platform)\$(Configuration)\</IntDir> 189 </PropertyGroup> 190 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release-static|x64'"> 191 <OutDir>$(SolutionDir)$(Platform)\$(Configuration)\</OutDir> 192 <IntDir>$(Platform)\$(Configuration)\</IntDir> 193 <TargetName>$(ProjectName)-vc$(PlatformToolsetVersion)-$(Configuration)</TargetName> 194 </PropertyGroup> 195 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'"> 196 <ClCompile> 197 <PrecompiledHeader> 198 </PrecompiledHeader> 199 <WarningLevel>Level3</WarningLevel> 200 <Optimization>Disabled</Optimization> 201 <PreprocessorDefinitions>_REENTRANT;_WINDLL;DLLEXPORT;JEMALLOC_DEBUG;_DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions> 202 <AdditionalIncludeDirectories>..\..\..\..\include;..\..\..\..\include\msvc_compat;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> 203 <DisableSpecificWarnings>4090;4146;4267;4334</DisableSpecificWarnings> 204 <ProgramDataBaseFileName>$(OutputPath)$(TargetName).pdb</ProgramDataBaseFileName> 205 </ClCompile> 206 <Link> 207 <SubSystem>Windows</SubSystem> 208 <GenerateDebugInformation>true</GenerateDebugInformation> 209 </Link> 210 </ItemDefinitionGroup> 211 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug-static|Win32'"> 212 <ClCompile> 213 <PrecompiledHeader> 214 </PrecompiledHeader> 215 <WarningLevel>Level3</WarningLevel> 216 <Optimization>Disabled</Optimization> 217 <PreprocessorDefinitions>JEMALLOC_DEBUG;_REENTRANT;JEMALLOC_EXPORT=;_DEBUG;_LIB;%(PreprocessorDefinitions)</PreprocessorDefinitions> 218 <AdditionalIncludeDirectories>..\..\..\..\include;..\..\..\..\include\msvc_compat;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> 219 <RuntimeLibrary>MultiThreadedDebug</RuntimeLibrary> 220 <DisableSpecificWarnings>4090;4146;4267;4334</DisableSpecificWarnings> 221 <ProgramDataBaseFileName>$(OutputPath)$(TargetName).pdb</ProgramDataBaseFileName> 222 </ClCompile> 223 <Link> 224 <SubSystem>Windows</SubSystem> 225 <GenerateDebugInformation>true</GenerateDebugInformation> 226 </Link> 227 </ItemDefinitionGroup> 228 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'"> 229 <ClCompile> 230 <PrecompiledHeader> 231 </PrecompiledHeader> 232 <WarningLevel>Level3</WarningLevel> 233 <Optimization>Disabled</Optimization> 234 <PreprocessorDefinitions>JEMALLOC_NO_PRIVATE_NAMESPACE;_REENTRANT;_WINDLL;DLLEXPORT;JEMALLOC_DEBUG;_DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions> 235 <AdditionalIncludeDirectories>..\..\..\..\include;..\..\..\..\include\msvc_compat;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> 236 <DisableSpecificWarnings>4090;4146;4267;4334</DisableSpecificWarnings> 237 <ProgramDataBaseFileName>$(OutputPath)$(TargetName).pdb</ProgramDataBaseFileName> 238 </ClCompile> 239 <Link> 240 <SubSystem>Windows</SubSystem> 241 <GenerateDebugInformation>true</GenerateDebugInformation> 242 </Link> 243 </ItemDefinitionGroup> 244 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug-static|x64'"> 245 <ClCompile> 246 <PrecompiledHeader> 247 </PrecompiledHeader> 248 <WarningLevel>Level3</WarningLevel> 249 <Optimization>Disabled</Optimization> 250 <PreprocessorDefinitions>JEMALLOC_NO_PRIVATE_NAMESPACE;JEMALLOC_DEBUG;_REENTRANT;JEMALLOC_EXPORT=;_DEBUG;_LIB;%(PreprocessorDefinitions)</PreprocessorDefinitions> 251 <AdditionalIncludeDirectories>..\..\..\..\include;..\..\..\..\include\msvc_compat;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> 252 <RuntimeLibrary>MultiThreadedDebug</RuntimeLibrary> 253 <DisableSpecificWarnings>4090;4146;4267;4334</DisableSpecificWarnings> 254 <DebugInformationFormat>OldStyle</DebugInformationFormat> 255 <MinimalRebuild>false</MinimalRebuild> 256 </ClCompile> 257 <Link> 258 <SubSystem>Windows</SubSystem> 259 <GenerateDebugInformation>true</GenerateDebugInformation> 260 </Link> 261 </ItemDefinitionGroup> 262 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'"> 263 <ClCompile> 264 <WarningLevel>Level3</WarningLevel> 265 <PrecompiledHeader> 266 </PrecompiledHeader> 267 <Optimization>MaxSpeed</Optimization> 268 <FunctionLevelLinking>true</FunctionLevelLinking> 269 <IntrinsicFunctions>true</IntrinsicFunctions> 270 <PreprocessorDefinitions>_REENTRANT;_WINDLL;DLLEXPORT;NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions> 271 <AdditionalIncludeDirectories>..\..\..\..\include;..\..\..\..\include\msvc_compat;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> 272 <DisableSpecificWarnings>4090;4146;4267;4334</DisableSpecificWarnings> 273 <ProgramDataBaseFileName>$(OutputPath)$(TargetName).pdb</ProgramDataBaseFileName> 274 </ClCompile> 275 <Link> 276 <SubSystem>Windows</SubSystem> 277 <GenerateDebugInformation>true</GenerateDebugInformation> 278 <EnableCOMDATFolding>true</EnableCOMDATFolding> 279 <OptimizeReferences>true</OptimizeReferences> 280 </Link> 281 </ItemDefinitionGroup> 282 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release-static|Win32'"> 283 <ClCompile> 284 <WarningLevel>Level3</WarningLevel> 285 <PrecompiledHeader> 286 </PrecompiledHeader> 287 <Optimization>MaxSpeed</Optimization> 288 <FunctionLevelLinking>true</FunctionLevelLinking> 289 <IntrinsicFunctions>true</IntrinsicFunctions> 290 <PreprocessorDefinitions>_REENTRANT;JEMALLOC_EXPORT=;NDEBUG;_LIB;%(PreprocessorDefinitions)</PreprocessorDefinitions> 291 <AdditionalIncludeDirectories>..\..\..\..\include;..\..\..\..\include\msvc_compat;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> 292 <RuntimeLibrary>MultiThreaded</RuntimeLibrary> 293 <DisableSpecificWarnings>4090;4146;4267;4334</DisableSpecificWarnings> 294 <ProgramDataBaseFileName>$(OutputPath)$(TargetName).pdb</ProgramDataBaseFileName> 295 </ClCompile> 296 <Link> 297 <SubSystem>Windows</SubSystem> 298 <GenerateDebugInformation>true</GenerateDebugInformation> 299 <EnableCOMDATFolding>true</EnableCOMDATFolding> 300 <OptimizeReferences>true</OptimizeReferences> 301 </Link> 302 </ItemDefinitionGroup> 303 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'"> 304 <ClCompile> 305 <WarningLevel>Level3</WarningLevel> 306 <PrecompiledHeader> 307 </PrecompiledHeader> 308 <Optimization>MaxSpeed</Optimization> 309 <FunctionLevelLinking>true</FunctionLevelLinking> 310 <IntrinsicFunctions>true</IntrinsicFunctions> 311 <AdditionalIncludeDirectories>..\..\..\..\include;..\..\..\..\include\msvc_compat;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> 312 <PreprocessorDefinitions>JEMALLOC_NO_PRIVATE_NAMESPACE;_REENTRANT;_WINDLL;DLLEXPORT;NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions> 313 <DisableSpecificWarnings>4090;4146;4267;4334</DisableSpecificWarnings> 314 <ProgramDataBaseFileName>$(OutputPath)$(TargetName).pdb</ProgramDataBaseFileName> 315 </ClCompile> 316 <Link> 317 <SubSystem>Windows</SubSystem> 318 <GenerateDebugInformation>true</GenerateDebugInformation> 319 <EnableCOMDATFolding>true</EnableCOMDATFolding> 320 <OptimizeReferences>true</OptimizeReferences> 321 </Link> 322 </ItemDefinitionGroup> 323 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release-static|x64'"> 324 <ClCompile> 325 <WarningLevel>Level3</WarningLevel> 326 <PrecompiledHeader> 327 </PrecompiledHeader> 328 <Optimization>MaxSpeed</Optimization> 329 <FunctionLevelLinking>true</FunctionLevelLinking> 330 <IntrinsicFunctions>true</IntrinsicFunctions> 331 <PreprocessorDefinitions>JEMALLOC_NO_PRIVATE_NAMESPACE;_REENTRANT;JEMALLOC_EXPORT=;NDEBUG;_LIB;%(PreprocessorDefinitions)</PreprocessorDefinitions> 332 <AdditionalIncludeDirectories>..\..\..\..\include;..\..\..\..\include\msvc_compat;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> 333 <RuntimeLibrary>MultiThreaded</RuntimeLibrary> 334 <DisableSpecificWarnings>4090;4146;4267;4334</DisableSpecificWarnings> 335 <DebugInformationFormat>OldStyle</DebugInformationFormat> 336 </ClCompile> 337 <Link> 338 <SubSystem>Windows</SubSystem> 339 <GenerateDebugInformation>true</GenerateDebugInformation> 340 <EnableCOMDATFolding>true</EnableCOMDATFolding> 341 <OptimizeReferences>true</OptimizeReferences> 342 </Link> 343 </ItemDefinitionGroup> 344 <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" /> 345 <ImportGroup Label="ExtensionTargets"> 346 </ImportGroup> 347</Project>