CCOS.Dev.FPDDeviceMould.V2013.vcxproj 13 KB

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