1
+ <?xml version =" 1.0" encoding =" utf-8" ?>
2
+ <Project DefaultTargets =" Build" ToolsVersion =" 12.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 =" Debug|x64" >
9
+ <Configuration >Debug</Configuration >
10
+ <Platform >x64</Platform >
11
+ </ProjectConfiguration >
12
+ <ProjectConfiguration Include =" Release|Win32" >
13
+ <Configuration >Release</Configuration >
14
+ <Platform >Win32</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
+ <ProjectGuid >{F267C55D-E02C-4BAF-A246-0AA58E8FE4A6}</ProjectGuid >
23
+ <Keyword >Win32Proj</Keyword >
24
+ <RootNamespace >cli</RootNamespace >
25
+ </PropertyGroup >
26
+ <Import Project =" $(VCTargetsPath)\Microsoft.Cpp.Default.props" />
27
+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)'=='Debug|Win32'" Label =" Configuration" >
28
+ <ConfigurationType >Application</ConfigurationType >
29
+ <UseDebugLibraries >true</UseDebugLibraries >
30
+ <PlatformToolset >v120</PlatformToolset >
31
+ <CharacterSet >Unicode</CharacterSet >
32
+ </PropertyGroup >
33
+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)'=='Debug|x64'" Label =" Configuration" >
34
+ <ConfigurationType >Application</ConfigurationType >
35
+ <UseDebugLibraries >true</UseDebugLibraries >
36
+ <PlatformToolset >v120</PlatformToolset >
37
+ <CharacterSet >Unicode</CharacterSet >
38
+ </PropertyGroup >
39
+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)'=='Release|Win32'" Label =" Configuration" >
40
+ <ConfigurationType >Application</ConfigurationType >
41
+ <UseDebugLibraries >false</UseDebugLibraries >
42
+ <PlatformToolset >v120</PlatformToolset >
43
+ <WholeProgramOptimization >true</WholeProgramOptimization >
44
+ <CharacterSet >Unicode</CharacterSet >
45
+ </PropertyGroup >
46
+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)'=='Release|x64'" Label =" Configuration" >
47
+ <ConfigurationType >Application</ConfigurationType >
48
+ <UseDebugLibraries >false</UseDebugLibraries >
49
+ <PlatformToolset >v120</PlatformToolset >
50
+ <WholeProgramOptimization >true</WholeProgramOptimization >
51
+ <CharacterSet >Unicode</CharacterSet >
52
+ </PropertyGroup >
53
+ <Import Project =" $(VCTargetsPath)\Microsoft.Cpp.props" />
54
+ <ImportGroup Label =" ExtensionSettings" >
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 Condition =" '$(Configuration)|$(Platform)'=='Debug|x64'" Label =" PropertySheets" >
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)'=='Release|Win32'" >
63
+ <Import Project =" $(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition =" exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label =" LocalAppDataPlatform" />
64
+ </ImportGroup >
65
+ <ImportGroup Condition =" '$(Configuration)|$(Platform)'=='Release|x64'" Label =" PropertySheets" >
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
+ <LinkIncremental >true</LinkIncremental >
71
+ </PropertyGroup >
72
+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)'=='Debug|x64'" >
73
+ <LinkIncremental >true</LinkIncremental >
74
+ </PropertyGroup >
75
+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)'=='Release|Win32'" >
76
+ <LinkIncremental >false</LinkIncremental >
77
+ </PropertyGroup >
78
+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)'=='Release|x64'" >
79
+ <LinkIncremental >false</LinkIncremental >
80
+ </PropertyGroup >
81
+ <ItemDefinitionGroup Condition =" '$(Configuration)|$(Platform)'=='Debug|Win32'" >
82
+ <ClCompile >
83
+ <PrecompiledHeader >
84
+ </PrecompiledHeader >
85
+ <WarningLevel >Level3</WarningLevel >
86
+ <Optimization >Disabled</Optimization >
87
+ <PreprocessorDefinitions >THREADED;WIN32;_DEBUG;_CONSOLE;_LIB;%(PreprocessorDefinitions)</PreprocessorDefinitions >
88
+ <AdditionalIncludeDirectories >include;generated</AdditionalIncludeDirectories >
89
+ </ClCompile >
90
+ <Link >
91
+ <SubSystem >Console</SubSystem >
92
+ <GenerateDebugInformation >true</GenerateDebugInformation >
93
+ <AdditionalDependencies >ws2_32.lib</AdditionalDependencies >
94
+ </Link >
95
+ </ItemDefinitionGroup >
96
+ <ItemDefinitionGroup Condition =" '$(Configuration)|$(Platform)'=='Debug|x64'" >
97
+ <ClCompile >
98
+ <PrecompiledHeader >
99
+ </PrecompiledHeader >
100
+ <WarningLevel >Level3</WarningLevel >
101
+ <Optimization >Disabled</Optimization >
102
+ <PreprocessorDefinitions >THREADED;WIN32;_DEBUG;_CONSOLE;_LIB;%(PreprocessorDefinitions)</PreprocessorDefinitions >
103
+ <AdditionalIncludeDirectories >include;generated</AdditionalIncludeDirectories >
104
+ </ClCompile >
105
+ <Link >
106
+ <SubSystem >Console</SubSystem >
107
+ <GenerateDebugInformation >true</GenerateDebugInformation >
108
+ <AdditionalDependencies >ws2_32.lib</AdditionalDependencies >
109
+ </Link >
110
+ </ItemDefinitionGroup >
111
+ <ItemDefinitionGroup Condition =" '$(Configuration)|$(Platform)'=='Release|Win32'" >
112
+ <ClCompile >
113
+ <WarningLevel >Level3</WarningLevel >
114
+ <PrecompiledHeader >
115
+ </PrecompiledHeader >
116
+ <Optimization >MaxSpeed</Optimization >
117
+ <FunctionLevelLinking >true</FunctionLevelLinking >
118
+ <IntrinsicFunctions >true</IntrinsicFunctions >
119
+ <PreprocessorDefinitions >THREADED;WIN32;NDEBUG;_CONSOLE;_LIB;%(PreprocessorDefinitions)</PreprocessorDefinitions >
120
+ <AdditionalIncludeDirectories >include;generated</AdditionalIncludeDirectories >
121
+ </ClCompile >
122
+ <Link >
123
+ <SubSystem >Console</SubSystem >
124
+ <GenerateDebugInformation >true</GenerateDebugInformation >
125
+ <EnableCOMDATFolding >true</EnableCOMDATFolding >
126
+ <OptimizeReferences >true</OptimizeReferences >
127
+ <AdditionalDependencies >ws2_32.lib</AdditionalDependencies >
128
+ </Link >
129
+ </ItemDefinitionGroup >
130
+ <ItemDefinitionGroup Condition =" '$(Configuration)|$(Platform)'=='Release|x64'" >
131
+ <ClCompile >
132
+ <WarningLevel >Level3</WarningLevel >
133
+ <PrecompiledHeader >
134
+ </PrecompiledHeader >
135
+ <Optimization >MaxSpeed</Optimization >
136
+ <FunctionLevelLinking >true</FunctionLevelLinking >
137
+ <IntrinsicFunctions >true</IntrinsicFunctions >
138
+ <PreprocessorDefinitions >THREADED;WIN32;NDEBUG;_CONSOLE;_LIB;%(PreprocessorDefinitions)</PreprocessorDefinitions >
139
+ <AdditionalIncludeDirectories >include;generated</AdditionalIncludeDirectories >
140
+ </ClCompile >
141
+ <Link >
142
+ <SubSystem >Console</SubSystem >
143
+ <GenerateDebugInformation >true</GenerateDebugInformation >
144
+ <EnableCOMDATFolding >true</EnableCOMDATFolding >
145
+ <OptimizeReferences >true</OptimizeReferences >
146
+ <AdditionalDependencies >ws2_32.lib</AdditionalDependencies >
147
+ </Link >
148
+ </ItemDefinitionGroup >
149
+ <ItemGroup >
150
+ <ClCompile Include =" ..\c\src\cli.c" />
151
+ </ItemGroup >
152
+ <ItemGroup >
153
+ <ProjectReference Include =" zookeeper.vcxproj" >
154
+ <Project >{5754fb2b-5ea5-4988-851d-908ca533a626}</Project >
155
+ </ProjectReference >
156
+ </ItemGroup >
157
+ <Import Project =" $(VCTargetsPath)\Microsoft.Cpp.targets" />
158
+ <ImportGroup Label =" ExtensionTargets" >
159
+ </ImportGroup >
160
+ </Project >
0 commit comments