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 =" 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 >{E5D6E166-C770-4B63-9501-4274E29D56E2}</ProjectGuid >
23+ <Keyword >Win32Proj</Keyword >
24+ <RootNamespace >BaseClient</RootNamespace >
25+ </PropertyGroup >
26+ <Import Project =" $(VCTargetsPath)\Microsoft.Cpp.Default.props" />
27+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)'=='Debug|Win32'" Label =" Configuration" >
28+ <ConfigurationType >DynamicLibrary</ConfigurationType >
29+ <UseDebugLibraries >true</UseDebugLibraries >
30+ <PlatformToolset >v110</PlatformToolset >
31+ <CharacterSet >Unicode</CharacterSet >
32+ </PropertyGroup >
33+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)'=='Debug|x64'" Label =" Configuration" >
34+ <ConfigurationType >DynamicLibrary</ConfigurationType >
35+ <UseDebugLibraries >true</UseDebugLibraries >
36+ <PlatformToolset >v110</PlatformToolset >
37+ <CharacterSet >Unicode</CharacterSet >
38+ </PropertyGroup >
39+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)'=='Release|Win32'" Label =" Configuration" >
40+ <ConfigurationType >DynamicLibrary</ConfigurationType >
41+ <UseDebugLibraries >false</UseDebugLibraries >
42+ <PlatformToolset >v110</PlatformToolset >
43+ <WholeProgramOptimization >true</WholeProgramOptimization >
44+ <CharacterSet >Unicode</CharacterSet >
45+ </PropertyGroup >
46+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)'=='Release|x64'" Label =" Configuration" >
47+ <ConfigurationType >DynamicLibrary</ConfigurationType >
48+ <UseDebugLibraries >false</UseDebugLibraries >
49+ <PlatformToolset >v110</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+ <OutDir >.\Debug\win32\</OutDir >
72+ <IntDir >.\Debug\win32\</IntDir >
73+ </PropertyGroup >
74+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)'=='Debug|x64'" >
75+ <LinkIncremental >true</LinkIncremental >
76+ <OutDir >.\Debug\win64\</OutDir >
77+ <IntDir >.\Debug\win64\</IntDir >
78+ </PropertyGroup >
79+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)'=='Release|Win32'" >
80+ <OutDir >.\Release\win32\</OutDir >
81+ <IntDir >.\Release\win32\</IntDir >
82+ <LinkIncremental >false</LinkIncremental >
83+ </PropertyGroup >
84+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)'=='Release|x64'" >
85+ <LinkIncremental >false</LinkIncremental >
86+ <OutDir >.\Release\win64\</OutDir >
87+ <IntDir >.\Release\win64\</IntDir >
88+ </PropertyGroup >
89+ <ItemDefinitionGroup Condition =" '$(Configuration)|$(Platform)'=='Debug|Win32'" >
90+ <ClCompile >
91+ <PrecompiledHeader >Use</PrecompiledHeader >
92+ <WarningLevel >Level3</WarningLevel >
93+ <Optimization >Disabled</Optimization >
94+ <PreprocessorDefinitions >WIN32;_DEBUG;_WINDOWS;_USRDLL;BASECLIENT_EXPORTS;_CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions)</PreprocessorDefinitions >
95+ <SDLCheck >true</SDLCheck >
96+ </ClCompile >
97+ <Link >
98+ <SubSystem >Windows</SubSystem >
99+ <GenerateDebugInformation >true</GenerateDebugInformation >
100+ <OutputFile >Debug/win32/BaseClient.dll</OutputFile >
101+ <ImportLibrary >.\Debug\win32\BaseClient.lib</ImportLibrary >
102+ </Link >
103+ </ItemDefinitionGroup >
104+ <ItemDefinitionGroup Condition =" '$(Configuration)|$(Platform)'=='Debug|x64'" >
105+ <ClCompile >
106+ <PrecompiledHeader >Use</PrecompiledHeader >
107+ <WarningLevel >Level3</WarningLevel >
108+ <Optimization >Disabled</Optimization >
109+ <PreprocessorDefinitions >WIN32;_DEBUG;_WINDOWS;_USRDLL;BASECLIENT_EXPORTS;_CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions)</PreprocessorDefinitions >
110+ <SDLCheck >true</SDLCheck >
111+ </ClCompile >
112+ <Link >
113+ <SubSystem >Windows</SubSystem >
114+ <GenerateDebugInformation >true</GenerateDebugInformation >
115+ <OutputFile >Debug/win64/BaseClient.dll</OutputFile >
116+ <ImportLibrary >.\Debug\win64\BaseClient.lib</ImportLibrary >
117+ </Link >
118+ </ItemDefinitionGroup >
119+ <ItemDefinitionGroup Condition =" '$(Configuration)|$(Platform)'=='Release|Win32'" >
120+ <ClCompile >
121+ <WarningLevel >Level3</WarningLevel >
122+ <PrecompiledHeader >Use</PrecompiledHeader >
123+ <Optimization >MaxSpeed</Optimization >
124+ <FunctionLevelLinking >true</FunctionLevelLinking >
125+ <IntrinsicFunctions >true</IntrinsicFunctions >
126+ <PreprocessorDefinitions >WIN32;NDEBUG;_WINDOWS;_USRDLL;BASECLIENT_EXPORTS;_CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions)</PreprocessorDefinitions >
127+ <SDLCheck >true</SDLCheck >
128+ </ClCompile >
129+ <Link >
130+ <SubSystem >Windows</SubSystem >
131+ <GenerateDebugInformation >true</GenerateDebugInformation >
132+ <EnableCOMDATFolding >true</EnableCOMDATFolding >
133+ <OutputFile >Release/win32/BaseClient.dll</OutputFile >
134+ <ImportLibrary >.\Release\win32\BaseClient.lib</ImportLibrary >
135+ <OptimizeReferences >true</OptimizeReferences >
136+ </Link >
137+ </ItemDefinitionGroup >
138+ <ItemDefinitionGroup Condition =" '$(Configuration)|$(Platform)'=='Release|x64'" >
139+ <ClCompile >
140+ <WarningLevel >Level3</WarningLevel >
141+ <PrecompiledHeader >Use</PrecompiledHeader >
142+ <Optimization >MaxSpeed</Optimization >
143+ <FunctionLevelLinking >true</FunctionLevelLinking >
144+ <IntrinsicFunctions >true</IntrinsicFunctions >
145+ <PreprocessorDefinitions >WIN32;NDEBUG;_WINDOWS;_USRDLL;BASECLIENT_EXPORTS;_CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions)</PreprocessorDefinitions >
146+ <SDLCheck >true</SDLCheck >
147+ </ClCompile >
148+ <Link >
149+ <SubSystem >Windows</SubSystem >
150+ <GenerateDebugInformation >true</GenerateDebugInformation >
151+ <EnableCOMDATFolding >true</EnableCOMDATFolding >
152+ <OutputFile >Release/win64/BaseClient.dll</OutputFile >
153+ <ImportLibrary >.\Release\win64\BaseClient.lib</ImportLibrary >
154+ <OptimizeReferences >true</OptimizeReferences >
155+ </Link >
156+ </ItemDefinitionGroup >
157+ <ItemGroup >
158+ <Text Include =" ReadMe.txt" />
159+ </ItemGroup >
160+ <ItemGroup >
161+ <ClInclude Include =" stdafx.h" />
162+ <ClInclude Include =" targetver.h" />
163+ <ClInclude Include =" util.h" />
164+ </ItemGroup >
165+ <ItemGroup >
166+ <ClCompile Include =" dllmain.cpp" >
167+ <CompileAsManaged Condition =" '$(Configuration)|$(Platform)'=='Debug|Win32'" >false</CompileAsManaged >
168+ <CompileAsManaged Condition =" '$(Configuration)|$(Platform)'=='Debug|x64'" >false</CompileAsManaged >
169+ <PrecompiledHeader Condition =" '$(Configuration)|$(Platform)'=='Debug|Win32'" >
170+ </PrecompiledHeader >
171+ <PrecompiledHeader Condition =" '$(Configuration)|$(Platform)'=='Debug|x64'" >
172+ </PrecompiledHeader >
173+ <CompileAsManaged Condition =" '$(Configuration)|$(Platform)'=='Release|Win32'" >false</CompileAsManaged >
174+ <CompileAsManaged Condition =" '$(Configuration)|$(Platform)'=='Release|x64'" >false</CompileAsManaged >
175+ <PrecompiledHeader Condition =" '$(Configuration)|$(Platform)'=='Release|Win32'" >
176+ </PrecompiledHeader >
177+ <PrecompiledHeader Condition =" '$(Configuration)|$(Platform)'=='Release|x64'" >
178+ </PrecompiledHeader >
179+ </ClCompile >
180+ <ClCompile Include =" kvs.c" >
181+ <PrecompiledHeader Condition =" '$(Configuration)|$(Platform)'=='Debug|Win32'" >NotUsing</PrecompiledHeader >
182+ <PrecompiledHeader Condition =" '$(Configuration)|$(Platform)'=='Debug|x64'" >NotUsing</PrecompiledHeader >
183+ <CompileAs Condition =" '$(Configuration)|$(Platform)'=='Debug|Win32'" >CompileAsCpp</CompileAs >
184+ <CompileAs Condition =" '$(Configuration)|$(Platform)'=='Debug|x64'" >CompileAsCpp</CompileAs >
185+ <PrecompiledHeader Condition =" '$(Configuration)|$(Platform)'=='Release|Win32'" >NotUsing</PrecompiledHeader >
186+ <PrecompiledHeader Condition =" '$(Configuration)|$(Platform)'=='Release|x64'" >NotUsing</PrecompiledHeader >
187+ <CompileAs Condition =" '$(Configuration)|$(Platform)'=='Release|Win32'" >CompileAsCpp</CompileAs >
188+ <CompileAs Condition =" '$(Configuration)|$(Platform)'=='Release|x64'" >CompileAsCpp</CompileAs >
189+ </ClCompile >
190+ <ClCompile Include =" stdafx.cpp" >
191+ <PrecompiledHeader Condition =" '$(Configuration)|$(Platform)'=='Debug|Win32'" >Create</PrecompiledHeader >
192+ <PrecompiledHeader Condition =" '$(Configuration)|$(Platform)'=='Debug|x64'" >Create</PrecompiledHeader >
193+ <PrecompiledHeader Condition =" '$(Configuration)|$(Platform)'=='Release|Win32'" >Create</PrecompiledHeader >
194+ <PrecompiledHeader Condition =" '$(Configuration)|$(Platform)'=='Release|x64'" >Create</PrecompiledHeader >
195+ </ClCompile >
196+ <ClCompile Include =" util.c" >
197+ <PrecompiledHeader Condition =" '$(Configuration)|$(Platform)'=='Debug|Win32'" >NotUsing</PrecompiledHeader >
198+ <PrecompiledHeader Condition =" '$(Configuration)|$(Platform)'=='Debug|x64'" >NotUsing</PrecompiledHeader >
199+ <CompileAs Condition =" '$(Configuration)|$(Platform)'=='Debug|Win32'" >CompileAsCpp</CompileAs >
200+ <CompileAs Condition =" '$(Configuration)|$(Platform)'=='Debug|x64'" >CompileAsCpp</CompileAs >
201+ <PrecompiledHeader Condition =" '$(Configuration)|$(Platform)'=='Release|Win32'" >NotUsing</PrecompiledHeader >
202+ <PrecompiledHeader Condition =" '$(Configuration)|$(Platform)'=='Release|x64'" >NotUsing</PrecompiledHeader >
203+ <CompileAs Condition =" '$(Configuration)|$(Platform)'=='Release|Win32'" >CompileAsCpp</CompileAs >
204+ <CompileAs Condition =" '$(Configuration)|$(Platform)'=='Release|x64'" >CompileAsCpp</CompileAs >
205+ </ClCompile >
206+ </ItemGroup >
207+ <Import Project =" $(VCTargetsPath)\Microsoft.Cpp.targets" />
208+ <ImportGroup Label =" ExtensionTargets" >
209+ </ImportGroup >
210+ </Project >
0 commit comments