Crc64.vcxproj 15 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305
  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>{18D35E17-441E-4848-B2D5-D62C43B58BA7}</ProjectGuid>
  31. <Keyword>Win32Proj</Keyword>
  32. <RootNamespace>Crc64</RootNamespace>
  33. <WindowsTargetPlatformVersion>10.0</WindowsTargetPlatformVersion>
  34. </PropertyGroup>
  35. <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
  36. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
  37. <ConfigurationType>DynamicLibrary</ConfigurationType>
  38. <UseDebugLibraries>true</UseDebugLibraries>
  39. <PlatformToolset>v142</PlatformToolset>
  40. <CharacterSet>MultiByte</CharacterSet>
  41. </PropertyGroup>
  42. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration">
  43. <ConfigurationType>DynamicLibrary</ConfigurationType>
  44. <UseDebugLibraries>true</UseDebugLibraries>
  45. <PlatformToolset>v142</PlatformToolset>
  46. <CharacterSet>MultiByte</CharacterSet>
  47. </PropertyGroup>
  48. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" 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. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='DM|Win32'" Label="Configuration">
  56. <ConfigurationType>DynamicLibrary</ConfigurationType>
  57. <UseDebugLibraries>false</UseDebugLibraries>
  58. <PlatformToolset>v142</PlatformToolset>
  59. <WholeProgramOptimization>true</WholeProgramOptimization>
  60. <CharacterSet>MultiByte</CharacterSet>
  61. </PropertyGroup>
  62. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration">
  63. <ConfigurationType>DynamicLibrary</ConfigurationType>
  64. <UseDebugLibraries>false</UseDebugLibraries>
  65. <PlatformToolset>v143</PlatformToolset>
  66. <WholeProgramOptimization>true</WholeProgramOptimization>
  67. <CharacterSet>MultiByte</CharacterSet>
  68. </PropertyGroup>
  69. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='DM|x64'" Label="Configuration">
  70. <ConfigurationType>DynamicLibrary</ConfigurationType>
  71. <UseDebugLibraries>false</UseDebugLibraries>
  72. <PlatformToolset>v142</PlatformToolset>
  73. <WholeProgramOptimization>true</WholeProgramOptimization>
  74. <CharacterSet>MultiByte</CharacterSet>
  75. </PropertyGroup>
  76. <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
  77. <ImportGroup Label="ExtensionSettings">
  78. </ImportGroup>
  79. <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
  80. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  81. </ImportGroup>
  82. <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="PropertySheets">
  83. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  84. </ImportGroup>
  85. <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
  86. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  87. </ImportGroup>
  88. <ImportGroup Condition="'$(Configuration)|$(Platform)'=='DM|Win32'" Label="PropertySheets">
  89. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  90. </ImportGroup>
  91. <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="PropertySheets">
  92. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  93. </ImportGroup>
  94. <ImportGroup Condition="'$(Configuration)|$(Platform)'=='DM|x64'" Label="PropertySheets">
  95. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  96. </ImportGroup>
  97. <PropertyGroup Label="UserMacros" />
  98. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
  99. <LinkIncremental>true</LinkIncremental>
  100. <TargetName>$(ProjectName)D</TargetName>
  101. </PropertyGroup>
  102. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
  103. <LinkIncremental>true</LinkIncremental>
  104. <TargetName>$(ProjectName)X64D</TargetName>
  105. </PropertyGroup>
  106. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
  107. <LinkIncremental>false</LinkIncremental>
  108. </PropertyGroup>
  109. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='DM|Win32'">
  110. <LinkIncremental>false</LinkIncremental>
  111. </PropertyGroup>
  112. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
  113. <LinkIncremental>false</LinkIncremental>
  114. <TargetName>$(ProjectName)X64</TargetName>
  115. <OutDir>..\..\..\1.V1.0.0.0\DeviceV3\PlatformModule\</OutDir>
  116. </PropertyGroup>
  117. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='DM|x64'">
  118. <LinkIncremental>false</LinkIncremental>
  119. <TargetName>$(ProjectName)X64</TargetName>
  120. <OutDir>..\..\..\1.V1.0.0.0.dm\DeviceV3\</OutDir>
  121. </PropertyGroup>
  122. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
  123. <ClCompile>
  124. <PrecompiledHeader>Use</PrecompiledHeader>
  125. <WarningLevel>Level3</WarningLevel>
  126. <Optimization>Disabled</Optimization>
  127. <PreprocessorDefinitions>WIN32;_DEBUG;_WINDOWS;_USRDLL;CRC64_EXPORTS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  128. <SDLCheck>true</SDLCheck>
  129. </ClCompile>
  130. <Link>
  131. <SubSystem>Windows</SubSystem>
  132. <GenerateDebugInformation>true</GenerateDebugInformation>
  133. </Link>
  134. <PostBuildEvent>
  135. <Command>copy "$(OutDir)$(TargetName)$(TargetExt)" "..\..\..\deliver\bin\$(Configuration)"
  136. copy "$(OutDir)$(TargetName).lib" "..\..\..\deliver\lib\$(Configuration)\"
  137. copy "$(OutDir)$(TargetName).pdb" "..\..\..\deliver\bin\$(Configuration)\"
  138. copy "$(ProjectName).h" "..\..\..\deliver\Include"
  139. </Command>
  140. </PostBuildEvent>
  141. </ItemDefinitionGroup>
  142. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
  143. <ClCompile>
  144. <PrecompiledHeader>Use</PrecompiledHeader>
  145. <WarningLevel>Level3</WarningLevel>
  146. <Optimization>Disabled</Optimization>
  147. <PreprocessorDefinitions>WIN32;_DEBUG;_WINDOWS;_USRDLL;CRC64_EXPORTS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  148. <SDLCheck>true</SDLCheck>
  149. </ClCompile>
  150. <Link>
  151. <SubSystem>Windows</SubSystem>
  152. <GenerateDebugInformation>true</GenerateDebugInformation>
  153. </Link>
  154. <PostBuildEvent>
  155. <Command>copy "$(OutDir)$(TargetName)$(TargetExt)" "..\..\..\deliver\bin\$(Configuration)X64"
  156. copy "$(OutDir)$(TargetName).lib" "..\..\..\deliver\lib\$(Configuration)X64\"
  157. copy "$(OutDir)$(TargetName).pdb" "..\..\..\deliver\bin\$(Configuration)X64\"
  158. copy "$(ProjectName).h" "..\..\..\deliver\Include" </Command>
  159. </PostBuildEvent>
  160. </ItemDefinitionGroup>
  161. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
  162. <ClCompile>
  163. <WarningLevel>Level3</WarningLevel>
  164. <PrecompiledHeader>Use</PrecompiledHeader>
  165. <Optimization>MaxSpeed</Optimization>
  166. <FunctionLevelLinking>true</FunctionLevelLinking>
  167. <IntrinsicFunctions>true</IntrinsicFunctions>
  168. <PreprocessorDefinitions>WIN32;NDEBUG;_WINDOWS;_USRDLL;CRC64_EXPORTS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  169. <SDLCheck>true</SDLCheck>
  170. </ClCompile>
  171. <Link>
  172. <SubSystem>Windows</SubSystem>
  173. <GenerateDebugInformation>true</GenerateDebugInformation>
  174. <EnableCOMDATFolding>true</EnableCOMDATFolding>
  175. <OptimizeReferences>true</OptimizeReferences>
  176. </Link>
  177. <PostBuildEvent>
  178. <Command>copy "$(OutDir)$(TargetName)$(TargetExt)" "..\..\..\deliver\bin\$(Configuration)"
  179. copy "$(OutDir)$(TargetName).lib" "..\..\..\deliver\lib\$(Configuration)\"
  180. copy "$(OutDir)$(TargetName).pdb" "..\..\..\deliver\bin\$(Configuration)\"
  181. copy "$(ProjectName).h" "..\..\..\deliver\Include"
  182. </Command>
  183. </PostBuildEvent>
  184. </ItemDefinitionGroup>
  185. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='DM|Win32'">
  186. <ClCompile>
  187. <WarningLevel>Level3</WarningLevel>
  188. <PrecompiledHeader>Use</PrecompiledHeader>
  189. <Optimization>MaxSpeed</Optimization>
  190. <FunctionLevelLinking>true</FunctionLevelLinking>
  191. <IntrinsicFunctions>true</IntrinsicFunctions>
  192. <PreprocessorDefinitions>WIN32;NDEBUG;_WINDOWS;_USRDLL;CRC64_EXPORTS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  193. <SDLCheck>true</SDLCheck>
  194. </ClCompile>
  195. <Link>
  196. <SubSystem>Windows</SubSystem>
  197. <GenerateDebugInformation>true</GenerateDebugInformation>
  198. <EnableCOMDATFolding>true</EnableCOMDATFolding>
  199. <OptimizeReferences>true</OptimizeReferences>
  200. </Link>
  201. <PostBuildEvent>
  202. <Command>copy "$(OutDir)$(TargetName)$(TargetExt)" "..\..\..\deliver\bin\$(Configuration)"
  203. copy "$(OutDir)$(TargetName).lib" "..\..\..\deliver\lib\$(Configuration)\"
  204. copy "$(OutDir)$(TargetName).pdb" "..\..\..\deliver\bin\$(Configuration)\"
  205. copy "$(ProjectName).h" "..\..\..\deliver\Include"
  206. </Command>
  207. </PostBuildEvent>
  208. </ItemDefinitionGroup>
  209. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
  210. <ClCompile>
  211. <WarningLevel>Level3</WarningLevel>
  212. <PrecompiledHeader>Use</PrecompiledHeader>
  213. <Optimization>MaxSpeed</Optimization>
  214. <FunctionLevelLinking>true</FunctionLevelLinking>
  215. <IntrinsicFunctions>true</IntrinsicFunctions>
  216. <PreprocessorDefinitions>WIN32;NDEBUG;_WINDOWS;_USRDLL;CRC64_EXPORTS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  217. <SDLCheck>true</SDLCheck>
  218. <LanguageStandard>stdcpp17</LanguageStandard>
  219. </ClCompile>
  220. <Link>
  221. <SubSystem>Windows</SubSystem>
  222. <GenerateDebugInformation>true</GenerateDebugInformation>
  223. <EnableCOMDATFolding>true</EnableCOMDATFolding>
  224. <OptimizeReferences>true</OptimizeReferences>
  225. </Link>
  226. <PostBuildEvent>
  227. <Command>copy "$(OutDir)$(TargetName)$(TargetExt)" "..\..\deliver\bin\Trunk\PlatformModule\"
  228. copy "$(OutDir)$(TargetName).lib" "..\..\deliver\lib\$(Configuration)X64\"
  229. copy "$(OutDir)$(TargetName).pdb" "..\..\deliver\bin\Trunk\PlatformModule\"
  230. copy "$(ProjectName).h" "..\..\deliver\Include" </Command>
  231. </PostBuildEvent>
  232. </ItemDefinitionGroup>
  233. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='DM|x64'">
  234. <ClCompile>
  235. <WarningLevel>Level3</WarningLevel>
  236. <PrecompiledHeader>Use</PrecompiledHeader>
  237. <Optimization>MaxSpeed</Optimization>
  238. <FunctionLevelLinking>true</FunctionLevelLinking>
  239. <IntrinsicFunctions>true</IntrinsicFunctions>
  240. <PreprocessorDefinitions>WIN32;NDEBUG;_WINDOWS;_USRDLL;CRC64_EXPORTS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  241. <SDLCheck>true</SDLCheck>
  242. <LanguageStandard>stdcpp17</LanguageStandard>
  243. </ClCompile>
  244. <Link>
  245. <SubSystem>Windows</SubSystem>
  246. <GenerateDebugInformation>true</GenerateDebugInformation>
  247. <EnableCOMDATFolding>true</EnableCOMDATFolding>
  248. <OptimizeReferences>true</OptimizeReferences>
  249. </Link>
  250. <PostBuildEvent>
  251. <Command>copy "$(OutDir)$(TargetName)$(TargetExt)" "..\..\deliver\bin\ReleaseX64"
  252. copy "$(OutDir)$(TargetName).lib" "..\..\deliver\lib\ReleaseX64\"
  253. copy "$(OutDir)$(TargetName).pdb" "..\..\deliver\bin\ReleaseX64\"
  254. copy "$(ProjectName).h" "..\..\deliver\Include" </Command>
  255. </PostBuildEvent>
  256. </ItemDefinitionGroup>
  257. <ItemGroup>
  258. <Text Include="ReadMe.txt" />
  259. </ItemGroup>
  260. <ItemGroup>
  261. <ClInclude Include="Crc64.h" />
  262. <ClInclude Include="resource.h" />
  263. <ClInclude Include="stdafx.h" />
  264. <ClInclude Include="targetver.h" />
  265. </ItemGroup>
  266. <ItemGroup>
  267. <ClCompile Include="crc16_modbus.cpp" />
  268. <ClCompile Include="Crc64.cpp" />
  269. <ClCompile Include="dllmain.cpp">
  270. <CompileAsManaged Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">false</CompileAsManaged>
  271. <CompileAsManaged Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">false</CompileAsManaged>
  272. <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
  273. </PrecompiledHeader>
  274. <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
  275. </PrecompiledHeader>
  276. <CompileAsManaged Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">false</CompileAsManaged>
  277. <CompileAsManaged Condition="'$(Configuration)|$(Platform)'=='DM|Win32'">false</CompileAsManaged>
  278. <CompileAsManaged Condition="'$(Configuration)|$(Platform)'=='Release|x64'">false</CompileAsManaged>
  279. <CompileAsManaged Condition="'$(Configuration)|$(Platform)'=='DM|x64'">false</CompileAsManaged>
  280. <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
  281. </PrecompiledHeader>
  282. <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='DM|Win32'">
  283. </PrecompiledHeader>
  284. <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
  285. </PrecompiledHeader>
  286. <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='DM|x64'">
  287. </PrecompiledHeader>
  288. </ClCompile>
  289. <ClCompile Include="md5c.cpp" />
  290. <ClCompile Include="stdafx.cpp">
  291. <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">Create</PrecompiledHeader>
  292. <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">Create</PrecompiledHeader>
  293. <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">Create</PrecompiledHeader>
  294. <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='DM|Win32'">Create</PrecompiledHeader>
  295. <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Release|x64'">Create</PrecompiledHeader>
  296. <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='DM|x64'">Create</PrecompiledHeader>
  297. </ClCompile>
  298. </ItemGroup>
  299. <ItemGroup>
  300. <ResourceCompile Include="Crc64.rc" />
  301. </ItemGroup>
  302. <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
  303. <ImportGroup Label="ExtensionTargets">
  304. </ImportGroup>
  305. </Project>