DIOS.Dev.FPDDeviceMould.vcxproj 12 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218
  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>{F17A9934-829C-403C-8195-EF6C71C6A1D2}</ProjectGuid>
  23. <Keyword>Win32Proj</Keyword>
  24. <RootNamespace>CCOSDevFPDDeviceMould</RootNamespace>
  25. <ProjectName>CCOS.Dev.FPDDeviceMould-US</ProjectName>
  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>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>MultiByte</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. <OutDir>$(SolutionDir)\BIN\</OutDir>
  74. <IntDir>$(SolutionDir)\TEMP\$(Platform)\$(Configuration)\</IntDir>
  75. </PropertyGroup>
  76. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
  77. <IntDir>$(SolutionDir)\TEMP\$(Configuration).$(Platform)\$(ProjectName)\</IntDir>
  78. <LinkIncremental>true</LinkIncremental>
  79. <OutDir>$(SolutionDir)\BIN\</OutDir>
  80. <TargetName>$(ProjectName)64D</TargetName>
  81. <IncludePath>..\..\..\deliver\include;$(VC_IncludePath);$(WindowsSDK_IncludePath);</IncludePath>
  82. <LibraryPath>..\..\..\deliver\lib\$(Configuration)X64;$(VC_LibraryPath_x64);$(WindowsSDK_LibraryPath_x64);</LibraryPath>
  83. </PropertyGroup>
  84. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
  85. <LinkIncremental>false</LinkIncremental>
  86. </PropertyGroup>
  87. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
  88. <LinkIncremental>false</LinkIncremental>
  89. <TargetName>CCOS.Dev.FPDDeviceMould64</TargetName>
  90. <OutDir>D:\CCOS_DROC_TRUNK_TEST\Device\OEMDrivers\Detector\RunZe\RunZeDRDetector\</OutDir>
  91. <ExecutablePath>$(VC_ExecutablePath_x64);$(WindowsSDK_ExecutablePath);$(VS_ExecutablePath);$(MSBuild_ExecutablePath);$(FxCopDir);$(PATH);</ExecutablePath>
  92. <IncludePath>..\..\deliver\include;..\..\..\..\deliver\include;..\..\..\..\Deliver\Include\Log4CPP8.0\Log.Include;..\..\..\..\Deliver\Include\Log4CPP8.0\Common.Include;$(VC_ExecutablePath_x64);$(VC_IncludePath);$(WindowsSDK_IncludePath)</IncludePath>
  93. <LibraryPath>..\..\..\..\deliver\lib\$(Configuration)X64\Log4CPP8.0;..\..\..\..\deliver\lib\$(Configuration)X64;$(VC_LibraryPath_x64);$(WindowsSDK_LibraryPath_x64)</LibraryPath>
  94. <IntDir>$(SolutionDir)TEMP\$(Platform)\$(Configuration)\FPDDeviceMould\</IntDir>
  95. </PropertyGroup>
  96. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
  97. <ClCompile>
  98. <PrecompiledHeader>Use</PrecompiledHeader>
  99. <WarningLevel>Level3</WarningLevel>
  100. <Optimization>Disabled</Optimization>
  101. <PreprocessorDefinitions>WIN32;_DEBUG;_WINDOWS;_USRDLL;CCOSDEVFPDDEVICEMOULD_EXPORTS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  102. </ClCompile>
  103. <Link>
  104. <SubSystem>Windows</SubSystem>
  105. <GenerateDebugInformation>true</GenerateDebugInformation>
  106. </Link>
  107. </ItemDefinitionGroup>
  108. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
  109. <ClCompile>
  110. <PrecompiledHeader>Use</PrecompiledHeader>
  111. <WarningLevel>Level3</WarningLevel>
  112. <Optimization>Disabled</Optimization>
  113. <PreprocessorDefinitions>WIN32;_DEBUG;_WINDOWS;_USRDLL;CCOSDEVFPDDEVICEMOULD_EXPORTS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  114. <LanguageStandard>stdcpp17</LanguageStandard>
  115. </ClCompile>
  116. <Link>
  117. <SubSystem>Windows</SubSystem>
  118. <GenerateDebugInformation>true</GenerateDebugInformation>
  119. <ProgramDatabaseFile>$(IntDir)$(TargetName).pdb</ProgramDatabaseFile>
  120. <AdditionalLibraryDirectories>
  121. </AdditionalLibraryDirectories>
  122. <AdditionalDependencies>Ccos.Dev.ResDataObjectX64D.lib;%(AdditionalDependencies)</AdditionalDependencies>
  123. </Link>
  124. <PostBuildEvent>
  125. <Command>copy "$(OutDir)$(TargetName)$(TargetExt)" "..\..\..\deliver\bin\$(Configuration)X64"
  126. copy "$(OutDir)$(TargetName).lib" "..\..\..\deliver\lib\$(Configuration)X64\"
  127. copy "$(OutDir)$(TargetName).pdb" "..\..\..\deliver\bin\$(Configuration)X64\"
  128. copy "CCOS.Dev.FPDDeviceMould.hpp" "..\..\..\deliver\Include" </Command>
  129. </PostBuildEvent>
  130. </ItemDefinitionGroup>
  131. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
  132. <ClCompile>
  133. <WarningLevel>Level3</WarningLevel>
  134. <PrecompiledHeader>Use</PrecompiledHeader>
  135. <Optimization>MaxSpeed</Optimization>
  136. <FunctionLevelLinking>true</FunctionLevelLinking>
  137. <IntrinsicFunctions>true</IntrinsicFunctions>
  138. <PreprocessorDefinitions>WIN32;NDEBUG;_WINDOWS;_USRDLL;CCOSDEVFPDDEVICEMOULD_EXPORTS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  139. </ClCompile>
  140. <Link>
  141. <SubSystem>Windows</SubSystem>
  142. <GenerateDebugInformation>true</GenerateDebugInformation>
  143. <EnableCOMDATFolding>true</EnableCOMDATFolding>
  144. <OptimizeReferences>true</OptimizeReferences>
  145. </Link>
  146. </ItemDefinitionGroup>
  147. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
  148. <ClCompile>
  149. <WarningLevel>Level3</WarningLevel>
  150. <PrecompiledHeader>Use</PrecompiledHeader>
  151. <Optimization>MaxSpeed</Optimization>
  152. <FunctionLevelLinking>true</FunctionLevelLinking>
  153. <IntrinsicFunctions>true</IntrinsicFunctions>
  154. <PreprocessorDefinitions>_WIN64;WIN64;WIN_64BIT;NDEBUG;_WINDOWS;_USRDLL;CCOSDEVFPDDEVICEMOULD_EXPORTS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  155. <LanguageStandard>stdcpp17</LanguageStandard>
  156. </ClCompile>
  157. <Link>
  158. <SubSystem>Windows</SubSystem>
  159. <GenerateDebugInformation>true</GenerateDebugInformation>
  160. <EnableCOMDATFolding>true</EnableCOMDATFolding>
  161. <OptimizeReferences>true</OptimizeReferences>
  162. <AdditionalDependencies>%(AdditionalDependencies)</AdditionalDependencies>
  163. <AdditionalLibraryDirectories>
  164. </AdditionalLibraryDirectories>
  165. </Link>
  166. <PostBuildEvent>
  167. <Command>copy "$(OutDir)$(TargetName).lib" "..\..\deliver\lib\$(Configuration)X64\"
  168. copy "CCOS.Dev.FPDDeviceMould.hpp" "..\..\deliver\Include" </Command>
  169. </PostBuildEvent>
  170. </ItemDefinitionGroup>
  171. <ItemGroup>
  172. <Text Include="ReadMe.txt" />
  173. </ItemGroup>
  174. <ItemGroup>
  175. <ClInclude Include="..\..\..\..\Deliver\include\BatteryMould.hpp" />
  176. <ClInclude Include="..\..\..\..\Deliver\include\TemperatureMould.hpp" />
  177. <ClInclude Include="..\..\..\..\Deliver\include\WifiMould.hpp" />
  178. <ClInclude Include="CCOS.Dev.FPDDeviceMould.hpp" />
  179. <ClInclude Include="resource.h" />
  180. <ClInclude Include="stdafx.h" />
  181. <ClInclude Include="targetver.h" />
  182. </ItemGroup>
  183. <ItemGroup>
  184. <ClCompile Include="..\..\..\..\Deliver\include\common_api.cpp" />
  185. <ClCompile Include="..\..\..\..\Deliver\include\EasyJSONEncoder.cpp" />
  186. <ClCompile Include="CCOS.Dev.FPD.AcqUnit.cpp" />
  187. <ClCompile Include="CCOS.Dev.FPD.CalibUnit.cpp" />
  188. <ClCompile Include="CCOS.Dev.FPD.CtrlUnit.cpp" />
  189. <ClCompile Include="CCOS.Dev.FPD.SyncUnit.cpp" />
  190. <ClCompile Include="CCOS.Dev.FPDDeviceMould.cpp" />
  191. <ClCompile Include="dllmain.cpp">
  192. <CompileAsManaged Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">false</CompileAsManaged>
  193. <CompileAsManaged Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">false</CompileAsManaged>
  194. <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
  195. </PrecompiledHeader>
  196. <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
  197. </PrecompiledHeader>
  198. <CompileAsManaged Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">false</CompileAsManaged>
  199. <CompileAsManaged Condition="'$(Configuration)|$(Platform)'=='Release|x64'">false</CompileAsManaged>
  200. <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
  201. </PrecompiledHeader>
  202. <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
  203. </PrecompiledHeader>
  204. </ClCompile>
  205. <ClCompile Include="stdafx.cpp">
  206. <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">Create</PrecompiledHeader>
  207. <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">Create</PrecompiledHeader>
  208. <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">Create</PrecompiledHeader>
  209. <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Release|x64'">Create</PrecompiledHeader>
  210. </ClCompile>
  211. </ItemGroup>
  212. <ItemGroup>
  213. <ResourceCompile Include="CCOS.Dev.FPDDeviceMould.rc" />
  214. </ItemGroup>
  215. <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
  216. <ImportGroup Label="ExtensionTargets">
  217. </ImportGroup>
  218. </Project>