mirror of
https://github.com/islehorse/HISP.git
synced 2025-04-06 05:05:40 +12:00
Re-add trimming stuff
This commit is contained in:
parent
f15b37fd08
commit
be3a9fbd02
3 changed files with 34 additions and 34 deletions
|
@ -50,7 +50,7 @@
|
|||
<EnableTrimAnalyzer>false</EnableTrimAnalyzer>
|
||||
<TrimmerRemoveSymbols>true</TrimmerRemoveSymbols>
|
||||
|
||||
<!-- <AutoreleasePoolSupport>false</AutoreleasePoolSupport>
|
||||
<AutoreleasePoolSupport>false</AutoreleasePoolSupport>
|
||||
<DebuggerSupport>false</DebuggerSupport>
|
||||
<EnableUnsafeBinaryFormatterSerialization>false</EnableUnsafeBinaryFormatterSerialization>
|
||||
<EnableUnsafeUTF7Encoding>false</EnableUnsafeUTF7Encoding>
|
||||
|
@ -65,7 +65,7 @@
|
|||
<CustomResourceTypesSupport>false</CustomResourceTypesSupport>
|
||||
<EnableCppCLIHostActivation>false</EnableCppCLIHostActivation>
|
||||
<EnableUnsafeBinaryFormatterInDesigntimeLicenseContextSerialization>false</EnableUnsafeBinaryFormatterInDesigntimeLicenseContextSerialization>
|
||||
<StartupHookSupport>false</StartupHookSupport> -->
|
||||
<StartupHookSupport>false</StartupHookSupport>
|
||||
|
||||
</PropertyGroup>
|
||||
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Windows|x86'">
|
||||
|
|
|
@ -63,7 +63,7 @@
|
|||
<EnableTrimAnalyzer>false</EnableTrimAnalyzer>
|
||||
<TrimmerRemoveSymbols>true</TrimmerRemoveSymbols>
|
||||
|
||||
<!-- <AutoreleasePoolSupport>false</AutoreleasePoolSupport>
|
||||
<AutoreleasePoolSupport>false</AutoreleasePoolSupport>
|
||||
<DebuggerSupport>false</DebuggerSupport>
|
||||
<EnableUnsafeBinaryFormatterSerialization>false</EnableUnsafeBinaryFormatterSerialization>
|
||||
<EnableUnsafeUTF7Encoding>false</EnableUnsafeUTF7Encoding>
|
||||
|
@ -78,7 +78,7 @@
|
|||
<CustomResourceTypesSupport>false</CustomResourceTypesSupport>
|
||||
<EnableCppCLIHostActivation>false</EnableCppCLIHostActivation>
|
||||
<EnableUnsafeBinaryFormatterInDesigntimeLicenseContextSerialization>false</EnableUnsafeBinaryFormatterInDesigntimeLicenseContextSerialization>
|
||||
<StartupHookSupport>false</StartupHookSupport> -->
|
||||
<StartupHookSupport>false</StartupHookSupport>
|
||||
|
||||
</PropertyGroup>
|
||||
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Windows|x86'">
|
||||
|
|
|
@ -16,7 +16,7 @@
|
|||
<EnableTrimAnalyzer>false</EnableTrimAnalyzer>
|
||||
<TrimmerRemoveSymbols>true</TrimmerRemoveSymbols>
|
||||
|
||||
<!-- <AutoreleasePoolSupport>false</AutoreleasePoolSupport>
|
||||
<AutoreleasePoolSupport>false</AutoreleasePoolSupport>
|
||||
<DebuggerSupport>false</DebuggerSupport>
|
||||
<EnableUnsafeBinaryFormatterSerialization>false</EnableUnsafeBinaryFormatterSerialization>
|
||||
<EnableUnsafeUTF7Encoding>false</EnableUnsafeUTF7Encoding>
|
||||
|
@ -31,7 +31,7 @@
|
|||
<CustomResourceTypesSupport>false</CustomResourceTypesSupport>
|
||||
<EnableCppCLIHostActivation>false</EnableCppCLIHostActivation>
|
||||
<EnableUnsafeBinaryFormatterInDesigntimeLicenseContextSerialization>false</EnableUnsafeBinaryFormatterInDesigntimeLicenseContextSerialization>
|
||||
<StartupHookSupport>false</StartupHookSupport> -->
|
||||
<StartupHookSupport>false</StartupHookSupport>
|
||||
|
||||
</PropertyGroup>
|
||||
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Windows|x86'">
|
||||
|
|
Loading…
Add table
Reference in a new issue