touchgfx compilation attempt

This commit is contained in:
2025-04-03 01:59:14 +02:00
parent c30b708f92
commit dcd04e2a96
689 changed files with 122200 additions and 842 deletions

View File

@ -0,0 +1,26 @@
<?xml version="1.0" encoding="utf-8"?>
<Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003" ToolsVersion="4.0">
<ImportGroup Label="PropertySheets"/>
<PropertyGroup Label="UserMacros">
<UseBPP>24</UseBPP>
<TouchGFXReleasePath>..\..\..\Middlewares\ST\touchgfx</TouchGFXReleasePath>
<TouchGFXEnvPath>C:\TouchGFX\4.24.2\env</TouchGFXEnvPath>
<ApplicationRoot>..\..</ApplicationRoot>
</PropertyGroup>
<PropertyGroup/>
<ItemDefinitionGroup/>
<ItemGroup>
<BuildMacro Include="UseBPP">
<Value>$(UseBPP)</Value>
</BuildMacro>
<BuildMacro Include="TouchGFXReleasePath">
<Value>$(TouchGFXReleasePath)</Value>
</BuildMacro>
<BuildMacro Include="TouchGFXEnvPath">
<Value>$(TouchGFXEnvPath)</Value>
</BuildMacro>
<BuildMacro Include="ApplicationRoot">
<Value>$(ApplicationRoot)</Value>
</BuildMacro>
</ItemGroup>
</Project>