DIOS.Dev.Generator.IDETEC_Almax.vcxproj 12 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223
  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>{69862EF2-C60C-4F88-868E-4D92BC0ECFD8}</ProjectGuid>
  25. <RootNamespace>CCOSDevGeneratorAlmax</RootNamespace>
  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>v143</PlatformToolset>
  33. <CharacterSet>Unicode</CharacterSet>
  34. </PropertyGroup>
  35. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
  36. <ConfigurationType>DynamicLibrary</ConfigurationType>
  37. <UseDebugLibraries>false</UseDebugLibraries>
  38. <PlatformToolset>v143</PlatformToolset>
  39. <WholeProgramOptimization>true</WholeProgramOptimization>
  40. <CharacterSet>Unicode</CharacterSet>
  41. </PropertyGroup>
  42. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration">
  43. <ConfigurationType>DynamicLibrary</ConfigurationType>
  44. <UseDebugLibraries>true</UseDebugLibraries>
  45. <PlatformToolset>v143</PlatformToolset>
  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>v143</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="Shared">
  59. </ImportGroup>
  60. <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
  61. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  62. </ImportGroup>
  63. <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
  64. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  65. </ImportGroup>
  66. <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
  67. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  68. </ImportGroup>
  69. <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
  70. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  71. </ImportGroup>
  72. <PropertyGroup Label="UserMacros" />
  73. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
  74. <LinkIncremental>true</LinkIncremental>
  75. </PropertyGroup>
  76. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
  77. <LinkIncremental>false</LinkIncremental>
  78. </PropertyGroup>
  79. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
  80. <LinkIncremental>true</LinkIncremental>
  81. <OutDir>$(SolutionDir)\BIN\</OutDir>
  82. <IntDir>$(SolutionDir)\TEMP\$(Configuration).$(Platform)\$(ProjectName)\</IntDir>
  83. <TargetName>$(ProjectName)64D</TargetName>
  84. <IncludePath>..\..\..\deliver\include;$(VC_IncludePath);$(WindowsSDK_IncludePath)</IncludePath>
  85. <LibraryPath>..\..\..\deliver\lib\$(Configuration)X64;$(VC_LibraryPath_x64);$(WindowsSDK_LibraryPath_x64)</LibraryPath>
  86. </PropertyGroup>
  87. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
  88. <LinkIncremental>false</LinkIncremental>
  89. <TargetName>$(ProjectName)64</TargetName>
  90. <OutDir>$(Platform)\$(Configuration)\</OutDir>
  91. <IncludePath>$(VC_IncludePath);$(WindowsSDK_IncludePath);..\..\..\..\..\Deliver\Include\Log4CPP8.0\Log.Include;..\..\..\..\..\Deliver\Include\Log4CPP8.0\Common.Include;..\..\..\..\..\Deliver\include;..\..\..\Deliver\include;..\..\..\Deliver\include\fmt;..\..\..\Deliver\include\CcosV3</IncludePath>
  92. <LibraryPath>$(VC_LibraryPath_x64);$(WindowsSDK_LibraryPath_x64);..\..\..\Deliver\lib\$(Configuration)X64;..\..\..\..\..\Deliver\lib\$(Configuration)X64;..\..\..\..\..\Deliver\lib\$(Configuration)X64\Log4CPP8.0;..\..\..\Deliver\lib\$(Configuration)X64\fmt</LibraryPath>
  93. </PropertyGroup>
  94. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
  95. <ClCompile>
  96. <WarningLevel>Level3</WarningLevel>
  97. <SDLCheck>true</SDLCheck>
  98. <PreprocessorDefinitions>WIN32;_DEBUG;CCOSDEVGENERATORAlmax_EXPORTS;_WINDOWS;_USRDLL;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  99. <ConformanceMode>true</ConformanceMode>
  100. <PrecompiledHeader>Use</PrecompiledHeader>
  101. <PrecompiledHeaderFile>pch.h</PrecompiledHeaderFile>
  102. </ClCompile>
  103. <Link>
  104. <SubSystem>Windows</SubSystem>
  105. <GenerateDebugInformation>true</GenerateDebugInformation>
  106. <EnableUAC>false</EnableUAC>
  107. </Link>
  108. </ItemDefinitionGroup>
  109. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
  110. <ClCompile>
  111. <WarningLevel>Level3</WarningLevel>
  112. <FunctionLevelLinking>true</FunctionLevelLinking>
  113. <IntrinsicFunctions>true</IntrinsicFunctions>
  114. <SDLCheck>true</SDLCheck>
  115. <PreprocessorDefinitions>WIN32;NDEBUG;CCOSDEVGENERATORAlmax_EXPORTS;_WINDOWS;_USRDLL;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  116. <ConformanceMode>true</ConformanceMode>
  117. <PrecompiledHeader>Use</PrecompiledHeader>
  118. <PrecompiledHeaderFile>pch.h</PrecompiledHeaderFile>
  119. </ClCompile>
  120. <Link>
  121. <SubSystem>Windows</SubSystem>
  122. <EnableCOMDATFolding>true</EnableCOMDATFolding>
  123. <OptimizeReferences>true</OptimizeReferences>
  124. <GenerateDebugInformation>true</GenerateDebugInformation>
  125. <EnableUAC>false</EnableUAC>
  126. </Link>
  127. </ItemDefinitionGroup>
  128. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
  129. <ClCompile>
  130. <WarningLevel>Level3</WarningLevel>
  131. <SDLCheck>true</SDLCheck>
  132. <PreprocessorDefinitions>WIN32;_DEBUG;CCOSDEVGENEAlmax_EXPORTS;_WINDOWS;_USRDLL;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  133. <ConformanceMode>Default</ConformanceMode>
  134. <PrecompiledHeader>Use</PrecompiledHeader>
  135. <PrecompiledHeaderFile>stdafx.h</PrecompiledHeaderFile>
  136. <LanguageStandard>stdcpp17</LanguageStandard>
  137. </ClCompile>
  138. <Link>
  139. <SubSystem>Windows</SubSystem>
  140. <GenerateDebugInformation>true</GenerateDebugInformation>
  141. <EnableUAC>true</EnableUAC>
  142. <AdditionalLibraryDirectories>..\BIN</AdditionalLibraryDirectories>
  143. </Link>
  144. <PostBuildEvent>
  145. <Command>copy "$(OutDir)$(TargetName)$(TargetExt)" "..\..\..\deliver\bin\$(Configuration)X64"
  146. copy "$(OutDir)$(TargetName).lib" "..\..\..\deliver\lib\$(Configuration)X64\" </Command>
  147. </PostBuildEvent>
  148. </ItemDefinitionGroup>
  149. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
  150. <ClCompile>
  151. <WarningLevel>Level3</WarningLevel>
  152. <FunctionLevelLinking>true</FunctionLevelLinking>
  153. <IntrinsicFunctions>true</IntrinsicFunctions>
  154. <SDLCheck>true</SDLCheck>
  155. <PreprocessorDefinitions>WIN32;NDEBUG;_WINDOWS;_USRDLL;CCOS_GEN_IDETEC_Almax_EXPORTS;CCOS_DRIVER_EXPORTS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  156. <ConformanceMode>Default</ConformanceMode>
  157. <PrecompiledHeader>Use</PrecompiledHeader>
  158. <PrecompiledHeaderFile>stdafx.h</PrecompiledHeaderFile>
  159. <LanguageStandard>stdcpp17</LanguageStandard>
  160. <AdditionalIncludeDirectories>$(VCInstallDir)UnitTest\include</AdditionalIncludeDirectories>
  161. <Optimization>Disabled</Optimization>
  162. </ClCompile>
  163. <Link>
  164. <SubSystem>Windows</SubSystem>
  165. <EnableCOMDATFolding>true</EnableCOMDATFolding>
  166. <OptimizeReferences>true</OptimizeReferences>
  167. <GenerateDebugInformation>true</GenerateDebugInformation>
  168. <EnableUAC>true</EnableUAC>
  169. <AdditionalLibraryDirectories>$(VCInstallDir)UnitTest\lib</AdditionalLibraryDirectories>
  170. <AdditionalDependencies>Version.lib;%(AdditionalDependencies)</AdditionalDependencies>
  171. </Link>
  172. <PostBuildEvent>
  173. <Command>copy "$(OutDir)$(TargetName)$(TargetExt)" "..\..\..\deliver\bin\$(Configuration)X64"
  174. copy "$(OutDir)$(TargetName).lib" "..\..\..\deliver\lib\$(Configuration)X64\"
  175. copy "$(OutDir)$(TargetName).pdb" "..\..\..\deliver\bin\$(Configuration)X64\" </Command>
  176. </PostBuildEvent>
  177. </ItemDefinitionGroup>
  178. <ItemGroup>
  179. <ClInclude Include="..\..\..\Deliver\Include\Base64.h" />
  180. <ClInclude Include="..\..\..\Deliver\Include\DeliverModule.h" />
  181. <ClInclude Include="..\..\..\Deliver\Include\CcosV3\CCOS.Dev.MSG_V3.hpp" />
  182. <ClInclude Include="..\..\..\Deliver\Include\CcosV3\CcosGeneralDefine_V3.h" />
  183. <ClInclude Include="..\..\..\Deliver\Include\CcosV3\CcosMouldGenerator_V3.h" />
  184. <ClInclude Include="..\..\..\Deliver\Include\CcosV3\CcosUnitComm_V3.h" />
  185. <ClInclude Include="GEN.DEV.IDETEC_Almax.h" />
  186. <ClInclude Include="GEN.DRV.IDETEC_Almax.h" />
  187. <ClInclude Include="stdafx.h" />
  188. <ClInclude Include="resource.h" />
  189. </ItemGroup>
  190. <ItemGroup>
  191. <ClCompile Include="..\..\..\Deliver\Include\Base64.cpp" />
  192. <ClCompile Include="..\..\..\Deliver\Include\DeliverModule.cpp">
  193. <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Release|x64'">NotUsing</PrecompiledHeader>
  194. </ClCompile>
  195. <ClCompile Include="..\..\..\Deliver\Include\CcosV3\CCOS.Dev.MSG_V3.cpp">
  196. <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Release|x64'">NotUsing</PrecompiledHeader>
  197. </ClCompile>
  198. <ClCompile Include="..\..\..\Deliver\Include\CcosV3\CcosGeneralDefine_V3.cpp">
  199. <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Release|x64'">NotUsing</PrecompiledHeader>
  200. </ClCompile>
  201. <ClCompile Include="..\..\..\Deliver\Include\CcosV3\CcosUnitComm_V3.cpp">
  202. <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Release|x64'">NotUsing</PrecompiledHeader>
  203. </ClCompile>
  204. <ClCompile Include="dllmain.cpp" />
  205. <ClCompile Include="GEN.DEV.IDETEC_Almax.cpp" />
  206. <ClCompile Include="GEN.DRV.IDETEC_Almax.cpp" />
  207. <ClCompile Include="stdafx.cpp">
  208. <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Release|x64'">Create</PrecompiledHeader>
  209. <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">Create</PrecompiledHeader>
  210. <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">Create</PrecompiledHeader>
  211. <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">Create</PrecompiledHeader>
  212. </ClCompile>
  213. </ItemGroup>
  214. <ItemGroup>
  215. <ResourceCompile Include="CCOS.Dev.Generator.IDETEC_Almax.rc" />
  216. </ItemGroup>
  217. <ItemGroup>
  218. <Text Include="ReleaseNote.txt" />
  219. </ItemGroup>
  220. <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
  221. <ImportGroup Label="ExtensionTargets">
  222. </ImportGroup>
  223. </Project>