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|Win32" >
5+ <Configuration >Debug</Configuration >
6+ <Platform >Win32</Platform >
7+ </ProjectConfiguration >
8+ <ProjectConfiguration Include =" Release|Win32" >
9+ <Configuration >Release</Configuration >
10+ <Platform >Win32</Platform >
11+ </ProjectConfiguration >
12+ <ProjectConfiguration Include =" Debug|x64" >
13+ <Configuration >Debug</Configuration >
14+ <Platform >x64</Platform >
15+ </ProjectConfiguration >
16+ <ProjectConfiguration Include =" Release|x64" >
17+ <Configuration >Release</Configuration >
18+ <Platform >x64</Platform >
19+ </ProjectConfiguration >
20+ </ItemGroup >
21+ <PropertyGroup Label =" Globals" >
22+ <VCProjectVersion >15.0</VCProjectVersion >
23+ <ProjectGuid >{FEF7868F-750E-4C21-A04D-22707CC66879}</ProjectGuid >
24+ <RootNamespace >mimalloc-override-test</RootNamespace >
25+ <WindowsTargetPlatformVersion >10.0</WindowsTargetPlatformVersion >
26+ <ProjectName >mimalloc-override-test</ProjectName >
27+ </PropertyGroup >
28+ <Import Project =" $(VCTargetsPath)\Microsoft.Cpp.Default.props" />
29+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)'=='Debug|Win32'" Label =" Configuration" >
30+ <ConfigurationType >Application</ConfigurationType >
31+ <UseDebugLibraries >true</UseDebugLibraries >
32+ <PlatformToolset >v143</PlatformToolset >
33+ </PropertyGroup >
34+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)'=='Release|Win32'" Label =" Configuration" >
35+ <ConfigurationType >Application</ConfigurationType >
36+ <UseDebugLibraries >false</UseDebugLibraries >
37+ <PlatformToolset >v143</PlatformToolset >
38+ <WholeProgramOptimization >true</WholeProgramOptimization >
39+ </PropertyGroup >
40+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)'=='Debug|x64'" Label =" Configuration" >
41+ <ConfigurationType >Application</ConfigurationType >
42+ <UseDebugLibraries >true</UseDebugLibraries >
43+ <PlatformToolset >v143</PlatformToolset >
44+ </PropertyGroup >
45+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)'=='Release|x64'" Label =" Configuration" >
46+ <ConfigurationType >Application</ConfigurationType >
47+ <UseDebugLibraries >false</UseDebugLibraries >
48+ <PlatformToolset >v143</PlatformToolset >
49+ <WholeProgramOptimization >true</WholeProgramOptimization >
50+ </PropertyGroup >
51+ <Import Project =" $(VCTargetsPath)\Microsoft.Cpp.props" />
52+ <ImportGroup Label =" ExtensionSettings" >
53+ </ImportGroup >
54+ <ImportGroup Label =" Shared" >
55+ </ImportGroup >
56+ <ImportGroup Label =" PropertySheets" Condition =" '$(Configuration)|$(Platform)'=='Debug|Win32'" >
57+ <Import Project =" $(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition =" exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label =" LocalAppDataPlatform" />
58+ </ImportGroup >
59+ <ImportGroup Label =" PropertySheets" Condition =" '$(Configuration)|$(Platform)'=='Release|Win32'" >
60+ <Import Project =" $(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition =" exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label =" LocalAppDataPlatform" />
61+ </ImportGroup >
62+ <ImportGroup Label =" PropertySheets" Condition =" '$(Configuration)|$(Platform)'=='Debug|x64'" >
63+ <Import Project =" $(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition =" exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label =" LocalAppDataPlatform" />
64+ </ImportGroup >
65+ <ImportGroup Label =" PropertySheets" Condition =" '$(Configuration)|$(Platform)'=='Release|x64'" >
66+ <Import Project =" $(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition =" exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label =" LocalAppDataPlatform" />
67+ </ImportGroup >
68+ <PropertyGroup Label =" UserMacros" />
69+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)'=='Debug|Win32'" >
70+ <OutDir >$(ProjectDir)..\..\out\msvc-$(Platform)\$(Configuration)\</OutDir >
71+ <IntDir >$(ProjectDir)..\..\out\msvc-$(Platform)\$(ProjectName)\$(Configuration)\</IntDir >
72+ </PropertyGroup >
73+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)'=='Release|Win32'" >
74+ <OutDir >$(ProjectDir)..\..\out\msvc-$(Platform)\$(Configuration)\</OutDir >
75+ <IntDir >$(ProjectDir)..\..\out\msvc-$(Platform)\$(ProjectName)\$(Configuration)\</IntDir >
76+ </PropertyGroup >
77+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)'=='Debug|x64'" >
78+ <OutDir >$(ProjectDir)..\..\out\msvc-$(Platform)\$(Configuration)\</OutDir >
79+ <IntDir >$(ProjectDir)..\..\out\msvc-$(Platform)\$(ProjectName)\$(Configuration)\</IntDir >
80+ </PropertyGroup >
81+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)'=='Release|x64'" >
82+ <OutDir >$(ProjectDir)..\..\out\msvc-$(Platform)\$(Configuration)\</OutDir >
83+ <IntDir >$(ProjectDir)..\..\out\msvc-$(Platform)\$(ProjectName)\$(Configuration)\</IntDir >
84+ </PropertyGroup >
85+ <ItemDefinitionGroup Condition =" '$(Configuration)|$(Platform)'=='Debug|Win32'" >
86+ <ClCompile >
87+ <WarningLevel >Level3</WarningLevel >
88+ <Optimization >Disabled</Optimization >
89+ <SDLCheck >true</SDLCheck >
90+ <ConformanceMode >true</ConformanceMode >
91+ <AdditionalIncludeDirectories >..\..\include</AdditionalIncludeDirectories >
92+ <RuntimeLibrary >MultiThreadedDebugDLL</RuntimeLibrary >
93+ <ExceptionHandling >Sync</ExceptionHandling >
94+ <CompileAs >Default</CompileAs >
95+ <SupportJustMyCode >false</SupportJustMyCode >
96+ </ClCompile >
97+ <Link >
98+ <SubSystem >Console</SubSystem >
99+ <AdditionalDependencies >kernel32.lib;%(AdditionalDependencies)</AdditionalDependencies >
100+ </Link >
101+ <PostBuildEvent />
102+ <PostBuildEvent >
103+ <Command >
104+ </Command >
105+ </PostBuildEvent >
106+ </ItemDefinitionGroup >
107+ <ItemDefinitionGroup Condition =" '$(Configuration)|$(Platform)'=='Debug|x64'" >
108+ <ClCompile >
109+ <WarningLevel >Level3</WarningLevel >
110+ <Optimization >Disabled</Optimization >
111+ <SDLCheck >true</SDLCheck >
112+ <ConformanceMode >true</ConformanceMode >
113+ <AdditionalIncludeDirectories >..\..\include</AdditionalIncludeDirectories >
114+ <RuntimeLibrary >MultiThreadedDebugDLL</RuntimeLibrary >
115+ <ExceptionHandling >Sync</ExceptionHandling >
116+ <CompileAs >Default</CompileAs >
117+ <SupportJustMyCode >false</SupportJustMyCode >
118+ </ClCompile >
119+ <Link >
120+ <SubSystem >Console</SubSystem >
121+ <EntryPointSymbol >
122+ </EntryPointSymbol >
123+ <AdditionalDependencies >kernel32.lib;%(AdditionalDependencies)</AdditionalDependencies >
124+ </Link >
125+ <PostBuildEvent />
126+ <PostBuildEvent >
127+ <Command >
128+ </Command >
129+ </PostBuildEvent >
130+ </ItemDefinitionGroup >
131+ <ItemDefinitionGroup Condition =" '$(Configuration)|$(Platform)'=='Release|Win32'" >
132+ <ClCompile >
133+ <WarningLevel >Level3</WarningLevel >
134+ <Optimization >MaxSpeed</Optimization >
135+ <FunctionLevelLinking >true</FunctionLevelLinking >
136+ <IntrinsicFunctions >true</IntrinsicFunctions >
137+ <SDLCheck >true</SDLCheck >
138+ <ConformanceMode >true</ConformanceMode >
139+ <AdditionalIncludeDirectories >..\..\include</AdditionalIncludeDirectories >
140+ <PreprocessorDefinitions >_MBCS;%(PreprocessorDefinitions);NDEBUG</PreprocessorDefinitions >
141+ <RuntimeLibrary >MultiThreadedDLL</RuntimeLibrary >
142+ </ClCompile >
143+ <Link >
144+ <EnableCOMDATFolding >true</EnableCOMDATFolding >
145+ <OptimizeReferences >true</OptimizeReferences >
146+ <SubSystem >Console</SubSystem >
147+ <AdditionalDependencies >kernel32.lib;user32.lib;gdi32.lib;winspool.lib;comdlg32.lib;advapi32.lib;shell32.lib;ole32.lib;oleaut32.lib;uuid.lib;odbc32.lib;odbccp32.lib;%(AdditionalDependencies)</AdditionalDependencies >
148+ </Link >
149+ <PostBuildEvent >
150+ <Command >
151+ </Command >
152+ </PostBuildEvent >
153+ </ItemDefinitionGroup >
154+ <ItemDefinitionGroup Condition =" '$(Configuration)|$(Platform)'=='Release|x64'" >
155+ <ClCompile >
156+ <WarningLevel >Level3</WarningLevel >
157+ <Optimization >MaxSpeed</Optimization >
158+ <FunctionLevelLinking >true</FunctionLevelLinking >
159+ <IntrinsicFunctions >true</IntrinsicFunctions >
160+ <SDLCheck >true</SDLCheck >
161+ <ConformanceMode >true</ConformanceMode >
162+ <AdditionalIncludeDirectories >..\..\include</AdditionalIncludeDirectories >
163+ <PreprocessorDefinitions >_MBCS;%(PreprocessorDefinitions);NDEBUG</PreprocessorDefinitions >
164+ <RuntimeLibrary >MultiThreadedDLL</RuntimeLibrary >
165+ </ClCompile >
166+ <Link >
167+ <EnableCOMDATFolding >true</EnableCOMDATFolding >
168+ <OptimizeReferences >true</OptimizeReferences >
169+ <SubSystem >Console</SubSystem >
170+ <EntryPointSymbol >
171+ </EntryPointSymbol >
172+ <AdditionalDependencies >kernel32.lib;user32.lib;gdi32.lib;winspool.lib;comdlg32.lib;advapi32.lib;shell32.lib;ole32.lib;oleaut32.lib;uuid.lib;odbc32.lib;odbccp32.lib;%(AdditionalDependencies)</AdditionalDependencies >
173+ </Link >
174+ <PostBuildEvent >
175+ <Command >
176+ </Command >
177+ </PostBuildEvent >
178+ </ItemDefinitionGroup >
179+ <ItemGroup >
180+ <ClCompile Include =" ..\..\test\main-override.cpp" />
181+ </ItemGroup >
182+ <ItemGroup >
183+ <ProjectReference Include =" mimalloc-override.vcxproj" >
184+ <Project >{abb5eae7-b3e6-432e-b636-333449892ea7}</Project >
185+ </ProjectReference >
186+ </ItemGroup >
187+ <Import Project =" $(VCTargetsPath)\Microsoft.Cpp.targets" />
188+ <ImportGroup Label =" ExtensionTargets" >
189+ </ImportGroup >
190+ </Project >
0 commit comments