DiosUnitTools.vcxproj 12 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246
  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>{0208D7A1-48C3-49EA-AAE4-2CBB8DD5B193}</ProjectGuid>
  24. <Keyword>MFCProj</Keyword>
  25. <RootNamespace>DiosUnitTools</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>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>v142</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>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>MultiByte</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. <LibraryPath>..\..\..\..\deliver\lib\$(Configuration)X64;..\..\deliver\lib\$(Configuration)X64;..\..\..\..\deliver\lib\$(Configuration)X64\Log4CPP;opencv\build\x64\vc16\lib;$(LibraryPath)</LibraryPath>
  89. <IncludePath>..\..\..\..\Deliver\Include\Log4CPP\Log.Include;..\..\..\..\Deliver\Include\Log4CPP\Common.Include;..\..\..\..\Deliver\Include;..\..\Deliver\include;opencv\build\include;opencv\build\include\opencv2;$(IncludePath)</IncludePath>
  90. <TargetName>GENTestToolsX64</TargetName>
  91. </PropertyGroup>
  92. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
  93. <ClCompile>
  94. <PrecompiledHeader>Use</PrecompiledHeader>
  95. <WarningLevel>Level3</WarningLevel>
  96. <SDLCheck>true</SDLCheck>
  97. <PreprocessorDefinitions>WIN32;_WINDOWS;_DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  98. <PrecompiledHeaderFile>pch.h</PrecompiledHeaderFile>
  99. </ClCompile>
  100. <Link>
  101. <SubSystem>Windows</SubSystem>
  102. </Link>
  103. <Midl>
  104. <MkTypLibCompatible>false</MkTypLibCompatible>
  105. <ValidateAllParameters>true</ValidateAllParameters>
  106. <PreprocessorDefinitions>_DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  107. </Midl>
  108. <ResourceCompile>
  109. <Culture>0x0804</Culture>
  110. <PreprocessorDefinitions>_DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  111. <AdditionalIncludeDirectories>$(IntDir);%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
  112. </ResourceCompile>
  113. </ItemDefinitionGroup>
  114. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
  115. <ClCompile>
  116. <PrecompiledHeader>Use</PrecompiledHeader>
  117. <WarningLevel>Level3</WarningLevel>
  118. <SDLCheck>true</SDLCheck>
  119. <PreprocessorDefinitions>_WINDOWS;_DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  120. <PrecompiledHeaderFile>pch.h</PrecompiledHeaderFile>
  121. </ClCompile>
  122. <Link>
  123. <SubSystem>Windows</SubSystem>
  124. </Link>
  125. <Midl>
  126. <MkTypLibCompatible>false</MkTypLibCompatible>
  127. <ValidateAllParameters>true</ValidateAllParameters>
  128. <PreprocessorDefinitions>_DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  129. </Midl>
  130. <ResourceCompile>
  131. <Culture>0x0804</Culture>
  132. <PreprocessorDefinitions>_DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  133. <AdditionalIncludeDirectories>$(IntDir);%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
  134. </ResourceCompile>
  135. </ItemDefinitionGroup>
  136. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
  137. <ClCompile>
  138. <PrecompiledHeader>Use</PrecompiledHeader>
  139. <WarningLevel>Level3</WarningLevel>
  140. <FunctionLevelLinking>true</FunctionLevelLinking>
  141. <IntrinsicFunctions>true</IntrinsicFunctions>
  142. <SDLCheck>true</SDLCheck>
  143. <PreprocessorDefinitions>WIN32;_WINDOWS;NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  144. <PrecompiledHeaderFile>pch.h</PrecompiledHeaderFile>
  145. </ClCompile>
  146. <Link>
  147. <SubSystem>Windows</SubSystem>
  148. <EnableCOMDATFolding>true</EnableCOMDATFolding>
  149. <OptimizeReferences>true</OptimizeReferences>
  150. <Profile>true</Profile>
  151. </Link>
  152. <Midl>
  153. <MkTypLibCompatible>false</MkTypLibCompatible>
  154. <ValidateAllParameters>true</ValidateAllParameters>
  155. <PreprocessorDefinitions>NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  156. </Midl>
  157. <ResourceCompile>
  158. <Culture>0x0804</Culture>
  159. <PreprocessorDefinitions>NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  160. <AdditionalIncludeDirectories>$(IntDir);%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
  161. </ResourceCompile>
  162. </ItemDefinitionGroup>
  163. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
  164. <ClCompile>
  165. <PrecompiledHeader>Use</PrecompiledHeader>
  166. <WarningLevel>Level3</WarningLevel>
  167. <FunctionLevelLinking>true</FunctionLevelLinking>
  168. <IntrinsicFunctions>true</IntrinsicFunctions>
  169. <SDLCheck>true</SDLCheck>
  170. <PreprocessorDefinitions>_WINDOWS;NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  171. <PrecompiledHeaderFile>pch.h</PrecompiledHeaderFile>
  172. <LanguageStandard>stdcpp17</LanguageStandard>
  173. <Optimization>Disabled</Optimization>
  174. </ClCompile>
  175. <Link>
  176. <SubSystem>Windows</SubSystem>
  177. <EnableCOMDATFolding>true</EnableCOMDATFolding>
  178. <OptimizeReferences>true</OptimizeReferences>
  179. <AdditionalDependencies>Version.lib;DIOS.Device.Mediator64.lib;opencv_world480.lib;%(AdditionalDependencies)</AdditionalDependencies>
  180. <Profile>true</Profile>
  181. </Link>
  182. <Midl>
  183. <MkTypLibCompatible>false</MkTypLibCompatible>
  184. <ValidateAllParameters>true</ValidateAllParameters>
  185. <PreprocessorDefinitions>NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  186. </Midl>
  187. <ResourceCompile>
  188. <Culture>0x0804</Culture>
  189. <PreprocessorDefinitions>NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  190. <AdditionalIncludeDirectories>$(IntDir);%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
  191. </ResourceCompile>
  192. </ItemDefinitionGroup>
  193. <ItemGroup>
  194. <ClInclude Include="CCollimatorDlg.h" />
  195. <ClInclude Include="CColmImageDlg.h" />
  196. <ClInclude Include="CConfigDlg.h" />
  197. <ClInclude Include="CDetectorDlg.h" />
  198. <ClInclude Include="CGeneratorDlg.h" />
  199. <ClInclude Include="CImageView.h" />
  200. <ClInclude Include="CImageViewDlg.h" />
  201. <ClInclude Include="CMechanicalDlg.h" />
  202. <ClInclude Include="CSMachineDlg.h" />
  203. <ClInclude Include="CSynBoxDlg.h" />
  204. <ClInclude Include="DiosUnitTools.h" />
  205. <ClInclude Include="DiosUnitToolsDlg.h" />
  206. <ClInclude Include="framework.h" />
  207. <ClInclude Include="pch.h" />
  208. <ClInclude Include="Resource.h" />
  209. <ClInclude Include="targetver.h" />
  210. </ItemGroup>
  211. <ItemGroup>
  212. <ClCompile Include="CCollimatorDlg.cpp" />
  213. <ClCompile Include="CColmImageDlg.cpp" />
  214. <ClCompile Include="CConfigDlg.cpp" />
  215. <ClCompile Include="CDetectorDlg.cpp" />
  216. <ClCompile Include="CGeneratorDlg.cpp" />
  217. <ClCompile Include="CImageView.cpp" />
  218. <ClCompile Include="CImageViewDlg.cpp" />
  219. <ClCompile Include="CMechanicalDlg.cpp" />
  220. <ClCompile Include="CSMachineDlg.cpp" />
  221. <ClCompile Include="CSynBoxDlg.cpp" />
  222. <ClCompile Include="DiosUnitTools.cpp" />
  223. <ClCompile Include="DiosUnitToolsDlg.cpp" />
  224. <ClCompile Include="pch.cpp">
  225. <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">Create</PrecompiledHeader>
  226. <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">Create</PrecompiledHeader>
  227. <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">Create</PrecompiledHeader>
  228. <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Release|x64'">Create</PrecompiledHeader>
  229. </ClCompile>
  230. </ItemGroup>
  231. <ItemGroup>
  232. <ResourceCompile Include="DiosUnitTools.rc" />
  233. </ItemGroup>
  234. <ItemGroup>
  235. <None Include="res\DiosUnitTools.rc2" />
  236. </ItemGroup>
  237. <ItemGroup>
  238. <Image Include="res\DiosUnitTools.ico" />
  239. </ItemGroup>
  240. <ItemGroup>
  241. <Text Include="ReadMe.txt" />
  242. </ItemGroup>
  243. <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
  244. <ImportGroup Label="ExtensionTargets">
  245. </ImportGroup>
  246. </Project>