2020-01-07 03:18:22 +03:00
|
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
2019-06-20 02:26:12 +03:00
|
|
|
|
<Project DefaultTargets="Build" ToolsVersion="15.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
|
|
|
|
<ItemGroup Label="ProjectConfigurations">
|
|
|
|
|
<ProjectConfiguration Include="Debug|Win32">
|
|
|
|
|
<Configuration>Debug</Configuration>
|
|
|
|
|
<Platform>Win32</Platform>
|
|
|
|
|
</ProjectConfiguration>
|
|
|
|
|
<ProjectConfiguration Include="Release|Win32">
|
|
|
|
|
<Configuration>Release</Configuration>
|
|
|
|
|
<Platform>Win32</Platform>
|
|
|
|
|
</ProjectConfiguration>
|
|
|
|
|
<ProjectConfiguration Include="Debug|x64">
|
|
|
|
|
<Configuration>Debug</Configuration>
|
|
|
|
|
<Platform>x64</Platform>
|
|
|
|
|
</ProjectConfiguration>
|
|
|
|
|
<ProjectConfiguration Include="Release|x64">
|
|
|
|
|
<Configuration>Release</Configuration>
|
|
|
|
|
<Platform>x64</Platform>
|
|
|
|
|
</ProjectConfiguration>
|
|
|
|
|
</ItemGroup>
|
|
|
|
|
<PropertyGroup Label="Globals">
|
|
|
|
|
<VCProjectVersion>15.0</VCProjectVersion>
|
|
|
|
|
<ProjectGuid>{ABB5EAE7-B3E6-432E-B636-333449892EA7}</ProjectGuid>
|
|
|
|
|
<RootNamespace>mimalloc-override</RootNamespace>
|
|
|
|
|
<ProjectName>mimalloc-override</ProjectName>
|
2023-02-07 22:07:08 +03:00
|
|
|
|
<WindowsTargetPlatformVersion>10.0.19041.0</WindowsTargetPlatformVersion>
|
2019-06-20 02:26:12 +03:00
|
|
|
|
</PropertyGroup>
|
|
|
|
|
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
|
|
|
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
|
|
|
|
|
<ConfigurationType>DynamicLibrary</ConfigurationType>
|
|
|
|
|
<UseDebugLibraries>true</UseDebugLibraries>
|
|
|
|
|
<PlatformToolset>v141</PlatformToolset>
|
|
|
|
|
</PropertyGroup>
|
|
|
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
|
|
|
|
|
<ConfigurationType>DynamicLibrary</ConfigurationType>
|
|
|
|
|
<UseDebugLibraries>false</UseDebugLibraries>
|
|
|
|
|
<PlatformToolset>v141</PlatformToolset>
|
|
|
|
|
</PropertyGroup>
|
|
|
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration">
|
|
|
|
|
<ConfigurationType>DynamicLibrary</ConfigurationType>
|
|
|
|
|
<UseDebugLibraries>true</UseDebugLibraries>
|
|
|
|
|
<PlatformToolset>v141</PlatformToolset>
|
|
|
|
|
</PropertyGroup>
|
|
|
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration">
|
|
|
|
|
<ConfigurationType>DynamicLibrary</ConfigurationType>
|
|
|
|
|
<UseDebugLibraries>false</UseDebugLibraries>
|
|
|
|
|
<PlatformToolset>v141</PlatformToolset>
|
|
|
|
|
</PropertyGroup>
|
|
|
|
|
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
|
|
|
|
|
<ImportGroup Label="ExtensionSettings">
|
|
|
|
|
</ImportGroup>
|
|
|
|
|
<ImportGroup Label="Shared">
|
|
|
|
|
</ImportGroup>
|
|
|
|
|
<ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
|
|
|
|
|
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
|
|
|
|
|
</ImportGroup>
|
|
|
|
|
<ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
|
|
|
|
|
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
|
|
|
|
|
</ImportGroup>
|
|
|
|
|
<ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
|
|
|
|
|
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
|
|
|
|
|
</ImportGroup>
|
|
|
|
|
<ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
|
|
|
|
|
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
|
|
|
|
|
</ImportGroup>
|
|
|
|
|
<PropertyGroup Label="UserMacros" />
|
|
|
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
|
|
|
|
|
<OutDir>$(SolutionDir)..\..\out\msvc-$(Platform)\$(Configuration)\</OutDir>
|
|
|
|
|
<IntDir>$(SolutionDir)..\..\out\msvc-$(Platform)\$(ProjectName)\$(Configuration)\</IntDir>
|
|
|
|
|
<TargetExt>.dll</TargetExt>
|
2019-07-24 01:10:25 +03:00
|
|
|
|
<TargetName>mimalloc-override</TargetName>
|
2019-06-20 02:26:12 +03:00
|
|
|
|
</PropertyGroup>
|
|
|
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
|
|
|
|
|
<OutDir>$(SolutionDir)..\..\out\msvc-$(Platform)\$(Configuration)\</OutDir>
|
|
|
|
|
<IntDir>$(SolutionDir)..\..\out\msvc-$(Platform)\$(ProjectName)\$(Configuration)\</IntDir>
|
|
|
|
|
<TargetExt>.dll</TargetExt>
|
2019-07-24 01:10:25 +03:00
|
|
|
|
<TargetName>mimalloc-override</TargetName>
|
2019-06-20 02:26:12 +03:00
|
|
|
|
</PropertyGroup>
|
|
|
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
|
|
|
|
|
<OutDir>$(SolutionDir)..\..\out\msvc-$(Platform)\$(Configuration)\</OutDir>
|
|
|
|
|
<IntDir>$(SolutionDir)..\..\out\msvc-$(Platform)\$(ProjectName)\$(Configuration)\</IntDir>
|
|
|
|
|
<TargetExt>.dll</TargetExt>
|
2019-07-24 01:10:25 +03:00
|
|
|
|
<TargetName>mimalloc-override</TargetName>
|
2019-06-20 02:26:12 +03:00
|
|
|
|
</PropertyGroup>
|
|
|
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
|
|
|
|
|
<OutDir>$(SolutionDir)..\..\out\msvc-$(Platform)\$(Configuration)\</OutDir>
|
|
|
|
|
<IntDir>$(SolutionDir)..\..\out\msvc-$(Platform)\$(ProjectName)\$(Configuration)\</IntDir>
|
|
|
|
|
<TargetExt>.dll</TargetExt>
|
2019-07-24 01:10:25 +03:00
|
|
|
|
<TargetName>mimalloc-override</TargetName>
|
2019-06-20 02:26:12 +03:00
|
|
|
|
</PropertyGroup>
|
|
|
|
|
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
|
|
|
|
|
<ClCompile>
|
|
|
|
|
<WarningLevel>Level3</WarningLevel>
|
|
|
|
|
<Optimization>Disabled</Optimization>
|
|
|
|
|
<SDLCheck>true</SDLCheck>
|
|
|
|
|
<ConformanceMode>true</ConformanceMode>
|
|
|
|
|
<AdditionalIncludeDirectories>../../include</AdditionalIncludeDirectories>
|
2020-02-03 02:50:02 +03:00
|
|
|
|
<PreprocessorDefinitions>_CRT_SECURE_NO_WARNINGS;MI_SHARED_LIB;MI_SHARED_LIB_EXPORT;MI_MALLOC_OVERRIDE;%(PreprocessorDefinitions);</PreprocessorDefinitions>
|
2019-06-20 02:26:12 +03:00
|
|
|
|
<RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary>
|
2019-07-16 03:38:16 +03:00
|
|
|
|
<SupportJustMyCode>false</SupportJustMyCode>
|
2019-07-24 01:10:25 +03:00
|
|
|
|
<CompileAs>Default</CompileAs>
|
2019-06-20 02:26:12 +03:00
|
|
|
|
</ClCompile>
|
|
|
|
|
<Link>
|
2019-08-10 19:39:36 +03:00
|
|
|
|
<AdditionalDependencies>$(ProjectDir)\..\..\bin\mimalloc-redirect32.lib;%(AdditionalDependencies)</AdditionalDependencies>
|
2019-06-20 02:26:12 +03:00
|
|
|
|
<IgnoreSpecificDefaultLibraries>
|
|
|
|
|
</IgnoreSpecificDefaultLibraries>
|
|
|
|
|
<ModuleDefinitionFile>
|
|
|
|
|
</ModuleDefinitionFile>
|
2019-07-19 07:41:28 +03:00
|
|
|
|
<LinkTimeCodeGeneration>Default</LinkTimeCodeGeneration>
|
2019-07-24 01:51:08 +03:00
|
|
|
|
<IgnoreAllDefaultLibraries>false</IgnoreAllDefaultLibraries>
|
2019-06-20 02:26:12 +03:00
|
|
|
|
</Link>
|
2019-08-10 19:39:36 +03:00
|
|
|
|
<PostBuildEvent>
|
2022-12-20 05:40:12 +03:00
|
|
|
|
<Command>COPY /Y "$(ProjectDir)..\..\bin\mimalloc-redirect32.dll" "$(OutputPath)"</Command>
|
2019-08-10 19:39:36 +03:00
|
|
|
|
</PostBuildEvent>
|
|
|
|
|
<PostBuildEvent>
|
|
|
|
|
<Message>Copy mimalloc-redirect32.dll to the output directory</Message>
|
|
|
|
|
</PostBuildEvent>
|
2019-06-20 02:26:12 +03:00
|
|
|
|
</ItemDefinitionGroup>
|
|
|
|
|
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
|
|
|
|
|
<ClCompile>
|
|
|
|
|
<WarningLevel>Level3</WarningLevel>
|
|
|
|
|
<Optimization>Disabled</Optimization>
|
|
|
|
|
<SDLCheck>true</SDLCheck>
|
|
|
|
|
<ConformanceMode>true</ConformanceMode>
|
|
|
|
|
<AdditionalIncludeDirectories>../../include</AdditionalIncludeDirectories>
|
2020-02-03 02:50:02 +03:00
|
|
|
|
<PreprocessorDefinitions>_CRT_SECURE_NO_WARNINGS;MI_SHARED_LIB;MI_SHARED_LIB_EXPORT;MI_MALLOC_OVERRIDE;%(PreprocessorDefinitions);</PreprocessorDefinitions>
|
2019-06-20 02:26:12 +03:00
|
|
|
|
<RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary>
|
2019-07-16 03:38:16 +03:00
|
|
|
|
<SupportJustMyCode>false</SupportJustMyCode>
|
2019-07-24 01:10:25 +03:00
|
|
|
|
<CompileAs>Default</CompileAs>
|
2019-06-20 02:26:12 +03:00
|
|
|
|
</ClCompile>
|
|
|
|
|
<Link>
|
2019-12-23 04:07:01 +03:00
|
|
|
|
<AdditionalDependencies>$(ProjectDir)\..\..\bin\mimalloc-redirect.lib;bcrypt.lib;%(AdditionalDependencies)</AdditionalDependencies>
|
2019-06-20 02:26:12 +03:00
|
|
|
|
<IgnoreSpecificDefaultLibraries>
|
|
|
|
|
</IgnoreSpecificDefaultLibraries>
|
|
|
|
|
<ModuleDefinitionFile>
|
|
|
|
|
</ModuleDefinitionFile>
|
2019-07-19 07:41:28 +03:00
|
|
|
|
<LinkTimeCodeGeneration>Default</LinkTimeCodeGeneration>
|
2019-07-24 01:51:08 +03:00
|
|
|
|
<IgnoreAllDefaultLibraries>false</IgnoreAllDefaultLibraries>
|
2019-06-20 02:26:12 +03:00
|
|
|
|
</Link>
|
2019-07-19 07:41:28 +03:00
|
|
|
|
<PostBuildEvent>
|
2022-12-20 05:40:12 +03:00
|
|
|
|
<Command>COPY /Y "$(ProjectDir)..\..\bin\mimalloc-redirect.dll" "$(OutputPath)"</Command>
|
2019-07-19 07:41:28 +03:00
|
|
|
|
</PostBuildEvent>
|
|
|
|
|
<PostBuildEvent>
|
|
|
|
|
<Message>copy mimalloc-redirect.dll to the output directory</Message>
|
|
|
|
|
</PostBuildEvent>
|
2019-06-20 02:26:12 +03:00
|
|
|
|
</ItemDefinitionGroup>
|
|
|
|
|
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
|
|
|
|
|
<ClCompile>
|
|
|
|
|
<WarningLevel>Level3</WarningLevel>
|
|
|
|
|
<Optimization>MaxSpeed</Optimization>
|
|
|
|
|
<FunctionLevelLinking>true</FunctionLevelLinking>
|
|
|
|
|
<IntrinsicFunctions>true</IntrinsicFunctions>
|
|
|
|
|
<ConformanceMode>true</ConformanceMode>
|
|
|
|
|
<AdditionalIncludeDirectories>../../include</AdditionalIncludeDirectories>
|
2020-02-03 02:50:02 +03:00
|
|
|
|
<PreprocessorDefinitions>_CRT_SECURE_NO_WARNINGS;MI_SHARED_LIB;MI_SHARED_LIB_EXPORT;MI_MALLOC_OVERRIDE;%(PreprocessorDefinitions);NDEBUG</PreprocessorDefinitions>
|
2019-06-20 02:26:12 +03:00
|
|
|
|
<AssemblerOutput>AssemblyAndSourceCode</AssemblerOutput>
|
|
|
|
|
<AssemblerListingLocation>$(IntDir)</AssemblerListingLocation>
|
2019-07-16 03:38:16 +03:00
|
|
|
|
<WholeProgramOptimization>false</WholeProgramOptimization>
|
2019-06-20 02:26:12 +03:00
|
|
|
|
<RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary>
|
2019-07-24 01:10:25 +03:00
|
|
|
|
<CompileAs>Default</CompileAs>
|
2019-08-20 17:04:00 +03:00
|
|
|
|
<BufferSecurityCheck>false</BufferSecurityCheck>
|
2019-06-20 02:26:12 +03:00
|
|
|
|
</ClCompile>
|
|
|
|
|
<Link>
|
|
|
|
|
<EnableCOMDATFolding>true</EnableCOMDATFolding>
|
|
|
|
|
<OptimizeReferences>true</OptimizeReferences>
|
2019-08-10 19:39:36 +03:00
|
|
|
|
<AdditionalDependencies>$(ProjectDir)\..\..\bin\mimalloc-redirect32.lib;%(AdditionalDependencies)</AdditionalDependencies>
|
2019-06-20 02:26:12 +03:00
|
|
|
|
<ModuleDefinitionFile>
|
|
|
|
|
</ModuleDefinitionFile>
|
2019-07-19 07:41:28 +03:00
|
|
|
|
<LinkTimeCodeGeneration>Default</LinkTimeCodeGeneration>
|
2019-07-24 01:51:08 +03:00
|
|
|
|
<IgnoreAllDefaultLibraries>false</IgnoreAllDefaultLibraries>
|
2019-06-20 02:26:12 +03:00
|
|
|
|
</Link>
|
2019-08-10 19:39:36 +03:00
|
|
|
|
<PostBuildEvent>
|
2022-12-20 05:40:12 +03:00
|
|
|
|
<Command>COPY /Y "$(ProjectDir)..\..\bin\mimalloc-redirect32.dll" "$(OutputPath)"</Command>
|
2019-08-10 19:39:36 +03:00
|
|
|
|
</PostBuildEvent>
|
|
|
|
|
<PostBuildEvent>
|
|
|
|
|
<Message>Copy mimalloc-redirect32.dll to the output directory</Message>
|
|
|
|
|
</PostBuildEvent>
|
2019-06-20 02:26:12 +03:00
|
|
|
|
</ItemDefinitionGroup>
|
|
|
|
|
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
|
|
|
|
|
<ClCompile>
|
|
|
|
|
<WarningLevel>Level3</WarningLevel>
|
|
|
|
|
<Optimization>MaxSpeed</Optimization>
|
|
|
|
|
<FunctionLevelLinking>true</FunctionLevelLinking>
|
|
|
|
|
<IntrinsicFunctions>true</IntrinsicFunctions>
|
|
|
|
|
<ConformanceMode>true</ConformanceMode>
|
|
|
|
|
<AdditionalIncludeDirectories>../../include</AdditionalIncludeDirectories>
|
2020-02-03 02:50:02 +03:00
|
|
|
|
<PreprocessorDefinitions>_CRT_SECURE_NO_WARNINGS;MI_SHARED_LIB;MI_SHARED_LIB_EXPORT;MI_MALLOC_OVERRIDE;%(PreprocessorDefinitions);NDEBUG</PreprocessorDefinitions>
|
2019-06-20 02:26:12 +03:00
|
|
|
|
<AssemblerOutput>AssemblyAndSourceCode</AssemblerOutput>
|
|
|
|
|
<AssemblerListingLocation>$(IntDir)</AssemblerListingLocation>
|
2019-07-16 03:38:16 +03:00
|
|
|
|
<WholeProgramOptimization>false</WholeProgramOptimization>
|
2019-06-20 02:26:12 +03:00
|
|
|
|
<RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary>
|
2019-07-24 01:10:25 +03:00
|
|
|
|
<CompileAs>Default</CompileAs>
|
2019-08-20 17:04:00 +03:00
|
|
|
|
<BufferSecurityCheck>false</BufferSecurityCheck>
|
2019-06-20 02:26:12 +03:00
|
|
|
|
</ClCompile>
|
|
|
|
|
<Link>
|
|
|
|
|
<EnableCOMDATFolding>true</EnableCOMDATFolding>
|
|
|
|
|
<OptimizeReferences>true</OptimizeReferences>
|
2019-12-23 04:07:01 +03:00
|
|
|
|
<AdditionalDependencies>$(ProjectDir)\..\..\bin\mimalloc-redirect.lib;bcrypt.lib;%(AdditionalDependencies)</AdditionalDependencies>
|
2019-06-20 02:26:12 +03:00
|
|
|
|
<ModuleDefinitionFile>
|
|
|
|
|
</ModuleDefinitionFile>
|
2019-07-19 07:41:28 +03:00
|
|
|
|
<LinkTimeCodeGeneration>Default</LinkTimeCodeGeneration>
|
2019-07-24 01:51:08 +03:00
|
|
|
|
<IgnoreAllDefaultLibraries>false</IgnoreAllDefaultLibraries>
|
2019-06-20 02:26:12 +03:00
|
|
|
|
</Link>
|
|
|
|
|
<PostBuildEvent>
|
2022-12-20 05:40:12 +03:00
|
|
|
|
<Command>COPY /Y "$(ProjectDir)..\..\bin\mimalloc-redirect.dll" "$(OutputPath)"</Command>
|
2019-06-20 02:26:12 +03:00
|
|
|
|
</PostBuildEvent>
|
|
|
|
|
<PostBuildEvent>
|
2019-07-19 07:41:28 +03:00
|
|
|
|
<Message>copy mimalloc-redirect.dll to the output directory</Message>
|
2019-06-20 02:26:12 +03:00
|
|
|
|
</PostBuildEvent>
|
|
|
|
|
</ItemDefinitionGroup>
|
|
|
|
|
<ItemGroup>
|
|
|
|
|
<ClInclude Include="$(ProjectDir)..\..\include\mimalloc-internal.h" />
|
|
|
|
|
<ClInclude Include="$(ProjectDir)..\..\include\mimalloc.h" />
|
|
|
|
|
<ClInclude Include="..\..\include\mimalloc-atomic.h" />
|
2019-09-16 05:19:00 +03:00
|
|
|
|
<ClInclude Include="..\..\include\mimalloc-new-delete.h" />
|
2019-07-19 07:20:18 +03:00
|
|
|
|
<ClInclude Include="..\..\include\mimalloc-override.h" />
|
2019-06-20 02:26:12 +03:00
|
|
|
|
<ClInclude Include="..\..\include\mimalloc-types.h" />
|
2020-09-08 20:14:13 +03:00
|
|
|
|
<ClInclude Include="..\..\src\bitmap.h" />
|
2019-06-20 02:26:12 +03:00
|
|
|
|
</ItemGroup>
|
|
|
|
|
<ItemGroup>
|
|
|
|
|
<ClCompile Include="..\..\src\alloc-aligned.c">
|
2019-07-08 04:52:12 +03:00
|
|
|
|
<ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">false</ExcludedFromBuild>
|
|
|
|
|
<ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">false</ExcludedFromBuild>
|
|
|
|
|
<ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">false</ExcludedFromBuild>
|
|
|
|
|
<ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='Release|x64'">false</ExcludedFromBuild>
|
2019-06-20 02:26:12 +03:00
|
|
|
|
</ClCompile>
|
2019-07-19 04:59:32 +03:00
|
|
|
|
<ClCompile Include="..\..\src\alloc-override.c">
|
|
|
|
|
<ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">true</ExcludedFromBuild>
|
|
|
|
|
<ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">true</ExcludedFromBuild>
|
|
|
|
|
<ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">true</ExcludedFromBuild>
|
|
|
|
|
<ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='Release|x64'">true</ExcludedFromBuild>
|
|
|
|
|
</ClCompile>
|
2019-07-07 23:44:33 +03:00
|
|
|
|
<ClCompile Include="..\..\src\alloc-posix.c" />
|
2019-06-20 02:26:12 +03:00
|
|
|
|
<ClCompile Include="..\..\src\alloc.c" />
|
2019-11-03 01:56:21 +03:00
|
|
|
|
<ClCompile Include="..\..\src\arena.c" />
|
2020-09-08 20:14:13 +03:00
|
|
|
|
<ClCompile Include="..\..\src\bitmap.c" />
|
2019-06-20 02:26:12 +03:00
|
|
|
|
<ClCompile Include="..\..\src\heap.c" />
|
|
|
|
|
<ClCompile Include="..\..\src\init.c" />
|
2020-01-26 00:28:49 +03:00
|
|
|
|
<ClCompile Include="..\..\src\region.c" />
|
2019-06-20 02:26:12 +03:00
|
|
|
|
<ClCompile Include="..\..\src\options.c" />
|
|
|
|
|
<ClCompile Include="..\..\src\os.c" />
|
|
|
|
|
<ClCompile Include="..\..\src\page-queue.c">
|
|
|
|
|
<ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">true</ExcludedFromBuild>
|
|
|
|
|
<ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">true</ExcludedFromBuild>
|
|
|
|
|
<ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">true</ExcludedFromBuild>
|
|
|
|
|
<ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='Release|x64'">true</ExcludedFromBuild>
|
|
|
|
|
</ClCompile>
|
|
|
|
|
<ClCompile Include="..\..\src\page.c" />
|
2019-12-23 04:07:01 +03:00
|
|
|
|
<ClCompile Include="..\..\src\random.c" />
|
2019-06-20 02:26:12 +03:00
|
|
|
|
<ClCompile Include="..\..\src\segment.c" />
|
|
|
|
|
<ClCompile Include="..\..\src\stats.c" />
|
|
|
|
|
</ItemGroup>
|
|
|
|
|
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
|
|
|
|
|
<ImportGroup Label="ExtensionTargets">
|
|
|
|
|
</ImportGroup>
|
2020-09-08 20:14:13 +03:00
|
|
|
|
</Project>
|