1+ <?xml version =" 1.0" encoding =" utf-8" ?>
2+ <Project DefaultTargets =" Build" ToolsVersion =" 4.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+ </ItemGroup >
13+ <PropertyGroup Label =" Globals" >
14+ <SccProjectName />
15+ <SccLocalPath />
16+ <ProjectGuid >{35D7F2C2-E8EA-4B0C-A7CE-57269DD6B171}</ProjectGuid >
17+ </PropertyGroup >
18+ <Import Project =" $(VCTargetsPath)\Microsoft.Cpp.Default.props" />
19+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)'=='Debug|Win32'" Label =" Configuration" >
20+ <ConfigurationType >Application</ConfigurationType >
21+ <PlatformToolset >v110</PlatformToolset >
22+ <UseOfMfc >false</UseOfMfc >
23+ <CharacterSet >MultiByte</CharacterSet >
24+ </PropertyGroup >
25+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)'=='Release|Win32'" Label =" Configuration" >
26+ <ConfigurationType >Application</ConfigurationType >
27+ <PlatformToolset >v110</PlatformToolset >
28+ <UseOfMfc >false</UseOfMfc >
29+ <CharacterSet >MultiByte</CharacterSet >
30+ </PropertyGroup >
31+ <Import Project =" $(VCTargetsPath)\Microsoft.Cpp.props" />
32+ <ImportGroup Label =" ExtensionSettings" >
33+ </ImportGroup >
34+ <ImportGroup Condition =" '$(Configuration)|$(Platform)'=='Debug|Win32'" Label =" PropertySheets" >
35+ <Import Project =" $(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition =" exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label =" LocalAppDataPlatform" />
36+ <Import Project =" $(VCTargetsPath)Microsoft.Cpp.UpgradeFromVC60.props" />
37+ </ImportGroup >
38+ <ImportGroup Condition =" '$(Configuration)|$(Platform)'=='Release|Win32'" Label =" PropertySheets" >
39+ <Import Project =" $(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition =" exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label =" LocalAppDataPlatform" />
40+ <Import Project =" $(VCTargetsPath)Microsoft.Cpp.UpgradeFromVC60.props" />
41+ </ImportGroup >
42+ <PropertyGroup Label =" UserMacros" />
43+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)'=='Release|Win32'" >
44+ <OutDir >.\Release\</OutDir >
45+ <IntDir >.\Release\</IntDir >
46+ <LinkIncremental >false</LinkIncremental >
47+ </PropertyGroup >
48+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)'=='Debug|Win32'" >
49+ <OutDir >.\Debug\</OutDir >
50+ <IntDir >.\Debug\</IntDir >
51+ <LinkIncremental >false</LinkIncremental >
52+ </PropertyGroup >
53+ <ItemDefinitionGroup Condition =" '$(Configuration)|$(Platform)'=='Release|Win32'" >
54+ <ClCompile >
55+ <RuntimeLibrary >MultiThreaded</RuntimeLibrary >
56+ <InlineFunctionExpansion >OnlyExplicitInline</InlineFunctionExpansion >
57+ <StringPooling >true</StringPooling >
58+ <FunctionLevelLinking >true</FunctionLevelLinking >
59+ <Optimization >MaxSpeed</Optimization >
60+ <SuppressStartupBanner >true</SuppressStartupBanner >
61+ <WarningLevel >Level3</WarningLevel >
62+ <PreprocessorDefinitions >WIN32;NDEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions >
63+ <AssemblerListingLocation >.\Release\</AssemblerListingLocation >
64+ <PrecompiledHeaderOutputFile >.\Release\BoxPruning.pch</PrecompiledHeaderOutputFile >
65+ <PrecompiledHeader >Use</PrecompiledHeader >
66+ <PrecompiledHeaderFile >stdafx.h</PrecompiledHeaderFile >
67+ <ObjectFileName >.\Release\</ObjectFileName >
68+ <ProgramDataBaseFileName >.\Release\</ProgramDataBaseFileName >
69+ <IntrinsicFunctions >true</IntrinsicFunctions >
70+ <FavorSizeOrSpeed >Speed</FavorSizeOrSpeed >
71+ <OmitFramePointers >true</OmitFramePointers >
72+ <EnableFiberSafeOptimizations >true</EnableFiberSafeOptimizations >
73+ <WholeProgramOptimization >false</WholeProgramOptimization >
74+ <FloatingPointModel >Fast</FloatingPointModel >
75+ <FloatingPointExceptions >false</FloatingPointExceptions >
76+ <RuntimeTypeInfo >false</RuntimeTypeInfo >
77+ <ExceptionHandling >false</ExceptionHandling >
78+ <EnableEnhancedInstructionSet >StreamingSIMDExtensions2</EnableEnhancedInstructionSet >
79+ <BrowseInformation >true</BrowseInformation >
80+ </ClCompile >
81+ <Midl >
82+ <TypeLibraryName >.\Release\BoxPruning.tlb</TypeLibraryName >
83+ </Midl >
84+ <ResourceCompile >
85+ <Culture >0x040c</Culture >
86+ <PreprocessorDefinitions >NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions >
87+ </ResourceCompile >
88+ <Bscmake >
89+ <SuppressStartupBanner >true</SuppressStartupBanner >
90+ <OutputFile >.\Release\BoxPruning.bsc</OutputFile >
91+ </Bscmake >
92+ <Link >
93+ <SuppressStartupBanner >true</SuppressStartupBanner >
94+ <SubSystem >Console</SubSystem >
95+ <OutputFile >.\Release\BoxPruning.exe</OutputFile >
96+ <AdditionalDependencies >odbc32.lib;odbccp32.lib;%(AdditionalDependencies)</AdditionalDependencies >
97+ <GenerateDebugInformation >true</GenerateDebugInformation >
98+ <LinkTimeCodeGeneration >Default</LinkTimeCodeGeneration >
99+ </Link >
100+ </ItemDefinitionGroup >
101+ <ItemDefinitionGroup Condition =" '$(Configuration)|$(Platform)'=='Debug|Win32'" >
102+ <ClCompile >
103+ <RuntimeLibrary >MultiThreadedDebug</RuntimeLibrary >
104+ <InlineFunctionExpansion >Default</InlineFunctionExpansion >
105+ <FunctionLevelLinking >false</FunctionLevelLinking >
106+ <Optimization >Disabled</Optimization >
107+ <SuppressStartupBanner >true</SuppressStartupBanner >
108+ <WarningLevel >Level3</WarningLevel >
109+ <MinimalRebuild >true</MinimalRebuild >
110+ <PreprocessorDefinitions >WIN32;_DEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions >
111+ <AssemblerListingLocation >.\Debug\</AssemblerListingLocation >
112+ <BrowseInformation >true</BrowseInformation >
113+ <PrecompiledHeaderOutputFile >.\Debug\BoxPruning.pch</PrecompiledHeaderOutputFile >
114+ <PrecompiledHeader >Use</PrecompiledHeader >
115+ <PrecompiledHeaderFile >stdafx.h</PrecompiledHeaderFile >
116+ <ObjectFileName >.\Debug\</ObjectFileName >
117+ <ProgramDataBaseFileName >.\Debug\</ProgramDataBaseFileName >
118+ <BasicRuntimeChecks >EnableFastChecks</BasicRuntimeChecks >
119+ </ClCompile >
120+ <Midl >
121+ <TypeLibraryName >.\Debug\BoxPruning.tlb</TypeLibraryName >
122+ </Midl >
123+ <ResourceCompile >
124+ <Culture >0x040c</Culture >
125+ <PreprocessorDefinitions >_DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions >
126+ </ResourceCompile >
127+ <Bscmake >
128+ <SuppressStartupBanner >true</SuppressStartupBanner >
129+ <OutputFile >.\Debug\BoxPruning.bsc</OutputFile >
130+ </Bscmake >
131+ <Link >
132+ <SuppressStartupBanner >true</SuppressStartupBanner >
133+ <GenerateDebugInformation >true</GenerateDebugInformation >
134+ <SubSystem >Console</SubSystem >
135+ <OutputFile >.\Debug\BoxPruning.exe</OutputFile >
136+ <AdditionalDependencies >odbc32.lib;odbccp32.lib;%(AdditionalDependencies)</AdditionalDependencies >
137+ </Link >
138+ </ItemDefinitionGroup >
139+ <ItemGroup >
140+ <ClCompile Include =" ..\Shared\IceBoxPruning_BruteForce.cpp" />
141+ <ClCompile Include =" ..\Shared\IceContainer.cpp" />
142+ <ClCompile Include =" ..\Shared\IceProfiler.cpp" />
143+ <ClCompile Include =" ..\Shared\IceRevisitedRadix.cpp" />
144+ <ClCompile Include =" ..\Shared\Main.cpp" />
145+ <ClCompile Include =" IceBoxPruning.cpp" />
146+ <ClCompile Include =" BoxPruning.cpp" />
147+ <ClCompile Include =" StdAfx.cpp" >
148+ <PrecompiledHeader Condition =" '$(Configuration)|$(Platform)'=='Release|Win32'" >Create</PrecompiledHeader >
149+ <PrecompiledHeaderFile Condition =" '$(Configuration)|$(Platform)'=='Release|Win32'" >stdafx.h</PrecompiledHeaderFile >
150+ <PrecompiledHeader Condition =" '$(Configuration)|$(Platform)'=='Debug|Win32'" >Create</PrecompiledHeader >
151+ <PrecompiledHeaderFile Condition =" '$(Configuration)|$(Platform)'=='Debug|Win32'" >stdafx.h</PrecompiledHeaderFile >
152+ </ClCompile >
153+ </ItemGroup >
154+ <ItemGroup >
155+ <ClInclude Include =" ..\Shared\IceBoxPruning_BruteForce.h" />
156+ <ClInclude Include =" ..\Shared\IceContainer.h" />
157+ <ClInclude Include =" ..\Shared\IceFPU.h" />
158+ <ClInclude Include =" ..\Shared\IceMemoryMacros.h" />
159+ <ClInclude Include =" ..\Shared\IcePoint.h" />
160+ <ClInclude Include =" ..\Shared\IceProfiler.h" />
161+ <ClInclude Include =" ..\Shared\IceRevisitedRadix.h" />
162+ <ClInclude Include =" ..\Shared\IceTypes.h" />
163+ <ClInclude Include =" ..\Shared\IceUtils.h" />
164+ <ClInclude Include =" ..\Shared\StdAfx.h" />
165+ <ClInclude Include =" IceBoxPruning.h" />
166+ <ClInclude Include =" StdAfx.h" />
167+ </ItemGroup >
168+ <ItemGroup >
169+ <Text Include =" ReadMe.txt" />
170+ </ItemGroup >
171+ <Import Project =" $(VCTargetsPath)\Microsoft.Cpp.targets" />
172+ <ImportGroup Label =" ExtensionTargets" >
173+ </ImportGroup >
174+ </Project >
0 commit comments