PutOutBinary.vcxproj 12 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <Project DefaultTargets="Build" ToolsVersion="15.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="Release|Win32">
  9. <Configuration>Release</Configuration>
  10. <Platform>Win32</Platform>
  11. </ProjectConfiguration>
  12. <ProjectConfiguration Include="Debug|x64">
  13. <Configuration>Debug</Configuration>
  14. <Platform>x64</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. <VCProjectVersion>15.0</VCProjectVersion>
  23. <ProjectGuid>{5DA3E2DC-121A-4027-9B12-AA38989E9BD7}</ProjectGuid>
  24. <RootNamespace>PutOutBinary</RootNamespace>
  25. <WindowsTargetPlatformVersion>10.0.16299.0</WindowsTargetPlatformVersion>
  26. <Keyword>MFCProj</Keyword>
  27. </PropertyGroup>
  28. <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
  29. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
  30. <ConfigurationType>Application</ConfigurationType>
  31. <UseDebugLibraries>true</UseDebugLibraries>
  32. <PlatformToolset>v141</PlatformToolset>
  33. <CharacterSet>Unicode</CharacterSet>
  34. <UseOfMfc>Dynamic</UseOfMfc>
  35. </PropertyGroup>
  36. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
  37. <ConfigurationType>Application</ConfigurationType>
  38. <UseDebugLibraries>false</UseDebugLibraries>
  39. <PlatformToolset>v141</PlatformToolset>
  40. <WholeProgramOptimization>true</WholeProgramOptimization>
  41. <CharacterSet>Unicode</CharacterSet>
  42. <UseOfMfc>Dynamic</UseOfMfc>
  43. </PropertyGroup>
  44. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration">
  45. <ConfigurationType>Application</ConfigurationType>
  46. <UseDebugLibraries>true</UseDebugLibraries>
  47. <PlatformToolset>v141_xp</PlatformToolset>
  48. <CharacterSet>Unicode</CharacterSet>
  49. <UseOfMfc>Dynamic</UseOfMfc>
  50. </PropertyGroup>
  51. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration">
  52. <ConfigurationType>Application</ConfigurationType>
  53. <UseDebugLibraries>false</UseDebugLibraries>
  54. <PlatformToolset>v141</PlatformToolset>
  55. <WholeProgramOptimization>true</WholeProgramOptimization>
  56. <CharacterSet>Unicode</CharacterSet>
  57. <UseOfMfc>Dynamic</UseOfMfc>
  58. </PropertyGroup>
  59. <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
  60. <ImportGroup Label="ExtensionSettings">
  61. </ImportGroup>
  62. <ImportGroup Label="Shared">
  63. </ImportGroup>
  64. <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
  65. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  66. </ImportGroup>
  67. <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
  68. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  69. </ImportGroup>
  70. <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
  71. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  72. </ImportGroup>
  73. <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
  74. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  75. </ImportGroup>
  76. <PropertyGroup Label="UserMacros" />
  77. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
  78. <LinkIncremental>true</LinkIncremental>
  79. </PropertyGroup>
  80. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
  81. <LinkIncremental>true</LinkIncremental>
  82. </PropertyGroup>
  83. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
  84. <LinkIncremental>false</LinkIncremental>
  85. </PropertyGroup>
  86. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
  87. <LinkIncremental>false</LinkIncremental>
  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;_WINDOWS;_DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  95. <SDLCheck>true</SDLCheck>
  96. <AdditionalIncludeDirectories>..\..\..\common\AdoImpl;..\..\..\common\STL-findfile</AdditionalIncludeDirectories>
  97. </ClCompile>
  98. <Link>
  99. <SubSystem>Windows</SubSystem>
  100. </Link>
  101. <Midl>
  102. <MkTypLibCompatible>false</MkTypLibCompatible>
  103. <ValidateAllParameters>true</ValidateAllParameters>
  104. <PreprocessorDefinitions>_DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  105. </Midl>
  106. <ResourceCompile>
  107. <Culture>0x0804</Culture>
  108. <PreprocessorDefinitions>_DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  109. <AdditionalIncludeDirectories>$(IntDir);%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
  110. </ResourceCompile>
  111. </ItemDefinitionGroup>
  112. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
  113. <ClCompile>
  114. <PrecompiledHeader>Use</PrecompiledHeader>
  115. <WarningLevel>Level3</WarningLevel>
  116. <Optimization>Disabled</Optimization>
  117. <PreprocessorDefinitions>_WINDOWS;_DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  118. <SDLCheck>true</SDLCheck>
  119. <AdditionalIncludeDirectories>E:\lyfz-project.org\common\AdoImpl;E:\lyfz-project.org\common\STL-findfile;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
  120. </ClCompile>
  121. <Link>
  122. <SubSystem>Windows</SubSystem>
  123. </Link>
  124. <Midl>
  125. <MkTypLibCompatible>false</MkTypLibCompatible>
  126. <ValidateAllParameters>true</ValidateAllParameters>
  127. <PreprocessorDefinitions>_DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  128. </Midl>
  129. <ResourceCompile>
  130. <Culture>0x0804</Culture>
  131. <PreprocessorDefinitions>_DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  132. <AdditionalIncludeDirectories>$(IntDir);%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
  133. </ResourceCompile>
  134. </ItemDefinitionGroup>
  135. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
  136. <ClCompile>
  137. <WarningLevel>Level3</WarningLevel>
  138. <PrecompiledHeader>Use</PrecompiledHeader>
  139. <Optimization>MaxSpeed</Optimization>
  140. <FunctionLevelLinking>true</FunctionLevelLinking>
  141. <IntrinsicFunctions>true</IntrinsicFunctions>
  142. <PreprocessorDefinitions>WIN32;_WINDOWS;NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  143. <SDLCheck>true</SDLCheck>
  144. <AdditionalIncludeDirectories>..\..\..\common\AdoImpl</AdditionalIncludeDirectories>
  145. </ClCompile>
  146. <Link>
  147. <SubSystem>Windows</SubSystem>
  148. <EnableCOMDATFolding>true</EnableCOMDATFolding>
  149. <OptimizeReferences>true</OptimizeReferences>
  150. </Link>
  151. <Midl>
  152. <MkTypLibCompatible>false</MkTypLibCompatible>
  153. <ValidateAllParameters>true</ValidateAllParameters>
  154. <PreprocessorDefinitions>NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  155. </Midl>
  156. <ResourceCompile>
  157. <Culture>0x0804</Culture>
  158. <PreprocessorDefinitions>NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  159. <AdditionalIncludeDirectories>$(IntDir);%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
  160. </ResourceCompile>
  161. </ItemDefinitionGroup>
  162. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
  163. <ClCompile>
  164. <WarningLevel>Level3</WarningLevel>
  165. <PrecompiledHeader>Use</PrecompiledHeader>
  166. <Optimization>MaxSpeed</Optimization>
  167. <FunctionLevelLinking>true</FunctionLevelLinking>
  168. <IntrinsicFunctions>true</IntrinsicFunctions>
  169. <PreprocessorDefinitions>_WINDOWS;NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  170. <SDLCheck>true</SDLCheck>
  171. </ClCompile>
  172. <Link>
  173. <SubSystem>Windows</SubSystem>
  174. <EnableCOMDATFolding>true</EnableCOMDATFolding>
  175. <OptimizeReferences>true</OptimizeReferences>
  176. </Link>
  177. <Midl>
  178. <MkTypLibCompatible>false</MkTypLibCompatible>
  179. <ValidateAllParameters>true</ValidateAllParameters>
  180. <PreprocessorDefinitions>NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  181. </Midl>
  182. <ResourceCompile>
  183. <Culture>0x0804</Culture>
  184. <PreprocessorDefinitions>NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  185. <AdditionalIncludeDirectories>$(IntDir);%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
  186. </ResourceCompile>
  187. </ItemDefinitionGroup>
  188. <ItemGroup>
  189. <Text Include="ReadMe.txt" />
  190. </ItemGroup>
  191. <ItemGroup>
  192. <ClInclude Include="..\..\..\common\AdoImpl\ADOBaseImpl.h" />
  193. <ClInclude Include="..\..\..\common\AdoImpl\ADOCommand.h" />
  194. <ClInclude Include="..\..\..\common\AdoImpl\ADODatabase.h" />
  195. <ClInclude Include="..\..\..\common\AdoImpl\AdoDef.h" />
  196. <ClInclude Include="..\..\..\common\AdoImpl\ADOParameter.h" />
  197. <ClInclude Include="..\..\..\common\AdoImpl\ADORecordset.h" />
  198. <ClInclude Include="..\..\..\common\STL-findfile\filehelp.h" />
  199. <ClInclude Include="..\..\..\common\STL-findfile\findfile.h" />
  200. <ClInclude Include="AdoImpl.h" />
  201. <ClInclude Include="CatalogInterface.h" />
  202. <ClInclude Include="PutOutBinary.h" />
  203. <ClInclude Include="PutOutBinaryDlg.h" />
  204. <ClInclude Include="Resource.h" />
  205. <ClInclude Include="stdafx.h" />
  206. <ClInclude Include="targetver.h" />
  207. </ItemGroup>
  208. <ItemGroup>
  209. <ClCompile Include="..\..\..\common\AdoImpl\ADOBaseImpl.cpp" />
  210. <ClCompile Include="..\..\..\common\AdoImpl\ADOCommand.cpp" />
  211. <ClCompile Include="..\..\..\common\AdoImpl\ADODatabase.cpp" />
  212. <ClCompile Include="..\..\..\common\AdoImpl\AdoDef.cpp" />
  213. <ClCompile Include="..\..\..\common\AdoImpl\ADOParameter.cpp" />
  214. <ClCompile Include="..\..\..\common\AdoImpl\ADORecordset.cpp" />
  215. <ClCompile Include="..\..\..\common\STL-findfile\filehelp.cpp" />
  216. <ClCompile Include="..\..\..\common\STL-findfile\findfile.cpp" />
  217. <ClCompile Include="AdoImpl.cpp" />
  218. <ClCompile Include="PutOutBinary.cpp" />
  219. <ClCompile Include="PutOutBinaryDlg.cpp" />
  220. <ClCompile Include="stdafx.cpp">
  221. <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">Create</PrecompiledHeader>
  222. <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">Create</PrecompiledHeader>
  223. <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">Create</PrecompiledHeader>
  224. <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Release|x64'">Create</PrecompiledHeader>
  225. </ClCompile>
  226. </ItemGroup>
  227. <ItemGroup>
  228. <ResourceCompile Include="PutOutBinary.rc" />
  229. </ItemGroup>
  230. <ItemGroup>
  231. <None Include="res\PutOutBinary.rc2" />
  232. </ItemGroup>
  233. <ItemGroup>
  234. <Image Include="res\PutOutBinary.ico" />
  235. </ItemGroup>
  236. <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
  237. <ImportGroup Label="ExtensionTargets">
  238. </ImportGroup>
  239. </Project>