STM32CubePrgAPI.vcxproj 9.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <Project DefaultTargets="Build" ToolsVersion="15.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="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>15.0</VCProjectVersion>
  23. <ProjectGuid>{C6D0AC7A-50D8-4D39-9D19-E4692749242F}</ProjectGuid>
  24. <Keyword>Win32Proj</Keyword>
  25. <RootNamespace>STM32CubePrgAPI</RootNamespace>
  26. <WindowsTargetPlatformVersion>10.0.17763.0</WindowsTargetPlatformVersion>
  27. </PropertyGroup>
  28. <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
  29. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
  30. <ConfigurationType>Application</ConfigurationType>
  31. <UseDebugLibraries>true</UseDebugLibraries>
  32. <PlatformToolset>v141</PlatformToolset>
  33. <CharacterSet>Unicode</CharacterSet>
  34. </PropertyGroup>
  35. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
  36. <ConfigurationType>Application</ConfigurationType>
  37. <UseDebugLibraries>false</UseDebugLibraries>
  38. <PlatformToolset>v141</PlatformToolset>
  39. <WholeProgramOptimization>true</WholeProgramOptimization>
  40. <CharacterSet>Unicode</CharacterSet>
  41. </PropertyGroup>
  42. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration">
  43. <ConfigurationType>Application</ConfigurationType>
  44. <UseDebugLibraries>true</UseDebugLibraries>
  45. <PlatformToolset>v141</PlatformToolset>
  46. <CharacterSet>Unicode</CharacterSet>
  47. </PropertyGroup>
  48. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration">
  49. <ConfigurationType>Application</ConfigurationType>
  50. <UseDebugLibraries>false</UseDebugLibraries>
  51. <PlatformToolset>v141</PlatformToolset>
  52. <WholeProgramOptimization>true</WholeProgramOptimization>
  53. <CharacterSet>Unicode</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. <LibraryPath>$(LibraryPath)</LibraryPath>
  76. </PropertyGroup>
  77. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
  78. <LinkIncremental>true</LinkIncremental>
  79. </PropertyGroup>
  80. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
  81. <LinkIncremental>false</LinkIncremental>
  82. </PropertyGroup>
  83. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
  84. <LinkIncremental>false</LinkIncremental>
  85. </PropertyGroup>
  86. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
  87. <ClCompile>
  88. <PrecompiledHeader>NotUsing</PrecompiledHeader>
  89. <WarningLevel>Level3</WarningLevel>
  90. <Optimization>Disabled</Optimization>
  91. <SDLCheck>true</SDLCheck>
  92. <PreprocessorDefinitions>WIN32;_DEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  93. <ConformanceMode>true</ConformanceMode>
  94. <AdditionalIncludeDirectories>$(ProjectDir)/../../../include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
  95. </ClCompile>
  96. <Link>
  97. <SubSystem>Console</SubSystem>
  98. <GenerateDebugInformation>true</GenerateDebugInformation>
  99. <AdditionalLibraryDirectories>$(ProjectDir)/../../../lib;%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories>
  100. <AdditionalDependencies>CubeProgrammer_API.lib;%(AdditionalDependencies)</AdditionalDependencies>
  101. <OutputFile>$(ProjectDir)/../../../lib/$(TargetName)$(TargetExt)</OutputFile>
  102. </Link>
  103. <ProjectReference>
  104. <UseLibraryDependencyInputs>true</UseLibraryDependencyInputs>
  105. </ProjectReference>
  106. </ItemDefinitionGroup>
  107. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
  108. <ClCompile>
  109. <PrecompiledHeader>Use</PrecompiledHeader>
  110. <WarningLevel>Level3</WarningLevel>
  111. <Optimization>Disabled</Optimization>
  112. <SDLCheck>true</SDLCheck>
  113. <PreprocessorDefinitions>_DEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  114. <ConformanceMode>true</ConformanceMode>
  115. <AdditionalIncludeDirectories>./.</AdditionalIncludeDirectories>
  116. </ClCompile>
  117. <Link>
  118. <SubSystem>Console</SubSystem>
  119. <GenerateDebugInformation>true</GenerateDebugInformation>
  120. <AdditionalLibraryDirectories>..\Debug</AdditionalLibraryDirectories>
  121. <AdditionalDependencies>CubeProgrammer_API.lib;%(AdditionalDependencies)</AdditionalDependencies>
  122. </Link>
  123. </ItemDefinitionGroup>
  124. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
  125. <ClCompile>
  126. <PrecompiledHeader>Use</PrecompiledHeader>
  127. <WarningLevel>Level3</WarningLevel>
  128. <Optimization>MaxSpeed</Optimization>
  129. <FunctionLevelLinking>true</FunctionLevelLinking>
  130. <IntrinsicFunctions>true</IntrinsicFunctions>
  131. <SDLCheck>true</SDLCheck>
  132. <PreprocessorDefinitions>WIN32;NDEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  133. <ConformanceMode>true</ConformanceMode>
  134. </ClCompile>
  135. <Link>
  136. <SubSystem>Console</SubSystem>
  137. <EnableCOMDATFolding>true</EnableCOMDATFolding>
  138. <OptimizeReferences>true</OptimizeReferences>
  139. <GenerateDebugInformation>true</GenerateDebugInformation>
  140. </Link>
  141. </ItemDefinitionGroup>
  142. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
  143. <ClCompile>
  144. <PrecompiledHeader>Use</PrecompiledHeader>
  145. <WarningLevel>Level3</WarningLevel>
  146. <Optimization>MaxSpeed</Optimization>
  147. <FunctionLevelLinking>true</FunctionLevelLinking>
  148. <IntrinsicFunctions>true</IntrinsicFunctions>
  149. <SDLCheck>true</SDLCheck>
  150. <PreprocessorDefinitions>NDEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  151. <ConformanceMode>true</ConformanceMode>
  152. </ClCompile>
  153. <Link>
  154. <SubSystem>Console</SubSystem>
  155. <EnableCOMDATFolding>true</EnableCOMDATFolding>
  156. <OptimizeReferences>true</OptimizeReferences>
  157. <GenerateDebugInformation>true</GenerateDebugInformation>
  158. </Link>
  159. </ItemDefinitionGroup>
  160. <ItemGroup>
  161. <ClCompile Include="..\..\..\src\CAN_Example.cpp" />
  162. <ClCompile Include="..\..\..\src\DisplayManager.cpp" />
  163. <ClCompile Include="..\..\..\src\Example1.cpp" />
  164. <ClCompile Include="..\..\..\src\Example2.cpp" />
  165. <ClCompile Include="..\..\..\src\Example3.cpp" />
  166. <ClCompile Include="..\..\..\src\I2C_Example.cpp" />
  167. <ClCompile Include="..\..\..\src\main.cpp" />
  168. <ClCompile Include="..\..\..\src\SPI_Example.cpp" />
  169. <ClCompile Include="..\..\..\src\UART_Example.cpp" />
  170. <ClCompile Include="..\..\..\src\USB_Example.cpp" />
  171. </ItemGroup>
  172. <ItemGroup>
  173. <ClInclude Include="..\..\..\include\CAN_Example.h" />
  174. <ClInclude Include="..\..\..\include\CubeProgrammer_API.h" />
  175. <ClInclude Include="..\..\..\include\DeviceDataStructure.h" />
  176. <ClInclude Include="..\..\..\include\DisplayManager.h" />
  177. <ClInclude Include="..\..\..\include\Example1.h" />
  178. <ClInclude Include="..\..\..\include\Example2.h" />
  179. <ClInclude Include="..\..\..\include\Example3.h" />
  180. <ClInclude Include="..\..\..\include\I2C_Example.h" />
  181. <ClInclude Include="..\..\..\include\SPI_Example.h" />
  182. <ClInclude Include="..\..\..\include\UART_Example.h" />
  183. <ClInclude Include="..\..\..\include\USB_Example.h" />
  184. </ItemGroup>
  185. <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
  186. <ImportGroup Label="ExtensionTargets">
  187. </ImportGroup>
  188. </Project>