IDE.vcxproj 14 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284
  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>{77608216-0D0C-45C2-94DC-DD2E4F6E5DF0}</ProjectGuid>
  24. <Keyword>MFCProj</Keyword>
  25. <RootNamespace>IDE</RootNamespace>
  26. <WindowsTargetPlatformVersion>10.0.17763.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>v141</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>v141</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>v141</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. <OutDir>..\..\..\bin\$(ProjectName)\</OutDir>
  80. <IntDir>$(OutDir)$(Configuration)\</IntDir>
  81. <TargetName>$(ProjectName)_D</TargetName>
  82. </PropertyGroup>
  83. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
  84. <LinkIncremental>true</LinkIncremental>
  85. </PropertyGroup>
  86. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
  87. <LinkIncremental>false</LinkIncremental>
  88. <OutDir>..\..\..\bin\$(ProjectName)\</OutDir>
  89. <IntDir>$(OutDir)$(Configuration)\</IntDir>
  90. </PropertyGroup>
  91. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
  92. <LinkIncremental>false</LinkIncremental>
  93. </PropertyGroup>
  94. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
  95. <ClCompile>
  96. <PrecompiledHeader>Use</PrecompiledHeader>
  97. <WarningLevel>Level3</WarningLevel>
  98. <Optimization>Disabled</Optimization>
  99. <SDLCheck>true</SDLCheck>
  100. <PreprocessorDefinitions>WIN32;_WINDOWS;_DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  101. <AdditionalIncludeDirectories>..\include</AdditionalIncludeDirectories>
  102. </ClCompile>
  103. <Link>
  104. <SubSystem>Windows</SubSystem>
  105. <AdditionalLibraryDirectories>..\lib\Debug\</AdditionalLibraryDirectories>
  106. <AdditionalDependencies>opencv_core342d.lib;opencv_imgproc342d.lib;opencv_highgui342d.lib;opencv_ml342d.lib;opencv_video342d.lib;opencv_features2d342d.lib;opencv_calib3d342d.lib;opencv_objdetect342d.lib;opencv_flann342d.lib;opencv_dnn342d.lib;opencv_imgcodecs342d.lib;opencv_photo342d.lib;opencv_shape342d.lib;opencv_stitching342d.lib;opencv_superres342d.lib;opencv_videoio342d.lib;%(AdditionalDependencies)</AdditionalDependencies>
  107. </Link>
  108. <Midl>
  109. <MkTypLibCompatible>false</MkTypLibCompatible>
  110. <ValidateAllParameters>true</ValidateAllParameters>
  111. <PreprocessorDefinitions>_DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  112. </Midl>
  113. <ResourceCompile>
  114. <Culture>0x0804</Culture>
  115. <PreprocessorDefinitions>_DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  116. <AdditionalIncludeDirectories>$(IntDir);%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
  117. </ResourceCompile>
  118. </ItemDefinitionGroup>
  119. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
  120. <ClCompile>
  121. <PrecompiledHeader>Use</PrecompiledHeader>
  122. <WarningLevel>Level3</WarningLevel>
  123. <Optimization>Disabled</Optimization>
  124. <SDLCheck>true</SDLCheck>
  125. <PreprocessorDefinitions>_WINDOWS;_DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  126. </ClCompile>
  127. <Link>
  128. <SubSystem>Windows</SubSystem>
  129. </Link>
  130. <Midl>
  131. <MkTypLibCompatible>false</MkTypLibCompatible>
  132. <ValidateAllParameters>true</ValidateAllParameters>
  133. <PreprocessorDefinitions>_DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  134. </Midl>
  135. <ResourceCompile>
  136. <Culture>0x0804</Culture>
  137. <PreprocessorDefinitions>_DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  138. <AdditionalIncludeDirectories>$(IntDir);%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
  139. </ResourceCompile>
  140. </ItemDefinitionGroup>
  141. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
  142. <ClCompile>
  143. <PrecompiledHeader>Use</PrecompiledHeader>
  144. <WarningLevel>Level3</WarningLevel>
  145. <Optimization>MaxSpeed</Optimization>
  146. <FunctionLevelLinking>true</FunctionLevelLinking>
  147. <IntrinsicFunctions>true</IntrinsicFunctions>
  148. <SDLCheck>true</SDLCheck>
  149. <PreprocessorDefinitions>WIN32;_WINDOWS;NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  150. <AdditionalIncludeDirectories>..\include</AdditionalIncludeDirectories>
  151. </ClCompile>
  152. <Link>
  153. <SubSystem>Windows</SubSystem>
  154. <EnableCOMDATFolding>true</EnableCOMDATFolding>
  155. <OptimizeReferences>true</OptimizeReferences>
  156. <AdditionalLibraryDirectories>..\lib\Release\</AdditionalLibraryDirectories>
  157. <AdditionalDependencies>opencv_core342.lib;opencv_imgproc342.lib;opencv_highgui342.lib;opencv_ml342.lib;opencv_video342.lib;opencv_features2d342.lib;opencv_calib3d342.lib;opencv_objdetect342.lib;opencv_flann342.lib;opencv_dnn342.lib;opencv_imgcodecs342.lib;opencv_photo342.lib;opencv_shape342.lib;opencv_stitching342.lib;opencv_superres342.lib;opencv_videoio342.lib;%(AdditionalDependencies)</AdditionalDependencies>
  158. </Link>
  159. <Midl>
  160. <MkTypLibCompatible>false</MkTypLibCompatible>
  161. <ValidateAllParameters>true</ValidateAllParameters>
  162. <PreprocessorDefinitions>NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  163. </Midl>
  164. <ResourceCompile>
  165. <Culture>0x0804</Culture>
  166. <PreprocessorDefinitions>NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  167. <AdditionalIncludeDirectories>$(IntDir);%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
  168. </ResourceCompile>
  169. </ItemDefinitionGroup>
  170. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
  171. <ClCompile>
  172. <PrecompiledHeader>Use</PrecompiledHeader>
  173. <WarningLevel>Level3</WarningLevel>
  174. <Optimization>MaxSpeed</Optimization>
  175. <FunctionLevelLinking>true</FunctionLevelLinking>
  176. <IntrinsicFunctions>true</IntrinsicFunctions>
  177. <SDLCheck>true</SDLCheck>
  178. <PreprocessorDefinitions>_WINDOWS;NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  179. </ClCompile>
  180. <Link>
  181. <SubSystem>Windows</SubSystem>
  182. <EnableCOMDATFolding>true</EnableCOMDATFolding>
  183. <OptimizeReferences>true</OptimizeReferences>
  184. </Link>
  185. <Midl>
  186. <MkTypLibCompatible>false</MkTypLibCompatible>
  187. <ValidateAllParameters>true</ValidateAllParameters>
  188. <PreprocessorDefinitions>NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  189. </Midl>
  190. <ResourceCompile>
  191. <Culture>0x0804</Culture>
  192. <PreprocessorDefinitions>NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  193. <AdditionalIncludeDirectories>$(IntDir);%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
  194. </ResourceCompile>
  195. </ItemDefinitionGroup>
  196. <ItemGroup>
  197. <ClInclude Include="calendarbar.h" />
  198. <ClInclude Include="CCompatibleDC.h" />
  199. <ClInclude Include="ClassView.h" />
  200. <ClInclude Include="DrawObj.h" />
  201. <ClInclude Include="FileView.h" />
  202. <ClInclude Include="Graph.h" />
  203. <ClInclude Include="IDE.h" />
  204. <ClInclude Include="IDEDoc.h" />
  205. <ClInclude Include="IDEView.h" />
  206. <ClInclude Include="MainFrm.h" />
  207. <ClInclude Include="OutputWnd.h" />
  208. <ClInclude Include="PropertiesWnd.h" />
  209. <ClInclude Include="Resource.h" />
  210. <ClInclude Include="stdafx.h" />
  211. <ClInclude Include="targetver.h" />
  212. <ClInclude Include="ViewTree.h" />
  213. </ItemGroup>
  214. <ItemGroup>
  215. <ClCompile Include="calendarbar.cpp" />
  216. <ClCompile Include="CCompatibleDC.cpp" />
  217. <ClCompile Include="ClassView.cpp" />
  218. <ClCompile Include="DrawObj.cpp" />
  219. <ClCompile Include="FileView.cpp" />
  220. <ClCompile Include="Graph.cpp" />
  221. <ClCompile Include="IDE.cpp" />
  222. <ClCompile Include="IDEDoc.cpp" />
  223. <ClCompile Include="IDEView.cpp" />
  224. <ClCompile Include="MainFrm.cpp" />
  225. <ClCompile Include="OutputWnd.cpp" />
  226. <ClCompile Include="PropertiesWnd.cpp" />
  227. <ClCompile Include="stdafx.cpp">
  228. <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">Create</PrecompiledHeader>
  229. <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">Create</PrecompiledHeader>
  230. <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">Create</PrecompiledHeader>
  231. <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Release|x64'">Create</PrecompiledHeader>
  232. </ClCompile>
  233. <ClCompile Include="ViewTree.cpp" />
  234. </ItemGroup>
  235. <ItemGroup>
  236. <ResourceCompile Include="IDE.rc" />
  237. </ItemGroup>
  238. <ItemGroup>
  239. <Image Include="res\buttons.bmp" />
  240. <Image Include="res\classview.bmp" />
  241. <Image Include="res\classview_hc.bmp" />
  242. <Image Include="res\class_view.ico" />
  243. <Image Include="res\class_view_hc.ico" />
  244. <Image Include="res\explorer.bmp" />
  245. <Image Include="res\explorer_hc.bmp" />
  246. <Image Include="res\filelarge.bmp" />
  247. <Image Include="res\filesmall.bmp" />
  248. <Image Include="res\fileview.bmp" />
  249. <Image Include="res\fileview_hc.bmp" />
  250. <Image Include="res\file_view.ico" />
  251. <Image Include="res\file_view_hc.ico" />
  252. <Image Include="res\IDE.ico" />
  253. <Image Include="res\IDEDoc.ico" />
  254. <Image Include="res\info.bmp" />
  255. <Image Include="res\main.bmp" />
  256. <Image Include="res\menuimages.bmp" />
  257. <Image Include="res\menuimages_hc.bmp" />
  258. <Image Include="res\nav_large.bmp" />
  259. <Image Include="res\nav_large_hc.bmp" />
  260. <Image Include="res\output_wnd.ico" />
  261. <Image Include="res\output_wnd_hc.ico" />
  262. <Image Include="res\pages.bmp" />
  263. <Image Include="res\pages_hc.bmp" />
  264. <Image Include="res\pages_small.bmp" />
  265. <Image Include="res\pages_small_hc.bmp" />
  266. <Image Include="res\properties.bmp" />
  267. <Image Include="res\properties_hc.bmp" />
  268. <Image Include="res\properties_wnd.ico" />
  269. <Image Include="res\properties_wnd_hc.ico" />
  270. <Image Include="res\sort.bmp" />
  271. <Image Include="res\sort_hc.bmp" />
  272. <Image Include="res\Toolbar.bmp" />
  273. <Image Include="res\Toolbar256.bmp" />
  274. <Image Include="res\writelarge.bmp" />
  275. <Image Include="res\writesmall.bmp" />
  276. </ItemGroup>
  277. <ItemGroup>
  278. <None Include="res\IDE.rc2" />
  279. <None Include="res\ribbon.mfcribbon-ms" />
  280. </ItemGroup>
  281. <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
  282. <ImportGroup Label="ExtensionTargets">
  283. </ImportGroup>
  284. </Project>