1- <?xml version =" 1.0" encoding =" UTF -8" ?>
1+ <?xml version =" 1.0" encoding =" utf -8" ?>
22<Project DefaultTargets =" Build" ToolsVersion =" 4.0" xmlns =" http://schemas.microsoft.com/developer/msbuild/2003" >
33 <ItemGroup Label =" ProjectConfigurations" >
44 <ProjectConfiguration Include =" debug_shared|x64" >
3232 <RootNamespace >MySQL</RootNamespace >
3333 <Keyword >Win32Proj</Keyword >
3434 </PropertyGroup >
35- <Import Project =" $(VCTargetsPath)\Microsoft.Cpp.Default.props" />
35+ <Import Project =" $(VCTargetsPath)\Microsoft.Cpp.Default.props" />
3636 <PropertyGroup Condition =" '$(Configuration)|$(Platform)'=='release_static_md|x64'" Label =" Configuration" >
3737 <ConfigurationType >StaticLibrary</ConfigurationType >
3838 <CharacterSet >MultiByte</CharacterSet >
6363 <CharacterSet >MultiByte</CharacterSet >
6464 <PlatformToolset >v120</PlatformToolset >
6565 </PropertyGroup >
66- <Import Project =" $(VCTargetsPath)\Microsoft.Cpp.props" />
67- <ImportGroup Label =" ExtensionSettings" />
66+ <Import Project =" $(VCTargetsPath)\Microsoft.Cpp.props" />
67+ <ImportGroup Label =" ExtensionSettings" />
6868 <ImportGroup Condition =" '$(Configuration)|$(Platform)'=='release_static_md|x64'" Label =" PropertySheets" >
69- <Import Condition =" exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label =" LocalAppDataPlatform" Project =" $(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" />
69+ <Import Condition =" exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label =" LocalAppDataPlatform" Project =" $(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" />
7070 </ImportGroup >
7171 <ImportGroup Condition =" '$(Configuration)|$(Platform)'=='debug_static_md|x64'" Label =" PropertySheets" >
72- <Import Condition =" exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label =" LocalAppDataPlatform" Project =" $(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" />
72+ <Import Condition =" exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label =" LocalAppDataPlatform" Project =" $(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" />
7373 </ImportGroup >
7474 <ImportGroup Condition =" '$(Configuration)|$(Platform)'=='release_static_mt|x64'" Label =" PropertySheets" >
75- <Import Condition =" exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label =" LocalAppDataPlatform" Project =" $(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" />
75+ <Import Condition =" exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label =" LocalAppDataPlatform" Project =" $(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" />
7676 </ImportGroup >
7777 <ImportGroup Condition =" '$(Configuration)|$(Platform)'=='debug_static_mt|x64'" Label =" PropertySheets" >
78- <Import Condition =" exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label =" LocalAppDataPlatform" Project =" $(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" />
78+ <Import Condition =" exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label =" LocalAppDataPlatform" Project =" $(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" />
7979 </ImportGroup >
8080 <ImportGroup Condition =" '$(Configuration)|$(Platform)'=='release_shared|x64'" Label =" PropertySheets" >
81- <Import Condition =" exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label =" LocalAppDataPlatform" Project =" $(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" />
81+ <Import Condition =" exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label =" LocalAppDataPlatform" Project =" $(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" />
8282 </ImportGroup >
8383 <ImportGroup Condition =" '$(Configuration)|$(Platform)'=='debug_shared|x64'" Label =" PropertySheets" >
84- <Import Condition =" exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label =" LocalAppDataPlatform" Project =" $(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" />
84+ <Import Condition =" exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label =" LocalAppDataPlatform" Project =" $(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" />
8585 </ImportGroup >
86- <PropertyGroup Label =" UserMacros" />
86+ <PropertyGroup Label =" UserMacros" />
8787 <PropertyGroup >
8888 <_ProjectFileVersion >11.0.61030.0</_ProjectFileVersion >
8989 <TargetName Condition =" '$(Configuration)|$(Platform)'=='debug_shared|x64'" >PocoDataMySQL64d</TargetName >
9797 <OutDir >..\..\bin64\</OutDir >
9898 <IntDir >obj64\$(Configuration)\</IntDir >
9999 <LinkIncremental >true</LinkIncremental >
100+ <IncludePath >%MYSQL_BASE%\include;$(VC_IncludePath);$(WindowsSDK_IncludePath);</IncludePath >
101+ <LibraryPath >%MYSQL_BASE%\lib;$(VC_LibraryPath_x64);$(WindowsSDK_LibraryPath_x64);</LibraryPath >
100102 </PropertyGroup >
101103 <PropertyGroup Condition =" '$(Configuration)|$(Platform)'=='release_shared|x64'" >
102104 <OutDir >..\..\bin64\</OutDir >
132134 <TreatWChar_tAsBuiltInType >true</TreatWChar_tAsBuiltInType >
133135 <ForceConformanceInForLoopScope >true</ForceConformanceInForLoopScope >
134136 <RuntimeTypeInfo >true</RuntimeTypeInfo >
135- <PrecompiledHeader />
137+ <PrecompiledHeader />
136138 <WarningLevel >Level3</WarningLevel >
137139 <DebugInformationFormat >ProgramDatabase</DebugInformationFormat >
138140 <CompileAs >Default</CompileAs >
164166 <TreatWChar_tAsBuiltInType >true</TreatWChar_tAsBuiltInType >
165167 <ForceConformanceInForLoopScope >true</ForceConformanceInForLoopScope >
166168 <RuntimeTypeInfo >true</RuntimeTypeInfo >
167- <PrecompiledHeader />
169+ <PrecompiledHeader />
168170 <WarningLevel >Level3</WarningLevel >
169- <DebugInformationFormat />
171+ <DebugInformationFormat />
170172 <CompileAs >Default</CompileAs >
171173 </ClCompile >
172174 <Link >
195197 <TreatWChar_tAsBuiltInType >true</TreatWChar_tAsBuiltInType >
196198 <ForceConformanceInForLoopScope >true</ForceConformanceInForLoopScope >
197199 <RuntimeTypeInfo >true</RuntimeTypeInfo >
198- <PrecompiledHeader />
200+ <PrecompiledHeader />
199201 <ProgramDataBaseFileName >..\..\lib64\PocoDataMySQLmtd.pdb</ProgramDataBaseFileName >
200202 <WarningLevel >Level3</WarningLevel >
201203 <DebugInformationFormat >ProgramDatabase</DebugInformationFormat >
220222 <TreatWChar_tAsBuiltInType >true</TreatWChar_tAsBuiltInType >
221223 <ForceConformanceInForLoopScope >true</ForceConformanceInForLoopScope >
222224 <RuntimeTypeInfo >true</RuntimeTypeInfo >
223- <PrecompiledHeader />
225+ <PrecompiledHeader />
224226 <WarningLevel >Level3</WarningLevel >
225- <DebugInformationFormat />
227+ <DebugInformationFormat />
226228 <CompileAs >Default</CompileAs >
227229 </ClCompile >
228230 <Lib >
242244 <TreatWChar_tAsBuiltInType >true</TreatWChar_tAsBuiltInType >
243245 <ForceConformanceInForLoopScope >true</ForceConformanceInForLoopScope >
244246 <RuntimeTypeInfo >true</RuntimeTypeInfo >
245- <PrecompiledHeader />
247+ <PrecompiledHeader />
246248 <ProgramDataBaseFileName >..\..\lib64\PocoDataMySQLmdd.pdb</ProgramDataBaseFileName >
247249 <WarningLevel >Level3</WarningLevel >
248250 <DebugInformationFormat >ProgramDatabase</DebugInformationFormat >
267269 <TreatWChar_tAsBuiltInType >true</TreatWChar_tAsBuiltInType >
268270 <ForceConformanceInForLoopScope >true</ForceConformanceInForLoopScope >
269271 <RuntimeTypeInfo >true</RuntimeTypeInfo >
270- <PrecompiledHeader />
272+ <PrecompiledHeader />
271273 <WarningLevel >Level3</WarningLevel >
272- <DebugInformationFormat />
274+ <DebugInformationFormat />
273275 <CompileAs >Default</CompileAs >
274276 </ClCompile >
275277 <Lib >
276278 <OutputFile >..\..\lib64\PocoDataMySQLmd.lib</OutputFile >
277279 </Lib >
278280 </ItemDefinitionGroup >
279281 <ItemGroup >
280- <ClCompile Include =" src\Binder.cpp" />
281- <ClCompile Include =" src\Connector.cpp" />
282- <ClCompile Include =" src\Extractor.cpp" />
283- <ClCompile Include =" src\MySQLException.cpp" />
284- <ClCompile Include =" src\MySQLStatementImpl.cpp" />
285- <ClCompile Include =" src\ResultMetadata.cpp" />
286- <ClCompile Include =" src\SessionHandle.cpp" />
287- <ClCompile Include =" src\SessionImpl.cpp" />
288- <ClCompile Include =" src\StatementExecutor.cpp" />
289- <ClCompile Include =" src\Utility.cpp" />
282+ <ClCompile Include =" src\Binder.cpp" />
283+ <ClCompile Include =" src\Connector.cpp" />
284+ <ClCompile Include =" src\Extractor.cpp" />
285+ <ClCompile Include =" src\MySQLException.cpp" />
286+ <ClCompile Include =" src\MySQLStatementImpl.cpp" />
287+ <ClCompile Include =" src\ResultMetadata.cpp" />
288+ <ClCompile Include =" src\SessionHandle.cpp" />
289+ <ClCompile Include =" src\SessionImpl.cpp" />
290+ <ClCompile Include =" src\StatementExecutor.cpp" />
291+ <ClCompile Include =" src\Utility.cpp" />
290292 </ItemGroup >
291293 <ItemGroup >
292- <ClInclude Include =" include\Poco\Data\MySQL\Binder.h" />
293- <ClInclude Include =" include\Poco\Data\MySQL\Connector.h" />
294- <ClInclude Include =" include\Poco\Data\MySQL\Extractor.h" />
295- <ClInclude Include =" include\Poco\Data\MySQL\MySQL.h" />
296- <ClInclude Include =" include\Poco\Data\MySQL\MySQLException.h" />
297- <ClInclude Include =" include\Poco\Data\MySQL\MySQLStatementImpl.h" />
298- <ClInclude Include =" include\Poco\Data\MySQL\ResultMetadata.h" />
299- <ClInclude Include =" include\Poco\Data\MySQL\SessionHandle.h" />
300- <ClInclude Include =" include\Poco\Data\MySQL\SessionImpl.h" />
301- <ClInclude Include =" include\Poco\Data\MySQL\StatementExecutor.h" />
302- <ClInclude Include =" include\Poco\Data\MySQL\Utility.h" />
294+ <ClInclude Include =" include\Poco\Data\MySQL\Binder.h" />
295+ <ClInclude Include =" include\Poco\Data\MySQL\Connector.h" />
296+ <ClInclude Include =" include\Poco\Data\MySQL\Extractor.h" />
297+ <ClInclude Include =" include\Poco\Data\MySQL\MySQL.h" />
298+ <ClInclude Include =" include\Poco\Data\MySQL\MySQLException.h" />
299+ <ClInclude Include =" include\Poco\Data\MySQL\MySQLStatementImpl.h" />
300+ <ClInclude Include =" include\Poco\Data\MySQL\ResultMetadata.h" />
301+ <ClInclude Include =" include\Poco\Data\MySQL\SessionHandle.h" />
302+ <ClInclude Include =" include\Poco\Data\MySQL\SessionImpl.h" />
303+ <ClInclude Include =" include\Poco\Data\MySQL\StatementExecutor.h" />
304+ <ClInclude Include =" include\Poco\Data\MySQL\Utility.h" />
303305 </ItemGroup >
304- <Import Project =" $(VCTargetsPath)\Microsoft.Cpp.targets" />
305- <ImportGroup Label =" ExtensionTargets" />
306- </Project >
306+ <Import Project =" $(VCTargetsPath)\Microsoft.Cpp.targets" />
307+ <ImportGroup Label =" ExtensionTargets" />
308+ </Project >
0 commit comments