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

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217
  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>{41D12823-9877-44AC-8B1F-E4FFA72B6B65}</ProjectGuid>
  23. <Keyword>Win32Proj</Keyword>
  24. <RootNamespace>CCOSDevGENDEMO</RootNamespace>
  25. <ProjectName>CCOS.Dev.Generator.SimensRF80</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. <UseOfMfc>false</UseOfMfc>
  55. </PropertyGroup>
  56. <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
  57. <ImportGroup Label="ExtensionSettings">
  58. </ImportGroup>
  59. <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
  60. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  61. </ImportGroup>
  62. <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="PropertySheets">
  63. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  64. </ImportGroup>
  65. <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
  66. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  67. </ImportGroup>
  68. <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="PropertySheets">
  69. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  70. </ImportGroup>
  71. <PropertyGroup Label="UserMacros" />
  72. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
  73. <LinkIncremental>true</LinkIncremental>
  74. <OutDir>$(SolutionDir)\BIN\</OutDir>
  75. <IntDir>$(SolutionDir)\TEMP\$(Platform)\$(Configuration)\</IntDir>
  76. </PropertyGroup>
  77. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
  78. <IntDir>$(SolutionDir)\TEMP\$(Configuration).$(Platform)\$(ProjectName)\</IntDir>
  79. <LinkIncremental>false</LinkIncremental>
  80. <OutDir>$(Platform)\$(Configuration)\</OutDir>
  81. <TargetName>$(ProjectName)64D</TargetName>
  82. <IncludePath>..\..\..\deliver\include;$(VC_IncludePath);$(WindowsSDK_IncludePath);</IncludePath>
  83. <LibraryPath>..\..\..\deliver\lib\$(Configuration)X64;$(VC_LibraryPath_x64);$(WindowsSDK_LibraryPath_x64);</LibraryPath>
  84. </PropertyGroup>
  85. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
  86. <LinkIncremental>false</LinkIncremental>
  87. </PropertyGroup>
  88. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
  89. <LinkIncremental>false</LinkIncremental>
  90. <TargetName>$(ProjectName)64</TargetName>
  91. <IncludePath>$(VC_IncludePath);$(WindowsSDK_IncludePath);..\..\..\..\..\deliver\include;..\..\..\..\..\Deliver\Include\Log4CPP\Common.Include;..\..\..\..\..\Deliver\Include\Log4CPP\Log.Include;..\..\..\deliver\include;..\..\..\Deliver\include\fmt</IncludePath>
  92. <LibraryPath>$(VC_LibraryPath_x64);$(WindowsSDK_LibraryPath_x64);..\..\..\..\..\deliver\lib\$(Configuration)X64\Log4CPP;..\..\..\..\..\deliver\lib\$(Configuration)X64;..\..\..\deliver\lib\$(Configuration)X64;..\..\..\Deliver\lib\$(Configuration)X64\fmt</LibraryPath>
  93. <OutDir>..\..\..\..\..\..\1.V1.0.0.0\DeviceV3\OEMDrivers\Generator\SIEMENS\</OutDir>
  94. </PropertyGroup>
  95. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
  96. <ClCompile>
  97. <PrecompiledHeader>Use</PrecompiledHeader>
  98. <WarningLevel>Level3</WarningLevel>
  99. <Optimization>Disabled</Optimization>
  100. <PreprocessorDefinitions>WIN32;_DEBUG;_WINDOWS;_USRDLL;CCOSDEVGENDEMO_EXPORTS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  101. </ClCompile>
  102. <Link>
  103. <SubSystem>Windows</SubSystem>
  104. <GenerateDebugInformation>true</GenerateDebugInformation>
  105. <AdditionalDependencies>CCOS.Dev.Generator.Demo64D.lib;%(AdditionalDependencies)</AdditionalDependencies>
  106. </Link>
  107. </ItemDefinitionGroup>
  108. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
  109. <ClCompile>
  110. <PrecompiledHeader>Use</PrecompiledHeader>
  111. <WarningLevel>Level3</WarningLevel>
  112. <Optimization>Disabled</Optimization>
  113. <PreprocessorDefinitions>WIN32;_DEBUG;_WINDOWS;_USRDLL;CCOSDEVGENSDC_EXPORTS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  114. <LanguageStandard>stdcpp17</LanguageStandard>
  115. </ClCompile>
  116. <Link>
  117. <SubSystem>Windows</SubSystem>
  118. <GenerateDebugInformation>true</GenerateDebugInformation>
  119. <ProgramDatabaseFile>$(IntDir)$(TargetName).pdb</ProgramDatabaseFile>
  120. <AdditionalLibraryDirectories>$(VCInstallDir)UnitTest\lib;</AdditionalLibraryDirectories>
  121. <AdditionalDependencies>%(AdditionalDependencies)</AdditionalDependencies>
  122. </Link>
  123. <PostBuildEvent>
  124. <Command>copy "$(OutDir)$(TargetName)$(TargetExt)" "..\..\..\deliver\bin\$(Configuration)X64"
  125. copy "$(OutDir)$(TargetName).lib" "..\..\..\deliver\lib\$(Configuration)X64\" </Command>
  126. </PostBuildEvent>
  127. </ItemDefinitionGroup>
  128. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
  129. <ClCompile>
  130. <WarningLevel>Level3</WarningLevel>
  131. <PrecompiledHeader>Use</PrecompiledHeader>
  132. <Optimization>MaxSpeed</Optimization>
  133. <FunctionLevelLinking>true</FunctionLevelLinking>
  134. <IntrinsicFunctions>true</IntrinsicFunctions>
  135. <PreprocessorDefinitions>WIN32;NDEBUG;_WINDOWS;_USRDLL;CCOSDEVGENDEMO_EXPORTS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  136. </ClCompile>
  137. <Link>
  138. <SubSystem>Windows</SubSystem>
  139. <GenerateDebugInformation>true</GenerateDebugInformation>
  140. <EnableCOMDATFolding>true</EnableCOMDATFolding>
  141. <OptimizeReferences>true</OptimizeReferences>
  142. </Link>
  143. </ItemDefinitionGroup>
  144. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
  145. <ClCompile>
  146. <WarningLevel>Level3</WarningLevel>
  147. <PrecompiledHeader>Use</PrecompiledHeader>
  148. <Optimization>Disabled</Optimization>
  149. <FunctionLevelLinking>true</FunctionLevelLinking>
  150. <IntrinsicFunctions>true</IntrinsicFunctions>
  151. <PreprocessorDefinitions>WIN32;NDEBUG;_WINDOWS;_CRT_SECURE_NO_WARNINGS;_USRDLL;CCOSDEVGENSDC_EXPORTS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  152. <AdditionalIncludeDirectories>$(VCInstallDir)UnitTest\include;</AdditionalIncludeDirectories>
  153. <LanguageStandard>stdcpp17</LanguageStandard>
  154. </ClCompile>
  155. <Link>
  156. <SubSystem>Windows</SubSystem>
  157. <GenerateDebugInformation>true</GenerateDebugInformation>
  158. <EnableCOMDATFolding>true</EnableCOMDATFolding>
  159. <OptimizeReferences>true</OptimizeReferences>
  160. <AdditionalDependencies>
  161. </AdditionalDependencies>
  162. <AdditionalLibraryDirectories>$(VCInstallDir)UnitTest\lib;</AdditionalLibraryDirectories>
  163. </Link>
  164. <PostBuildEvent>
  165. <Command>copy "$(OutDir)$(TargetName)$(TargetExt)" "..\..\..\deliver\bin\$(Configuration)X64"
  166. copy "$(OutDir)$(TargetName).lib" "..\..\..\deliver\lib\$(Configuration)X64\"
  167. copy "$(OutDir)$(TargetName).pdb" "..\..\..\deliver\bin\$(Configuration)X64\" </Command>
  168. </PostBuildEvent>
  169. </ItemDefinitionGroup>
  170. <ItemGroup>
  171. <Text Include="ReadMe.txt" />
  172. </ItemGroup>
  173. <ItemGroup>
  174. <ClInclude Include="..\..\..\Deliver\Include\Base64.h" />
  175. <ClInclude Include="..\..\..\Deliver\Include\DeliverModule.h" />
  176. <ClInclude Include="..\..\..\Deliver\Include\CCOS.Dev.MSGMould.hpp" />
  177. <ClInclude Include="Define_Simens_RF80.h" />
  178. <ClInclude Include="CCOS.Dev.Generator.SimensRF80.h" />
  179. <ClInclude Include="resource.h" />
  180. <ClInclude Include="stdafx.h" />
  181. <ClInclude Include="targetver.h" />
  182. </ItemGroup>
  183. <ItemGroup>
  184. <ClCompile Include="..\..\..\..\..\Deliver\include\Base64.cpp" />
  185. <ClCompile Include="..\..\..\Deliver\Include\DeliverModule.cpp">
  186. <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Release|x64'">NotUsing</PrecompiledHeader>
  187. </ClCompile>
  188. <ClCompile Include="..\..\..\Deliver\Include\CCOS.Dev.MSGMould.cpp" />
  189. <ClCompile Include="CCOS.Dev.Generator.SimensRF80.cpp" />
  190. <ClCompile Include="dllmain.cpp">
  191. <CompileAsManaged Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">false</CompileAsManaged>
  192. <CompileAsManaged Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">false</CompileAsManaged>
  193. <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
  194. </PrecompiledHeader>
  195. <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
  196. </PrecompiledHeader>
  197. <CompileAsManaged Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">false</CompileAsManaged>
  198. <CompileAsManaged Condition="'$(Configuration)|$(Platform)'=='Release|x64'">false</CompileAsManaged>
  199. <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
  200. </PrecompiledHeader>
  201. <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
  202. </PrecompiledHeader>
  203. </ClCompile>
  204. <ClCompile Include="stdafx.cpp">
  205. <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">Create</PrecompiledHeader>
  206. <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">Create</PrecompiledHeader>
  207. <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">Create</PrecompiledHeader>
  208. <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Release|x64'">Create</PrecompiledHeader>
  209. </ClCompile>
  210. </ItemGroup>
  211. <ItemGroup>
  212. <ResourceCompile Include="CCOS.Dev.Generator.SimensRF80.rc" />
  213. </ItemGroup>
  214. <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
  215. <ImportGroup Label="ExtensionTargets">
  216. </ImportGroup>
  217. </Project>