STM32CubePrgAPI.vcxproj 7.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155
  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. </ItemGroup>
  13. <PropertyGroup Label="Globals">
  14. <VCProjectVersion>15.0</VCProjectVersion>
  15. <ProjectGuid>{C6D0AC7A-50D8-4D39-9D19-E4692749242F}</ProjectGuid>
  16. <Keyword>Win32Proj</Keyword>
  17. <RootNamespace>STM32CubePrgAPI</RootNamespace>
  18. <WindowsTargetPlatformVersion>10.0.16299.0</WindowsTargetPlatformVersion>
  19. </PropertyGroup>
  20. <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
  21. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
  22. <ConfigurationType>Application</ConfigurationType>
  23. <UseDebugLibraries>true</UseDebugLibraries>
  24. <PlatformToolset>v141</PlatformToolset>
  25. <CharacterSet>Unicode</CharacterSet>
  26. </PropertyGroup>
  27. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
  28. <ConfigurationType>Application</ConfigurationType>
  29. <UseDebugLibraries>false</UseDebugLibraries>
  30. <PlatformToolset>v141</PlatformToolset>
  31. <WholeProgramOptimization>true</WholeProgramOptimization>
  32. <CharacterSet>Unicode</CharacterSet>
  33. </PropertyGroup>
  34. <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
  35. <ImportGroup Label="ExtensionSettings">
  36. </ImportGroup>
  37. <ImportGroup Label="Shared">
  38. </ImportGroup>
  39. <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
  40. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  41. </ImportGroup>
  42. <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
  43. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  44. </ImportGroup>
  45. <PropertyGroup Label="UserMacros" />
  46. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
  47. <LinkIncremental>true</LinkIncremental>
  48. <LibraryPath>$(LibraryPath)</LibraryPath>
  49. </PropertyGroup>
  50. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
  51. <LinkIncremental>false</LinkIncremental>
  52. </PropertyGroup>
  53. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
  54. <ClCompile>
  55. <PrecompiledHeader>NotUsing</PrecompiledHeader>
  56. <WarningLevel>Level3</WarningLevel>
  57. <Optimization>Disabled</Optimization>
  58. <SDLCheck>true</SDLCheck>
  59. <PreprocessorDefinitions>WIN32;_DEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  60. <ConformanceMode>true</ConformanceMode>
  61. <AdditionalIncludeDirectories>$(ProjectDir)/../../../../include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
  62. </ClCompile>
  63. <Link>
  64. <SubSystem>Console</SubSystem>
  65. <GenerateDebugInformation>true</GenerateDebugInformation>
  66. <AdditionalLibraryDirectories>$(ProjectDir)/../../../../lib/x86;%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories>
  67. <AdditionalDependencies>CubeProgrammer_API.lib;%(AdditionalDependencies)</AdditionalDependencies>
  68. <OutputFile>$(ProjectDir)/../../../../lib/$(TargetName)$(TargetExt)</OutputFile>
  69. </Link>
  70. <ProjectReference>
  71. <UseLibraryDependencyInputs>true</UseLibraryDependencyInputs>
  72. </ProjectReference>
  73. </ItemDefinitionGroup>
  74. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
  75. <ClCompile>
  76. <PrecompiledHeader>Use</PrecompiledHeader>
  77. <WarningLevel>Level3</WarningLevel>
  78. <Optimization>Disabled</Optimization>
  79. <SDLCheck>true</SDLCheck>
  80. <PreprocessorDefinitions>_DEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  81. <ConformanceMode>true</ConformanceMode>
  82. <AdditionalIncludeDirectories>./.</AdditionalIncludeDirectories>
  83. </ClCompile>
  84. <Link>
  85. <SubSystem>Console</SubSystem>
  86. <GenerateDebugInformation>true</GenerateDebugInformation>
  87. <AdditionalLibraryDirectories>..\Debug</AdditionalLibraryDirectories>
  88. <AdditionalDependencies>CubeProgrammer_API.lib;%(AdditionalDependencies)</AdditionalDependencies>
  89. </Link>
  90. </ItemDefinitionGroup>
  91. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
  92. <ClCompile>
  93. <PrecompiledHeader>Use</PrecompiledHeader>
  94. <WarningLevel>Level3</WarningLevel>
  95. <Optimization>MaxSpeed</Optimization>
  96. <FunctionLevelLinking>true</FunctionLevelLinking>
  97. <IntrinsicFunctions>true</IntrinsicFunctions>
  98. <SDLCheck>true</SDLCheck>
  99. <PreprocessorDefinitions>WIN32;NDEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  100. <ConformanceMode>true</ConformanceMode>
  101. </ClCompile>
  102. <Link>
  103. <SubSystem>Console</SubSystem>
  104. <EnableCOMDATFolding>true</EnableCOMDATFolding>
  105. <OptimizeReferences>true</OptimizeReferences>
  106. <GenerateDebugInformation>true</GenerateDebugInformation>
  107. </Link>
  108. </ItemDefinitionGroup>
  109. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
  110. <ClCompile>
  111. <PrecompiledHeader>Use</PrecompiledHeader>
  112. <WarningLevel>Level3</WarningLevel>
  113. <Optimization>MaxSpeed</Optimization>
  114. <FunctionLevelLinking>true</FunctionLevelLinking>
  115. <IntrinsicFunctions>true</IntrinsicFunctions>
  116. <SDLCheck>true</SDLCheck>
  117. <PreprocessorDefinitions>NDEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  118. <ConformanceMode>true</ConformanceMode>
  119. </ClCompile>
  120. <Link>
  121. <SubSystem>Console</SubSystem>
  122. <EnableCOMDATFolding>true</EnableCOMDATFolding>
  123. <OptimizeReferences>true</OptimizeReferences>
  124. <GenerateDebugInformation>true</GenerateDebugInformation>
  125. </Link>
  126. </ItemDefinitionGroup>
  127. <ItemGroup>
  128. <ClCompile Include="..\..\..\..\src\CAN_Example.cpp" />
  129. <ClCompile Include="..\..\..\..\src\DisplayManager.cpp" />
  130. <ClCompile Include="..\..\..\..\src\Example1.cpp" />
  131. <ClCompile Include="..\..\..\..\src\Example2.cpp" />
  132. <ClCompile Include="..\..\..\..\src\Example3.cpp" />
  133. <ClCompile Include="..\..\..\..\src\I2C_Example.cpp" />
  134. <ClCompile Include="..\..\..\..\src\main.cpp" />
  135. <ClCompile Include="..\..\..\..\src\SPI_Example.cpp" />
  136. <ClCompile Include="..\..\..\..\src\UART_Example.cpp" />
  137. <ClCompile Include="..\..\..\..\src\USB_Example.cpp" />
  138. </ItemGroup>
  139. <ItemGroup>
  140. <ClInclude Include="..\..\..\..\include\CAN_Example.h" />
  141. <ClInclude Include="..\..\..\..\include\CubeProgrammer_API.h" />
  142. <ClInclude Include="..\..\..\..\include\DeviceDataStructure.h" />
  143. <ClInclude Include="..\..\..\..\include\DisplayManager.h" />
  144. <ClInclude Include="..\..\..\..\include\Example1.h" />
  145. <ClInclude Include="..\..\..\..\include\Example2.h" />
  146. <ClInclude Include="..\..\..\..\include\Example3.h" />
  147. <ClInclude Include="..\..\..\..\include\I2C_Example.h" />
  148. <ClInclude Include="..\..\..\..\include\SPI_Example.h" />
  149. <ClInclude Include="..\..\..\..\include\UART_Example.h" />
  150. <ClInclude Include="..\..\..\..\include\USB_Example.h" />
  151. </ItemGroup>
  152. <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
  153. <ImportGroup Label="ExtensionTargets">
  154. </ImportGroup>
  155. </Project>