DIOS.Dev.FPD.iRay.vcxproj 13 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <Project DefaultTargets="Build" ToolsVersion="12.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. <PropertyGroup Label="Globals">
  22. <ProjectGuid>{923F6AD2-8ADB-4F9D-9BE2-78500884D1C4}</ProjectGuid>
  23. <Keyword>Win32Proj</Keyword>
  24. <RootNamespace>CCOSDevFPDiRay</RootNamespace>
  25. <WindowsTargetPlatformVersion>10.0</WindowsTargetPlatformVersion>
  26. <ProjectName>CCOS.Dev.FPD.iRayDR</ProjectName>
  27. </PropertyGroup>
  28. <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
  29. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
  30. <ConfigurationType>DynamicLibrary</ConfigurationType>
  31. <UseDebugLibraries>true</UseDebugLibraries>
  32. <PlatformToolset>v142</PlatformToolset>
  33. <CharacterSet>Unicode</CharacterSet>
  34. </PropertyGroup>
  35. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration">
  36. <ConfigurationType>DynamicLibrary</ConfigurationType>
  37. <UseDebugLibraries>true</UseDebugLibraries>
  38. <PlatformToolset>v142</PlatformToolset>
  39. <CharacterSet>Unicode</CharacterSet>
  40. </PropertyGroup>
  41. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
  42. <ConfigurationType>DynamicLibrary</ConfigurationType>
  43. <UseDebugLibraries>false</UseDebugLibraries>
  44. <PlatformToolset>v142</PlatformToolset>
  45. <WholeProgramOptimization>true</WholeProgramOptimization>
  46. <CharacterSet>Unicode</CharacterSet>
  47. </PropertyGroup>
  48. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration">
  49. <ConfigurationType>DynamicLibrary</ConfigurationType>
  50. <UseDebugLibraries>false</UseDebugLibraries>
  51. <PlatformToolset>v142</PlatformToolset>
  52. <WholeProgramOptimization>true</WholeProgramOptimization>
  53. <CharacterSet>MultiByte</CharacterSet>
  54. </PropertyGroup>
  55. <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
  56. <ImportGroup Label="ExtensionSettings">
  57. </ImportGroup>
  58. <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
  59. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  60. </ImportGroup>
  61. <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="PropertySheets">
  62. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  63. </ImportGroup>
  64. <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
  65. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  66. </ImportGroup>
  67. <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="PropertySheets">
  68. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  69. </ImportGroup>
  70. <PropertyGroup Label="UserMacros" />
  71. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
  72. <LinkIncremental>true</LinkIncremental>
  73. </PropertyGroup>
  74. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
  75. <LinkIncremental>true</LinkIncremental>
  76. <IncludePath>..\..\..\deliver\include;..\..\..\..\..\deliver\include;..\..\..\..\..\Deliver\Include\Log4CPP\Common.Include;..\..\..\..\..\Deliver\Include\Log4CPP\Log.Include;$(VC_IncludePath);$(WindowsSDK_IncludePath)</IncludePath>
  77. <LibraryPath>..\..\..\deliver\lib\$(Configuration)X64;..\..\..\..\..\deliver\lib\$(Configuration)X64;..\..\..\..\..\deliver\lib\$(Configuration)X64\Log4CPP;$(VC_LibraryPath_x64);$(WindowsSDK_LibraryPath_x64)</LibraryPath>
  78. </PropertyGroup>
  79. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
  80. <LinkIncremental>false</LinkIncremental>
  81. </PropertyGroup>
  82. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
  83. <LinkIncremental>false</LinkIncremental>
  84. <IncludePath>..\..\..\deliver\include;..\..\..\..\..\deliver\include;..\..\..\..\..\Deliver\Include\Log4CPP\Common.Include;..\..\..\..\..\Deliver\Include\Log4CPP\Log.Include;$(VC_IncludePath);$(WindowsSDK_IncludePath)</IncludePath>
  85. <LibraryPath>..\..\..\deliver\lib\$(Configuration)X64;..\..\..\..\..\deliver\lib\$(Configuration)X64;..\..\..\..\..\deliver\lib\$(Configuration)X64\Log4CPP;$(VC_LibraryPath_x64);$(WindowsSDK_LibraryPath_x64)</LibraryPath>
  86. <OutDir>..\..\..\Deliver\Bin\ReleaseX64\OEMDrivers\Detector\iRay\iRayDR\</OutDir>
  87. <TargetName>$(ProjectName)</TargetName>
  88. <IntDir>$(SolutionDir)\..\TEMP\$(Platform)\$(Configuration)\Detector\iRay\iRayDRDetector\</IntDir>
  89. </PropertyGroup>
  90. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
  91. <ClCompile>
  92. <PrecompiledHeader>Use</PrecompiledHeader>
  93. <WarningLevel>Level3</WarningLevel>
  94. <Optimization>Disabled</Optimization>
  95. <PreprocessorDefinitions>WIN32;_DEBUG;_WINDOWS;_USRDLL;CCOSDEVFPDIRAY_EXPORTS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  96. </ClCompile>
  97. <Link>
  98. <SubSystem>Windows</SubSystem>
  99. <GenerateDebugInformation>true</GenerateDebugInformation>
  100. </Link>
  101. </ItemDefinitionGroup>
  102. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
  103. <ClCompile>
  104. <PrecompiledHeader>Use</PrecompiledHeader>
  105. <WarningLevel>Level3</WarningLevel>
  106. <Optimization>Disabled</Optimization>
  107. <PreprocessorDefinitions>WIN32;_DEBUG;_WINDOWS;_USRDLL;CCOSDEVFPDIRAY_EXPORTS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  108. </ClCompile>
  109. <Link>
  110. <SubSystem>Windows</SubSystem>
  111. <GenerateDebugInformation>true</GenerateDebugInformation>
  112. </Link>
  113. </ItemDefinitionGroup>
  114. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
  115. <ClCompile>
  116. <WarningLevel>Level3</WarningLevel>
  117. <PrecompiledHeader>Use</PrecompiledHeader>
  118. <Optimization>MaxSpeed</Optimization>
  119. <FunctionLevelLinking>true</FunctionLevelLinking>
  120. <IntrinsicFunctions>true</IntrinsicFunctions>
  121. <PreprocessorDefinitions>WIN32;NDEBUG;_WINDOWS;_USRDLL;CCOSDEVFPDIRAY_EXPORTS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  122. </ClCompile>
  123. <Link>
  124. <SubSystem>Windows</SubSystem>
  125. <GenerateDebugInformation>true</GenerateDebugInformation>
  126. <EnableCOMDATFolding>true</EnableCOMDATFolding>
  127. <OptimizeReferences>true</OptimizeReferences>
  128. </Link>
  129. </ItemDefinitionGroup>
  130. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
  131. <ClCompile>
  132. <WarningLevel>Level3</WarningLevel>
  133. <PrecompiledHeader>Use</PrecompiledHeader>
  134. <Optimization>MaxSpeed</Optimization>
  135. <FunctionLevelLinking>true</FunctionLevelLinking>
  136. <IntrinsicFunctions>true</IntrinsicFunctions>
  137. <PreprocessorDefinitions>_WIN64;WIN64;WIN_64BIT;NDEBUG;_WINDOWS;CONFXMLPARSE_EXPORTS;_CRT_SECURE_NO_WARNINGS;_USRDLL;CCOSDEVFPDIRAY_EXPORTS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  138. <LanguageStandard>stdcpp17</LanguageStandard>
  139. <DisableSpecificWarnings>26812;26451;28159;</DisableSpecificWarnings>
  140. </ClCompile>
  141. <Link>
  142. <SubSystem>Windows</SubSystem>
  143. <GenerateDebugInformation>true</GenerateDebugInformation>
  144. <EnableCOMDATFolding>true</EnableCOMDATFolding>
  145. <OptimizeReferences>true</OptimizeReferences>
  146. <AdditionalDependencies>CCOS.Dev.FPDDeviceMould64.lib;Ccos.Dev.LockX64.lib;GetEXIX64.lib;%(AdditionalDependencies)</AdditionalDependencies>
  147. </Link>
  148. <PostBuildEvent>
  149. <Command>
  150. </Command>
  151. </PostBuildEvent>
  152. </ItemDefinitionGroup>
  153. <ItemGroup>
  154. <ClInclude Include="..\..\..\..\..\Deliver\include\BatteryMould.hpp" />
  155. <ClInclude Include="..\..\..\..\..\Deliver\include\common_api.h" />
  156. <ClInclude Include="..\..\..\..\..\Deliver\include\FileVersion.hpp" />
  157. <ClInclude Include="..\..\..\..\..\Deliver\include\TemperatureMould.hpp" />
  158. <ClInclude Include="..\..\..\..\..\Deliver\include\WifiMould.hpp" />
  159. <ClInclude Include="..\..\..\Deliver\Include\DeviceErrorCode.h" />
  160. <ClInclude Include="..\..\..\Deliver\Include\DeviceErrorInfor.h" />
  161. <ClInclude Include="..\..\..\Deliver\Include\CCOS.Dev.MSGMould.hpp" />
  162. <ClInclude Include="..\..\..\Deliver\Include\FPDErrorWarningProcess.h" />
  163. <ClInclude Include="CalEXI.h" />
  164. <ClInclude Include="CalibrationProcess.h" />
  165. <ClInclude Include="DetectorConfiguration.h" />
  166. <ClInclude Include="DetectorGloble.h" />
  167. <ClInclude Include="CCOS.Dev.FPD.iRay.h" />
  168. <ClInclude Include="ZSKKCalibration.h" />
  169. <ClInclude Include="GainMatrix.h" />
  170. <ClInclude Include="GridSuppression.h" />
  171. <ClInclude Include="IRayCtrl.h" />
  172. <ClInclude Include="IRayDefinition.h" />
  173. <ClInclude Include="IRaySDK\include\IRayAttrDef.h" />
  174. <ClInclude Include="IRaySDK\include\IRayCmdDef.h" />
  175. <ClInclude Include="IRaySDK\include\IRayEnumDef.h" />
  176. <ClInclude Include="IRaySDK\include\IRayErrDef.h" />
  177. <ClInclude Include="IRaySDK\include\IRayEventDef.h" />
  178. <ClInclude Include="IRaySDK\include\IRayFpdSys.h" />
  179. <ClInclude Include="IRaySDK\include\IRayFpdSysEx.h" />
  180. <ClInclude Include="IRaySDK\include\IRayImage.h" />
  181. <ClInclude Include="IRaySDK\include\IRayVariant.h" />
  182. <ClInclude Include="MyPingip.h" />
  183. <ClInclude Include="OEM.Acq.h" />
  184. <ClInclude Include="OEM.Calib.h" />
  185. <ClInclude Include="OEM.DetectorCtrl.h" />
  186. <ClInclude Include="OEM.Sync.h" />
  187. <ClInclude Include="PixMatrix.h" />
  188. <ClInclude Include="resource.h" />
  189. <ClInclude Include="stdafx.h" />
  190. <ClInclude Include="targetver.h" />
  191. <ClInclude Include="TemperatureCheck.h" />
  192. <ClInclude Include="TemperCheckImp.h" />
  193. </ItemGroup>
  194. <ItemGroup>
  195. <ClCompile Include="..\..\..\..\..\Deliver\include\common_api.cpp" />
  196. <ClCompile Include="..\..\..\..\..\Deliver\include\FileVersion.cpp" />
  197. <ClCompile Include="..\..\..\Deliver\Include\CCOS.Dev.MSGMould.cpp" />
  198. <ClCompile Include="..\..\..\Deliver\Include\FPDErrorWarningProcess.cpp" />
  199. <ClCompile Include="CalibrationProcess.cpp" />
  200. <ClCompile Include="DetectorConfiguration.cpp" />
  201. <ClCompile Include="CCOS.Dev.FPD.iRay.cpp" />
  202. <ClCompile Include="dllmain.cpp">
  203. <CompileAsManaged Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">false</CompileAsManaged>
  204. <CompileAsManaged Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">false</CompileAsManaged>
  205. <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
  206. </PrecompiledHeader>
  207. <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
  208. </PrecompiledHeader>
  209. <CompileAsManaged Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">false</CompileAsManaged>
  210. <CompileAsManaged Condition="'$(Configuration)|$(Platform)'=='Release|x64'">false</CompileAsManaged>
  211. <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
  212. </PrecompiledHeader>
  213. <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
  214. </PrecompiledHeader>
  215. </ClCompile>
  216. <ClCompile Include="ZSKKCalibration.cpp" />
  217. <ClCompile Include="GainMatrix.cpp" />
  218. <ClCompile Include="IRayCtrl.cpp" />
  219. <ClCompile Include="IRayDefinition.cpp" />
  220. <ClCompile Include="MyPingip.cpp" />
  221. <ClCompile Include="OEM.Acq.cpp" />
  222. <ClCompile Include="OEM.Calib.cpp" />
  223. <ClCompile Include="OEM.DetectorCtrl.cpp" />
  224. <ClCompile Include="OEM.Sync.cpp" />
  225. <ClCompile Include="PixMatrix.cpp" />
  226. <ClCompile Include="stdafx.cpp">
  227. <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">Create</PrecompiledHeader>
  228. <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">Create</PrecompiledHeader>
  229. <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">Create</PrecompiledHeader>
  230. <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Release|x64'">Create</PrecompiledHeader>
  231. </ClCompile>
  232. <ClCompile Include="TemperatureCheck.cpp" />
  233. <ClCompile Include="TemperCheckImp.cpp" />
  234. </ItemGroup>
  235. <ItemGroup>
  236. <ResourceCompile Include="CCOS.Dev.FPD.iRay.rc" />
  237. </ItemGroup>
  238. <ItemGroup>
  239. <Text Include="ReleaseNote.txt" />
  240. </ItemGroup>
  241. <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
  242. <ImportGroup Label="ExtensionTargets">
  243. </ImportGroup>
  244. </Project>