| <?xml version="1.0" encoding="Windows-1252"?> |
| <!-- Licensed to the Apache Software Foundation (ASF) under one --> |
| <!-- or more contributor license agreements. See the NOTICE file --> |
| <!-- distributed with this work for additional information --> |
| <!-- regarding copyright ownership. The ASF licenses this file --> |
| <!-- to you under the Apache License, Version 2.0 (the --> |
| <!-- "License"); you may not use this file except in compliance --> |
| <!-- with the License. You may obtain a copy of the License at --> |
| <!-- --> |
| <!-- http://www.apache.org/licenses/LICENSE-2.0 --> |
| <!-- --> |
| <!-- Unless required by applicable law or agreed to in writing, --> |
| <!-- software distributed under the License is distributed on an --> |
| <!-- "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY --> |
| <!-- KIND, either express or implied. See the License for the --> |
| <!-- specific language governing permissions and limitations --> |
| <!-- under the License. --> |
| <VisualStudioProject |
| ProjectType="Visual C++" |
| Version="8.00" |
| Name="dbgen" |
| ProjectGUID="{AF81A3B9-A9AA-4DA6-9ACD-87E6ED1504FD}" |
| RootNamespace="dbgen" |
| > |
| <Platforms> |
| <Platform |
| Name="Win32" |
| /> |
| </Platforms> |
| <ToolFiles> |
| </ToolFiles> |
| <Configurations> |
| <Configuration |
| Name="Debug|Win32" |
| OutputDirectory=".\Debug" |
| IntermediateDirectory=".\Debug" |
| ConfigurationType="1" |
| InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC60.vsprops" |
| UseOfMFC="0" |
| ATLMinimizesCRunTimeLibraryUsage="false" |
| CharacterSet="2" |
| > |
| <Tool |
| Name="VCPreBuildEventTool" |
| /> |
| <Tool |
| Name="VCCustomBuildTool" |
| /> |
| <Tool |
| Name="VCXMLDataGeneratorTool" |
| /> |
| <Tool |
| Name="VCWebServiceProxyGeneratorTool" |
| /> |
| <Tool |
| Name="VCMIDLTool" |
| TypeLibraryName=".\Debug/dbgen.tlb" |
| HeaderFileName="" |
| /> |
| <Tool |
| Name="VCCLCompilerTool" |
| Optimization="0" |
| AdditionalIncludeDirectories="C:\Program Files\PostgreSQL\8.2\include" |
| PreprocessorDefinitions="WIN32;_DEBUG;_CONSOLE;TPCH;POSTGRES;_CRT_SECURE_NO_DEPRECATE" |
| MinimalRebuild="true" |
| BasicRuntimeChecks="3" |
| RuntimeLibrary="1" |
| EnableEnhancedInstructionSet="2" |
| PrecompiledHeaderFile=".\Debug/dbgen.pch" |
| AssemblerListingLocation=".\Debug/" |
| ObjectFile=".\Debug/" |
| ProgramDataBaseFileName=".\Debug/" |
| BrowseInformation="1" |
| WarningLevel="3" |
| SuppressStartupBanner="true" |
| DebugInformationFormat="4" |
| /> |
| <Tool |
| Name="VCManagedResourceCompilerTool" |
| /> |
| <Tool |
| Name="VCResourceCompilerTool" |
| PreprocessorDefinitions="_DEBUG" |
| Culture="1033" |
| /> |
| <Tool |
| Name="VCPreLinkEventTool" |
| /> |
| <Tool |
| Name="VCLinkerTool" |
| AdditionalDependencies="libpq.lib WS2_32.lib " |
| OutputFile=".\Debug/dbgen.exe" |
| LinkIncremental="2" |
| SuppressStartupBanner="true" |
| AdditionalLibraryDirectories="C:\Program Files\PostgreSQL\8.2\lib\ms" |
| GenerateDebugInformation="true" |
| ProgramDatabaseFile=".\Debug/dbgen.pdb" |
| SubSystem="1" |
| TargetMachine="1" |
| /> |
| <Tool |
| Name="VCALinkTool" |
| /> |
| <Tool |
| Name="VCManifestTool" |
| /> |
| <Tool |
| Name="VCXDCMakeTool" |
| /> |
| <Tool |
| Name="VCBscMakeTool" |
| SuppressStartupBanner="true" |
| OutputFile=".\Debug/dbgen.bsc" |
| /> |
| <Tool |
| Name="VCFxCopTool" |
| /> |
| <Tool |
| Name="VCAppVerifierTool" |
| /> |
| <Tool |
| Name="VCWebDeploymentTool" |
| /> |
| <Tool |
| Name="VCPostBuildEventTool" |
| /> |
| </Configuration> |
| <Configuration |
| Name="Release|Win32" |
| OutputDirectory=".\Release" |
| IntermediateDirectory=".\Release" |
| ConfigurationType="1" |
| InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC60.vsprops" |
| UseOfMFC="0" |
| ATLMinimizesCRunTimeLibraryUsage="false" |
| CharacterSet="2" |
| > |
| <Tool |
| Name="VCPreBuildEventTool" |
| /> |
| <Tool |
| Name="VCCustomBuildTool" |
| /> |
| <Tool |
| Name="VCXMLDataGeneratorTool" |
| /> |
| <Tool |
| Name="VCWebServiceProxyGeneratorTool" |
| /> |
| <Tool |
| Name="VCMIDLTool" |
| TypeLibraryName=".\Release/dbgen.tlb" |
| HeaderFileName="" |
| /> |
| <Tool |
| Name="VCCLCompilerTool" |
| Optimization="2" |
| InlineFunctionExpansion="1" |
| AdditionalIncludeDirectories="C:\Program Files\PostgreSQL\8.2\include" |
| PreprocessorDefinitions="WIN32;NDEBUG;_CONSOLE;TPCH;POSTGRES;_CRT_SECURE_NO_DEPRECATE" |
| StringPooling="true" |
| RuntimeLibrary="0" |
| EnableFunctionLevelLinking="true" |
| PrecompiledHeaderFile=".\Release/dbgen.pch" |
| AssemblerListingLocation=".\Release/" |
| ObjectFile=".\Release/" |
| ProgramDataBaseFileName=".\Release/" |
| WarningLevel="3" |
| SuppressStartupBanner="true" |
| /> |
| <Tool |
| Name="VCManagedResourceCompilerTool" |
| /> |
| <Tool |
| Name="VCResourceCompilerTool" |
| PreprocessorDefinitions="NDEBUG" |
| Culture="1033" |
| /> |
| <Tool |
| Name="VCPreLinkEventTool" |
| /> |
| <Tool |
| Name="VCLinkerTool" |
| OutputFile=".\Release/dbgen.exe" |
| LinkIncremental="1" |
| SuppressStartupBanner="true" |
| AdditionalLibraryDirectories="C:\Program Files\PostgreSQL\8.2\lib" |
| ProgramDatabaseFile=".\Release/dbgen.pdb" |
| SubSystem="1" |
| TargetMachine="1" |
| /> |
| <Tool |
| Name="VCALinkTool" |
| /> |
| <Tool |
| Name="VCManifestTool" |
| /> |
| <Tool |
| Name="VCXDCMakeTool" |
| /> |
| <Tool |
| Name="VCBscMakeTool" |
| SuppressStartupBanner="true" |
| OutputFile=".\Release/dbgen.bsc" |
| /> |
| <Tool |
| Name="VCFxCopTool" |
| /> |
| <Tool |
| Name="VCAppVerifierTool" |
| /> |
| <Tool |
| Name="VCWebDeploymentTool" |
| /> |
| <Tool |
| Name="VCPostBuildEventTool" |
| /> |
| </Configuration> |
| </Configurations> |
| <References> |
| </References> |
| <Files> |
| <Filter |
| Name="Source Files" |
| Filter="cpp;c;cxx;rc;def;r;odl;idl;hpj;bat" |
| > |
| <File |
| RelativePath="bm_utils.c" |
| > |
| <FileConfiguration |
| Name="Debug|Win32" |
| > |
| <Tool |
| Name="VCCLCompilerTool" |
| PreprocessorDefinitions="" |
| /> |
| </FileConfiguration> |
| <FileConfiguration |
| Name="Release|Win32" |
| > |
| <Tool |
| Name="VCCLCompilerTool" |
| PreprocessorDefinitions="" |
| /> |
| </FileConfiguration> |
| </File> |
| <File |
| RelativePath="build.c" |
| > |
| <FileConfiguration |
| Name="Debug|Win32" |
| > |
| <Tool |
| Name="VCCLCompilerTool" |
| PreprocessorDefinitions="" |
| /> |
| </FileConfiguration> |
| <FileConfiguration |
| Name="Release|Win32" |
| > |
| <Tool |
| Name="VCCLCompilerTool" |
| PreprocessorDefinitions="" |
| /> |
| </FileConfiguration> |
| </File> |
| <File |
| RelativePath=".\cdbhash.c" |
| > |
| </File> |
| <File |
| RelativePath="driver.c" |
| > |
| <FileConfiguration |
| Name="Debug|Win32" |
| > |
| <Tool |
| Name="VCCLCompilerTool" |
| PreprocessorDefinitions="" |
| /> |
| </FileConfiguration> |
| <FileConfiguration |
| Name="Release|Win32" |
| > |
| <Tool |
| Name="VCCLCompilerTool" |
| PreprocessorDefinitions="" |
| /> |
| </FileConfiguration> |
| </File> |
| <File |
| RelativePath="load_stub.c" |
| > |
| <FileConfiguration |
| Name="Debug|Win32" |
| > |
| <Tool |
| Name="VCCLCompilerTool" |
| PreprocessorDefinitions="" |
| /> |
| </FileConfiguration> |
| <FileConfiguration |
| Name="Release|Win32" |
| > |
| <Tool |
| Name="VCCLCompilerTool" |
| PreprocessorDefinitions="" |
| /> |
| </FileConfiguration> |
| </File> |
| <File |
| RelativePath="permute.c" |
| > |
| <FileConfiguration |
| Name="Debug|Win32" |
| > |
| <Tool |
| Name="VCCLCompilerTool" |
| PreprocessorDefinitions="" |
| /> |
| </FileConfiguration> |
| <FileConfiguration |
| Name="Release|Win32" |
| > |
| <Tool |
| Name="VCCLCompilerTool" |
| PreprocessorDefinitions="" |
| /> |
| </FileConfiguration> |
| </File> |
| <File |
| RelativePath="print.c" |
| > |
| <FileConfiguration |
| Name="Debug|Win32" |
| > |
| <Tool |
| Name="VCCLCompilerTool" |
| PreprocessorDefinitions="" |
| /> |
| </FileConfiguration> |
| <FileConfiguration |
| Name="Release|Win32" |
| > |
| <Tool |
| Name="VCCLCompilerTool" |
| PreprocessorDefinitions="" |
| /> |
| </FileConfiguration> |
| </File> |
| <File |
| RelativePath="rnd.c" |
| > |
| <FileConfiguration |
| Name="Debug|Win32" |
| > |
| <Tool |
| Name="VCCLCompilerTool" |
| PreprocessorDefinitions="" |
| /> |
| </FileConfiguration> |
| <FileConfiguration |
| Name="Release|Win32" |
| > |
| <Tool |
| Name="VCCLCompilerTool" |
| PreprocessorDefinitions="" |
| /> |
| </FileConfiguration> |
| </File> |
| <File |
| RelativePath="rng64.c" |
| > |
| <FileConfiguration |
| Name="Debug|Win32" |
| > |
| <Tool |
| Name="VCCLCompilerTool" |
| PreprocessorDefinitions="" |
| /> |
| </FileConfiguration> |
| <FileConfiguration |
| Name="Release|Win32" |
| > |
| <Tool |
| Name="VCCLCompilerTool" |
| PreprocessorDefinitions="" |
| /> |
| </FileConfiguration> |
| </File> |
| <File |
| RelativePath="speed_seed.c" |
| > |
| <FileConfiguration |
| Name="Debug|Win32" |
| > |
| <Tool |
| Name="VCCLCompilerTool" |
| PreprocessorDefinitions="" |
| /> |
| </FileConfiguration> |
| <FileConfiguration |
| Name="Release|Win32" |
| > |
| <Tool |
| Name="VCCLCompilerTool" |
| PreprocessorDefinitions="" |
| /> |
| </FileConfiguration> |
| </File> |
| <File |
| RelativePath="text.c" |
| > |
| <FileConfiguration |
| Name="Debug|Win32" |
| > |
| <Tool |
| Name="VCCLCompilerTool" |
| PreprocessorDefinitions="" |
| /> |
| </FileConfiguration> |
| <FileConfiguration |
| Name="Release|Win32" |
| > |
| <Tool |
| Name="VCCLCompilerTool" |
| PreprocessorDefinitions="" |
| /> |
| </FileConfiguration> |
| </File> |
| </Filter> |
| <Filter |
| Name="Header Files" |
| Filter="h;hpp;hxx;hm;inl" |
| > |
| <File |
| RelativePath=".\cdbhash.h" |
| > |
| </File> |
| <File |
| RelativePath="config.h" |
| > |
| </File> |
| <File |
| RelativePath="dss.h" |
| > |
| </File> |
| <File |
| RelativePath="dsstypes.h" |
| > |
| </File> |
| <File |
| RelativePath="permute.h" |
| > |
| </File> |
| <File |
| RelativePath=".\release.h" |
| > |
| </File> |
| <File |
| RelativePath="rnd.h" |
| > |
| </File> |
| <File |
| RelativePath="rng64.h" |
| > |
| </File> |
| <File |
| RelativePath="shared.h" |
| > |
| </File> |
| <File |
| RelativePath="tpcd.h" |
| > |
| </File> |
| </Filter> |
| <Filter |
| Name="Resource Files" |
| Filter="ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe" |
| > |
| </Filter> |
| </Files> |
| <Globals> |
| </Globals> |
| </VisualStudioProject> |