Update Results.csproj: Add new build constants (IPERL, IPEL) and include high-resolution TBF icon

This commit is contained in:
Michal Buzik 2026-02-19 20:55:03 +01:00
parent 3dd1259f2f
commit 78e0a71b64
2 changed files with 2 additions and 2 deletions

View File

@ -19,7 +19,7 @@
<DebugType>full</DebugType> <DebugType>full</DebugType>
<Optimize>false</Optimize> <Optimize>false</Optimize>
<OutputPath>bin\Debug\</OutputPath> <OutputPath>bin\Debug\</OutputPath>
<DefineConstants>TRACE;DEBUG;HEAT_METERS</DefineConstants> <DefineConstants>TRACE;DEBUG;HEAT_METERS;IPERL</DefineConstants>
<ErrorReport>prompt</ErrorReport> <ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel> <WarningLevel>4</WarningLevel>
<PlatformTarget>AnyCPU</PlatformTarget> <PlatformTarget>AnyCPU</PlatformTarget>
@ -29,7 +29,7 @@
<DebugType>pdbonly</DebugType> <DebugType>pdbonly</DebugType>
<Optimize>true</Optimize> <Optimize>true</Optimize>
<OutputPath>bin\Release\</OutputPath> <OutputPath>bin\Release\</OutputPath>
<DefineConstants>TRACE;IPERL; HEAT_METERS</DefineConstants> <DefineConstants>TRACE;IPERL; HEAT_METERS;IPEL</DefineConstants>
<ErrorReport>prompt</ErrorReport> <ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel> <WarningLevel>4</WarningLevel>
<Prefer32Bit>false</Prefer32Bit> <Prefer32Bit>false</Prefer32Bit>

BIN
TBF/TBF_icon_highres.ico Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 64 KiB