﻿<?xml version="1.0" encoding="utf-8"?>
<Project DefaultTargets="Build" 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>16.0</VCProjectVersion>
    <ProjectGuid>{5B26D785-84EB-4CC4-8A15-5A21A770CCF6}</ProjectGuid>
    <BSP_ID>com.sysprogs.arm.stm32</BSP_ID>
    <BSP_VERSION>2023.07</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>12.3.1/13.2/r1</ToolchainVersion>
    <MCUPropertyListFile>$(ProjectDir)stm32.props</MCUPropertyListFile>
  </PropertyGroup>
  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|VisualGDB'">
    <ToolchainID>com.visualgdb.arm-eabi</ToolchainID>
    <ToolchainVersion>12.3.1/13.2/r1</ToolchainVersion>
    <MCUPropertyListFile>$(ProjectDir)stm32.props</MCUPropertyListFile>
  </PropertyGroup>
  <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|VisualGDB'">
    <ClCompile>
      <CPPLanguageStandard>
      </CPPLanguageStandard>
      <AdditionalIncludeDirectories>../FIFO;../BSP_h7a3som;../BSP_h7a3som/Clocks;../BSP_h7a3som/I2C;../BSP_h7a3som/SPI;../BSP_h7a3som/Timers;../BSP_h7a3som/UART;../FileSystem;../Devices/GPS;../StateMachine;../StateMachine/InitMissionState;../StateMachine/InitPlatformState;../StateMachine/RecoveryState;..;../BuoyancyEngineLB;../BuoyancyEngineLB/ControlLoop;../BuoyancyEngineLB/LTC2493_BellowsPosition;../BuoyancyEngineLB/LTC2946_EnergyMonitor;../StateMachine/SubmergeState;..\FATFS\Target;..\FATFS\App;..\Core\Inc;..\Drivers\STM32H7xx_HAL_Driver\Inc;..\Drivers\STM32H7xx_HAL_Driver\Inc\Legacy;..\Middlewares\Third_Party\FatFs\src;..\Drivers\CMSIS\Device\ST\STM32H7xx\Include;..\Drivers\CMSIS\Include;%(ClCompile.AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
      <PreprocessorDefinitions>DEBUG=1;USE_FULL_LL_DRIVER;USE_HAL_DRIVER;STM32H7A3xxQ;%(ClCompile.PreprocessorDefinitions)</PreprocessorDefinitions>
      <AdditionalOptions />
      <CLanguageStandard />
    </ClCompile>
    <Link>
      <LibrarySearchDirectories>%(Link.LibrarySearchDirectories)</LibrarySearchDirectories>
      <AdditionalLibraryNames>%(Link.AdditionalLibraryNames)</AdditionalLibraryNames>
      <AdditionalLinkerInputs>%(Link.AdditionalLinkerInputs)</AdditionalLinkerInputs>
      <LinkerScript>C:\Users\gene\Documents\CPF\Software\CPF2023Aug15\CPFver9\STM32H7A3ZITXQ_FLASH.ld</LinkerScript>
      <AdditionalOptions />
    </Link>
  </ItemDefinitionGroup>
  <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|VisualGDB'">
    <ClCompile>
      <CPPLanguageStandard>
      </CPPLanguageStandard>
      <AdditionalIncludeDirectories>..\FATFS\Target;..\FATFS\App;..\Core\Inc;..\Drivers\STM32H7xx_HAL_Driver\Inc;..\Drivers\STM32H7xx_HAL_Driver\Inc\Legacy;..\Middlewares\Third_Party\FatFs\src;..\Drivers\CMSIS\Device\ST\STM32H7xx\Include;..\Drivers\CMSIS\Include;%(ClCompile.AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
      <PreprocessorDefinitions>NDEBUG=1;RELEASE=1;USE_FULL_LL_DRIVER;USE_HAL_DRIVER;STM32H7A3xxQ;%(ClCompile.PreprocessorDefinitions)</PreprocessorDefinitions>
      <AdditionalOptions />
      <CLanguageStandard />
    </ClCompile>
    <Link>
      <LibrarySearchDirectories>%(Link.LibrarySearchDirectories)</LibrarySearchDirectories>
      <AdditionalLibraryNames>%(Link.AdditionalLibraryNames)</AdditionalLibraryNames>
      <AdditionalLinkerInputs>%(Link.AdditionalLinkerInputs)</AdditionalLinkerInputs>
      <LinkerScript>C:\Users\gene\Documents\CPF\Software\CPF2023Aug15\CPFver9\STM32H7A3ZITXQ_FLASH.ld</LinkerScript>
      <AdditionalOptions />
    </Link>
  </ItemDefinitionGroup>
  <ItemGroup>
  </ItemGroup>
  <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
  <ImportGroup Label="ExtensionTargets">
  </ImportGroup>
  <ItemGroup>
    <ClCompile Include="..\BuoyancyEngineLB\BellowsPosition_Interface.cpp" />
    <ClCompile Include="..\BuoyancyEngineLB\BuoyancyEngine_Interface.cpp" />
    <ClCompile Include="..\BuoyancyEngineLB\ControlLoop\AH_PID.cpp" />
    <ClCompile Include="..\BuoyancyEngineLB\ControlLoop\CPFBuoyancyEngine.cpp" />
    <ClCompile Include="..\BuoyancyEngineLB\ControlLoop\FIR_Filter.cpp" />
    <ClCompile Include="..\BuoyancyEngineLB\ControlLoop\LPF_Estimator.cpp" />
    <ClCompile Include="..\BuoyancyEngineLB\ControlLoop\Supervised_PV_Controller.cpp" />
    <ClCompile Include="..\BuoyancyEngineLB\DevicePowerSwitch.cpp" />
    <ClCompile Include="..\BuoyancyEngineLB\LTC2493_BellowsPosition\LTC2493_BellowsPosition.cpp" />
    <ClCompile Include="..\BuoyancyEngineLB\LTC2946_EnergyMonitor\LTC2946_EnergyMonitor.cpp" />
    <ClCompile Include="..\BuoyancyEngineLB\LTC2946_EnergyMonitor\__LTC2946_LinearDriver.cpp" />
    <ClCompile Include="..\BuoyancyEngineLB\MotorController_Interface.cpp" />
    <ClCompile Include="..\BuoyancyEngineLB\Platform_Controller.cpp" />
    <ClCompile Include="..\BuoyancyEngineLB\system_time.cpp" />
    <ClCompile Include="..\CPFUtilities.cpp" />
    <ClCompile Include="..\StateMachine\InitPlatformState\InitPlatformState.cpp" />
    <ClCompile Include="..\StateMachine\RecoveryState\RecoveryState.cpp" />
    <ClCompile Include="..\StateMachine\StateBase.cpp" />
    <ClCompile Include="..\StateMachine\StateMachine.cpp" />
    <ClCompile Include="..\StateMachine\StateVariables.cpp" />
    <ClCompile Include="..\StateMachine\SubmergeState\SubmergeState.cpp" />
    <ClCompile Include="UARTBase.cpp" />
    <ClInclude Include="..\BSP_h7a3som\BSP.hpp" />
    <ClInclude Include="..\BSP_h7a3som\Clocks\RTClock.hpp" />
    <ClInclude Include="..\BSP_h7a3som\Clocks\SystemClock.hpp" />
    <ClInclude Include="..\BSP_h7a3som\I2C\I2C.hpp" />
    <ClInclude Include="..\BSP_h7a3som\SPI\SPI.hpp" />
    <ClInclude Include="..\BSP_h7a3som\Timers\TimerMgr.hpp" />
    <ClInclude Include="..\BSP_h7a3som\UART\USART1.hpp" />
    <ClInclude Include="..\BuoyancyEngineLB\BellowsPosition_Interface.hpp" />
    <ClInclude Include="..\BuoyancyEngineLB\BuoyancyEngine_Interface.hpp" />
    <ClInclude Include="..\BuoyancyEngineLB\ControlLoop\AH_PID.hpp" />
    <ClInclude Include="..\BuoyancyEngineLB\ControlLoop\CPFBuoyancyEngine.hpp" />
    <ClInclude Include="..\BuoyancyEngineLB\ControlLoop\FIR_Filter.hpp" />
    <ClInclude Include="..\BuoyancyEngineLB\ControlLoop\LPF_Estimator.hpp" />
    <ClInclude Include="..\BuoyancyEngineLB\ControlLoop\Supervised_PV_Controller.hpp" />
    <ClInclude Include="..\BuoyancyEngineLB\DevicePowerSwitch.hpp" />
    <ClInclude Include="..\BuoyancyEngineLB\endian.hpp" />
    <ClInclude Include="..\BuoyancyEngineLB\EnergyMonitor_Interface.hpp" />
    <ClInclude Include="..\BuoyancyEngineLB\I2C_Interface.hpp" />
    <ClInclude Include="..\BuoyancyEngineLB\LTC2493_BellowsPosition\LTC2493_BellowsPosition.hpp" />
    <ClInclude Include="..\BuoyancyEngineLB\LTC2493_BellowsPosition\__LTC2493_definitions.hpp" />
    <ClInclude Include="..\BuoyancyEngineLB\LTC2946_EnergyMonitor\LTC2946_EnergyMonitor.hpp" />
    <ClInclude Include="..\BuoyancyEngineLB\LTC2946_EnergyMonitor\__LTC2946_definitions.hpp" />
    <ClInclude Include="..\BuoyancyEngineLB\LTC2946_EnergyMonitor\__LTC2946_LinearDriver.hpp" />
    <ClInclude Include="..\BuoyancyEngineLB\MotorController_Interface.hpp" />
    <ClInclude Include="..\BuoyancyEngineLB\MotorizedValve_Interface.hpp" />
    <ClInclude Include="..\BuoyancyEngineLB\Platform_Controller.hpp" />
    <ClInclude Include="..\BuoyancyEngineLB\PowerSwitched_Device.hpp" />
    <ClInclude Include="..\BuoyancyEngineLB\StateEstimator_Interface.hpp" />
    <ClInclude Include="..\BuoyancyEngineLB\system_time.hpp" />
    <ClInclude Include="..\Core\Inc\main.h" />
    <ClInclude Include="..\Core\Inc\stm32h7xx_hal_conf.h" />
    <ClInclude Include="..\Core\Inc\stm32h7xx_it.h" />
    <ClInclude Include="..\Core\Inc\stm32_assert.h" />
    <ClCompile Include="..\BSP_h7a3som\BSP.cpp" />
    <ClCompile Include="..\BSP_h7a3som\Clocks\RTClock.cpp" />
    <ClCompile Include="..\BSP_h7a3som\Clocks\SystemClock.cpp" />
    <ClCompile Include="..\BSP_h7a3som\I2C\I2C.cpp" />
    <ClCompile Include="..\BSP_h7a3som\SPI\SPI.cpp" />
    <ClCompile Include="..\BSP_h7a3som\Timers\TimerMgr.cpp" />
    <ClCompile Include="..\BSP_h7a3som\UART\USART1.cpp" />
    <ClCompile Include="..\BSP_h7a3som\Watchdogs\Watchdogs.cpp" />
    <ClCompile Include="..\Core\Src\main.cpp" />
    <ClCompile Include="..\Core\Src\stm32h7xx_hal_msp.c" />
    <ClCompile Include="..\Core\Src\stm32h7xx_it.c" />
    <ClCompile Include="..\Core\Src\syscalls.c" />
    <ClCompile Include="..\Core\Src\sysmem.c" />
    <ClCompile Include="..\Core\Src\system_stm32h7xx.c" />
    <ClCompile Include="..\Core\Startup\startup_stm32h7a3zitxq.S" />
    <ClCompile Include="..\Devices\GPS\GPS1.cpp" />
    <ClCompile Include="..\Devices\GPS\GPSBase.cpp" />
    <ClCompile Include="..\FATFS\App\fatfs.c" />
    <ClInclude Include="..\CPFUtilities.hpp" />
    <ClInclude Include="..\Devices\GPS\GPS1.hpp" />
    <ClInclude Include="..\Devices\GPS\GPSBase.hpp" />
    <ClInclude Include="..\FATFS\App\fatfs.h" />
    <ClCompile Include="..\FATFS\Target\bsp_driver_sd.c" />
    <ClInclude Include="..\FATFS\Target\bsp_driver_sd.h" />
    <ClCompile Include="..\FATFS\Target\fatfs_platform.c" />
    <ClInclude Include="..\FATFS\Target\fatfs_platform.h" />
    <ClInclude Include="..\FATFS\Target\ffconf.h" />
    <ClCompile Include="..\FATFS\Target\sd_diskio.c" />
    <ClInclude Include="..\FATFS\Target\sd_diskio.h" />
    <ClCompile Include="..\FIFO\FIFOQueue.cpp" />
    <ClCompile Include="..\FileSystem\FileSys.cpp" />
    <ClCompile Include="..\FileSystem\Logger.cpp" />
    <ClCompile Include="..\Middlewares\Third_Party\FatFs\src\diskio.c" />
    <ClInclude Include="..\FIFO\FIFOQueue.hpp" />
    <ClInclude Include="..\FileSystem\FileSys.hpp" />
    <ClInclude Include="..\FileSystem\Logger.hpp" />
    <ClInclude Include="..\Middlewares\Third_Party\FatFs\src\diskio.h" />
    <ClCompile Include="..\Middlewares\Third_Party\FatFs\src\ff.c" />
    <ClInclude Include="..\Middlewares\Third_Party\FatFs\src\ff.h" />
    <ClCompile Include="..\Middlewares\Third_Party\FatFs\src\ff_gen_drv.c" />
    <ClInclude Include="..\Middlewares\Third_Party\FatFs\src\ff_gen_drv.h" />
    <ClInclude Include="..\Middlewares\Third_Party\FatFs\src\integer.h" />
    <ClCompile Include="..\Middlewares\Third_Party\FatFs\src\option\ccsbcs.c" />
    <ClCompile Include="..\Middlewares\Third_Party\FatFs\src\option\syscall.c" />
    <ClInclude Include="..\Drivers\CMSIS\Device\ST\STM32H7xx\Include\stm32h7a3xxq.h" />
    <ClInclude Include="..\Drivers\CMSIS\Device\ST\STM32H7xx\Include\stm32h7xx.h" />
    <ClInclude Include="..\Drivers\CMSIS\Device\ST\STM32H7xx\Include\system_stm32h7xx.h" />
    <ClInclude Include="..\Drivers\CMSIS\Include\cmsis_armcc.h" />
    <ClInclude Include="..\Drivers\CMSIS\Include\cmsis_armclang.h" />
    <ClInclude Include="..\Drivers\CMSIS\Include\cmsis_armclang_ltm.h" />
    <ClInclude Include="..\Drivers\CMSIS\Include\cmsis_compiler.h" />
    <ClInclude Include="..\Drivers\CMSIS\Include\cmsis_gcc.h" />
    <ClInclude Include="..\Drivers\CMSIS\Include\cmsis_iccarm.h" />
    <ClInclude Include="..\Drivers\CMSIS\Include\cmsis_version.h" />
    <ClInclude Include="..\Drivers\CMSIS\Include\core_armv81mml.h" />
    <ClInclude Include="..\Drivers\CMSIS\Include\core_armv8mbl.h" />
    <ClInclude Include="..\Drivers\CMSIS\Include\core_armv8mml.h" />
    <ClInclude Include="..\Drivers\CMSIS\Include\core_cm0.h" />
    <ClInclude Include="..\Drivers\CMSIS\Include\core_cm0plus.h" />
    <ClInclude Include="..\Drivers\CMSIS\Include\core_cm1.h" />
    <ClInclude Include="..\Drivers\CMSIS\Include\core_cm23.h" />
    <ClInclude Include="..\Drivers\CMSIS\Include\core_cm3.h" />
    <ClInclude Include="..\Drivers\CMSIS\Include\core_cm33.h" />
    <ClInclude Include="..\Drivers\CMSIS\Include\core_cm35p.h" />
    <ClInclude Include="..\Drivers\CMSIS\Include\core_cm4.h" />
    <ClInclude Include="..\Drivers\CMSIS\Include\core_cm7.h" />
    <ClInclude Include="..\Drivers\CMSIS\Include\core_sc000.h" />
    <ClInclude Include="..\Drivers\CMSIS\Include\core_sc300.h" />
    <ClInclude Include="..\Drivers\CMSIS\Include\mpu_armv7.h" />
    <ClInclude Include="..\Drivers\CMSIS\Include\mpu_armv8.h" />
    <ClInclude Include="..\Drivers\CMSIS\Include\tz_context.h" />
    <ClInclude Include="..\Drivers\STM32H7xx_HAL_Driver\Inc\stm32h7xx_hal.h" />
    <ClInclude Include="..\Drivers\STM32H7xx_HAL_Driver\Inc\stm32h7xx_hal_cortex.h" />
    <ClInclude Include="..\Drivers\STM32H7xx_HAL_Driver\Inc\stm32h7xx_hal_def.h" />
    <ClInclude Include="..\Drivers\STM32H7xx_HAL_Driver\Inc\stm32h7xx_hal_dma.h" />
    <ClInclude Include="..\Drivers\STM32H7xx_HAL_Driver\Inc\stm32h7xx_hal_dma_ex.h" />
    <ClInclude Include="..\Drivers\STM32H7xx_HAL_Driver\Inc\stm32h7xx_hal_exti.h" />
    <ClInclude Include="..\Drivers\STM32H7xx_HAL_Driver\Inc\stm32h7xx_hal_flash.h" />
    <ClInclude Include="..\Drivers\STM32H7xx_HAL_Driver\Inc\stm32h7xx_hal_flash_ex.h" />
    <ClInclude Include="..\Drivers\STM32H7xx_HAL_Driver\Inc\stm32h7xx_hal_gpio.h" />
    <ClInclude Include="..\Drivers\STM32H7xx_HAL_Driver\Inc\stm32h7xx_hal_gpio_ex.h" />
    <ClInclude Include="..\Drivers\STM32H7xx_HAL_Driver\Inc\stm32h7xx_hal_hsem.h" />
    <ClInclude Include="..\Drivers\STM32H7xx_HAL_Driver\Inc\stm32h7xx_hal_i2c.h" />
    <ClInclude Include="..\Drivers\STM32H7xx_HAL_Driver\Inc\stm32h7xx_hal_i2c_ex.h" />
    <ClInclude Include="..\Drivers\STM32H7xx_HAL_Driver\Inc\stm32h7xx_hal_mdma.h" />
    <ClInclude Include="..\Drivers\STM32H7xx_HAL_Driver\Inc\stm32h7xx_hal_pwr.h" />
    <ClInclude Include="..\Drivers\STM32H7xx_HAL_Driver\Inc\stm32h7xx_hal_pwr_ex.h" />
    <ClInclude Include="..\Drivers\STM32H7xx_HAL_Driver\Inc\stm32h7xx_hal_rcc.h" />
    <ClInclude Include="..\Drivers\STM32H7xx_HAL_Driver\Inc\stm32h7xx_hal_rcc_ex.h" />
    <ClInclude Include="..\Drivers\STM32H7xx_HAL_Driver\Inc\stm32h7xx_hal_sd.h" />
    <ClInclude Include="..\Drivers\STM32H7xx_HAL_Driver\Inc\stm32h7xx_hal_sd_ex.h" />
    <ClInclude Include="..\Drivers\STM32H7xx_HAL_Driver\Inc\stm32h7xx_hal_tim.h" />
    <ClInclude Include="..\Drivers\STM32H7xx_HAL_Driver\Inc\stm32h7xx_hal_tim_ex.h" />
    <ClInclude Include="..\Drivers\STM32H7xx_HAL_Driver\Inc\stm32h7xx_ll_bus.h" />
    <ClInclude Include="..\Drivers\STM32H7xx_HAL_Driver\Inc\stm32h7xx_ll_cortex.h" />
    <ClInclude Include="..\Drivers\STM32H7xx_HAL_Driver\Inc\stm32h7xx_ll_crs.h" />
    <ClInclude Include="..\Drivers\STM32H7xx_HAL_Driver\Inc\stm32h7xx_ll_delayblock.h" />
    <ClInclude Include="..\Drivers\STM32H7xx_HAL_Driver\Inc\stm32h7xx_ll_dma.h" />
    <ClInclude Include="..\Drivers\STM32H7xx_HAL_Driver\Inc\stm32h7xx_ll_dmamux.h" />
    <ClInclude Include="..\Drivers\STM32H7xx_HAL_Driver\Inc\stm32h7xx_ll_exti.h" />
    <ClInclude Include="..\Drivers\STM32H7xx_HAL_Driver\Inc\stm32h7xx_ll_gpio.h" />
    <ClInclude Include="..\Drivers\STM32H7xx_HAL_Driver\Inc\stm32h7xx_ll_i2c.h" />
    <ClInclude Include="..\Drivers\STM32H7xx_HAL_Driver\Inc\stm32h7xx_ll_iwdg.h" />
    <ClInclude Include="..\Drivers\STM32H7xx_HAL_Driver\Inc\stm32h7xx_ll_lptim.h" />
    <ClInclude Include="..\Drivers\STM32H7xx_HAL_Driver\Inc\stm32h7xx_ll_pwr.h" />
    <ClInclude Include="..\Drivers\STM32H7xx_HAL_Driver\Inc\stm32h7xx_ll_rcc.h" />
    <ClInclude Include="..\Drivers\STM32H7xx_HAL_Driver\Inc\stm32h7xx_ll_rtc.h" />
    <ClInclude Include="..\Drivers\STM32H7xx_HAL_Driver\Inc\stm32h7xx_ll_sdmmc.h" />
    <ClInclude Include="..\Drivers\STM32H7xx_HAL_Driver\Inc\stm32h7xx_ll_spi.h" />
    <ClInclude Include="..\Drivers\STM32H7xx_HAL_Driver\Inc\stm32h7xx_ll_system.h" />
    <ClInclude Include="..\Drivers\STM32H7xx_HAL_Driver\Inc\stm32h7xx_ll_tim.h" />
    <ClInclude Include="..\Drivers\STM32H7xx_HAL_Driver\Inc\stm32h7xx_ll_usart.h" />
    <ClInclude Include="..\Drivers\STM32H7xx_HAL_Driver\Inc\stm32h7xx_ll_utils.h" />
    <ClInclude Include="..\Drivers\STM32H7xx_HAL_Driver\Inc\stm32h7xx_ll_wwdg.h" />
    <ClInclude Include="..\Drivers\STM32H7xx_HAL_Driver\Inc\Legacy\stm32_hal_legacy.h" />
    <ClCompile Include="..\Drivers\STM32H7xx_HAL_Driver\Src\stm32h7xx_hal.c" />
    <ClCompile Include="..\Drivers\STM32H7xx_HAL_Driver\Src\stm32h7xx_hal_cortex.c" />
    <ClCompile Include="..\Drivers\STM32H7xx_HAL_Driver\Src\stm32h7xx_hal_dma.c" />
    <ClCompile Include="..\Drivers\STM32H7xx_HAL_Driver\Src\stm32h7xx_hal_dma_ex.c" />
    <ClCompile Include="..\Drivers\STM32H7xx_HAL_Driver\Src\stm32h7xx_hal_exti.c" />
    <ClCompile Include="..\Drivers\STM32H7xx_HAL_Driver\Src\stm32h7xx_hal_flash.c" />
    <ClCompile Include="..\Drivers\STM32H7xx_HAL_Driver\Src\stm32h7xx_hal_flash_ex.c" />
    <ClCompile Include="..\Drivers\STM32H7xx_HAL_Driver\Src\stm32h7xx_hal_gpio.c" />
    <ClCompile Include="..\Drivers\STM32H7xx_HAL_Driver\Src\stm32h7xx_hal_hsem.c" />
    <ClCompile Include="..\Drivers\STM32H7xx_HAL_Driver\Src\stm32h7xx_hal_i2c.c" />
    <ClCompile Include="..\Drivers\STM32H7xx_HAL_Driver\Src\stm32h7xx_hal_i2c_ex.c" />
    <ClCompile Include="..\Drivers\STM32H7xx_HAL_Driver\Src\stm32h7xx_hal_mdma.c" />
    <ClCompile Include="..\Drivers\STM32H7xx_HAL_Driver\Src\stm32h7xx_hal_pwr.c" />
    <ClCompile Include="..\Drivers\STM32H7xx_HAL_Driver\Src\stm32h7xx_hal_pwr_ex.c" />
    <ClCompile Include="..\Drivers\STM32H7xx_HAL_Driver\Src\stm32h7xx_hal_rcc.c" />
    <ClCompile Include="..\Drivers\STM32H7xx_HAL_Driver\Src\stm32h7xx_hal_rcc_ex.c" />
    <ClCompile Include="..\Drivers\STM32H7xx_HAL_Driver\Src\stm32h7xx_hal_sd.c" />
    <ClCompile Include="..\Drivers\STM32H7xx_HAL_Driver\Src\stm32h7xx_hal_sd_ex.c" />
    <ClCompile Include="..\Drivers\STM32H7xx_HAL_Driver\Src\stm32h7xx_hal_tim.c" />
    <ClCompile Include="..\Drivers\STM32H7xx_HAL_Driver\Src\stm32h7xx_hal_tim_ex.c" />
    <ClCompile Include="..\Drivers\STM32H7xx_HAL_Driver\Src\stm32h7xx_ll_delayblock.c" />
    <ClCompile Include="..\Drivers\STM32H7xx_HAL_Driver\Src\stm32h7xx_ll_dma.c" />
    <ClCompile Include="..\Drivers\STM32H7xx_HAL_Driver\Src\stm32h7xx_ll_exti.c" />
    <ClCompile Include="..\Drivers\STM32H7xx_HAL_Driver\Src\stm32h7xx_ll_gpio.c" />
    <ClCompile Include="..\Drivers\STM32H7xx_HAL_Driver\Src\stm32h7xx_ll_i2c.c" />
    <ClCompile Include="..\Drivers\STM32H7xx_HAL_Driver\Src\stm32h7xx_ll_lptim.c" />
    <ClCompile Include="..\Drivers\STM32H7xx_HAL_Driver\Src\stm32h7xx_ll_rcc.c" />
    <ClCompile Include="..\Drivers\STM32H7xx_HAL_Driver\Src\stm32h7xx_ll_rtc.c" />
    <ClCompile Include="..\Drivers\STM32H7xx_HAL_Driver\Src\stm32h7xx_ll_sdmmc.c" />
    <ClCompile Include="..\Drivers\STM32H7xx_HAL_Driver\Src\stm32h7xx_ll_spi.c" />
    <ClCompile Include="..\Drivers\STM32H7xx_HAL_Driver\Src\stm32h7xx_ll_tim.c" />
    <ClCompile Include="..\Drivers\STM32H7xx_HAL_Driver\Src\stm32h7xx_ll_usart.c" />
    <ClCompile Include="..\Drivers\STM32H7xx_HAL_Driver\Src\stm32h7xx_ll_utils.c" />
    <ClInclude Include="..\StateMachine\InitPlatformState\InitPlatformState.hpp" />
    <ClInclude Include="..\StateMachine\RecoveryState\RecoveryState.hpp" />
    <ClInclude Include="..\StateMachine\StateBase.hpp" />
    <ClInclude Include="..\StateMachine\StateMachine.hpp" />
    <ClInclude Include="..\StateMachine\StateVariables.hpp" />
    <ClInclude Include="..\StateMachine\SubmergeState\SubmergeState.hpp" />
    <ClInclude Include="UARTBase.hpp" />
    <None Include="stm32.props" />
    <None Include="CPFver9-Debug.vgdbsettings" />
    <None Include="CPFver9-Release.vgdbsettings" />
    <None Include="stm32.xml" />
    <ClCompile Include="$(EFP_BASE)\Profiler\FastSemihosting.cpp" />
    <ClCompile Include="$(EFP_BASE)\Profiler\InstrumentingProfiler.cpp" />
    <ClCompile Include="$(EFP_BASE)\Profiler\TestResourceManager.cpp" />
    <ClCompile Include="$(EFP_BASE)\Profiler\ProfilerRTOS_FreeRTOS.c" />
    <ClInclude Include="$(EFP_BASE)\Profiler\SysprogsProfiler.h" />
    <ClInclude Include="$(EFP_BASE)\Profiler\SmallNumberCoder.h" />
    <ClInclude Include="$(EFP_BASE)\Profiler\SysprogsProfilerInterface.h" />
    <ClInclude Include="$(EFP_BASE)\Profiler\ProfilerFreeRTOSHooks.h" />
    <ClInclude Include="$(EFP_BASE)\Profiler\CustomRealTimeWatches.h" />
    <ClInclude Include="$(EFP_BASE)\Profiler\DebuggerChecker.h" />
  </ItemGroup>
</Project>