Main: remove branding.xml

File brandind.xml are unused
This commit is contained in:
mosfet80
2024-02-18 07:46:35 +01:00
committed by Adrián Insaurralde Avalos
parent bb9a30ac65
commit 11444e0442

View File

@@ -1,23 +0,0 @@
<?xml version="1.0" encoding="UTF-8" standalone="no" ?>
<Branding>
<!-- This is a full list of all elements for the branding. They are all optional.-->
<!-- This file must be put into the directory where the application is installed -->
<Application>Application</Application>
<BuildVersionMajor>1</BuildVersionMajor>
<BuildVersionMinor>0</BuildVersionMinor>
<BuildRevision>2000</BuildRevision>
<WindowTitle>My Application with some text</WindowTitle>
<CopyrightInfo>My copyright notice</CopyrightInfo>
<MaintainerUrl>http://www.something.com</MaintainerUrl>
<StartWorkbench>PartWorkbench</StartWorkbench>
<!--
<WindowIcon>Path to icon file</WindowIcon>
<ProgramLogo>Path to logo (appears in bottom right corner)</ProgramLogo>
<SplashScreen>Path to splash screen</SplashScreen>
<SplashAlignment>Bottom|Left</SplashAlignment>
<SplashTextColor>#ffffff</SplashTextColor>
<SplashInfoColor>#c8c8c8</SplashInfoColor>
<BuildRevisionDate>01/01/2012</BuildRevisionDate>
<ProgramIcons>Path to program icons</ProgramIcons>
-->
</Branding>