Upload via GUI (305 Dateien)
This commit is contained in:
+12
-1
@@ -9,12 +9,23 @@
|
|||||||
<AssemblyName>MyStart</AssemblyName>
|
<AssemblyName>MyStart</AssemblyName>
|
||||||
<RootNamespace>MyStart</RootNamespace>
|
<RootNamespace>MyStart</RootNamespace>
|
||||||
<Version>1.0.2</Version>
|
<Version>1.0.2</Version>
|
||||||
|
<Authors>M_Viper</Authors>
|
||||||
|
<Company>M_Viper</Company>
|
||||||
|
<Product>MyStart</Product>
|
||||||
|
<Copyright>© M_Viper</Copyright>
|
||||||
<ApplicationIcon>app.ico</ApplicationIcon>
|
<ApplicationIcon>app.ico</ApplicationIcon>
|
||||||
<RuntimeIdentifier>win-x64</RuntimeIdentifier>
|
<RuntimeIdentifier>win-x64</RuntimeIdentifier>
|
||||||
<PublishSingleFile>true</PublishSingleFile>
|
<PublishSingleFile>true</PublishSingleFile>
|
||||||
<SelfContained>true</SelfContained>
|
<SelfContained>true</SelfContained>
|
||||||
<IncludeNativeLibrariesForSelfExtract>true</IncludeNativeLibrariesForSelfExtract>
|
<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>
|
<DebugType>none</DebugType>
|
||||||
<DebugSymbols>false</DebugSymbols>
|
<DebugSymbols>false</DebugSymbols>
|
||||||
<SatelliteResourceLanguages>en</SatelliteResourceLanguages>
|
<SatelliteResourceLanguages>en</SatelliteResourceLanguages>
|
||||||
|
|||||||
Binary file not shown.
Reference in New Issue
Block a user