You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
418 lines
30 KiB
418 lines
30 KiB
<?xml version="1.0" encoding="windows-1251"?>
|
|
<VisualStudioProject ProjectType="Visual C++" Version="9.00" Name="tbbmalloc" ProjectGUID="{B15F131E-328A-4D42-ADC2-9FF4CA6306D8}" RootNamespace="tbbmalloc" Keyword="Win32Proj" TargetFrameworkVersion="131072">
|
|
<Platforms>
|
|
<Platform Name="Win32"/>
|
|
<Platform Name="x64"/>
|
|
</Platforms>
|
|
<ToolFiles>
|
|
<DefaultToolFile FileName="masm.rules"/>
|
|
</ToolFiles>
|
|
<Configurations>
|
|
<Configuration Name="Debug|Win32" OutputDirectory="$(SolutionDir)ia32\$(ConfigurationName)" IntermediateDirectory="$(SolutionDir)ia32\$(ConfigurationName)" ConfigurationType="2" CharacterSet="0">
|
|
<Tool Name="VCPreBuildEventTool"/>
|
|
<Tool Name="VCCustomBuildTool"/>
|
|
<Tool Name="MASM"/>
|
|
<Tool Name="VCXMLDataGeneratorTool"/>
|
|
<Tool Name="VCWebServiceProxyGeneratorTool"/>
|
|
<Tool Name="VCMIDLTool"/>
|
|
<Tool Name="VCCLCompilerTool" AdditionalOptions=" /c /MDd /Od /Ob0 /Zi /EHs- /Zc:forScope /Zc:wchar_t /DTBB_USE_DEBUG /D__TBB_LIB_NAME=tbb_debug.lib /DDO_ITT_NOTIFY /GS /DUSE_WINTHREAD /D_CRT_SECURE_NO_DEPRECATE /D_WIN32_WINNT=0x0501 /D__TBBMALLOC_BUILD=1 /I../../src /I../../src/rml/include /I../../include /I../../src/tbbmalloc /I../../src/tbbmalloc /I." Optimization="0" AdditionalIncludeDirectories="." PreprocessorDefinitions="" MinimalRebuild="true" ExceptionHandling="0" BasicRuntimeChecks="0" RuntimeLibrary="3" UsePrecompiledHeader="0" WarningLevel="4" DebugInformationFormat="3"/>
|
|
<Tool Name="VCManagedResourceCompilerTool"/>
|
|
<Tool Name="VCResourceCompilerTool"/>
|
|
<Tool Name="VCPreLinkEventTool"/>
|
|
<Tool Name="VCLinkerTool" AdditionalOptions="/DLL /MAP /DEBUG /fixed:no /INCREMENTAL:NO /DEF:"$(IntDir)\tbbmalloc.def"" OutputFile="$(OutDir)\tbbmalloc_debug.dll" LinkIncremental="1" GenerateDebugInformation="true" SubSystem="2" RandomizedBaseAddress="1" DataExecutionPrevention="0" TargetMachine="1"/>
|
|
<Tool Name="VCALinkTool"/>
|
|
<Tool Name="VCManifestTool"/>
|
|
<Tool Name="VCXDCMakeTool"/>
|
|
<Tool Name="VCBscMakeTool"/>
|
|
<Tool Name="VCFxCopTool"/>
|
|
<Tool Name="VCAppVerifierTool"/>
|
|
<Tool Name="VCPostBuildEventTool"/>
|
|
</Configuration>
|
|
<Configuration Name="Debug|x64" OutputDirectory="$(SolutionDir)intel64\$(ConfigurationName)" IntermediateDirectory="$(SolutionDir)intel64\$(ConfigurationName)" ConfigurationType="2" CharacterSet="0">
|
|
<Tool Name="VCPreBuildEventTool"/>
|
|
<Tool Name="VCCustomBuildTool"/>
|
|
<Tool Name="MASM"/>
|
|
<Tool Name="VCXMLDataGeneratorTool"/>
|
|
<Tool Name="VCWebServiceProxyGeneratorTool"/>
|
|
<Tool Name="VCMIDLTool" TargetEnvironment="3"/>
|
|
<Tool Name="VCCLCompilerTool" AdditionalOptions=" /c /MDd /Od /Ob0 /Zi /EHs- /Zc:forScope /Zc:wchar_t /DTBB_USE_DEBUG /D__TBB_LIB_NAME=tbb_debug.lib /DDO_ITT_NOTIFY /GS /DUSE_WINTHREAD /D_CRT_SECURE_NO_DEPRECATE /D_WIN32_WINNT=0x0501 /D__TBBMALLOC_BUILD=1 /I../../src /I../../src/rml/include /I../../include /I../../src/tbbmalloc /I../../src/tbbmalloc /I." Optimization="0" AdditionalIncludeDirectories="." MinimalRebuild="false" ExceptionHandling="0" BasicRuntimeChecks="0" RuntimeLibrary="3" BufferSecurityCheck="false" TreatWChar_tAsBuiltInType="true" UsePrecompiledHeader="0" WarningLevel="4" DebugInformationFormat="3" ShowIncludes="false"/>
|
|
<Tool Name="VCManagedResourceCompilerTool"/>
|
|
<Tool Name="VCResourceCompilerTool"/>
|
|
<Tool Name="VCPreLinkEventTool"/>
|
|
<Tool Name="VCLinkerTool" AdditionalOptions="/nologo /DLL /MAP /DEBUG /fixed:no /INCREMENTAL:NO /DEF:"$(IntDir)\tbbmalloc.def"" OutputFile="$(OutDir)\tbbmalloc_debug.dll" LinkIncremental="1" GenerateDebugInformation="true" SubSystem="2" RandomizedBaseAddress="1" DataExecutionPrevention="0" TargetMachine="17"/>
|
|
<Tool Name="VCALinkTool"/>
|
|
<Tool Name="VCManifestTool"/>
|
|
<Tool Name="VCXDCMakeTool"/>
|
|
<Tool Name="VCBscMakeTool"/>
|
|
<Tool Name="VCFxCopTool"/>
|
|
<Tool Name="VCAppVerifierTool"/>
|
|
<Tool Name="VCPostBuildEventTool"/>
|
|
</Configuration>
|
|
<Configuration Name="Release|Win32" OutputDirectory="$(SolutionDir)ia32\$(ConfigurationName)" IntermediateDirectory="$(SolutionDir)ia32\$(ConfigurationName)" ConfigurationType="2" CharacterSet="0" WholeProgramOptimization="1">
|
|
<Tool Name="VCPreBuildEventTool"/>
|
|
<Tool Name="VCCustomBuildTool"/>
|
|
<Tool Name="MASM"/>
|
|
<Tool Name="VCXMLDataGeneratorTool"/>
|
|
<Tool Name="VCWebServiceProxyGeneratorTool"/>
|
|
<Tool Name="VCMIDLTool"/>
|
|
<Tool Name="VCCLCompilerTool" AdditionalOptions=" /c /MD /O2 /Zi /EHs- /Zc:forScope /Zc:wchar_t /D__TBB_LIB_NAME=tbb.lib /DDO_ITT_NOTIFY /GS /DUSE_WINTHREAD /D_CRT_SECURE_NO_DEPRECATE /D_WIN32_WINNT=0x0501 /D__TBBMALLOC_BUILD=1 /I../../src /I../../src/rml/include /I../../include /I../../src/tbbmalloc /I../../src/tbbmalloc /I." AdditionalIncludeDirectories="." PreprocessorDefinitions="" ExceptionHandling="0" RuntimeLibrary="2" UsePrecompiledHeader="0" WarningLevel="4" DebugInformationFormat="3"/>
|
|
<Tool Name="VCManagedResourceCompilerTool"/>
|
|
<Tool Name="VCResourceCompilerTool"/>
|
|
<Tool Name="VCPreLinkEventTool"/>
|
|
<Tool Name="VCLinkerTool" AdditionalOptions="/nologo /DLL /MAP /DEBUG /fixed:no /INCREMENTAL:NO /DEF:"$(IntDir)\tbbmalloc.def"" OutputFile="$(OutDir)\tbbmalloc.dll" LinkIncremental="1" GenerateDebugInformation="true" SubSystem="2" OptimizeReferences="2" EnableCOMDATFolding="2" RandomizedBaseAddress="1" DataExecutionPrevention="0" TargetMachine="1"/>
|
|
<Tool Name="VCALinkTool"/>
|
|
<Tool Name="VCManifestTool"/>
|
|
<Tool Name="VCXDCMakeTool"/>
|
|
<Tool Name="VCBscMakeTool"/>
|
|
<Tool Name="VCFxCopTool"/>
|
|
<Tool Name="VCAppVerifierTool"/>
|
|
<Tool Name="VCPostBuildEventTool"/>
|
|
</Configuration>
|
|
<Configuration Name="Release|x64" OutputDirectory="$(SolutionDir)intel64\$(ConfigurationName)" IntermediateDirectory="$(SolutionDir)intel64\$(ConfigurationName)" ConfigurationType="2" CharacterSet="0" WholeProgramOptimization="1">
|
|
<Tool Name="VCPreBuildEventTool"/>
|
|
<Tool Name="VCCustomBuildTool"/>
|
|
<Tool Name="MASM"/>
|
|
<Tool Name="VCXMLDataGeneratorTool"/>
|
|
<Tool Name="VCWebServiceProxyGeneratorTool"/>
|
|
<Tool Name="VCMIDLTool" TargetEnvironment="3"/>
|
|
<Tool Name="VCCLCompilerTool" AdditionalOptions=" /c /MD /O2 /Zi /EHs- /Zc:forScope /Zc:wchar_t /D__TBB_LIB_NAME=tbb.lib /DDO_ITT_NOTIFY /GS /DUSE_WINTHREAD /D_CRT_SECURE_NO_DEPRECATE /D_WIN32_WINNT=0x0501 /D__TBBMALLOC_BUILD=1 /I../../src /I../../src/rml/include /I../../include /I../../src/tbbmalloc /I../../src/tbbmalloc /I." AdditionalIncludeDirectories="." PreprocessorDefinitions="" ExceptionHandling="0" RuntimeLibrary="2" BufferSecurityCheck="false" UsePrecompiledHeader="0" WarningLevel="4" DebugInformationFormat="3"/>
|
|
<Tool Name="VCManagedResourceCompilerTool"/>
|
|
<Tool Name="VCResourceCompilerTool"/>
|
|
<Tool Name="VCPreLinkEventTool"/>
|
|
<Tool Name="VCLinkerTool" AdditionalOptions="/nologo /DLL /MAP /DEBUG /fixed:no /INCREMENTAL:NO /DEF:"$(IntDir)\tbbmalloc.def"" OutputFile="$(OutDir)\tbbmalloc.dll" LinkIncremental="1" GenerateDebugInformation="true" SubSystem="2" OptimizeReferences="2" EnableCOMDATFolding="2" RandomizedBaseAddress="1" DataExecutionPrevention="0" TargetMachine="17"/>
|
|
<Tool Name="VCALinkTool"/>
|
|
<Tool Name="VCManifestTool"/>
|
|
<Tool Name="VCXDCMakeTool"/>
|
|
<Tool Name="VCBscMakeTool"/>
|
|
<Tool Name="VCFxCopTool"/>
|
|
<Tool Name="VCAppVerifierTool"/>
|
|
<Tool Name="VCPostBuildEventTool"/>
|
|
</Configuration>
|
|
<Configuration Name="Debug-MT|Win32" OutputDirectory="$(SolutionDir)ia32\$(ConfigurationName)" IntermediateDirectory="$(SolutionDir)ia32\$(ConfigurationName)" ConfigurationType="2" CharacterSet="0">
|
|
<Tool Name="VCPreBuildEventTool"/>
|
|
<Tool Name="VCCustomBuildTool"/>
|
|
<Tool Name="MASM"/>
|
|
<Tool Name="VCXMLDataGeneratorTool"/>
|
|
<Tool Name="VCWebServiceProxyGeneratorTool"/>
|
|
<Tool Name="VCMIDLTool"/>
|
|
<Tool Name="VCCLCompilerTool" AdditionalOptions=" /c /MTd /Od /Ob0 /Zi /EHs- /Zc:forScope /Zc:wchar_t /DTBB_USE_DEBUG /D__TBB_LIB_NAME=tbb_debug.lib /DDO_ITT_NOTIFY /GS /DUSE_WINTHREAD /D_CRT_SECURE_NO_DEPRECATE /D_WIN32_WINNT=0x0501 /D__TBBMALLOC_BUILD=1 /I../../src /I../../src/rml/include /I../../include /I../../src/tbbmalloc /I../../src/tbbmalloc /I." Optimization="0" AdditionalIncludeDirectories="." PreprocessorDefinitions="" MinimalRebuild="true" ExceptionHandling="0" BasicRuntimeChecks="0" RuntimeLibrary="1" UsePrecompiledHeader="0" WarningLevel="4" DebugInformationFormat="3"/>
|
|
<Tool Name="VCManagedResourceCompilerTool"/>
|
|
<Tool Name="VCResourceCompilerTool"/>
|
|
<Tool Name="VCPreLinkEventTool"/>
|
|
<Tool Name="VCLinkerTool" AdditionalOptions="/DLL /MAP /DEBUG /fixed:no /INCREMENTAL:NO /DEF:"$(IntDir)\tbbmalloc.def"" OutputFile="$(OutDir)\tbbmalloc_debug.dll" LinkIncremental="1" GenerateDebugInformation="true" SubSystem="2" RandomizedBaseAddress="1" DataExecutionPrevention="0" TargetMachine="1"/>
|
|
<Tool Name="VCALinkTool"/>
|
|
<Tool Name="VCManifestTool"/>
|
|
<Tool Name="VCXDCMakeTool"/>
|
|
<Tool Name="VCBscMakeTool"/>
|
|
<Tool Name="VCFxCopTool"/>
|
|
<Tool Name="VCAppVerifierTool"/>
|
|
<Tool Name="VCPostBuildEventTool"/>
|
|
</Configuration>
|
|
<Configuration Name="Debug-MT|x64" OutputDirectory="$(SolutionDir)intel64\$(ConfigurationName)" IntermediateDirectory="$(SolutionDir)intel64\$(ConfigurationName)" ConfigurationType="2" CharacterSet="0">
|
|
<Tool Name="VCPreBuildEventTool"/>
|
|
<Tool Name="VCCustomBuildTool"/>
|
|
<Tool Name="MASM"/>
|
|
<Tool Name="VCXMLDataGeneratorTool"/>
|
|
<Tool Name="VCWebServiceProxyGeneratorTool"/>
|
|
<Tool Name="VCMIDLTool" TargetEnvironment="3"/>
|
|
<Tool Name="VCCLCompilerTool" AdditionalOptions=" /c /MTd /Od /Ob0 /Zi /EHs- /Zc:forScope /Zc:wchar_t /DTBB_USE_DEBUG /D__TBB_LIB_NAME=tbb_debug.lib /DDO_ITT_NOTIFY /GS /DUSE_WINTHREAD /D_CRT_SECURE_NO_DEPRECATE /D_WIN32_WINNT=0x0501 /D__TBBMALLOC_BUILD=1 /I../../src /I../../src/rml/include /I../../include /I../../src/tbbmalloc /I../../src/tbbmalloc /I." Optimization="0" AdditionalIncludeDirectories="." MinimalRebuild="false" ExceptionHandling="0" BasicRuntimeChecks="0" RuntimeLibrary="1" BufferSecurityCheck="false" TreatWChar_tAsBuiltInType="true" UsePrecompiledHeader="0" WarningLevel="4" DebugInformationFormat="3" ShowIncludes="false"/>
|
|
<Tool Name="VCManagedResourceCompilerTool"/>
|
|
<Tool Name="VCResourceCompilerTool"/>
|
|
<Tool Name="VCPreLinkEventTool"/>
|
|
<Tool Name="VCLinkerTool" AdditionalOptions="/nologo /DLL /MAP /DEBUG /fixed:no /INCREMENTAL:NO /DEF:"$(IntDir)\tbbmalloc.def"" OutputFile="$(OutDir)\tbbmalloc_debug.dll" LinkIncremental="1" GenerateDebugInformation="true" SubSystem="2" RandomizedBaseAddress="1" DataExecutionPrevention="0" TargetMachine="17"/>
|
|
<Tool Name="VCALinkTool"/>
|
|
<Tool Name="VCManifestTool"/>
|
|
<Tool Name="VCXDCMakeTool"/>
|
|
<Tool Name="VCBscMakeTool"/>
|
|
<Tool Name="VCFxCopTool"/>
|
|
<Tool Name="VCAppVerifierTool"/>
|
|
<Tool Name="VCPostBuildEventTool"/>
|
|
</Configuration>
|
|
<Configuration Name="Release-MT|Win32" OutputDirectory="$(SolutionDir)ia32\$(ConfigurationName)" IntermediateDirectory="$(SolutionDir)ia32\$(ConfigurationName)" ConfigurationType="2" CharacterSet="0" WholeProgramOptimization="1">
|
|
<Tool Name="VCPreBuildEventTool"/>
|
|
<Tool Name="VCCustomBuildTool"/>
|
|
<Tool Name="MASM"/>
|
|
<Tool Name="VCXMLDataGeneratorTool"/>
|
|
<Tool Name="VCWebServiceProxyGeneratorTool"/>
|
|
<Tool Name="VCMIDLTool"/>
|
|
<Tool Name="VCCLCompilerTool" AdditionalOptions=" /c /MT /O2 /Zi /EHs- /Zc:forScope /Zc:wchar_t /D__TBB_LIB_NAME=tbb.lib /DDO_ITT_NOTIFY /GS /DUSE_WINTHREAD /D_CRT_SECURE_NO_DEPRECATE /D_WIN32_WINNT=0x0501 /D__TBBMALLOC_BUILD=1 /I../../src /I../../src/rml/include /I../../include /I../../src/tbbmalloc /I../../src/tbbmalloc /I." AdditionalIncludeDirectories="." PreprocessorDefinitions="" ExceptionHandling="0" RuntimeLibrary="0" UsePrecompiledHeader="0" WarningLevel="4" DebugInformationFormat="3"/>
|
|
<Tool Name="VCManagedResourceCompilerTool"/>
|
|
<Tool Name="VCResourceCompilerTool"/>
|
|
<Tool Name="VCPreLinkEventTool"/>
|
|
<Tool Name="VCLinkerTool" AdditionalOptions="/nologo /DLL /MAP /DEBUG /fixed:no /INCREMENTAL:NO /DEF:"$(IntDir)\tbbmalloc.def"" OutputFile="$(OutDir)\tbbmalloc.dll" LinkIncremental="1" GenerateDebugInformation="true" SubSystem="2" OptimizeReferences="2" EnableCOMDATFolding="2" RandomizedBaseAddress="1" DataExecutionPrevention="0" TargetMachine="1"/>
|
|
<Tool Name="VCALinkTool"/>
|
|
<Tool Name="VCManifestTool"/>
|
|
<Tool Name="VCXDCMakeTool"/>
|
|
<Tool Name="VCBscMakeTool"/>
|
|
<Tool Name="VCFxCopTool"/>
|
|
<Tool Name="VCAppVerifierTool"/>
|
|
<Tool Name="VCPostBuildEventTool"/>
|
|
</Configuration>
|
|
<Configuration Name="Release-MT|x64" OutputDirectory="$(SolutionDir)intel64\$(ConfigurationName)" IntermediateDirectory="$(SolutionDir)intel64\$(ConfigurationName)" ConfigurationType="2" CharacterSet="0" WholeProgramOptimization="1">
|
|
<Tool Name="VCPreBuildEventTool"/>
|
|
<Tool Name="VCCustomBuildTool"/>
|
|
<Tool Name="MASM"/>
|
|
<Tool Name="VCXMLDataGeneratorTool"/>
|
|
<Tool Name="VCWebServiceProxyGeneratorTool"/>
|
|
<Tool Name="VCMIDLTool" TargetEnvironment="3"/>
|
|
<Tool Name="VCCLCompilerTool" AdditionalOptions=" /c /MT /O2 /Zi /EHs- /Zc:forScope /Zc:wchar_t /D__TBB_LIB_NAME=tbb.lib /DDO_ITT_NOTIFY /GS /DUSE_WINTHREAD /D_CRT_SECURE_NO_DEPRECATE /D_WIN32_WINNT=0x0501 /D__TBBMALLOC_BUILD=1 /I../../src /I../../src/rml/include /I../../include /I../../src/tbbmalloc /I../../src/tbbmalloc /I." AdditionalIncludeDirectories="." PreprocessorDefinitions="" ExceptionHandling="0" RuntimeLibrary="0" BufferSecurityCheck="false" UsePrecompiledHeader="0" WarningLevel="4" DebugInformationFormat="3"/>
|
|
<Tool Name="VCManagedResourceCompilerTool"/>
|
|
<Tool Name="VCResourceCompilerTool"/>
|
|
<Tool Name="VCPreLinkEventTool"/>
|
|
<Tool Name="VCLinkerTool" AdditionalOptions="/nologo /DLL /MAP /DEBUG /fixed:no /INCREMENTAL:NO /DEF:"$(IntDir)\tbbmalloc.def"" OutputFile="$(OutDir)\tbbmalloc.dll" LinkIncremental="1" GenerateDebugInformation="true" SubSystem="2" OptimizeReferences="2" EnableCOMDATFolding="2" RandomizedBaseAddress="1" DataExecutionPrevention="0" TargetMachine="17"/>
|
|
<Tool Name="VCALinkTool"/>
|
|
<Tool Name="VCManifestTool"/>
|
|
<Tool Name="VCXDCMakeTool"/>
|
|
<Tool Name="VCBscMakeTool"/>
|
|
<Tool Name="VCFxCopTool"/>
|
|
<Tool Name="VCAppVerifierTool"/>
|
|
<Tool Name="VCPostBuildEventTool"/>
|
|
</Configuration>
|
|
</Configurations>
|
|
<References>
|
|
</References>
|
|
<Files>
|
|
<Filter Name="Source Files" Filter="cpp;c;cc;cxx;def;odl;idl;hpj;bat;asm;asmx" UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}">
|
|
<File RelativePath="..\..\src\tbb\intel64-masm\atomic_support.asm">
|
|
<FileConfiguration Name="Debug|Win32" ExcludedFromBuild="true">
|
|
</FileConfiguration>
|
|
<FileConfiguration Name="Debug|x64">
|
|
<Tool Name="VCCustomBuildTool" Description="building atomic_support.obj" CommandLine="ml64 /Fo"intel64\Debug\atomic_support.obj" /DUSE_FRAME_POINTER /DEM64T=1 /c /Zi ../../src/tbb/intel64-masm/atomic_support.asm
|
|
" Outputs="intel64\Debug\atomic_support.obj"/>
|
|
</FileConfiguration>
|
|
<FileConfiguration Name="Release|Win32" ExcludedFromBuild="true">
|
|
</FileConfiguration>
|
|
<FileConfiguration Name="Release|x64">
|
|
<Tool Name="VCCustomBuildTool" Description="building atomic_support.obj" CommandLine="ml64 /Fo"intel64\Release\atomic_support.obj" /DEM64T=1 /c /Zi ../../src/tbb/intel64-masm/atomic_support.asm
|
|
" Outputs="intel64\Release\atomic_support.obj"/>
|
|
</FileConfiguration>
|
|
<FileConfiguration Name="Debug-MT|Win32" ExcludedFromBuild="true">
|
|
</FileConfiguration>
|
|
<FileConfiguration Name="Debug-MT|x64">
|
|
<Tool Name="VCCustomBuildTool" Description="building atomic_support.obj" CommandLine="ml64 /Fo"intel64\Debug-MT\atomic_support.obj" /DUSE_FRAME_POINTER /DEM64T=1 /c /Zi ../../src/tbb/intel64-masm/atomic_support.asm
|
|
" Outputs="intel64\Debug-MT\atomic_support.obj"/>
|
|
</FileConfiguration>
|
|
<FileConfiguration Name="Release-MT|Win32" ExcludedFromBuild="true">
|
|
</FileConfiguration>
|
|
<FileConfiguration Name="Release-MT|x64">
|
|
<Tool Name="VCCustomBuildTool" Description="building atomic_support.obj" CommandLine="ml64 /Fo"intel64\Release-MT\atomic_support.obj" /DEM64T=1 /c /Zi ../../src/tbb/intel64-masm/atomic_support.asm
|
|
" Outputs="intel64\Release-MT\atomic_support.obj"/>
|
|
</FileConfiguration>
|
|
</File>
|
|
<File RelativePath="..\..\src\tbbmalloc\win32-tbbmalloc-export.def">
|
|
<FileConfiguration Name="Debug|Win32">
|
|
<Tool Name="VCCustomBuildTool" Description="generating tbbmalloc.def file" CommandLine="cl /nologo /TC /EP ../../src/tbbmalloc/win32-tbbmalloc-export.def /DTBB_USE_DEBUG /DDO_ITT_NOTIFY /DUSE_WINTHREAD /D_CRT_SECURE_NO_DEPRECATE /D_WIN32_WINNT=0x0400 /D__TBBMALLOC_BUILD=1 >"$(IntDir)\tbbmalloc.def"
|
|
" Outputs=""$(IntDir)\tbbmalloc.def""/>
|
|
</FileConfiguration>
|
|
<FileConfiguration Name="Debug|x64" ExcludedFromBuild="true">
|
|
<Tool Name="VCCustomBuildTool" Description="generating tbbmalloc.def file" CommandLine="cl /nologo /TC /EP ../../src/tbbmalloc/win32-tbbmalloc-export.def /DTBB_USE_DEBUG /DDO_ITT_NOTIFY /DUSE_WINTHREAD /D_CRT_SECURE_NO_DEPRECATE /D_WIN32_WINNT=0x0400 /D__TBBMALLOC_BUILD=1 >"$(IntDir)\tbbmalloc.def"
|
|
" Outputs=""$(IntDir)\tbbmalloc.def""/>
|
|
</FileConfiguration>
|
|
<FileConfiguration Name="Release|Win32">
|
|
<Tool Name="VCCustomBuildTool" Description="generating tbbmalloc.def file" CommandLine="cl /nologo /TC /EP ../../src/tbbmalloc/win32-tbbmalloc-export.def /DTBB_USE_DEBUG /DDO_ITT_NOTIFY /DUSE_WINTHREAD /D_CRT_SECURE_NO_DEPRECATE /D_WIN32_WINNT=0x0400 /D__TBBMALLOC_BUILD=1 >"$(IntDir)\tbbmalloc.def"
|
|
" Outputs=""$(IntDir)\tbbmalloc.def""/>
|
|
</FileConfiguration>
|
|
<FileConfiguration Name="Release|x64" ExcludedFromBuild="true">
|
|
<Tool Name="VCCustomBuildTool" Description="generating tbbmalloc.def file" CommandLine="cl /nologo /TC /EP ../../src/tbb/win32-tbbmalloc-export.def /DTBB_USE_DEBUG /DDO_ITT_NOTIFY /DUSE_WINTHREAD /D_CRT_SECURE_NO_DEPRECATE /D_WIN32_WINNT=0x0400 /D__TBBMALLOC_BUILD=1 >"$(IntDir)\tbbmalloc.def"
|
|
" Outputs=""$(IntDir)\tbbmalloc.def""/>
|
|
</FileConfiguration>
|
|
<FileConfiguration Name="Debug-MT|Win32">
|
|
<Tool Name="VCCustomBuildTool" Description="generating tbbmalloc.def file" CommandLine="cl /nologo /TC /EP ../../src/tbbmalloc/win32-tbbmalloc-export.def /DTBB_USE_DEBUG /DDO_ITT_NOTIFY /DUSE_WINTHREAD /D_CRT_SECURE_NO_DEPRECATE /D_WIN32_WINNT=0x0400 /D__TBBMALLOC_BUILD=1 >"$(IntDir)\tbbmalloc.def"
|
|
" Outputs=""$(IntDir)\tbbmalloc.def""/>
|
|
</FileConfiguration>
|
|
<FileConfiguration Name="Debug-MT|x64" ExcludedFromBuild="true">
|
|
<Tool Name="VCCustomBuildTool" Description="generating tbbmalloc.def file" CommandLine="cl /nologo /TC /EP ../../src/tbbmalloc/win32-tbbmalloc-export.def /DTBB_USE_DEBUG /DDO_ITT_NOTIFY /DUSE_WINTHREAD /D_CRT_SECURE_NO_DEPRECATE /D_WIN32_WINNT=0x0400 /D__TBBMALLOC_BUILD=1 >"$(IntDir)\tbbmalloc.def"
|
|
" Outputs=""$(IntDir)\tbbmalloc.def""/>
|
|
</FileConfiguration>
|
|
<FileConfiguration Name="Release-MT|Win32">
|
|
<Tool Name="VCCustomBuildTool" Description="generating tbbmalloc.def file" CommandLine="cl /nologo /TC /EP ../../src/tbbmalloc/win32-tbbmalloc-export.def /DTBB_USE_DEBUG /DDO_ITT_NOTIFY /DUSE_WINTHREAD /D_CRT_SECURE_NO_DEPRECATE /D_WIN32_WINNT=0x0400 /D__TBBMALLOC_BUILD=1 >"$(IntDir)\tbbmalloc.def"
|
|
" Outputs=""$(IntDir)\tbbmalloc.def""/>
|
|
</FileConfiguration>
|
|
<FileConfiguration Name="Release-MT|x64" ExcludedFromBuild="true">
|
|
<Tool Name="VCCustomBuildTool" Description="generating tbbmalloc.def file" CommandLine="cl /nologo /TC /EP ../../src/tbb/win32-tbbmalloc-export.def /DTBB_USE_DEBUG /DDO_ITT_NOTIFY /DUSE_WINTHREAD /D_CRT_SECURE_NO_DEPRECATE /D_WIN32_WINNT=0x0400 /D__TBBMALLOC_BUILD=1 >"$(IntDir)\tbbmalloc.def"
|
|
" Outputs=""$(IntDir)\tbbmalloc.def""/>
|
|
</FileConfiguration>
|
|
</File>
|
|
<File RelativePath="..\..\src\tbbmalloc\win64-tbbmalloc-export.def">
|
|
<FileConfiguration Name="Debug|Win32" ExcludedFromBuild="true">
|
|
<Tool Name="VCCustomBuildTool" Description="generating tbbmalloc.def file" CommandLine="cl /nologo /TC /EP ../../src/tbb/win64-tbbmalloc-export.def /DTBB_USE_DEBUG /DDO_ITT_NOTIFY /DUSE_WINTHREAD /D_CRT_SECURE_NO_DEPRECATE /D_WIN32_WINNT=0x0400 /D__TBBMALLOC_BUILD=1 >"$(IntDir)\tbbmalloc.def"
|
|
" Outputs=""$(IntDir)\tbbmalloc.def""/>
|
|
</FileConfiguration>
|
|
<FileConfiguration Name="Debug|x64">
|
|
<Tool Name="VCCustomBuildTool" Description="generating tbbmalloc.def file" CommandLine="cl /nologo /TC /EP ../../src/tbbmalloc/win64-tbbmalloc-export.def /DTBB_USE_DEBUG /DDO_ITT_NOTIFY /DUSE_WINTHREAD /D_CRT_SECURE_NO_DEPRECATE /D_WIN32_WINNT=0x0400 /D__TBBMALLOC_BUILD=1 >"$(IntDir)\tbbmalloc.def"
|
|
" Outputs=""$(IntDir)\tbbmalloc.def""/>
|
|
</FileConfiguration>
|
|
<FileConfiguration Name="Release|Win32" ExcludedFromBuild="true">
|
|
<Tool Name="VCCustomBuildTool" Description="generating tbbmalloc.def file" CommandLine="cl /nologo /TC /EP ../../src/tbb/win64-tbbmalloc-export.def /DTBB_USE_DEBUG /DDO_ITT_NOTIFY /DUSE_WINTHREAD /D_CRT_SECURE_NO_DEPRECATE /D_WIN32_WINNT=0x0400 /D__TBBMALLOC_BUILD=1 >"$(IntDir)\tbbmalloc.def"
|
|
" Outputs=""$(IntDir)\tbbmalloc.def""/>
|
|
</FileConfiguration>
|
|
<FileConfiguration Name="Release|x64">
|
|
<Tool Name="VCCustomBuildTool" Description="generating tbbmalloc.def file" CommandLine="cl /nologo /TC /EP ../../src/tbbmalloc/win64-tbbmalloc-export.def /DTBB_USE_DEBUG /DDO_ITT_NOTIFY /DUSE_WINTHREAD /D_CRT_SECURE_NO_DEPRECATE /D_WIN32_WINNT=0x0400 /D__TBBMALLOC_BUILD=1 >"$(IntDir)\tbbmalloc.def"
|
|
" Outputs=""$(IntDir)\tbbmalloc.def""/>
|
|
</FileConfiguration>
|
|
<FileConfiguration Name="Debug-MT|Win32" ExcludedFromBuild="true">
|
|
<Tool Name="VCCustomBuildTool" Description="generating tbbmalloc.def file" CommandLine="cl /nologo /TC /EP ../../src/tbb/win64-tbbmalloc-export.def /DTBB_USE_DEBUG /DDO_ITT_NOTIFY /DUSE_WINTHREAD /D_CRT_SECURE_NO_DEPRECATE /D_WIN32_WINNT=0x0400 /D__TBBMALLOC_BUILD=1 >"$(IntDir)\tbbmalloc.def"
|
|
" Outputs=""$(IntDir)\tbbmalloc.def""/>
|
|
</FileConfiguration>
|
|
<FileConfiguration Name="Debug-MT|x64">
|
|
<Tool Name="VCCustomBuildTool" Description="generating tbbmalloc.def file" CommandLine="cl /nologo /TC /EP ../../src/tbbmalloc/win64-tbbmalloc-export.def /DTBB_USE_DEBUG /DDO_ITT_NOTIFY /DUSE_WINTHREAD /D_CRT_SECURE_NO_DEPRECATE /D_WIN32_WINNT=0x0400 /D__TBBMALLOC_BUILD=1 >"$(IntDir)\tbbmalloc.def"
|
|
" Outputs=""$(IntDir)\tbbmalloc.def""/>
|
|
</FileConfiguration>
|
|
<FileConfiguration Name="Release-MT|Win32" ExcludedFromBuild="true">
|
|
<Tool Name="VCCustomBuildTool" Description="generating tbbmalloc.def file" CommandLine="cl /nologo /TC /EP ../../src/tbb/win64-tbbmalloc-export.def /DTBB_USE_DEBUG /DDO_ITT_NOTIFY /DUSE_WINTHREAD /D_CRT_SECURE_NO_DEPRECATE /D_WIN32_WINNT=0x0400 /D__TBBMALLOC_BUILD=1 >"$(IntDir)\tbbmalloc.def"
|
|
" Outputs=""$(IntDir)\tbbmalloc.def""/>
|
|
</FileConfiguration>
|
|
<FileConfiguration Name="Release-MT|x64">
|
|
<Tool Name="VCCustomBuildTool" Description="generating tbbmalloc.def file" CommandLine="cl /nologo /TC /EP ../../src/tbbmalloc/win64-tbbmalloc-export.def /DTBB_USE_DEBUG /DDO_ITT_NOTIFY /DUSE_WINTHREAD /D_CRT_SECURE_NO_DEPRECATE /D_WIN32_WINNT=0x0400 /D__TBBMALLOC_BUILD=1 >"$(IntDir)\tbbmalloc.def"
|
|
" Outputs=""$(IntDir)\tbbmalloc.def""/>
|
|
</FileConfiguration>
|
|
</File>
|
|
<File RelativePath="..\..\src\tbbmalloc\backend.cpp"/><File RelativePath="..\..\src\tbbmalloc\large_objects.cpp"/><File RelativePath="..\..\src\tbbmalloc\backref.cpp"/><File RelativePath="..\..\src\tbbmalloc\tbbmalloc.cpp"/><File RelativePath="..\..\src\tbb\itt_notify.cpp"/><File RelativePath="..\..\src\tbbmalloc\frontend.cpp"/></Filter>
|
|
<Filter Name="Header Files" Filter="h;hpp;hxx;hm;inl;inc;xsd" UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}">
|
|
<File RelativePath="..\..\include\tbb\internal\_concurrent_queue_impl.h">
|
|
</File>
|
|
<File RelativePath="..\..\include\tbb\_tbb_windef.h">
|
|
</File>
|
|
<File RelativePath="..\..\include\tbb\aligned_space.h">
|
|
</File>
|
|
<File RelativePath="..\..\include\tbb\atomic.h">
|
|
</File>
|
|
<File RelativePath="..\..\include\tbb\blocked_range.h">
|
|
</File>
|
|
<File RelativePath="..\..\include\tbb\blocked_range2d.h">
|
|
</File>
|
|
<File RelativePath="..\..\include\tbb\blocked_range3d.h">
|
|
</File>
|
|
<File RelativePath="..\..\include\tbb\cache_aligned_allocator.h">
|
|
</File>
|
|
<File RelativePath="..\..\include\tbb\combinable.h">
|
|
</File>
|
|
<File RelativePath="..\..\include\tbb\concurrent_hash_map.h">
|
|
</File>
|
|
<File RelativePath="..\..\include\tbb\concurrent_queue.h">
|
|
</File>
|
|
<File RelativePath="..\..\include\tbb\concurrent_vector.h">
|
|
</File>
|
|
<File RelativePath="..\..\include\tbb\critical_section.h">
|
|
</File>
|
|
<File RelativePath="..\..\src\tbbmalloc\Customize.h">
|
|
</File>
|
|
<File RelativePath="..\..\include\tbb\enumerable_thread_specific.h">
|
|
</File>
|
|
<File RelativePath="..\..\src\tbbmalloc\LifoList.h">
|
|
</File>
|
|
<File RelativePath="..\..\src\tbbmalloc\MapMemory.h">
|
|
</File>
|
|
<File RelativePath="..\..\include\tbb\mutex.h">
|
|
</File>
|
|
<File RelativePath="..\..\include\tbb\null_mutex.h">
|
|
</File>
|
|
<File RelativePath="..\..\include\tbb\null_rw_mutex.h">
|
|
</File>
|
|
<File RelativePath="..\..\include\tbb\parallel_do.h">
|
|
</File>
|
|
<File RelativePath="..\..\include\tbb\parallel_for.h">
|
|
</File>
|
|
<File RelativePath="..\..\include\tbb\parallel_for_each.h">
|
|
</File>
|
|
<File RelativePath="..\..\include\tbb\parallel_invoke.h">
|
|
</File>
|
|
<File RelativePath="..\..\include\tbb\parallel_reduce.h">
|
|
</File>
|
|
<File RelativePath="..\..\include\tbb\parallel_scan.h">
|
|
</File>
|
|
<File RelativePath="..\..\include\tbb\parallel_sort.h">
|
|
</File>
|
|
<File RelativePath="..\..\include\tbb\parallel_while.h">
|
|
</File>
|
|
<File RelativePath="..\..\include\tbb\partitioner.h">
|
|
</File>
|
|
<File RelativePath="..\..\include\tbb\pipeline.h">
|
|
</File>
|
|
<File RelativePath="..\..\src\tbbmalloc\proxy.h">
|
|
</File>
|
|
<File RelativePath="..\..\include\tbb\queuing_mutex.h">
|
|
</File>
|
|
<File RelativePath="..\..\include\tbb\queuing_rw_mutex.h">
|
|
</File>
|
|
<File RelativePath="..\..\include\tbb\recursive_mutex.h">
|
|
</File>
|
|
<File RelativePath="..\..\include\tbb\scalable_allocator.h">
|
|
</File>
|
|
<File RelativePath="..\..\include\tbb\spin_mutex.h">
|
|
</File>
|
|
<File RelativePath="..\..\include\tbb\spin_rw_mutex.h">
|
|
</File>
|
|
<File RelativePath="..\..\src\tbbmalloc\Statistics.h">
|
|
</File>
|
|
<File RelativePath="..\..\include\tbb\task.h">
|
|
</File>
|
|
<File RelativePath="..\..\include\tbb\task_group.h">
|
|
</File>
|
|
<File RelativePath="..\..\include\tbb\task_scheduler_init.h">
|
|
</File>
|
|
<File RelativePath="..\..\include\tbb\task_scheduler_observer.h">
|
|
</File>
|
|
<File RelativePath="..\..\include\tbb\tbb.h">
|
|
</File>
|
|
<File RelativePath="..\..\include\tbb\tbb_allocator.h">
|
|
</File>
|
|
<File RelativePath="..\..\include\tbb\tbb_config.h">
|
|
</File>
|
|
<File RelativePath="..\..\include\tbb\tbb_exception.h">
|
|
</File>
|
|
<File RelativePath="..\..\src\tbbmalloc\tbb_function_replacement.h">
|
|
</File>
|
|
<File RelativePath="..\..\include\tbb\tbb_machine.h">
|
|
</File>
|
|
<File RelativePath="..\..\include\tbb\tbb_profiling.h">
|
|
</File>
|
|
<File RelativePath="..\..\include\tbb\tbb_stddef.h">
|
|
</File>
|
|
<File RelativePath="..\..\include\tbb\tbb_thread.h">
|
|
</File>
|
|
<File RelativePath="..\..\include\tbb\tbb_version.h">
|
|
</File>
|
|
<File RelativePath="..\..\include\tbb\tbbmalloc_proxy.h">
|
|
</File>
|
|
<File RelativePath="..\..\include\tbb\tick_count.h">
|
|
</File>
|
|
<File RelativePath="..\..\src\tbbmalloc\TypeDefinitions.h">
|
|
</File>
|
|
<File RelativePath="..\..\include\tbb\machine\windows_ia32.h">
|
|
</File>
|
|
<File RelativePath="..\..\include\tbb\machine\windows_intel64.h">
|
|
</File>
|
|
</Filter>
|
|
<Filter Name="Resource Files" Filter="rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe;resx;tiff;tif;png;wav" UniqueIdentifier="{67DA6AB6-F800-4c08-8B7A-83BB121AAD01}">
|
|
<File RelativePath="..\..\src\tbbmalloc\tbbmalloc.rc">
|
|
<FileConfiguration Name="Debug|Win32">
|
|
<Tool Name="VCResourceCompilerTool" AdditionalOptions="/I../../src /I../../include /DDO_ITT_NOTIFY /DUSE_WINTHREAD /D_CRT_SECURE_NO_DEPRECATE /D_WIN32_WINNT=0x0400"/>
|
|
</FileConfiguration>
|
|
<FileConfiguration Name="Debug|x64">
|
|
<Tool Name="VCResourceCompilerTool" AdditionalOptions="/I../../src /I../../include /DDO_ITT_NOTIFY /DUSE_WINTHREAD /D_CRT_SECURE_NO_DEPRECATE /D_WIN32_WINNT=0x0400"/>
|
|
</FileConfiguration>
|
|
<FileConfiguration Name="Release|Win32">
|
|
<Tool Name="VCResourceCompilerTool" AdditionalOptions="/I../../src /I../../include /DDO_ITT_NOTIFY /DUSE_WINTHREAD /D_CRT_SECURE_NO_DEPRECATE /D_WIN32_WINNT=0x0400"/>
|
|
</FileConfiguration>
|
|
<FileConfiguration Name="Release|x64">
|
|
<Tool Name="VCResourceCompilerTool" AdditionalOptions="/I../../src /I../../include /DDO_ITT_NOTIFY /DUSE_WINTHREAD /D_CRT_SECURE_NO_DEPRECATE /D_WIN32_WINNT=0x0400"/>
|
|
</FileConfiguration>
|
|
<FileConfiguration Name="Debug-MT|Win32">
|
|
<Tool Name="VCResourceCompilerTool" AdditionalOptions="/I../../src /I../../include /DDO_ITT_NOTIFY /DUSE_WINTHREAD /D_CRT_SECURE_NO_DEPRECATE /D_WIN32_WINNT=0x0400"/>
|
|
</FileConfiguration>
|
|
<FileConfiguration Name="Debug-MT|x64">
|
|
<Tool Name="VCResourceCompilerTool" AdditionalOptions="/I../../src /I../../include /DDO_ITT_NOTIFY /DUSE_WINTHREAD /D_CRT_SECURE_NO_DEPRECATE /D_WIN32_WINNT=0x0400"/>
|
|
</FileConfiguration>
|
|
<FileConfiguration Name="Release-MT|Win32">
|
|
<Tool Name="VCResourceCompilerTool" AdditionalOptions="/I../../src /I../../include /DDO_ITT_NOTIFY /DUSE_WINTHREAD /D_CRT_SECURE_NO_DEPRECATE /D_WIN32_WINNT=0x0400"/>
|
|
</FileConfiguration>
|
|
<FileConfiguration Name="Release-MT|x64">
|
|
<Tool Name="VCResourceCompilerTool" AdditionalOptions="/I../../src /I../../include /DDO_ITT_NOTIFY /DUSE_WINTHREAD /D_CRT_SECURE_NO_DEPRECATE /D_WIN32_WINNT=0x0400"/>
|
|
</FileConfiguration>
|
|
</File>
|
|
</Filter>
|
|
</Files>
|
|
<Globals>
|
|
</Globals>
|
|
</VisualStudioProject>
|