Initial Release

This commit is contained in:
Serge
2023-02-11 00:22:18 +01:00
parent 111607efca
commit 7c8ed2e776
5 changed files with 193 additions and 0 deletions

BIN
g14-gpu.exe Normal file

Binary file not shown.

2
g14-gpu.exe.config Normal file
View File

@@ -0,0 +1,2 @@
<?xml version="1.0" encoding="utf-8" ?>
<configuration><startup><supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.7" /></startup><System.Windows.Forms.ApplicationConfigurationSection><add key="DpiAwareness" value="PerMonitorV2" /></System.Windows.Forms.ApplicationConfigurationSection></configuration>

1
gpu-compile.ps1 Normal file
View File

@@ -0,0 +1 @@
ps2exe .\gpu.ps1 g14-gpu.exe -title 'G14 GPU Mode' -DPIAware -winFormsDPIAware -requireAdmin -iconFile 'standard.ico' -noConsole -copyright 'G14 GPU Mode'

190
gpu.ps1 Normal file

File diff suppressed because one or more lines are too long

BIN
standard.ico Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 9.4 KiB