mirror of
https://github.com/islehorse/HISP.git
synced 2025-04-05 13:02:44 +13:00
fix linux PlatformNotSupported_AcceptSocket
This commit is contained in:
parent
8c22cd1c8a
commit
37cba8c859
3 changed files with 8 additions and 8 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'">
|
||||
|
|
|
@ -62,8 +62,8 @@
|
|||
<TrimMode>partial</TrimMode>
|
||||
<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'">
|
||||
|
|
|
@ -15,8 +15,8 @@
|
|||
<TrimMode>partial</TrimMode>
|
||||
<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