PageRenderTime 31ms CodeModel.GetById 13ms RepoModel.GetById 0ms app.codeStats 0ms

/mordor/pq/mordorpq.vcxproj

http://github.com/mozy/mordor
Unknown | 157 lines | 157 code | 0 blank | 0 comment | 0 complexity | 50174834c26c0615d0c7acb2d53f327a MD5 | raw file
Possible License(s): BSD-3-Clause
  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. <ItemGroup>
  22. <ClCompile Include="connection.cpp" />
  23. <ClCompile Include="connectionpool.cpp" />
  24. <ClCompile Include="copy.cpp" />
  25. <ClCompile Include="exception.cpp" />
  26. <ClCompile Include="preparedstatement.cpp" />
  27. <ClCompile Include="result.cpp" />
  28. <ClCompile Include="transaction.cpp" />
  29. </ItemGroup>
  30. <ItemGroup>
  31. <ClInclude Include="connection.h" />
  32. <ClInclude Include="connectionpool.h" />
  33. <ClInclude Include="exception.h" />
  34. <ClInclude Include="preparedstatement.h" />
  35. <ClInclude Include="result.h" />
  36. <ClInclude Include="transaction.h" />
  37. </ItemGroup>
  38. <PropertyGroup Label="Globals">
  39. <ProjectGuid>{A5020D4B-0E75-4DF9-9EEC-501394520228}</ProjectGuid>
  40. <Keyword>Win32Proj</Keyword>
  41. <RootNamespace>mordorpq</RootNamespace>
  42. </PropertyGroup>
  43. <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
  44. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
  45. <ConfigurationType>StaticLibrary</ConfigurationType>
  46. <UseDebugLibraries>true</UseDebugLibraries>
  47. </PropertyGroup>
  48. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration">
  49. <ConfigurationType>StaticLibrary</ConfigurationType>
  50. <UseDebugLibraries>true</UseDebugLibraries>
  51. </PropertyGroup>
  52. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
  53. <ConfigurationType>StaticLibrary</ConfigurationType>
  54. <UseDebugLibraries>false</UseDebugLibraries>
  55. <WholeProgramOptimization>true</WholeProgramOptimization>
  56. </PropertyGroup>
  57. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration">
  58. <ConfigurationType>StaticLibrary</ConfigurationType>
  59. <UseDebugLibraries>false</UseDebugLibraries>
  60. <WholeProgramOptimization>true</WholeProgramOptimization>
  61. </PropertyGroup>
  62. <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
  63. <ImportGroup Label="ExtensionSettings">
  64. </ImportGroup>
  65. <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
  66. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  67. </ImportGroup>
  68. <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="PropertySheets">
  69. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  70. </ImportGroup>
  71. <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
  72. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  73. </ImportGroup>
  74. <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="PropertySheets">
  75. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  76. </ImportGroup>
  77. <PropertyGroup Label="UserMacros" />
  78. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
  79. <OutDir>$(SolutionDir)$(Platform)\$(Configuration)\</OutDir>
  80. <IntDir>$(Platform)\$(Configuration)\$(ProjectName)\</IntDir>
  81. </PropertyGroup>
  82. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
  83. <OutDir>$(SolutionDir)$(Platform)\$(Configuration)\</OutDir>
  84. <IntDir>$(Platform)\$(Configuration)\$(ProjectName)\</IntDir>
  85. </PropertyGroup>
  86. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
  87. <OutDir>$(SolutionDir)$(Platform)\$(Configuration)\</OutDir>
  88. <IntDir>$(Platform)\$(Configuration)\$(ProjectName)\</IntDir>
  89. </PropertyGroup>
  90. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
  91. <OutDir>$(SolutionDir)$(Platform)\$(Configuration)\</OutDir>
  92. <IntDir>$(Platform)\$(Configuration)\$(ProjectName)\</IntDir>
  93. </PropertyGroup>
  94. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
  95. <ClCompile>
  96. <WarningLevel>Level3</WarningLevel>
  97. <Optimization>Disabled</Optimization>
  98. <PreprocessorDefinitions>WIN32;_DEBUG;_LIB;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  99. <AdditionalIncludeDirectories>../..;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
  100. <TreatWarningAsError>true</TreatWarningAsError>
  101. </ClCompile>
  102. <Link>
  103. <SubSystem>Windows</SubSystem>
  104. <GenerateDebugInformation>true</GenerateDebugInformation>
  105. </Link>
  106. </ItemDefinitionGroup>
  107. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
  108. <ClCompile>
  109. <WarningLevel>Level3</WarningLevel>
  110. <Optimization>Disabled</Optimization>
  111. <PreprocessorDefinitions>WIN32;_DEBUG;_LIB;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  112. <AdditionalIncludeDirectories>../..;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
  113. <TreatWarningAsError>true</TreatWarningAsError>
  114. </ClCompile>
  115. <Link>
  116. <SubSystem>Windows</SubSystem>
  117. <GenerateDebugInformation>true</GenerateDebugInformation>
  118. </Link>
  119. </ItemDefinitionGroup>
  120. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
  121. <ClCompile>
  122. <WarningLevel>Level3</WarningLevel>
  123. <Optimization>MaxSpeed</Optimization>
  124. <FunctionLevelLinking>true</FunctionLevelLinking>
  125. <IntrinsicFunctions>true</IntrinsicFunctions>
  126. <PreprocessorDefinitions>WIN32;NDEBUG;_LIB;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  127. <AdditionalIncludeDirectories>../..;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
  128. <TreatWarningAsError>true</TreatWarningAsError>
  129. </ClCompile>
  130. <Link>
  131. <SubSystem>Windows</SubSystem>
  132. <GenerateDebugInformation>true</GenerateDebugInformation>
  133. <EnableCOMDATFolding>true</EnableCOMDATFolding>
  134. <OptimizeReferences>true</OptimizeReferences>
  135. </Link>
  136. </ItemDefinitionGroup>
  137. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
  138. <ClCompile>
  139. <WarningLevel>Level3</WarningLevel>
  140. <Optimization>MaxSpeed</Optimization>
  141. <FunctionLevelLinking>true</FunctionLevelLinking>
  142. <IntrinsicFunctions>true</IntrinsicFunctions>
  143. <PreprocessorDefinitions>WIN32;NDEBUG;_LIB;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  144. <AdditionalIncludeDirectories>../..;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
  145. <TreatWarningAsError>true</TreatWarningAsError>
  146. </ClCompile>
  147. <Link>
  148. <SubSystem>Windows</SubSystem>
  149. <GenerateDebugInformation>true</GenerateDebugInformation>
  150. <EnableCOMDATFolding>true</EnableCOMDATFolding>
  151. <OptimizeReferences>true</OptimizeReferences>
  152. </Link>
  153. </ItemDefinitionGroup>
  154. <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
  155. <ImportGroup Label="ExtensionTargets">
  156. </ImportGroup>
  157. </Project>