1
+ <?xml version =" 1.0" encoding =" utf-8" ?>
2
+ <!-- MIT License
3
+
4
+ Copyright (c) 2017 zodiac403 <[email protected] >
5
+
6
+ Permission is hereby granted, free of charge, to any person obtaining a copy
7
+ of this software and associated documentation files (the "Software"), to deal
8
+ in the Software without restriction, including without limitation the rights
9
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
10
+ copies of the Software, and to permit persons to whom the Software is
11
+ furnished to do so, subject to the following conditions:
12
+
13
+ The above copyright notice and this permission notice shall be included in all
14
+ copies or substantial portions of the Software.
15
+
16
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
17
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
18
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
19
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
20
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
21
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
22
+ SOFTWARE.
23
+ -->
24
+ <Project DefaultTargets =" Build" ToolsVersion =" 15.0" xmlns =" http://schemas.microsoft.com/developer/msbuild/2003" >
25
+ <ItemGroup Label =" ProjectConfigurations" >
26
+ <ProjectConfiguration Include =" Debug|Win32" >
27
+ <Configuration >Debug</Configuration >
28
+ <Platform >Win32</Platform >
29
+ </ProjectConfiguration >
30
+ <ProjectConfiguration Include =" Release|Win32" >
31
+ <Configuration >Release</Configuration >
32
+ <Platform >Win32</Platform >
33
+ </ProjectConfiguration >
34
+ <ProjectConfiguration Include =" Debug|x64" >
35
+ <Configuration >Debug</Configuration >
36
+ <Platform >x64</Platform >
37
+ </ProjectConfiguration >
38
+ <ProjectConfiguration Include =" Release|x64" >
39
+ <Configuration >Release</Configuration >
40
+ <Platform >x64</Platform >
41
+ </ProjectConfiguration >
42
+ </ItemGroup >
43
+ <ItemGroup >
44
+ <ClCompile Include =" ..\sources\builders\array_builder.cpp" />
45
+ <ClCompile Include =" ..\sources\builders\builders_factory.cpp" />
46
+ <ClCompile Include =" ..\sources\builders\bulk_string_builder.cpp" />
47
+ <ClCompile Include =" ..\sources\builders\error_builder.cpp" />
48
+ <ClCompile Include =" ..\sources\builders\integer_builder.cpp" />
49
+ <ClCompile Include =" ..\sources\builders\reply_builder.cpp" />
50
+ <ClCompile Include =" ..\sources\builders\simple_string_builder.cpp" />
51
+ <ClCompile Include =" ..\sources\core\client.cpp" />
52
+ <ClCompile Include =" ..\sources\core\reply.cpp" />
53
+ <ClCompile Include =" ..\sources\core\sentinel.cpp" />
54
+ <ClCompile Include =" ..\sources\core\subscriber.cpp" />
55
+ <ClCompile Include =" ..\sources\misc\logger.cpp" />
56
+ <ClCompile Include =" ..\sources\network\redis_connection.cpp" />
57
+ <ClCompile Include =" ..\sources\network\tcp_client.cpp" />
58
+ </ItemGroup >
59
+ <ItemGroup >
60
+ <None Include =" ..\includes\cpp_redis\cpp_redis" />
61
+ <None Include =" ..\includes\cpp_redis\impl\client.ipp" />
62
+ </ItemGroup >
63
+ <ItemGroup >
64
+ <ClInclude Include =" ..\includes\cpp_redis\builders\array_builder.hpp" />
65
+ <ClInclude Include =" ..\includes\cpp_redis\builders\builders_factory.hpp" />
66
+ <ClInclude Include =" ..\includes\cpp_redis\builders\builder_iface.hpp" />
67
+ <ClInclude Include =" ..\includes\cpp_redis\builders\bulk_string_builder.hpp" />
68
+ <ClInclude Include =" ..\includes\cpp_redis\builders\error_builder.hpp" />
69
+ <ClInclude Include =" ..\includes\cpp_redis\builders\integer_builder.hpp" />
70
+ <ClInclude Include =" ..\includes\cpp_redis\builders\reply_builder.hpp" />
71
+ <ClInclude Include =" ..\includes\cpp_redis\builders\simple_string_builder.hpp" />
72
+ <ClInclude Include =" ..\includes\cpp_redis\core\client.hpp" />
73
+ <ClInclude Include =" ..\includes\cpp_redis\core\reply.hpp" />
74
+ <ClInclude Include =" ..\includes\cpp_redis\core\sentinel.hpp" />
75
+ <ClInclude Include =" ..\includes\cpp_redis\core\subscriber.hpp" />
76
+ <ClInclude Include =" ..\includes\cpp_redis\helpers\variadic_template.hpp" />
77
+ <ClInclude Include =" ..\includes\cpp_redis\misc\error.hpp" />
78
+ <ClInclude Include =" ..\includes\cpp_redis\misc\logger.hpp" />
79
+ <ClInclude Include =" ..\includes\cpp_redis\network\redis_connection.hpp" />
80
+ <ClInclude Include =" ..\includes\cpp_redis\network\tcp_client.hpp" />
81
+ <ClInclude Include =" ..\includes\cpp_redis\network\tcp_client_iface.hpp" />
82
+ </ItemGroup >
83
+ <PropertyGroup Label =" Globals" >
84
+ <VCProjectVersion >15.0</VCProjectVersion >
85
+ <ProjectGuid >{8D6B2E0B-45B0-40CB-AF6B-B917F136EB01}</ProjectGuid >
86
+ <Keyword >Win32Proj</Keyword >
87
+ <RootNamespace >cpp_redis</RootNamespace >
88
+ <WindowsTargetPlatformVersion >8.1</WindowsTargetPlatformVersion >
89
+ </PropertyGroup >
90
+ <Import Project =" $(VCTargetsPath)\Microsoft.Cpp.Default.props" />
91
+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)'=='Debug|Win32'" Label =" Configuration" >
92
+ <ConfigurationType >StaticLibrary</ConfigurationType >
93
+ <UseDebugLibraries >true</UseDebugLibraries >
94
+ <PlatformToolset >v141</PlatformToolset >
95
+ <CharacterSet >Unicode</CharacterSet >
96
+ </PropertyGroup >
97
+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)'=='Release|Win32'" Label =" Configuration" >
98
+ <ConfigurationType >StaticLibrary</ConfigurationType >
99
+ <UseDebugLibraries >false</UseDebugLibraries >
100
+ <PlatformToolset >v141</PlatformToolset >
101
+ <WholeProgramOptimization >true</WholeProgramOptimization >
102
+ <CharacterSet >Unicode</CharacterSet >
103
+ </PropertyGroup >
104
+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)'=='Debug|x64'" Label =" Configuration" >
105
+ <ConfigurationType >StaticLibrary</ConfigurationType >
106
+ <UseDebugLibraries >true</UseDebugLibraries >
107
+ <PlatformToolset >v140</PlatformToolset >
108
+ <CharacterSet >Unicode</CharacterSet >
109
+ </PropertyGroup >
110
+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)'=='Release|x64'" Label =" Configuration" >
111
+ <ConfigurationType >StaticLibrary</ConfigurationType >
112
+ <UseDebugLibraries >false</UseDebugLibraries >
113
+ <PlatformToolset >v141</PlatformToolset >
114
+ <WholeProgramOptimization >true</WholeProgramOptimization >
115
+ <CharacterSet >Unicode</CharacterSet >
116
+ </PropertyGroup >
117
+ <Import Project =" $(VCTargetsPath)\Microsoft.Cpp.props" />
118
+ <ImportGroup Label =" ExtensionSettings" >
119
+ </ImportGroup >
120
+ <ImportGroup Label =" Shared" >
121
+ </ImportGroup >
122
+ <ImportGroup Label =" PropertySheets" Condition =" '$(Configuration)|$(Platform)'=='Debug|Win32'" >
123
+ <Import Project =" $(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition =" exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label =" LocalAppDataPlatform" />
124
+ </ImportGroup >
125
+ <ImportGroup Label =" PropertySheets" Condition =" '$(Configuration)|$(Platform)'=='Release|Win32'" >
126
+ <Import Project =" $(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition =" exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label =" LocalAppDataPlatform" />
127
+ </ImportGroup >
128
+ <ImportGroup Label =" PropertySheets" Condition =" '$(Configuration)|$(Platform)'=='Debug|x64'" >
129
+ <Import Project =" $(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition =" exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label =" LocalAppDataPlatform" />
130
+ </ImportGroup >
131
+ <ImportGroup Label =" PropertySheets" Condition =" '$(Configuration)|$(Platform)'=='Release|x64'" >
132
+ <Import Project =" $(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition =" exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label =" LocalAppDataPlatform" />
133
+ </ImportGroup >
134
+ <PropertyGroup Label =" UserMacros" />
135
+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)'=='Debug|Win32'" >
136
+ <OutDir >$(SolutionDir)$(Platform)\$(Configuration)\</OutDir >
137
+ <IntDir >$(Platform)\$(Configuration)\</IntDir >
138
+ </PropertyGroup >
139
+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)'=='Release|Win32'" >
140
+ <OutDir >$(SolutionDir)$(Platform)\$(Configuration)\</OutDir >
141
+ <IntDir >$(Platform)\$(Configuration)\</IntDir >
142
+ </PropertyGroup >
143
+ <ItemDefinitionGroup Condition =" '$(Configuration)|$(Platform)'=='Debug|Win32'" >
144
+ <ClCompile >
145
+ <PrecompiledHeader >
146
+ </PrecompiledHeader >
147
+ <WarningLevel >Level3</WarningLevel >
148
+ <Optimization >Disabled</Optimization >
149
+ <PreprocessorDefinitions >WIN32;_DEBUG;_LIB;_WIN32;%(PreprocessorDefinitions)</PreprocessorDefinitions >
150
+ <AdditionalIncludeDirectories >..\includes;..\tacopie\includes;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories >
151
+ </ClCompile >
152
+ <Link >
153
+ <SubSystem >Windows</SubSystem >
154
+ </Link >
155
+ </ItemDefinitionGroup >
156
+ <ItemDefinitionGroup Condition =" '$(Configuration)|$(Platform)'=='Debug|x64'" >
157
+ <ClCompile >
158
+ <PrecompiledHeader >
159
+ </PrecompiledHeader >
160
+ <WarningLevel >Level3</WarningLevel >
161
+ <Optimization >Disabled</Optimization >
162
+ <PreprocessorDefinitions >_DEBUG;_LIB;_WIN32;_WIN64;%(PreprocessorDefinitions)</PreprocessorDefinitions >
163
+ <AdditionalIncludeDirectories >..\includes;..\tacopie\includes;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories >
164
+ <AdditionalOptions >/bigobj %(AdditionalOptions)</AdditionalOptions >
165
+ </ClCompile >
166
+ <Link >
167
+ <SubSystem >Windows</SubSystem >
168
+ </Link >
169
+ </ItemDefinitionGroup >
170
+ <ItemDefinitionGroup Condition =" '$(Configuration)|$(Platform)'=='Release|Win32'" >
171
+ <ClCompile >
172
+ <WarningLevel >Level3</WarningLevel >
173
+ <PrecompiledHeader >
174
+ </PrecompiledHeader >
175
+ <Optimization >MaxSpeed</Optimization >
176
+ <FunctionLevelLinking >true</FunctionLevelLinking >
177
+ <IntrinsicFunctions >true</IntrinsicFunctions >
178
+ <PreprocessorDefinitions >WIN32;NDEBUG;_LIB;_WIN32;%(PreprocessorDefinitions)</PreprocessorDefinitions >
179
+ <AdditionalIncludeDirectories >..\includes;..\tacopie\includes;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories >
180
+ </ClCompile >
181
+ <Link >
182
+ <SubSystem >Windows</SubSystem >
183
+ <EnableCOMDATFolding >true</EnableCOMDATFolding >
184
+ <OptimizeReferences >true</OptimizeReferences >
185
+ </Link >
186
+ </ItemDefinitionGroup >
187
+ <ItemDefinitionGroup Condition =" '$(Configuration)|$(Platform)'=='Release|x64'" >
188
+ <ClCompile >
189
+ <WarningLevel >Level3</WarningLevel >
190
+ <PrecompiledHeader >
191
+ </PrecompiledHeader >
192
+ <Optimization >MaxSpeed</Optimization >
193
+ <FunctionLevelLinking >true</FunctionLevelLinking >
194
+ <IntrinsicFunctions >true</IntrinsicFunctions >
195
+ <PreprocessorDefinitions >NDEBUG;_LIB;_WIN32;_WIN64;%(PreprocessorDefinitions)</PreprocessorDefinitions >
196
+ <AdditionalIncludeDirectories >..\includes;..\tacopie\includes;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories >
197
+ </ClCompile >
198
+ <Link >
199
+ <SubSystem >Windows</SubSystem >
200
+ <EnableCOMDATFolding >true</EnableCOMDATFolding >
201
+ <OptimizeReferences >true</OptimizeReferences >
202
+ </Link >
203
+ </ItemDefinitionGroup >
204
+ <Import Project =" $(VCTargetsPath)\Microsoft.Cpp.targets" />
205
+ <ImportGroup Label =" ExtensionTargets" >
206
+ </ImportGroup >
207
+ </Project >
0 commit comments