DIOS.Dev.Generator.CPI.V2019.vcxproj 12 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226
  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>{81DD4A39-3A4E-418B-B267-C5E1C552BC31}</ProjectGuid>
  23. <Keyword>Win32Proj</Keyword>
  24. <RootNamespace>CCOSDevGENDEMO</RootNamespace>
  25. <ProjectName>CCOS.Dev.Generator.CPI</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>v143</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>v143</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>v143</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>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="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>$(ProjectName)64</TargetName>
  90. <IncludePath>..\..\..\deliver\include;..\..\..\..\..\deliver\include;..\..\..\..\..\Deliver\Include\Log4CPP\Common.Include;..\..\..\..\..\Deliver\Include\Log4CPP\Log.Include;$(VC_IncludePath);$(WindowsSDK_IncludePath)</IncludePath>
  91. <LibraryPath>..\..\..\deliver\lib\$(Configuration)X64;..\..\..\..\..\deliver\lib\$(Configuration)X64\Log4CPP;..\..\..\..\..\deliver\lib\$(Configuration)X64;$(VC_LibraryPath_x64);$(WindowsSDK_LibraryPath_x64)</LibraryPath>
  92. <OutDir>..\..\..\..\..\1.V1.0.0.0\DeviceV3\OEMDrivers\Generator\CPI\</OutDir>
  93. </PropertyGroup>
  94. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
  95. <ClCompile>
  96. <PrecompiledHeader>Use</PrecompiledHeader>
  97. <WarningLevel>Level3</WarningLevel>
  98. <Optimization>Disabled</Optimization>
  99. <PreprocessorDefinitions>WIN32;_DEBUG;_WINDOWS;_USRDLL;CCOSDEVGENDEMO_EXPORTS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  100. </ClCompile>
  101. <Link>
  102. <SubSystem>Windows</SubSystem>
  103. <GenerateDebugInformation>true</GenerateDebugInformation>
  104. <AdditionalDependencies>CCOS.Dev.Generator.Demo64D.lib;%(AdditionalDependencies)</AdditionalDependencies>
  105. </Link>
  106. </ItemDefinitionGroup>
  107. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
  108. <ClCompile>
  109. <PrecompiledHeader>Use</PrecompiledHeader>
  110. <WarningLevel>Level3</WarningLevel>
  111. <Optimization>Disabled</Optimization>
  112. <PreprocessorDefinitions>WIN32;_DEBUG;_WINDOWS;_USRDLL;CCOSDEVGENDEMO_EXPORTS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  113. <LanguageStandard>stdcpp17</LanguageStandard>
  114. </ClCompile>
  115. <Link>
  116. <SubSystem>Windows</SubSystem>
  117. <GenerateDebugInformation>true</GenerateDebugInformation>
  118. <ProgramDatabaseFile>$(IntDir)$(TargetName).pdb</ProgramDatabaseFile>
  119. <AdditionalLibraryDirectories>..\BIN</AdditionalLibraryDirectories>
  120. <AdditionalDependencies>%(AdditionalDependencies)</AdditionalDependencies>
  121. </Link>
  122. <PostBuildEvent>
  123. <Command>copy "$(OutDir)$(TargetName)$(TargetExt)" "..\..\..\deliver\bin\$(Configuration)X64"
  124. copy "$(OutDir)$(TargetName).lib" "..\..\..\deliver\lib\$(Configuration)X64\" </Command>
  125. </PostBuildEvent>
  126. </ItemDefinitionGroup>
  127. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
  128. <ClCompile>
  129. <WarningLevel>Level3</WarningLevel>
  130. <PrecompiledHeader>Use</PrecompiledHeader>
  131. <Optimization>MaxSpeed</Optimization>
  132. <FunctionLevelLinking>true</FunctionLevelLinking>
  133. <IntrinsicFunctions>true</IntrinsicFunctions>
  134. <PreprocessorDefinitions>WIN32;NDEBUG;_WINDOWS;_USRDLL;CCOSDEVGENDEMO_EXPORTS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  135. </ClCompile>
  136. <Link>
  137. <SubSystem>Windows</SubSystem>
  138. <GenerateDebugInformation>true</GenerateDebugInformation>
  139. <EnableCOMDATFolding>true</EnableCOMDATFolding>
  140. <OptimizeReferences>true</OptimizeReferences>
  141. </Link>
  142. </ItemDefinitionGroup>
  143. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
  144. <ClCompile>
  145. <WarningLevel>Level3</WarningLevel>
  146. <PrecompiledHeader>Use</PrecompiledHeader>
  147. <Optimization>MaxSpeed</Optimization>
  148. <FunctionLevelLinking>true</FunctionLevelLinking>
  149. <IntrinsicFunctions>true</IntrinsicFunctions>
  150. <PreprocessorDefinitions>WIN32;NDEBUG;_WINDOWS;_USRDLL;CCOSDEVGENCPI_EXPORTS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  151. <AdditionalIncludeDirectories>$(VCInstallDir)UnitTest\include;</AdditionalIncludeDirectories>
  152. <LanguageStandard>stdcpp17</LanguageStandard>
  153. </ClCompile>
  154. <Link>
  155. <SubSystem>Windows</SubSystem>
  156. <GenerateDebugInformation>true</GenerateDebugInformation>
  157. <EnableCOMDATFolding>true</EnableCOMDATFolding>
  158. <OptimizeReferences>true</OptimizeReferences>
  159. <AdditionalDependencies>
  160. </AdditionalDependencies>
  161. <AdditionalLibraryDirectories>$(VCInstallDir)UnitTest\lib;</AdditionalLibraryDirectories>
  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\" </Command>
  167. </PostBuildEvent>
  168. </ItemDefinitionGroup>
  169. <ItemGroup>
  170. <Text Include="ReadMe.txt" />
  171. <Text Include="ReleaseNote.txt" />
  172. </ItemGroup>
  173. <ItemGroup>
  174. <ClInclude Include="..\..\..\Deliver\Include\Base64.h" />
  175. <ClInclude Include="..\..\..\Deliver\Include\DAP.BasicMoulds.hpp" />
  176. <ClInclude Include="..\..\..\Deliver\Include\CCOS.Dev.MSGMould.hpp" />
  177. <ClInclude Include="CCOS.Dev.CollimatorMoudle.hpp" />
  178. <ClInclude Include="CCOS.Dev.DapMoudle.hpp" />
  179. <ClInclude Include="CCOS.Dev.Generator.CPI.h" />
  180. <ClInclude Include="CCOS.Dev.MechanicalMoudle.hpp" />
  181. <ClInclude Include="OEM.Collimator.h" />
  182. <ClInclude Include="OEM.Dap.h" />
  183. <ClInclude Include="OEM.Mechanical.h" />
  184. <ClInclude Include="resource.h" />
  185. <ClInclude Include="stdafx.h" />
  186. <ClInclude Include="targetver.h" />
  187. </ItemGroup>
  188. <ItemGroup>
  189. <ClCompile Include="..\..\..\..\..\Deliver\include\Base64.cpp" />
  190. <ClCompile Include="..\..\..\Deliver\Include\DAP.BasicMoulds.cpp" />
  191. <ClCompile Include="..\..\..\Deliver\Include\CCOS.Dev.MSGMould.cpp" />
  192. <ClCompile Include="CCOS.Dev.CollimatorMoudle.cpp" />
  193. <ClCompile Include="CCOS.Dev.DapMoudle.cpp" />
  194. <ClCompile Include="CCOS.Dev.Generator.CPI.cpp" />
  195. <ClCompile Include="CCOS.Dev.MechanicalMoudle.cpp" />
  196. <ClCompile Include="dllmain.cpp">
  197. <CompileAsManaged Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">false</CompileAsManaged>
  198. <CompileAsManaged Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">false</CompileAsManaged>
  199. <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
  200. </PrecompiledHeader>
  201. <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
  202. </PrecompiledHeader>
  203. <CompileAsManaged Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">false</CompileAsManaged>
  204. <CompileAsManaged Condition="'$(Configuration)|$(Platform)'=='Release|x64'">false</CompileAsManaged>
  205. <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
  206. </PrecompiledHeader>
  207. <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
  208. </PrecompiledHeader>
  209. </ClCompile>
  210. <ClCompile Include="OEM.Collimator.cpp" />
  211. <ClCompile Include="OEM.Dap.cpp" />
  212. <ClCompile Include="OEM.Mechanical.cpp" />
  213. <ClCompile Include="stdafx.cpp">
  214. <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">Create</PrecompiledHeader>
  215. <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">Create</PrecompiledHeader>
  216. <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">Create</PrecompiledHeader>
  217. <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Release|x64'">Create</PrecompiledHeader>
  218. </ClCompile>
  219. </ItemGroup>
  220. <ItemGroup>
  221. <ResourceCompile Include="CCOS.Dev.Generator.CPI.rc" />
  222. </ItemGroup>
  223. <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
  224. <ImportGroup Label="ExtensionTargets">
  225. </ImportGroup>
  226. </Project>