Upload via GUI (305 Dateien)

This commit is contained in:
Git Manager GUI
2026-08-10 06:23:10 +02:00
parent f616086aad
commit 8b39b7c3a6
2 changed files with 12 additions and 1 deletions
+12 -1
View File
@@ -9,12 +9,23 @@
<AssemblyName>MyStart</AssemblyName>
<RootNamespace>MyStart</RootNamespace>
<Version>1.0.2</Version>
<Authors>M_Viper</Authors>
<Company>M_Viper</Company>
<Product>MyStart</Product>
<Copyright>© M_Viper</Copyright>
<ApplicationIcon>app.ico</ApplicationIcon>
<RuntimeIdentifier>win-x64</RuntimeIdentifier>
<PublishSingleFile>true</PublishSingleFile>
<SelfContained>true</SelfContained>
<IncludeNativeLibrariesForSelfExtract>true</IncludeNativeLibrariesForSelfExtract>
<EnableCompressionInSingleFile>true</EnableCompressionInSingleFile>
<!-- Uncompressed on purpose: a compressed, self-extracting single file is a
classic "packer" pattern that antivirus heuristics flag on sight. Same
one portable exe, just bigger (~110 MB instead of ~50 MB) and nothing
to unpack at startup. -->
<EnableCompressionInSingleFile>false</EnableCompressionInSingleFile>
<!-- Keep publish output down to just the exe; without this, the WebView2
package's .xml IntelliSense docs get copied alongside it too. -->
<AllowedReferenceRelatedFileExtensions>.dll</AllowedReferenceRelatedFileExtensions>
<DebugType>none</DebugType>
<DebugSymbols>false</DebugSymbols>
<SatelliteResourceLanguages>en</SatelliteResourceLanguages>