CTSManager.vcxproj 13 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <Project DefaultTargets="Build" 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>16.0</VCProjectVersion>
  23. <ProjectGuid>{B375E784-6B3E-4D40-AD94-3AC859B49CAA}</ProjectGuid>
  24. <Keyword>MFCProj</Keyword>
  25. <RootNamespace>CTSManager</RootNamespace>
  26. <WindowsTargetPlatformVersion>10.0</WindowsTargetPlatformVersion>
  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>v142</PlatformToolset>
  33. <CharacterSet>MultiByte</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>v142</PlatformToolset>
  40. <WholeProgramOptimization>true</WholeProgramOptimization>
  41. <CharacterSet>MultiByte</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>v142</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>v142</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. <OutDir>..\..\..\bin\$(SolutionName)\</OutDir>
  80. <IntDir>$(OutDir)$(Configuration)</IntDir>
  81. </PropertyGroup>
  82. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
  83. <LinkIncremental>true</LinkIncremental>
  84. </PropertyGroup>
  85. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
  86. <LinkIncremental>false</LinkIncremental>
  87. <OutDir>..\..\..\bin\$(SolutionName)\</OutDir>
  88. <IntDir>$(OutDir)$(Configuration)</IntDir>
  89. </PropertyGroup>
  90. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
  91. <LinkIncremental>false</LinkIncremental>
  92. </PropertyGroup>
  93. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
  94. <ClCompile>
  95. <PrecompiledHeader>Use</PrecompiledHeader>
  96. <WarningLevel>Level3</WarningLevel>
  97. <SDLCheck>true</SDLCheck>
  98. <PreprocessorDefinitions>WIN32;_WINDOWS;_DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  99. <PrecompiledHeaderFile>pch.h</PrecompiledHeaderFile>
  100. <AdditionalIncludeDirectories>..\mysql-5.7.31\include</AdditionalIncludeDirectories>
  101. </ClCompile>
  102. <Link>
  103. <SubSystem>Windows</SubSystem>
  104. <AdditionalLibraryDirectories>..\mysql-5.7.31\lib</AdditionalLibraryDirectories>
  105. <AdditionalDependencies>libmysql.lib</AdditionalDependencies>
  106. </Link>
  107. <Midl>
  108. <MkTypLibCompatible>false</MkTypLibCompatible>
  109. <ValidateAllParameters>true</ValidateAllParameters>
  110. <PreprocessorDefinitions>_DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  111. </Midl>
  112. <ResourceCompile>
  113. <Culture>0x0804</Culture>
  114. <PreprocessorDefinitions>_DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  115. <AdditionalIncludeDirectories>$(IntDir);%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
  116. </ResourceCompile>
  117. </ItemDefinitionGroup>
  118. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
  119. <ClCompile>
  120. <PrecompiledHeader>Use</PrecompiledHeader>
  121. <WarningLevel>Level3</WarningLevel>
  122. <SDLCheck>true</SDLCheck>
  123. <PreprocessorDefinitions>_WINDOWS;_DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  124. <PrecompiledHeaderFile>pch.h</PrecompiledHeaderFile>
  125. </ClCompile>
  126. <Link>
  127. <SubSystem>Windows</SubSystem>
  128. </Link>
  129. <Midl>
  130. <MkTypLibCompatible>false</MkTypLibCompatible>
  131. <ValidateAllParameters>true</ValidateAllParameters>
  132. <PreprocessorDefinitions>_DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  133. </Midl>
  134. <ResourceCompile>
  135. <Culture>0x0804</Culture>
  136. <PreprocessorDefinitions>_DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  137. <AdditionalIncludeDirectories>$(IntDir);%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
  138. </ResourceCompile>
  139. </ItemDefinitionGroup>
  140. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
  141. <ClCompile>
  142. <PrecompiledHeader>Use</PrecompiledHeader>
  143. <WarningLevel>Level3</WarningLevel>
  144. <FunctionLevelLinking>true</FunctionLevelLinking>
  145. <IntrinsicFunctions>true</IntrinsicFunctions>
  146. <SDLCheck>true</SDLCheck>
  147. <PreprocessorDefinitions>WIN32;_WINDOWS;NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  148. <PrecompiledHeaderFile>pch.h</PrecompiledHeaderFile>
  149. <AdditionalIncludeDirectories>..\mysql-5.7.31\include</AdditionalIncludeDirectories>
  150. </ClCompile>
  151. <Link>
  152. <SubSystem>Windows</SubSystem>
  153. <EnableCOMDATFolding>true</EnableCOMDATFolding>
  154. <OptimizeReferences>true</OptimizeReferences>
  155. <AdditionalLibraryDirectories>..\mysql-5.7.31\lib</AdditionalLibraryDirectories>
  156. <AdditionalDependencies>libmysql.lib</AdditionalDependencies>
  157. </Link>
  158. <Midl>
  159. <MkTypLibCompatible>false</MkTypLibCompatible>
  160. <ValidateAllParameters>true</ValidateAllParameters>
  161. <PreprocessorDefinitions>NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  162. </Midl>
  163. <ResourceCompile>
  164. <Culture>0x0804</Culture>
  165. <PreprocessorDefinitions>NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  166. <AdditionalIncludeDirectories>$(IntDir);%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
  167. </ResourceCompile>
  168. </ItemDefinitionGroup>
  169. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
  170. <ClCompile>
  171. <PrecompiledHeader>Use</PrecompiledHeader>
  172. <WarningLevel>Level3</WarningLevel>
  173. <FunctionLevelLinking>true</FunctionLevelLinking>
  174. <IntrinsicFunctions>true</IntrinsicFunctions>
  175. <SDLCheck>true</SDLCheck>
  176. <PreprocessorDefinitions>_WINDOWS;NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  177. <PrecompiledHeaderFile>pch.h</PrecompiledHeaderFile>
  178. </ClCompile>
  179. <Link>
  180. <SubSystem>Windows</SubSystem>
  181. <EnableCOMDATFolding>true</EnableCOMDATFolding>
  182. <OptimizeReferences>true</OptimizeReferences>
  183. </Link>
  184. <Midl>
  185. <MkTypLibCompatible>false</MkTypLibCompatible>
  186. <ValidateAllParameters>true</ValidateAllParameters>
  187. <PreprocessorDefinitions>NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  188. </Midl>
  189. <ResourceCompile>
  190. <Culture>0x0804</Culture>
  191. <PreprocessorDefinitions>NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  192. <AdditionalIncludeDirectories>$(IntDir);%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
  193. </ResourceCompile>
  194. </ItemDefinitionGroup>
  195. <ItemGroup>
  196. <ClInclude Include="calendarbar.h" />
  197. <ClInclude Include="ChildFrm.h" />
  198. <ClInclude Include="ClassView.h" />
  199. <ClInclude Include="CTSManager.h" />
  200. <ClInclude Include="CTSManagerDoc.h" />
  201. <ClInclude Include="CTSManagerView.h" />
  202. <ClInclude Include="FileView.h" />
  203. <ClInclude Include="framework.h" />
  204. <ClInclude Include="MainFrm.h" />
  205. <ClInclude Include="OutputWnd.h" />
  206. <ClInclude Include="pch.h" />
  207. <ClInclude Include="PropertiesWnd.h" />
  208. <ClInclude Include="Resource.h" />
  209. <ClInclude Include="targetver.h" />
  210. <ClInclude Include="ViewTree.h" />
  211. </ItemGroup>
  212. <ItemGroup>
  213. <ClCompile Include="calendarbar.cpp" />
  214. <ClCompile Include="ChildFrm.cpp" />
  215. <ClCompile Include="ClassView.cpp" />
  216. <ClCompile Include="CTSManager.cpp" />
  217. <ClCompile Include="CTSManagerDoc.cpp" />
  218. <ClCompile Include="CTSManagerView.cpp" />
  219. <ClCompile Include="FileView.cpp" />
  220. <ClCompile Include="MainFrm.cpp" />
  221. <ClCompile Include="OutputWnd.cpp" />
  222. <ClCompile Include="pch.cpp">
  223. <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">Create</PrecompiledHeader>
  224. <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">Create</PrecompiledHeader>
  225. <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">Create</PrecompiledHeader>
  226. <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Release|x64'">Create</PrecompiledHeader>
  227. </ClCompile>
  228. <ClCompile Include="PropertiesWnd.cpp" />
  229. <ClCompile Include="ViewTree.cpp" />
  230. </ItemGroup>
  231. <ItemGroup>
  232. <ResourceCompile Include="CTSManager.rc" />
  233. </ItemGroup>
  234. <ItemGroup>
  235. <Image Include="res\classview.bmp" />
  236. <Image Include="res\classview_hc.bmp" />
  237. <Image Include="res\class_view.ico" />
  238. <Image Include="res\class_view_hc.ico" />
  239. <Image Include="res\CTSManager.ico" />
  240. <Image Include="res\CTSManagerDoc.ico" />
  241. <Image Include="res\explorer.bmp" />
  242. <Image Include="res\explorer_hc.bmp" />
  243. <Image Include="res\fileview.bmp" />
  244. <Image Include="res\fileview_hc.bmp" />
  245. <Image Include="res\file_view.ico" />
  246. <Image Include="res\file_view_hc.ico" />
  247. <Image Include="res\menuimages.bmp" />
  248. <Image Include="res\menuimages_hc.bmp" />
  249. <Image Include="res\nav_large.bmp" />
  250. <Image Include="res\nav_large_hc.bmp" />
  251. <Image Include="res\output_wnd.ico" />
  252. <Image Include="res\output_wnd_hc.ico" />
  253. <Image Include="res\pages.bmp" />
  254. <Image Include="res\pages_hc.bmp" />
  255. <Image Include="res\pages_small.bmp" />
  256. <Image Include="res\pages_small_hc.bmp" />
  257. <Image Include="res\properties.bmp" />
  258. <Image Include="res\properties_hc.bmp" />
  259. <Image Include="res\properties_wnd.ico" />
  260. <Image Include="res\properties_wnd_hc.ico" />
  261. <Image Include="res\sort.bmp" />
  262. <Image Include="res\sort_hc.bmp" />
  263. <Image Include="res\Toolbar.bmp" />
  264. <Image Include="res\Toolbar256.bmp" />
  265. <Image Include="res\userimages.bmp" />
  266. </ItemGroup>
  267. <ItemGroup>
  268. <None Include="res\CTSManager.rc2" />
  269. </ItemGroup>
  270. <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
  271. <ImportGroup Label="ExtensionTargets">
  272. </ImportGroup>
  273. </Project>