DIOS.Dev.FPD.CareRay.vcxproj 11 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211
  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. <Keyword>Win32Proj</Keyword>
  24. <ProjectGuid>{5B93C2E3-1736-4125-AFDB-D19AE64FF2F9}</ProjectGuid>
  25. <RootNamespace>CCOSDevFPDCareRay</RootNamespace>
  26. <WindowsTargetPlatformVersion>10.0</WindowsTargetPlatformVersion>
  27. <ProjectName>CCOS.Dev.FPD.CareRayDM</ProjectName>
  28. </PropertyGroup>
  29. <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
  30. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
  31. <ConfigurationType>DynamicLibrary</ConfigurationType>
  32. <UseDebugLibraries>true</UseDebugLibraries>
  33. <PlatformToolset>v142</PlatformToolset>
  34. <CharacterSet>Unicode</CharacterSet>
  35. </PropertyGroup>
  36. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
  37. <ConfigurationType>DynamicLibrary</ConfigurationType>
  38. <UseDebugLibraries>false</UseDebugLibraries>
  39. <PlatformToolset>v142</PlatformToolset>
  40. <WholeProgramOptimization>true</WholeProgramOptimization>
  41. <CharacterSet>Unicode</CharacterSet>
  42. </PropertyGroup>
  43. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration">
  44. <ConfigurationType>DynamicLibrary</ConfigurationType>
  45. <UseDebugLibraries>true</UseDebugLibraries>
  46. <PlatformToolset>v142</PlatformToolset>
  47. <CharacterSet>Unicode</CharacterSet>
  48. </PropertyGroup>
  49. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration">
  50. <ConfigurationType>DynamicLibrary</ConfigurationType>
  51. <UseDebugLibraries>false</UseDebugLibraries>
  52. <PlatformToolset>v142</PlatformToolset>
  53. <WholeProgramOptimization>true</WholeProgramOptimization>
  54. <CharacterSet>MultiByte</CharacterSet>
  55. </PropertyGroup>
  56. <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
  57. <ImportGroup Label="ExtensionSettings">
  58. </ImportGroup>
  59. <ImportGroup Label="Shared">
  60. </ImportGroup>
  61. <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
  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 Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
  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)'=='Release|x64'">
  71. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  72. </ImportGroup>
  73. <PropertyGroup Label="UserMacros" />
  74. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
  75. <LinkIncremental>true</LinkIncremental>
  76. </PropertyGroup>
  77. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
  78. <LinkIncremental>false</LinkIncremental>
  79. </PropertyGroup>
  80. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
  81. <LinkIncremental>true</LinkIncremental>
  82. </PropertyGroup>
  83. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
  84. <LinkIncremental>false</LinkIncremental>
  85. <IncludePath>..\..\..\deliver\include;..\..\..\..\..\deliver\include;..\..\..\..\..\Deliver\Include\Log4CPP\Log.Include;..\..\..\..\..\Deliver\Include\Log4CPP\Common.Include;$(VC_IncludePath);$(WindowsSDK_IncludePath)</IncludePath>
  86. <LibraryPath>..\..\..\deliver\lib\$(Configuration)X64;..\..\..\..\..\deliver\lib\$(Configuration)X64;..\..\..\..\..\deliver\lib\$(Configuration)X64\Log4CPP;$(VC_LibraryPath_x64);$(WindowsSDK_LibraryPath_x64);$(LibraryPath)</LibraryPath>
  87. <TargetName>$(ProjectName)X64</TargetName>
  88. <OutDir>..\..\..\Deliver\Bin\ReleaseX64\OEMDrivers\Detector\CareRay\CareRayDMDetector\</OutDir>
  89. <IntDir>$(SolutionDir)\TEMP\$(Platform)\$(Configuration)\Detector\CareRay\CareRayDMDetector\</IntDir>
  90. </PropertyGroup>
  91. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
  92. <ClCompile>
  93. <WarningLevel>Level3</WarningLevel>
  94. <SDLCheck>true</SDLCheck>
  95. <PreprocessorDefinitions>WIN32;_DEBUG;CCOSDEVFPDCARERAYDR_EXPORTS;_WINDOWS;_USRDLL;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  96. <ConformanceMode>true</ConformanceMode>
  97. <PrecompiledHeader>Use</PrecompiledHeader>
  98. <PrecompiledHeaderFile>stdafx.h</PrecompiledHeaderFile>
  99. </ClCompile>
  100. <Link>
  101. <SubSystem>Windows</SubSystem>
  102. <GenerateDebugInformation>true</GenerateDebugInformation>
  103. <EnableUAC>false</EnableUAC>
  104. </Link>
  105. </ItemDefinitionGroup>
  106. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
  107. <ClCompile>
  108. <WarningLevel>Level3</WarningLevel>
  109. <FunctionLevelLinking>true</FunctionLevelLinking>
  110. <IntrinsicFunctions>true</IntrinsicFunctions>
  111. <SDLCheck>true</SDLCheck>
  112. <PreprocessorDefinitions>WIN32;NDEBUG;CCOSDEVFPDCARERAYDR_EXPORTS;_WINDOWS;_USRDLL;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  113. <ConformanceMode>true</ConformanceMode>
  114. <PrecompiledHeader>Use</PrecompiledHeader>
  115. <PrecompiledHeaderFile>stdafx.h</PrecompiledHeaderFile>
  116. </ClCompile>
  117. <Link>
  118. <SubSystem>Windows</SubSystem>
  119. <EnableCOMDATFolding>true</EnableCOMDATFolding>
  120. <OptimizeReferences>true</OptimizeReferences>
  121. <GenerateDebugInformation>true</GenerateDebugInformation>
  122. <EnableUAC>false</EnableUAC>
  123. </Link>
  124. </ItemDefinitionGroup>
  125. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
  126. <ClCompile>
  127. <WarningLevel>Level3</WarningLevel>
  128. <SDLCheck>true</SDLCheck>
  129. <PreprocessorDefinitions>_DEBUG;CCOSDEVFPDCARERAYDR_EXPORTS;_WINDOWS;_USRDLL;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  130. <ConformanceMode>true</ConformanceMode>
  131. <PrecompiledHeader>Use</PrecompiledHeader>
  132. <PrecompiledHeaderFile>stdafx.h</PrecompiledHeaderFile>
  133. </ClCompile>
  134. <Link>
  135. <SubSystem>Windows</SubSystem>
  136. <GenerateDebugInformation>true</GenerateDebugInformation>
  137. <EnableUAC>false</EnableUAC>
  138. </Link>
  139. </ItemDefinitionGroup>
  140. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
  141. <ClCompile>
  142. <WarningLevel>Level3</WarningLevel>
  143. <FunctionLevelLinking>true</FunctionLevelLinking>
  144. <IntrinsicFunctions>true</IntrinsicFunctions>
  145. <SDLCheck>true</SDLCheck>
  146. <PreprocessorDefinitions>NDEBUG;CCOSDEVFPDCARERAY_EXPORTS;_WINDOWS;_USRDLL;_CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  147. <ConformanceMode>Default</ConformanceMode>
  148. <PrecompiledHeader>Use</PrecompiledHeader>
  149. <PrecompiledHeaderFile>stdafx.h</PrecompiledHeaderFile>
  150. <LanguageStandard>stdcpp17</LanguageStandard>
  151. <DisableSpecificWarnings>
  152. </DisableSpecificWarnings>
  153. <Optimization>Disabled</Optimization>
  154. </ClCompile>
  155. <Link>
  156. <SubSystem>Windows</SubSystem>
  157. <EnableCOMDATFolding>true</EnableCOMDATFolding>
  158. <OptimizeReferences>true</OptimizeReferences>
  159. <GenerateDebugInformation>true</GenerateDebugInformation>
  160. <EnableUAC>false</EnableUAC>
  161. <AdditionalDependencies>GridSuppression.lib;CCOS.Dev.FPDDeviceMould64.lib;kernel32.lib;user32.lib;gdi32.lib;winspool.lib;comdlg32.lib;advapi32.lib;shell32.lib;ole32.lib;oleaut32.lib;uuid.lib;odbc32.lib;odbccp32.lib;%(AdditionalDependencies)</AdditionalDependencies>
  162. </Link>
  163. <PostBuildEvent>
  164. <Command>copy "$(OutDir)$(TargetName).lib" "..\..\..\..\..\deliver\lib\$(Configuration)X64\"
  165. </Command>
  166. </PostBuildEvent>
  167. </ItemDefinitionGroup>
  168. <ItemGroup>
  169. <ClInclude Include="CareRayCtrl.h" />
  170. <ClInclude Include="DetectorConfiguration.h" />
  171. <ClInclude Include="CCOS.Dev.FPD.CareRay.h" />
  172. <ClInclude Include="framework.h" />
  173. <ClInclude Include="GridSuppression.h" />
  174. <ClInclude Include="include\CrapiDll.h" />
  175. <ClInclude Include="include\Errors.h" />
  176. <ClInclude Include="include\Structures.h" />
  177. <ClInclude Include="OemAcq.h" />
  178. <ClInclude Include="OemCalib.h" />
  179. <ClInclude Include="OemCtrl.h" />
  180. <ClInclude Include="OemSync.h" />
  181. <ClInclude Include="resource.h" />
  182. <ClInclude Include="stdafx.h" />
  183. </ItemGroup>
  184. <ItemGroup>
  185. <ClCompile Include="..\..\..\..\..\Deliver\include\common_api.cpp" />
  186. <ClCompile Include="..\..\..\..\..\Deliver\include\FileVersion.cpp" />
  187. <ClCompile Include="CareRayCtrl.cpp" />
  188. <ClCompile Include="DetectorConfiguration.cpp" />
  189. <ClCompile Include="CCOS.Dev.FPD.CareRay.cpp" />
  190. <ClCompile Include="dllmain.cpp" />
  191. <ClCompile Include="OemAcq.cpp" />
  192. <ClCompile Include="OemCalib.cpp" />
  193. <ClCompile Include="OemCtrl.cpp" />
  194. <ClCompile Include="OemSync.cpp" />
  195. <ClCompile Include="stdafx.cpp">
  196. <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">Create</PrecompiledHeader>
  197. <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">Create</PrecompiledHeader>
  198. <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">Create</PrecompiledHeader>
  199. <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Release|x64'">Create</PrecompiledHeader>
  200. </ClCompile>
  201. </ItemGroup>
  202. <ItemGroup>
  203. <ResourceCompile Include="CCOS.Dev.FPD.CareRay.rc" />
  204. </ItemGroup>
  205. <ItemGroup>
  206. <Text Include="ReleaseNote.txt" />
  207. </ItemGroup>
  208. <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
  209. <ImportGroup Label="ExtensionTargets">
  210. </ImportGroup>
  211. </Project>