CCOS.Dev.IODevice.V2019.vcxproj 15 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285
  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="DM|Win32">
  13. <Configuration>DM</Configuration>
  14. <Platform>Win32</Platform>
  15. </ProjectConfiguration>
  16. <ProjectConfiguration Include="DM|x64">
  17. <Configuration>DM</Configuration>
  18. <Platform>x64</Platform>
  19. </ProjectConfiguration>
  20. <ProjectConfiguration Include="Release|Win32">
  21. <Configuration>Release</Configuration>
  22. <Platform>Win32</Platform>
  23. </ProjectConfiguration>
  24. <ProjectConfiguration Include="Release|x64">
  25. <Configuration>Release</Configuration>
  26. <Platform>x64</Platform>
  27. </ProjectConfiguration>
  28. </ItemGroup>
  29. <PropertyGroup Label="Globals">
  30. <ProjectGuid>{EA00F487-4284-4447-8CEC-96E20DF9DC02}</ProjectGuid>
  31. <Keyword>Win32Proj</Keyword>
  32. <RootNamespace>CCOSLogicDevice</RootNamespace>
  33. <ProjectName>Device.IODevice</ProjectName>
  34. <WindowsTargetPlatformVersion>10.0</WindowsTargetPlatformVersion>
  35. </PropertyGroup>
  36. <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
  37. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
  38. <ConfigurationType>DynamicLibrary</ConfigurationType>
  39. <UseDebugLibraries>true</UseDebugLibraries>
  40. <PlatformToolset>v142</PlatformToolset>
  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>MultiByte</CharacterSet>
  48. </PropertyGroup>
  49. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
  50. <ConfigurationType>DynamicLibrary</ConfigurationType>
  51. <UseDebugLibraries>false</UseDebugLibraries>
  52. <PlatformToolset>v142</PlatformToolset>
  53. <WholeProgramOptimization>true</WholeProgramOptimization>
  54. <CharacterSet>Unicode</CharacterSet>
  55. </PropertyGroup>
  56. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='DM|Win32'" Label="Configuration">
  57. <ConfigurationType>DynamicLibrary</ConfigurationType>
  58. <UseDebugLibraries>false</UseDebugLibraries>
  59. <PlatformToolset>v142</PlatformToolset>
  60. <WholeProgramOptimization>true</WholeProgramOptimization>
  61. <CharacterSet>Unicode</CharacterSet>
  62. </PropertyGroup>
  63. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration">
  64. <ConfigurationType>DynamicLibrary</ConfigurationType>
  65. <UseDebugLibraries>false</UseDebugLibraries>
  66. <PlatformToolset>v143</PlatformToolset>
  67. <WholeProgramOptimization>true</WholeProgramOptimization>
  68. <CharacterSet>MultiByte</CharacterSet>
  69. </PropertyGroup>
  70. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='DM|x64'" Label="Configuration">
  71. <ConfigurationType>DynamicLibrary</ConfigurationType>
  72. <UseDebugLibraries>false</UseDebugLibraries>
  73. <PlatformToolset>v142</PlatformToolset>
  74. <WholeProgramOptimization>true</WholeProgramOptimization>
  75. <CharacterSet>MultiByte</CharacterSet>
  76. </PropertyGroup>
  77. <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
  78. <ImportGroup Label="ExtensionSettings">
  79. </ImportGroup>
  80. <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
  81. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  82. </ImportGroup>
  83. <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="PropertySheets">
  84. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  85. </ImportGroup>
  86. <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
  87. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  88. </ImportGroup>
  89. <ImportGroup Condition="'$(Configuration)|$(Platform)'=='DM|Win32'" Label="PropertySheets">
  90. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  91. </ImportGroup>
  92. <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="PropertySheets">
  93. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  94. </ImportGroup>
  95. <ImportGroup Condition="'$(Configuration)|$(Platform)'=='DM|x64'" Label="PropertySheets">
  96. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  97. </ImportGroup>
  98. <PropertyGroup Label="UserMacros" />
  99. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
  100. <LinkIncremental>true</LinkIncremental>
  101. <IntDir>$(SolutionDir)\TEMP\$(Platform)\$(Configuration)\</IntDir>
  102. <OutDir>$(SolutionDir)\BIN\</OutDir>
  103. <IncludePath>D:\Deliver\Include;$(IncludePath)</IncludePath>
  104. </PropertyGroup>
  105. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
  106. <LinkIncremental>true</LinkIncremental>
  107. <OutDir>$(SolutionDir)\BIN\</OutDir>
  108. <IntDir>$(SolutionDir)\TEMP\$(Configuration).$(Platform)\$(ProjectName)\</IntDir>
  109. <TargetName>CCOS.Device.IODevice64D</TargetName>
  110. <IncludePath>..\..\deliver\include;$(VC_IncludePath);$(WindowsSDK_IncludePath);</IncludePath>
  111. <LibraryPath>..\..\deliver\lib\$(Configuration)X64;$(VC_LibraryPath_x64);$(WindowsSDK_LibraryPath_x64);</LibraryPath>
  112. </PropertyGroup>
  113. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
  114. <LinkIncremental>false</LinkIncremental>
  115. <IntDir>$(SolutionDir)\TEMP\$(Platform)\$(Configuration)\</IntDir>
  116. </PropertyGroup>
  117. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='DM|Win32'">
  118. <LinkIncremental>false</LinkIncremental>
  119. <IntDir>$(SolutionDir)\TEMP\$(Platform)\$(Configuration)\</IntDir>
  120. </PropertyGroup>
  121. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
  122. <LinkIncremental>false</LinkIncremental>
  123. <IntDir>$(SolutionDir)\TEMP\$(Platform)\$(Configuration)\</IntDir>
  124. <TargetName>CCOS.Device.IODevice64</TargetName>
  125. <IncludePath>..\..\deliver\include;$(VC_IncludePath);$(WindowsSDK_IncludePath);..\..\Deliver\include\paho.mqtt.cpp\src;..\..\Deliver\include\paho.mqtt.c\src</IncludePath>
  126. <LibraryPath>..\..\deliver\lib\$(Configuration)X64;$(VC_LibraryPath_x64);$(WindowsSDK_LibraryPath_x64);</LibraryPath>
  127. <OutDir>..\..\..\1.V1.0.0.0\DeviceV3\</OutDir>
  128. </PropertyGroup>
  129. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='DM|x64'">
  130. <LinkIncremental>false</LinkIncremental>
  131. <IntDir>$(SolutionDir)\TEMP\$(Platform)\$(Configuration)\</IntDir>
  132. <TargetName>CCOS.Device.IODevice64</TargetName>
  133. <IncludePath>..\..\deliver\include;$(VC_IncludePath);$(WindowsSDK_IncludePath);..\..\Deliver\include\paho.mqtt.cpp\src;..\..\Deliver\include\paho.mqtt.c\src</IncludePath>
  134. <LibraryPath>..\..\deliver\lib\ReleaseX64;$(VC_LibraryPath_x64);$(WindowsSDK_LibraryPath_x64)</LibraryPath>
  135. <OutDir>..\..\..\1.V1.0.0.0.dm\DeviceV3\</OutDir>
  136. </PropertyGroup>
  137. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
  138. <ClCompile>
  139. <PrecompiledHeader>Use</PrecompiledHeader>
  140. <WarningLevel>Level3</WarningLevel>
  141. <Optimization>Disabled</Optimization>
  142. <PreprocessorDefinitions>WIN32;_DEBUG;_WINDOWS;_USRDLL;CCOSLOGICDEVICE_EXPORTS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  143. <LanguageStandard>stdcpp17</LanguageStandard>
  144. </ClCompile>
  145. <Link>
  146. <SubSystem>Windows</SubSystem>
  147. <GenerateDebugInformation>true</GenerateDebugInformation>
  148. </Link>
  149. </ItemDefinitionGroup>
  150. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
  151. <ClCompile>
  152. <PrecompiledHeader>Use</PrecompiledHeader>
  153. <WarningLevel>Level3</WarningLevel>
  154. <Optimization>Disabled</Optimization>
  155. <PreprocessorDefinitions>WIN32;_DEBUG;_WINDOWS;_USRDLL;CCOSLOGICDEVICE_EXPORTS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  156. <LanguageStandard>stdcpp17</LanguageStandard>
  157. </ClCompile>
  158. <Link>
  159. <SubSystem>Windows</SubSystem>
  160. <GenerateDebugInformation>true</GenerateDebugInformation>
  161. <ProgramDatabaseFile>$(IntDir)$(TargetName).pdb</ProgramDatabaseFile>
  162. </Link>
  163. <PostBuildEvent>
  164. <Command>copy "$(OutDir)$(TargetName)$(TargetExt)" "..\..\deliver\bin\$(Configuration)X64"
  165. copy "$(OutDir)$(TargetName).lib" "..\..\deliver\lib\$(Configuration)X64\"
  166. copy "$(OutDir)$(TargetName).pdb" "..\..\deliver\bin\$(Configuration)X64\"
  167. copy "CCOS.Dev.IODevice.hpp" "..\..\deliver\Include"
  168. copy "CCOS.Dev.IODevice.Detail.hpp" "..\..\deliver\Include" </Command>
  169. </PostBuildEvent>
  170. </ItemDefinitionGroup>
  171. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
  172. <ClCompile>
  173. <WarningLevel>Level3</WarningLevel>
  174. <PrecompiledHeader>Use</PrecompiledHeader>
  175. <Optimization>MaxSpeed</Optimization>
  176. <FunctionLevelLinking>true</FunctionLevelLinking>
  177. <IntrinsicFunctions>true</IntrinsicFunctions>
  178. <PreprocessorDefinitions>WIN32;NDEBUG;_WINDOWS;_USRDLL;CCOSLOGICDEVICE_EXPORTS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  179. </ClCompile>
  180. <Link>
  181. <SubSystem>Windows</SubSystem>
  182. <GenerateDebugInformation>true</GenerateDebugInformation>
  183. <EnableCOMDATFolding>true</EnableCOMDATFolding>
  184. <OptimizeReferences>true</OptimizeReferences>
  185. </Link>
  186. </ItemDefinitionGroup>
  187. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='DM|Win32'">
  188. <ClCompile>
  189. <WarningLevel>Level3</WarningLevel>
  190. <PrecompiledHeader>Use</PrecompiledHeader>
  191. <Optimization>MaxSpeed</Optimization>
  192. <FunctionLevelLinking>true</FunctionLevelLinking>
  193. <IntrinsicFunctions>true</IntrinsicFunctions>
  194. <PreprocessorDefinitions>WIN32;NDEBUG;_WINDOWS;_USRDLL;CCOSLOGICDEVICE_EXPORTS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  195. </ClCompile>
  196. <Link>
  197. <SubSystem>Windows</SubSystem>
  198. <GenerateDebugInformation>true</GenerateDebugInformation>
  199. <EnableCOMDATFolding>true</EnableCOMDATFolding>
  200. <OptimizeReferences>true</OptimizeReferences>
  201. </Link>
  202. </ItemDefinitionGroup>
  203. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
  204. <ClCompile>
  205. <WarningLevel>Level3</WarningLevel>
  206. <PrecompiledHeader>Use</PrecompiledHeader>
  207. <Optimization>Disabled</Optimization>
  208. <FunctionLevelLinking>true</FunctionLevelLinking>
  209. <IntrinsicFunctions>true</IntrinsicFunctions>
  210. <PreprocessorDefinitions>WIN32;NDEBUG;_WINDOWS;_USRDLL;CCOSLOGICDEVICE_EXPORTS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  211. <LanguageStandard>stdcpp17</LanguageStandard>
  212. <DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
  213. </ClCompile>
  214. <Link>
  215. <SubSystem>Windows</SubSystem>
  216. <GenerateDebugInformation>true</GenerateDebugInformation>
  217. <EnableCOMDATFolding>true</EnableCOMDATFolding>
  218. <OptimizeReferences>true</OptimizeReferences>
  219. <ProgramDatabaseFile />
  220. </Link>
  221. <PostBuildEvent>
  222. <Command>copy "$(OutDir)$(TargetName)$(TargetExt)" "..\..\deliver\bin\Trunk\"
  223. copy "$(OutDir)$(TargetName).lib" "..\..\deliver\lib\$(Configuration)X64\"
  224. copy "$(OutDir)$(TargetName).pdb" "..\..\deliver\bin\Trunk\"
  225. copy "CCOS.Dev.IODevice.hpp" "..\..\deliver\Include"
  226. copy "CCOS.Dev.IODevice.Detail.hpp" "..\..\deliver\Include" </Command>
  227. </PostBuildEvent>
  228. </ItemDefinitionGroup>
  229. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='DM|x64'">
  230. <ClCompile>
  231. <WarningLevel>Level3</WarningLevel>
  232. <PrecompiledHeader>Use</PrecompiledHeader>
  233. <Optimization>MaxSpeed</Optimization>
  234. <FunctionLevelLinking>true</FunctionLevelLinking>
  235. <IntrinsicFunctions>true</IntrinsicFunctions>
  236. <PreprocessorDefinitions>WIN32;NDEBUG;_WINDOWS;_USRDLL;CCOSLOGICDEVICE_EXPORTS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  237. <LanguageStandard>stdcpp17</LanguageStandard>
  238. <DebugInformationFormat>None</DebugInformationFormat>
  239. </ClCompile>
  240. <Link>
  241. <SubSystem>Windows</SubSystem>
  242. <GenerateDebugInformation>true</GenerateDebugInformation>
  243. <EnableCOMDATFolding>true</EnableCOMDATFolding>
  244. <OptimizeReferences>true</OptimizeReferences>
  245. <ProgramDatabaseFile>
  246. </ProgramDatabaseFile>
  247. </Link>
  248. <PostBuildEvent>
  249. <Command>copy "$(OutDir)$(TargetName)$(TargetExt)" "..\..\deliver\bin\ReleaseX64"
  250. copy "$(OutDir)$(TargetName).lib" "..\..\deliver\lib\ReleaseX64\"
  251. copy "$(OutDir)$(TargetName).pdb" "..\..\deliver\bin\ReleaseX64\"
  252. copy "CCOS.Dev.IODevice.hpp" "..\..\deliver\Include"
  253. copy "CCOS.Dev.IODevice.Detail.hpp" "..\..\deliver\Include" </Command>
  254. </PostBuildEvent>
  255. </ItemDefinitionGroup>
  256. <ItemGroup>
  257. <ClInclude Include="..\..\Deliver\include\PacketAnalizer.h" />
  258. <ClInclude Include="CCOS.Dev.IODevice.Detail.hpp" />
  259. <ClInclude Include="CCOS.Dev.IODevice.hpp" />
  260. <ClInclude Include="resource.h" />
  261. <ClInclude Include="stdafx.h" />
  262. <ClInclude Include="targetver.h" />
  263. </ItemGroup>
  264. <ItemGroup>
  265. <ClCompile Include="..\..\Deliver\Include\EasyJSONEncoder.cpp" />
  266. <ClCompile Include="..\..\Deliver\include\PacketAnalizer.cpp" />
  267. <ClCompile Include="CCOS.Dev.IODevice.cpp" />
  268. <ClCompile Include="CCOS.Dev.IODevice.Detail.cpp" />
  269. <ClCompile Include="Dllmain.IODevice.cpp" />
  270. <ClCompile Include="stdafx.cpp">
  271. <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">Create</PrecompiledHeader>
  272. <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">Create</PrecompiledHeader>
  273. <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">Create</PrecompiledHeader>
  274. <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='DM|Win32'">Create</PrecompiledHeader>
  275. <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Release|x64'">Create</PrecompiledHeader>
  276. <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='DM|x64'">Create</PrecompiledHeader>
  277. </ClCompile>
  278. </ItemGroup>
  279. <ItemGroup>
  280. <ResourceCompile Include="Device.IODevice.rc" />
  281. </ItemGroup>
  282. <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
  283. <ImportGroup Label="ExtensionTargets">
  284. </ImportGroup>
  285. </Project>