|
@@ -1,310 +1,4 @@
|
|
|
-<?xml version="1.0" encoding="UTF-8"?>
|
|
|
-<VisualStudioProject
|
|
|
- ProjectType="Visual C++"
|
|
|
- Version="8.00"
|
|
|
- Name="zookeeper"
|
|
|
- ProjectGUID="{5754FB2B-5EA5-4988-851D-908CA533A626}"
|
|
|
- RootNamespace="zookeeper"
|
|
|
- Keyword="Win32Proj"
|
|
|
- >
|
|
|
- <Platforms>
|
|
|
- <Platform
|
|
|
- Name="Win32"
|
|
|
- />
|
|
|
- </Platforms>
|
|
|
- <ToolFiles>
|
|
|
- </ToolFiles>
|
|
|
- <Configurations>
|
|
|
- <Configuration
|
|
|
- Name="Debug|Win32"
|
|
|
- OutputDirectory="Debug"
|
|
|
- IntermediateDirectory="Debug"
|
|
|
- ConfigurationType="2"
|
|
|
- UseOfMFC="0"
|
|
|
- CharacterSet="2"
|
|
|
- >
|
|
|
- <Tool
|
|
|
- Name="VCPreBuildEventTool"
|
|
|
- />
|
|
|
- <Tool
|
|
|
- Name="VCCustomBuildTool"
|
|
|
- />
|
|
|
- <Tool
|
|
|
- Name="VCXMLDataGeneratorTool"
|
|
|
- />
|
|
|
- <Tool
|
|
|
- Name="VCWebServiceProxyGeneratorTool"
|
|
|
- />
|
|
|
- <Tool
|
|
|
- Name="VCMIDLTool"
|
|
|
- />
|
|
|
- <Tool
|
|
|
- Name="VCCLCompilerTool"
|
|
|
- Optimization="0"
|
|
|
- AdditionalIncludeDirectories="$(ProjectDir)include;$(ProjectDir)generated;$(ProjectDir)hashtable;$(ProjectDir)"
|
|
|
- PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS;_USRDLL;ZOOKEEPER_EXPORTS;DLL_EXPORT;THREADED"
|
|
|
- MinimalRebuild="true"
|
|
|
- BasicRuntimeChecks="3"
|
|
|
- RuntimeLibrary="3"
|
|
|
- UsePrecompiledHeader="0"
|
|
|
- ProgramDataBaseFileName="$(IntDir)\zookeeper.pdb"
|
|
|
- WarningLevel="3"
|
|
|
- Detect64BitPortabilityProblems="false"
|
|
|
- DebugInformationFormat="3"
|
|
|
- CompileAs="1"
|
|
|
- />
|
|
|
- <Tool
|
|
|
- Name="VCManagedResourceCompilerTool"
|
|
|
- />
|
|
|
- <Tool
|
|
|
- Name="VCResourceCompilerTool"
|
|
|
- />
|
|
|
- <Tool
|
|
|
- Name="VCPreLinkEventTool"
|
|
|
- />
|
|
|
- <Tool
|
|
|
- Name="VCLinkerTool"
|
|
|
- AdditionalDependencies="ws2_32.lib"
|
|
|
- OutputFile="$(OutDir)\$(ProjectName).dll"
|
|
|
- LinkIncremental="1"
|
|
|
- AdditionalLibraryDirectories=""
|
|
|
- GenerateManifest="true"
|
|
|
- GenerateDebugInformation="true"
|
|
|
- SubSystem="2"
|
|
|
- OptimizeReferences="2"
|
|
|
- EnableCOMDATFolding="2"
|
|
|
- TargetMachine="1"
|
|
|
- />
|
|
|
- <Tool
|
|
|
- Name="VCALinkTool"
|
|
|
- />
|
|
|
- <Tool
|
|
|
- Name="VCManifestTool"
|
|
|
- />
|
|
|
- <Tool
|
|
|
- Name="VCXDCMakeTool"
|
|
|
- />
|
|
|
- <Tool
|
|
|
- Name="VCBscMakeTool"
|
|
|
- />
|
|
|
- <Tool
|
|
|
- Name="VCFxCopTool"
|
|
|
- />
|
|
|
- <Tool
|
|
|
- Name="VCAppVerifierTool"
|
|
|
- />
|
|
|
- <Tool
|
|
|
- Name="VCWebDeploymentTool"
|
|
|
- />
|
|
|
- <Tool
|
|
|
- Name="VCPostBuildEventTool"
|
|
|
- />
|
|
|
- </Configuration>
|
|
|
- <Configuration
|
|
|
- Name="Release|Win32"
|
|
|
- OutputDirectory="Release"
|
|
|
- IntermediateDirectory="Release"
|
|
|
- ConfigurationType="2"
|
|
|
- UseOfMFC="0"
|
|
|
- CharacterSet="2"
|
|
|
- WholeProgramOptimization="1"
|
|
|
- >
|
|
|
- <Tool
|
|
|
- Name="VCPreBuildEventTool"
|
|
|
- />
|
|
|
- <Tool
|
|
|
- Name="VCCustomBuildTool"
|
|
|
- />
|
|
|
- <Tool
|
|
|
- Name="VCXMLDataGeneratorTool"
|
|
|
- />
|
|
|
- <Tool
|
|
|
- Name="VCWebServiceProxyGeneratorTool"
|
|
|
- />
|
|
|
- <Tool
|
|
|
- Name="VCMIDLTool"
|
|
|
- />
|
|
|
- <Tool
|
|
|
- Name="VCCLCompilerTool"
|
|
|
- AdditionalIncludeDirectories="$(ProjectDir)include;$(ProjectDir)generated;$(ProjectDir)hashtable;$(ProjectDir)"
|
|
|
- PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS;_USRDLL;ZOOKEEPER_EXPORTS;DLL_EXPORT;THREADED"
|
|
|
- RuntimeLibrary="2"
|
|
|
- UsePrecompiledHeader="0"
|
|
|
- ProgramDataBaseFileName="$(IntDir)\zookeeper.pdb"
|
|
|
- WarningLevel="3"
|
|
|
- Detect64BitPortabilityProblems="true"
|
|
|
- DebugInformationFormat="3"
|
|
|
- CompileAs="1"
|
|
|
- />
|
|
|
- <Tool
|
|
|
- Name="VCManagedResourceCompilerTool"
|
|
|
- />
|
|
|
- <Tool
|
|
|
- Name="VCResourceCompilerTool"
|
|
|
- />
|
|
|
- <Tool
|
|
|
- Name="VCPreLinkEventTool"
|
|
|
- />
|
|
|
- <Tool
|
|
|
- Name="VCLinkerTool"
|
|
|
- AdditionalDependencies="WS2_32.lib"
|
|
|
- LinkIncremental="2"
|
|
|
- GenerateDebugInformation="true"
|
|
|
- SubSystem="2"
|
|
|
- OptimizeReferences="2"
|
|
|
- EnableCOMDATFolding="2"
|
|
|
- TargetMachine="1"
|
|
|
- />
|
|
|
- <Tool
|
|
|
- Name="VCALinkTool"
|
|
|
- />
|
|
|
- <Tool
|
|
|
- Name="VCManifestTool"
|
|
|
- />
|
|
|
- <Tool
|
|
|
- Name="VCXDCMakeTool"
|
|
|
- />
|
|
|
- <Tool
|
|
|
- Name="VCBscMakeTool"
|
|
|
- />
|
|
|
- <Tool
|
|
|
- Name="VCFxCopTool"
|
|
|
- />
|
|
|
- <Tool
|
|
|
- Name="VCAppVerifierTool"
|
|
|
- />
|
|
|
- <Tool
|
|
|
- Name="VCWebDeploymentTool"
|
|
|
- />
|
|
|
- <Tool
|
|
|
- Name="VCPostBuildEventTool"
|
|
|
- />
|
|
|
- </Configuration>
|
|
|
- </Configurations>
|
|
|
- <References>
|
|
|
- </References>
|
|
|
- <Files>
|
|
|
- <Filter
|
|
|
- Name="Header Files"
|
|
|
- Filter="h;hpp;hxx;hm;inl;inc;xsd"
|
|
|
- UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}"
|
|
|
- >
|
|
|
- <File
|
|
|
- RelativePath=".\config.h"
|
|
|
- >
|
|
|
- </File>
|
|
|
- <File
|
|
|
- RelativePath=".\include\proto.h"
|
|
|
- >
|
|
|
- </File>
|
|
|
- <File
|
|
|
- RelativePath=".\include\recordio.h"
|
|
|
- >
|
|
|
- </File>
|
|
|
- <File
|
|
|
- RelativePath=".\include\winconfig.h"
|
|
|
- >
|
|
|
- </File>
|
|
|
- <File
|
|
|
- RelativePath=".\src\winport.h"
|
|
|
- >
|
|
|
- </File>
|
|
|
- <File
|
|
|
- RelativePath=".\include\winstdint.h"
|
|
|
- >
|
|
|
- </File>
|
|
|
- <File
|
|
|
- RelativePath=".\src\zk_adaptor.h"
|
|
|
- >
|
|
|
- </File>
|
|
|
- <File
|
|
|
- RelativePath=".\src\zk_hashtable.h"
|
|
|
- >
|
|
|
- </File>
|
|
|
- <File
|
|
|
- RelativePath=".\include\zookeeper.h"
|
|
|
- >
|
|
|
- </File>
|
|
|
- <File
|
|
|
- RelativePath=".\generated\zookeeper.jute.h"
|
|
|
- >
|
|
|
- </File>
|
|
|
- <File
|
|
|
- RelativePath=".\include\zookeeper_log.h"
|
|
|
- >
|
|
|
- </File>
|
|
|
- <File
|
|
|
- RelativePath=".\include\zookeeper_version.h"
|
|
|
- >
|
|
|
- </File>
|
|
|
- </Filter>
|
|
|
- <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\mt_adaptor.c"
|
|
|
- >
|
|
|
- </File>
|
|
|
- <File
|
|
|
- RelativePath=".\src\recordio.c"
|
|
|
- >
|
|
|
- </File>
|
|
|
- <File
|
|
|
- RelativePath=".\src\winport.c"
|
|
|
- >
|
|
|
- </File>
|
|
|
- <File
|
|
|
- RelativePath=".\src\zk_hashtable.c"
|
|
|
- >
|
|
|
- </File>
|
|
|
- <File
|
|
|
- RelativePath=".\src\zk_log.c"
|
|
|
- >
|
|
|
- </File>
|
|
|
- <File
|
|
|
- RelativePath=".\src\zookeeper.c"
|
|
|
- >
|
|
|
- </File>
|
|
|
- <File
|
|
|
- RelativePath=".\generated\zookeeper.jute.c"
|
|
|
- >
|
|
|
- </File>
|
|
|
- </Filter>
|
|
|
- <Filter
|
|
|
- Name="hashtable"
|
|
|
- >
|
|
|
- <File
|
|
|
- RelativePath=".\src\hashtable\hashtable.c"
|
|
|
- >
|
|
|
- </File>
|
|
|
- <File
|
|
|
- RelativePath=".\src\hashtable\hashtable.h"
|
|
|
- >
|
|
|
- </File>
|
|
|
- <File
|
|
|
- RelativePath=".\src\hashtable\hashtable_itr.c"
|
|
|
- >
|
|
|
- </File>
|
|
|
- <File
|
|
|
- RelativePath=".\src\hashtable\hashtable_itr.h"
|
|
|
- >
|
|
|
- </File>
|
|
|
- <File
|
|
|
- RelativePath=".\src\hashtable\hashtable_private.h"
|
|
|
- >
|
|
|
- </File>
|
|
|
- <File
|
|
|
- RelativePath=".\src\hashtable\LICENSE.txt"
|
|
|
- >
|
|
|
- </File>
|
|
|
- </Filter>
|
|
|
- </Files>
|
|
|
- <Globals>
|
|
|
- </Globals>
|
|
|
-</VisualStudioProject>
|
|
|
-<?xml version="1.0" encoding="UTF-8"?>
|
|
|
+<?xml version="1.0" encoding="UTF-8"?>
|
|
|
<VisualStudioProject
|
|
|
ProjectType="Visual C++"
|
|
|
Version="9.00"
|