﻿<?xml version="1.0" encoding="utf-8"?>
<Project DefaultTargets="Build" ToolsVersion="15.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
  <ItemGroup Label="ProjectConfigurations">
    <ProjectConfiguration Include="Debug|VisualGDB">
      <Configuration>Debug</Configuration>
      <Platform>VisualGDB</Platform>
    </ProjectConfiguration>
    <ProjectConfiguration Include="Release|VisualGDB">
      <Configuration>Release</Configuration>
      <Platform>VisualGDB</Platform>
    </ProjectConfiguration>
  </ItemGroup>
  <PropertyGroup Label="Globals">
    <VCProjectVersion>15.0</VCProjectVersion>
    <ProjectGuid>{B93B6BD0-8CCF-4531-815A-3C8A2CF88B64}</ProjectGuid>
    <BSP_ID>com.sysprogs.arm.stm32</BSP_ID>
    <BSP_VERSION>2021.02</BSP_VERSION>
    <InPlaceBSPSubdir />
    <RelativeBSPPath />
  </PropertyGroup>
  <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
  <PropertyGroup Label="Configuration" Condition="'$(Configuration)|$(Platform)'=='Debug|VisualGDB'">
  </PropertyGroup>
  <PropertyGroup Label="Configuration" Condition="'$(Configuration)|$(Platform)'=='Release|VisualGDB'">
  </PropertyGroup>
  <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
  <ImportGroup Label="ExtensionSettings">
  </ImportGroup>
  <ImportGroup Label="Shared">
  </ImportGroup>
  <PropertyGroup Label="UserMacros" />
  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|VisualGDB'">
    <GNUConfigurationType>Debug</GNUConfigurationType>
    <ToolchainID>com.visualgdb.arm-eabi</ToolchainID>
    <ToolchainVersion>9.3.1/9.2.0/r2</ToolchainVersion>
    <MCUPropertyListFile>$(ProjectDir)stm32.props</MCUPropertyListFile>
  </PropertyGroup>
  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|VisualGDB'">
    <ToolchainID>com.visualgdb.arm-eabi</ToolchainID>
    <ToolchainVersion>9.3.1/9.2.0/r2</ToolchainVersion>
    <MCUPropertyListFile>$(ProjectDir)stm32.props</MCUPropertyListFile>
  </PropertyGroup>
  <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|VisualGDB'">
    <Link>
      <LinkerScript>STM32H7B3LIHXQ_FLASH.ld</LinkerScript>
    </Link>
    <ClCompile>
      <AdditionalIncludeDirectories>Core/Inc;$(BSP_ROOT)/VendorSamples/H7/Drivers/BSP/STM32H7B3I-DK;$(BSP_ROOT)/STM32H7xxxx/CMSIS_HAL/Device/ST/STM32H7xx/Include;$(BSP_ROOT)/VendorSamples/H7/Middlewares/Third_Party/FatFs/src;$(BSP_ROOT)/VendorSamples/H7/Drivers/BSP/Components;$(BSP_ROOT)/VendorSamples/H7/Utilities/Fonts;$(BSP_ROOT)/VendorSamples/H7/Middlewares/Third_Party/FatFs/src/drivers;$(BSP_ROOT)/VendorSamples/H7/Utilities/CPU;FatFs/App;Core/Src;FatFs/Target;$(BSP_ROOT)/STM32H7xxxx/STM32H7xx_HAL_Driver/Inc;$(BSP_ROOT)/VendorSamples/H7/Drivers/BSP/Components/Common;$(BSP_ROOT)/STM32H7xxxx/CMSIS_HAL/Include;$(BSP_ROOT)/STM32H7xxxx/CMSIS_HAL/Include;%(ClCompile.AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
      <PreprocessorDefinitions>%(ClCompile.PreprocessorDefinitions);DEBUG=1;USE_HAL_DRIVER;USE_STM32H7B3I_DISCOVERY;STM32H7B3xxQ</PreprocessorDefinitions>
    </ClCompile>
  </ItemDefinitionGroup>
  <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|VisualGDB'">
    <Link>
      <LinkerScript>STM32H7B3LIHXQ_FLASH.ld</LinkerScript>
    </Link>
    <ClCompile>
      <AdditionalIncludeDirectories>Core/Inc;$(BSP_ROOT)/VendorSamples/H7/Drivers/BSP/STM32H7B3I-DK;$(BSP_ROOT)/STM32H7xxxx/CMSIS_HAL/Device/ST/STM32H7xx/Include;$(BSP_ROOT)/VendorSamples/H7/Middlewares/Third_Party/FatFs/src;$(BSP_ROOT)/VendorSamples/H7/Drivers/BSP/Components;$(BSP_ROOT)/VendorSamples/H7/Utilities/Fonts;$(BSP_ROOT)/VendorSamples/H7/Middlewares/Third_Party/FatFs/src/drivers;$(BSP_ROOT)/VendorSamples/H7/Utilities/CPU;FatFs/App;Core/Src;FatFs/Target;$(BSP_ROOT)/STM32H7xxxx/STM32H7xx_HAL_Driver/Inc;$(BSP_ROOT)/VendorSamples/H7/Drivers/BSP/Components/Common;$(BSP_ROOT)/STM32H7xxxx/CMSIS_HAL/Include;$(BSP_ROOT)/STM32H7xxxx/CMSIS_HAL/Include;%(ClCompile.AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
      <PreprocessorDefinitions>%(ClCompile.PreprocessorDefinitions);NDEBUG=1;RELEASE=1;USE_HAL_DRIVER;USE_STM32H7B3I_DISCOVERY;STM32H7B3xxQ</PreprocessorDefinitions>
    </ClCompile>
  </ItemDefinitionGroup>
  <ItemGroup>
  </ItemGroup>
  <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
  <ImportGroup Label="ExtensionTargets">
  </ImportGroup>
  <ItemGroup>
    <None Include="readme.txt" />
    <ClCompile Include="Core\Src\system_stm32h7xx.c" />
    <ClCompile Include="Core\Src\main.c" />
    <ClCompile Include="Core\Src\stm32h7xx_hal_msp.c" />
    <ClCompile Include="Core\Src\stm32h7xx_it.c" />
    <ClCompile Include="FatFs\App\app_fatfs.c" />
    <ClCompile Include="FatFs\Target\sd_diskio.c" />
    <ClCompile Include="$(BSP_ROOT)\STM32H7xxxx\STM32H7xx_HAL_Driver\Src\stm32h7xx_hal.c" />
    <ClCompile Include="$(BSP_ROOT)\STM32H7xxxx\STM32H7xx_HAL_Driver\Src\stm32h7xx_hal_adc.c" />
    <ClCompile Include="$(BSP_ROOT)\STM32H7xxxx\STM32H7xx_HAL_Driver\Src\stm32h7xx_hal_adc_ex.c" />
    <ClCompile Include="$(BSP_ROOT)\STM32H7xxxx\STM32H7xx_HAL_Driver\Src\stm32h7xx_hal_cortex.c" />
    <ClCompile Include="$(BSP_ROOT)\STM32H7xxxx\STM32H7xx_HAL_Driver\Src\stm32h7xx_hal_dma.c" />
    <ClCompile Include="$(BSP_ROOT)\STM32H7xxxx\STM32H7xx_HAL_Driver\Src\stm32h7xx_hal_dma_ex.c" />
    <ClCompile Include="$(BSP_ROOT)\STM32H7xxxx\STM32H7xx_HAL_Driver\Src\stm32h7xx_hal_exti.c" />
    <ClCompile Include="$(BSP_ROOT)\STM32H7xxxx\STM32H7xx_HAL_Driver\Src\stm32h7xx_hal_gpio.c" />
    <ClCompile Include="$(BSP_ROOT)\STM32H7xxxx\STM32H7xx_HAL_Driver\Src\stm32h7xx_hal_i2c.c" />
    <ClCompile Include="$(BSP_ROOT)\STM32H7xxxx\STM32H7xx_HAL_Driver\Src\stm32h7xx_hal_i2c_ex.c" />
    <ClCompile Include="$(BSP_ROOT)\STM32H7xxxx\STM32H7xx_HAL_Driver\Src\stm32h7xx_hal_mmc.c" />
    <ClCompile Include="$(BSP_ROOT)\STM32H7xxxx\STM32H7xx_HAL_Driver\Src\stm32h7xx_hal_mmc_ex.c" />
    <ClCompile Include="$(BSP_ROOT)\STM32H7xxxx\STM32H7xx_HAL_Driver\Src\stm32h7xx_hal_pwr.c" />
    <ClCompile Include="$(BSP_ROOT)\STM32H7xxxx\STM32H7xx_HAL_Driver\Src\stm32h7xx_hal_pwr_ex.c" />
    <ClCompile Include="$(BSP_ROOT)\STM32H7xxxx\STM32H7xx_HAL_Driver\Src\stm32h7xx_hal_rcc.c" />
    <ClCompile Include="$(BSP_ROOT)\STM32H7xxxx\STM32H7xx_HAL_Driver\Src\stm32h7xx_hal_rcc_ex.c" />
    <ClCompile Include="$(BSP_ROOT)\STM32H7xxxx\STM32H7xx_HAL_Driver\Src\stm32h7xx_hal_sd.c" />
    <ClCompile Include="$(BSP_ROOT)\STM32H7xxxx\STM32H7xx_HAL_Driver\Src\stm32h7xx_hal_sd_ex.c" />
    <ClCompile Include="$(BSP_ROOT)\STM32H7xxxx\STM32H7xx_HAL_Driver\Src\stm32h7xx_hal_uart.c" />
    <ClCompile Include="$(BSP_ROOT)\STM32H7xxxx\STM32H7xx_HAL_Driver\Src\stm32h7xx_hal_uart_ex.c" />
    <ClCompile Include="$(BSP_ROOT)\STM32H7xxxx\STM32H7xx_HAL_Driver\Src\stm32h7xx_ll_delayblock.c" />
    <ClCompile Include="$(BSP_ROOT)\STM32H7xxxx\STM32H7xx_HAL_Driver\Src\stm32h7xx_ll_sdmmc.c" />
    <ClCompile Include="$(BSP_ROOT)\VendorSamples\H7\Drivers\BSP\Components\mfxstm32l152\mfxstm32l152.c" />
    <ClCompile Include="$(BSP_ROOT)\VendorSamples\H7\Drivers\BSP\Components\mfxstm32l152\mfxstm32l152_reg.c" />
    <ClCompile Include="$(BSP_ROOT)\VendorSamples\H7\Drivers\BSP\STM32H7B3I-DK\stm32h7b3i_discovery.c" />
    <ClCompile Include="$(BSP_ROOT)\VendorSamples\H7\Drivers\BSP\STM32H7B3I-DK\stm32h7b3i_discovery_bus.c" />
    <ClCompile Include="$(BSP_ROOT)\VendorSamples\H7\Drivers\BSP\STM32H7B3I-DK\stm32h7b3i_discovery_sd.c" />
    <ClCompile Include="$(BSP_ROOT)\VendorSamples\H7\Middlewares\Third_Party\FatFs\src\diskio.c" />
    <ClCompile Include="$(BSP_ROOT)\VendorSamples\H7\Middlewares\Third_Party\FatFs\src\ff.c" />
    <ClCompile Include="$(BSP_ROOT)\VendorSamples\H7\Middlewares\Third_Party\FatFs\src\ff_gen_drv.c" />
    <ClCompile Include="$(BSP_ROOT)\VendorSamples\H7\Middlewares\Third_Party\FatFs\src\option\syscall.c" />
    <ClCompile Include="$(BSP_ROOT)\VendorSamples\H7\Middlewares\Third_Party\FatFs\src\option\unicode.c" />
    <None Include="stm32.props" />
    <ClCompile Include="$(BSP_ROOT)\STM32H7xxxx\StartupFiles\startup_stm32h7b3xxq.c" />
    <ClInclude Include="Core\Inc\main.h" />
    <ClInclude Include="Core\Inc\stm32h7b3i_discovery_conf.h" />
    <ClInclude Include="Core\Inc\stm32h7xx_hal_conf.h" />
    <ClInclude Include="Core\Inc\stm32h7xx_it.h" />
    <None Include="STM32H7B3DiscoFatFsSimpler-Debug.vgdbsettings" />
    <None Include="STM32H7B3DiscoFatFsSimpler-Release.vgdbsettings" />
    <None Include="stm32.xml" />
  </ItemGroup>
</Project>