DIOS.Dev.Generator.V2Adapter.vcxproj 11 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210
  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>{1D8D0C77-9584-4DAA-8E29-04690436EDA7}</ProjectGuid>
  23. <Keyword>Win32Proj</Keyword>
  24. <RootNamespace>CCOSDevGeneratorV2Adapter</RootNamespace>
  25. <WindowsTargetPlatformVersion>10.0</WindowsTargetPlatformVersion>
  26. </PropertyGroup>
  27. <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
  28. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
  29. <ConfigurationType>DynamicLibrary</ConfigurationType>
  30. <UseDebugLibraries>true</UseDebugLibraries>
  31. <PlatformToolset>v143</PlatformToolset>
  32. <CharacterSet>MultiByte</CharacterSet>
  33. <UseOfMfc>Dynamic</UseOfMfc>
  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. <UseOfMfc>Dynamic</UseOfMfc>
  41. </PropertyGroup>
  42. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
  43. <ConfigurationType>DynamicLibrary</ConfigurationType>
  44. <UseDebugLibraries>false</UseDebugLibraries>
  45. <PlatformToolset>v143</PlatformToolset>
  46. <WholeProgramOptimization>true</WholeProgramOptimization>
  47. <CharacterSet>MultiByte</CharacterSet>
  48. <UseOfMfc>Dynamic</UseOfMfc>
  49. </PropertyGroup>
  50. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration">
  51. <ConfigurationType>DynamicLibrary</ConfigurationType>
  52. <UseDebugLibraries>false</UseDebugLibraries>
  53. <PlatformToolset>v143</PlatformToolset>
  54. <WholeProgramOptimization>true</WholeProgramOptimization>
  55. <CharacterSet>MultiByte</CharacterSet>
  56. <UseOfMfc>Dynamic</UseOfMfc>
  57. </PropertyGroup>
  58. <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
  59. <ImportGroup Label="ExtensionSettings">
  60. </ImportGroup>
  61. <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
  62. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  63. </ImportGroup>
  64. <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="PropertySheets">
  65. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  66. </ImportGroup>
  67. <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
  68. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  69. </ImportGroup>
  70. <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="PropertySheets">
  71. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  72. </ImportGroup>
  73. <PropertyGroup Label="UserMacros" />
  74. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
  75. <LinkIncremental>true</LinkIncremental>
  76. <TargetName>$(ProjectName)D</TargetName>
  77. </PropertyGroup>
  78. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
  79. <LinkIncremental>true</LinkIncremental>
  80. <TargetName>$(ProjectName)X64D</TargetName>
  81. </PropertyGroup>
  82. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
  83. <LinkIncremental>false</LinkIncremental>
  84. </PropertyGroup>
  85. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
  86. <LinkIncremental>false</LinkIncremental>
  87. <TargetName>$(ProjectName)X64</TargetName>
  88. <IncludePath>$(VC_IncludePath);$(WindowsSDK_IncludePath);..\..\..\..\..\Deliver\Include\Log4CPP\Log.Include;..\..\..\..\..\Deliver\Include\Log4CPP\Common.Include;..\..\..\deliver\include;..\..\..\..\..\deliver\include</IncludePath>
  89. <LibraryPath>..\..\..\..\..\deliver\lib\$(Configuration)X64;..\..\..\deliver\lib\$(Configuration)X64;$(VC_LibraryPath_x64);$(WindowsSDK_LibraryPath_x64);..\..\..\..\..\deliver\lib\$(Configuration)X64\Log4CPP</LibraryPath>
  90. <OutDir>..\..\..\..\..\..\1.V1.0.0.0\DeviceV3\OEMDrivers\Generator\V2AdapterDriver\</OutDir>
  91. </PropertyGroup>
  92. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
  93. <ClCompile>
  94. <PrecompiledHeader>Use</PrecompiledHeader>
  95. <WarningLevel>Level3</WarningLevel>
  96. <Optimization>Disabled</Optimization>
  97. <PreprocessorDefinitions>WIN32;_DEBUG;_WINDOWS;_USRDLL;CCOSDEVGENERATORV2ADAPTER_EXPORTS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  98. <SDLCheck>true</SDLCheck>
  99. </ClCompile>
  100. <Link>
  101. <SubSystem>Windows</SubSystem>
  102. <GenerateDebugInformation>true</GenerateDebugInformation>
  103. </Link>
  104. </ItemDefinitionGroup>
  105. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
  106. <ClCompile>
  107. <PrecompiledHeader>Use</PrecompiledHeader>
  108. <WarningLevel>Level3</WarningLevel>
  109. <Optimization>Disabled</Optimization>
  110. <PreprocessorDefinitions>WIN32;_DEBUG;_WINDOWS;_USRDLL;CCOSDEVGENERATORV2ADAPTER_EXPORTS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  111. <SDLCheck>true</SDLCheck>
  112. <LanguageStandard>stdcpp17</LanguageStandard>
  113. </ClCompile>
  114. <Link>
  115. <SubSystem>Windows</SubSystem>
  116. <GenerateDebugInformation>true</GenerateDebugInformation>
  117. </Link>
  118. </ItemDefinitionGroup>
  119. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
  120. <ClCompile>
  121. <WarningLevel>Level3</WarningLevel>
  122. <PrecompiledHeader>Use</PrecompiledHeader>
  123. <Optimization>MaxSpeed</Optimization>
  124. <FunctionLevelLinking>true</FunctionLevelLinking>
  125. <IntrinsicFunctions>true</IntrinsicFunctions>
  126. <PreprocessorDefinitions>WIN32;NDEBUG;_WINDOWS;_USRDLL;CCOSDEVGENERATORV2ADAPTER_EXPORTS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  127. <SDLCheck>true</SDLCheck>
  128. </ClCompile>
  129. <Link>
  130. <SubSystem>Windows</SubSystem>
  131. <GenerateDebugInformation>true</GenerateDebugInformation>
  132. <EnableCOMDATFolding>true</EnableCOMDATFolding>
  133. <OptimizeReferences>true</OptimizeReferences>
  134. </Link>
  135. </ItemDefinitionGroup>
  136. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
  137. <ClCompile>
  138. <WarningLevel>Level3</WarningLevel>
  139. <PrecompiledHeader>Use</PrecompiledHeader>
  140. <Optimization>Disabled</Optimization>
  141. <FunctionLevelLinking>true</FunctionLevelLinking>
  142. <IntrinsicFunctions>true</IntrinsicFunctions>
  143. <PreprocessorDefinitions>WIN32;NDEBUG;_WINDOWS;_USRDLL;CCOSDEVGENERATORV2ADAPTER_EXPORTS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  144. <SDLCheck>true</SDLCheck>
  145. <LanguageStandard>stdcpp17</LanguageStandard>
  146. <AdditionalIncludeDirectories>$(ProjectDir)</AdditionalIncludeDirectories>
  147. </ClCompile>
  148. <Link>
  149. <SubSystem>Windows</SubSystem>
  150. <GenerateDebugInformation>true</GenerateDebugInformation>
  151. <EnableCOMDATFolding>true</EnableCOMDATFolding>
  152. <OptimizeReferences>true</OptimizeReferences>
  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\" </Command>
  158. </PostBuildEvent>
  159. </ItemDefinitionGroup>
  160. <ItemGroup>
  161. <Text Include="ReadMe.txt" />
  162. </ItemGroup>
  163. <ItemGroup>
  164. <ClInclude Include="..\..\..\Deliver\Include\CCOS.Dev.MSGMould.hpp" />
  165. <ClInclude Include="AppSettings.h" />
  166. <ClInclude Include="CommonData.h" />
  167. <ClInclude Include="CommonMessage.h" />
  168. <ClInclude Include="CCOS.Dev.Generator.V2Adapter.h" />
  169. <ClInclude Include="GEN_i.h" />
  170. <ClInclude Include="Markup.h" />
  171. <ClInclude Include="resource.h" />
  172. <ClInclude Include="SPROMEPS.H" />
  173. <ClInclude Include="stdafx.h" />
  174. <ClInclude Include="targetver.h" />
  175. <ClInclude Include="UIObject.h" />
  176. </ItemGroup>
  177. <ItemGroup>
  178. <ClCompile Include="..\..\..\Deliver\Include\CCOS.Dev.MSGMould.cpp" />
  179. <ClCompile Include="AppSettings.cpp" />
  180. <ClCompile Include="CCOS.Dev.Generator.V2Adapter.cpp" />
  181. <ClCompile Include="dllmain.cpp">
  182. <CompileAsManaged Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">false</CompileAsManaged>
  183. <CompileAsManaged Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">false</CompileAsManaged>
  184. <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
  185. </PrecompiledHeader>
  186. <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
  187. </PrecompiledHeader>
  188. <CompileAsManaged Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">false</CompileAsManaged>
  189. <CompileAsManaged Condition="'$(Configuration)|$(Platform)'=='Release|x64'">false</CompileAsManaged>
  190. <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
  191. </PrecompiledHeader>
  192. <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
  193. </PrecompiledHeader>
  194. </ClCompile>
  195. <ClCompile Include="Markup.cpp" />
  196. <ClCompile Include="stdafx.cpp">
  197. <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">Create</PrecompiledHeader>
  198. <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">Create</PrecompiledHeader>
  199. <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">Create</PrecompiledHeader>
  200. <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Release|x64'">Create</PrecompiledHeader>
  201. </ClCompile>
  202. <ClCompile Include="UIObject.cpp" />
  203. </ItemGroup>
  204. <ItemGroup>
  205. <ResourceCompile Include="CCOS.Dev.Generator.V2Adapter.rc" />
  206. </ItemGroup>
  207. <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
  208. <ImportGroup Label="ExtensionTargets">
  209. </ImportGroup>
  210. </Project>