|
@@ -1,196 +0,0 @@
|
|
|
-<?xml version="1.0" encoding="utf-8"?>
|
|
|
-<Project DefaultTargets="Build" ToolsVersion="12.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="Debug|x64">
|
|
|
- <Configuration>Debug</Configuration>
|
|
|
- <Platform>x64</Platform>
|
|
|
- </ProjectConfiguration>
|
|
|
- <ProjectConfiguration Include="Release|Win32">
|
|
|
- <Configuration>Release</Configuration>
|
|
|
- <Platform>Win32</Platform>
|
|
|
- </ProjectConfiguration>
|
|
|
- <ProjectConfiguration Include="Release|x64">
|
|
|
- <Configuration>Release</Configuration>
|
|
|
- <Platform>x64</Platform>
|
|
|
- </ProjectConfiguration>
|
|
|
- </ItemGroup>
|
|
|
- <PropertyGroup Label="Globals">
|
|
|
- <ProjectGuid>{5754FB2B-5EA5-4988-851D-908CA533A626}</ProjectGuid>
|
|
|
- <RootNamespace>zookeeper</RootNamespace>
|
|
|
- <Keyword>Win32Proj</Keyword>
|
|
|
- </PropertyGroup>
|
|
|
- <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
|
|
|
- <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
|
|
|
- <ConfigurationType>DynamicLibrary</ConfigurationType>
|
|
|
- <PlatformToolset>v120</PlatformToolset>
|
|
|
- </PropertyGroup>
|
|
|
- <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration">
|
|
|
- <ConfigurationType>DynamicLibrary</ConfigurationType>
|
|
|
- <PlatformToolset>v120</PlatformToolset>
|
|
|
- </PropertyGroup>
|
|
|
- <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
|
|
|
- <ConfigurationType>DynamicLibrary</ConfigurationType>
|
|
|
- <PlatformToolset>v120</PlatformToolset>
|
|
|
- <CharacterSet>MultiByte</CharacterSet>
|
|
|
- </PropertyGroup>
|
|
|
- <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration">
|
|
|
- <ConfigurationType>DynamicLibrary</ConfigurationType>
|
|
|
- <PlatformToolset>v120</PlatformToolset>
|
|
|
- <CharacterSet>MultiByte</CharacterSet>
|
|
|
- </PropertyGroup>
|
|
|
- <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
|
|
|
- <ImportGroup Label="ExtensionSettings">
|
|
|
- </ImportGroup>
|
|
|
- <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="PropertySheets">
|
|
|
- <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
|
|
|
- </ImportGroup>
|
|
|
- <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="PropertySheets">
|
|
|
- <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
|
|
|
- </ImportGroup>
|
|
|
- <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="PropertySheets">
|
|
|
- <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
|
|
|
- </ImportGroup>
|
|
|
- <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="PropertySheets">
|
|
|
- <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
|
|
|
- </ImportGroup>
|
|
|
- <PropertyGroup Label="UserMacros" />
|
|
|
- <PropertyGroup>
|
|
|
- <_ProjectFileVersion>11.0.61030.0</_ProjectFileVersion>
|
|
|
- </PropertyGroup>
|
|
|
- <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
|
|
|
- <TargetName>$(ProjectName)</TargetName>
|
|
|
- <LinkIncremental>false</LinkIncremental>
|
|
|
- </PropertyGroup>
|
|
|
- <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
|
|
|
- <TargetName>$(ProjectName)</TargetName>
|
|
|
- <LinkIncremental>false</LinkIncremental>
|
|
|
- </PropertyGroup>
|
|
|
- <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
|
|
|
- <LinkIncremental>true</LinkIncremental>
|
|
|
- </PropertyGroup>
|
|
|
- <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
|
|
|
- <TargetName>$(ProjectName)</TargetName>
|
|
|
- <LinkIncremental>true</LinkIncremental>
|
|
|
- </PropertyGroup>
|
|
|
- <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
|
|
|
- <ClCompile>
|
|
|
- <Optimization>Disabled</Optimization>
|
|
|
- <AdditionalIncludeDirectories>./include;./generated;./hashtable;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
|
|
|
- <PreprocessorDefinitions>WIN32;_DEBUG;_WINDOWS;_USRDLL;ZOOKEEPER_EXPORTS;DLL_EXPORT;THREADED;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
|
|
- <MinimalRebuild>true</MinimalRebuild>
|
|
|
- <BasicRuntimeChecks>EnableFastChecks</BasicRuntimeChecks>
|
|
|
- <RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary>
|
|
|
- <PrecompiledHeader />
|
|
|
- <WarningLevel>Level3</WarningLevel>
|
|
|
- <DebugInformationFormat>EditAndContinue</DebugInformationFormat>
|
|
|
- <CompileAs>CompileAsC</CompileAs>
|
|
|
- </ClCompile>
|
|
|
- <Link>
|
|
|
- <AdditionalDependencies>ws2_32.lib;%(AdditionalDependencies)</AdditionalDependencies>
|
|
|
- <GenerateDebugInformation>true</GenerateDebugInformation>
|
|
|
- <SubSystem>Windows</SubSystem>
|
|
|
- <RandomizedBaseAddress>false</RandomizedBaseAddress>
|
|
|
- <DataExecutionPrevention />
|
|
|
- <TargetMachine>MachineX86</TargetMachine>
|
|
|
- </Link>
|
|
|
- </ItemDefinitionGroup>
|
|
|
- <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
|
|
|
- <ClCompile>
|
|
|
- <Optimization>Disabled</Optimization>
|
|
|
- <AdditionalIncludeDirectories>./include;./generated;./hashtable;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
|
|
|
- <PreprocessorDefinitions>WIN32;_DEBUG;_WINDOWS;_USRDLL;ZOOKEEPER_EXPORTS;DLL_EXPORT;THREADED;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
|
|
- <BasicRuntimeChecks>EnableFastChecks</BasicRuntimeChecks>
|
|
|
- <RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary>
|
|
|
- <PrecompiledHeader>
|
|
|
- </PrecompiledHeader>
|
|
|
- <WarningLevel>Level3</WarningLevel>
|
|
|
- <DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
|
|
|
- <CompileAs>CompileAsC</CompileAs>
|
|
|
- </ClCompile>
|
|
|
- <Link>
|
|
|
- <AdditionalDependencies>ws2_32.lib;%(AdditionalDependencies)</AdditionalDependencies>
|
|
|
- <GenerateDebugInformation>true</GenerateDebugInformation>
|
|
|
- <SubSystem>Windows</SubSystem>
|
|
|
- <RandomizedBaseAddress>false</RandomizedBaseAddress>
|
|
|
- <DataExecutionPrevention>
|
|
|
- </DataExecutionPrevention>
|
|
|
- </Link>
|
|
|
- </ItemDefinitionGroup>
|
|
|
- <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
|
|
|
- <ClCompile>
|
|
|
- <AdditionalIncludeDirectories>./include;./generated;./hashtable;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
|
|
|
- <PreprocessorDefinitions>WIN32;NDEBUG;_WINDOWS;_USRDLL;ZOOKEEPER_EXPORTS;DLL_EXPORT;THREADED;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
|
|
- <RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary>
|
|
|
- <PrecompiledHeader />
|
|
|
- <WarningLevel>Level3</WarningLevel>
|
|
|
- <DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
|
|
|
- <CompileAs>CompileAsC</CompileAs>
|
|
|
- </ClCompile>
|
|
|
- <Link>
|
|
|
- <AdditionalDependencies>WS2_32.lib;%(AdditionalDependencies)</AdditionalDependencies>
|
|
|
- <GenerateDebugInformation>true</GenerateDebugInformation>
|
|
|
- <SubSystem>Windows</SubSystem>
|
|
|
- <OptimizeReferences>true</OptimizeReferences>
|
|
|
- <EnableCOMDATFolding>true</EnableCOMDATFolding>
|
|
|
- <TargetMachine>MachineX86</TargetMachine>
|
|
|
- <ImportLibrary>$(OutDir)\$(TargetName).lib</ImportLibrary>
|
|
|
- </Link>
|
|
|
- </ItemDefinitionGroup>
|
|
|
- <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
|
|
|
- <ClCompile>
|
|
|
- <AdditionalIncludeDirectories>./include;./generated;./hashtable;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
|
|
|
- <PreprocessorDefinitions>WIN32;NDEBUG;_WINDOWS;_USRDLL;ZOOKEEPER_EXPORTS;DLL_EXPORT;THREADED;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
|
|
- <RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary>
|
|
|
- <PrecompiledHeader>
|
|
|
- </PrecompiledHeader>
|
|
|
- <WarningLevel>Level3</WarningLevel>
|
|
|
- <DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
|
|
|
- <CompileAs>CompileAsC</CompileAs>
|
|
|
- <AssemblerOutput>NoListing</AssemblerOutput>
|
|
|
- </ClCompile>
|
|
|
- <Link>
|
|
|
- <AdditionalDependencies>WS2_32.lib;%(AdditionalDependencies)</AdditionalDependencies>
|
|
|
- <GenerateDebugInformation>true</GenerateDebugInformation>
|
|
|
- <SubSystem>Windows</SubSystem>
|
|
|
- <OptimizeReferences>true</OptimizeReferences>
|
|
|
- <EnableCOMDATFolding>true</EnableCOMDATFolding>
|
|
|
- <ImportLibrary>$(OutDir)\$(TargetName).lib</ImportLibrary>
|
|
|
- </Link>
|
|
|
- </ItemDefinitionGroup>
|
|
|
- <ItemGroup>
|
|
|
- <ClInclude Include="src\addrvec.h" />
|
|
|
- <ClInclude Include="src\hashtable\hashtable.h" />
|
|
|
- <ClInclude Include="src\hashtable\hashtable_itr.h" />
|
|
|
- <ClInclude Include="src\hashtable\hashtable_private.h" />
|
|
|
- <ClInclude Include="include\proto.h" />
|
|
|
- <ClInclude Include="include\recordio.h" />
|
|
|
- <ClCompile Include="include\winconfig.h" />
|
|
|
- <ClInclude Include="src\winport.h" />
|
|
|
- <ClInclude Include="include\winstdint.h" />
|
|
|
- <ClInclude Include="src\zk_adaptor.h" />
|
|
|
- <ClInclude Include="src\zk_hashtable.h" />
|
|
|
- <ClInclude Include="include\zookeeper.h" />
|
|
|
- <ClInclude Include="generated\zookeeper.jute.h" />
|
|
|
- <ClInclude Include="include\zookeeper_log.h" />
|
|
|
- <ClInclude Include="include\zookeeper_version.h" />
|
|
|
- </ItemGroup>
|
|
|
- <ItemGroup>
|
|
|
- <ClCompile Include="src\addrvec.c" />
|
|
|
- <ClCompile Include="src\hashtable\hashtable.c" />
|
|
|
- <ClCompile Include="src\hashtable\hashtable_itr.c" />
|
|
|
- <ClCompile Include="src\mt_adaptor.c" />
|
|
|
- <ClCompile Include="src\recordio.c" />
|
|
|
- <ClCompile Include="src\winport.c" />
|
|
|
- <ClCompile Include="src\zk_hashtable.c" />
|
|
|
- <ClCompile Include="src\zk_log.c" />
|
|
|
- <ClCompile Include="src\zookeeper.c" />
|
|
|
- <ClCompile Include="generated\zookeeper.jute.c" />
|
|
|
- </ItemGroup>
|
|
|
- <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
|
|
|
- <ImportGroup Label="ExtensionTargets">
|
|
|
- </ImportGroup>
|
|
|
-</Project>
|