Upload via GUI (305 Dateien)
This commit is contained in:
+12
-1
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user