Remove "--removefeature:EventSource" compile option

This commit is contained in:
Alex Barney 2021-03-11 23:45:13 -07:00
parent e2f1d74ae5
commit d2c327377d

View file

@ -31,10 +31,6 @@
<RootAllApplicationAssemblies>false</RootAllApplicationAssemblies>
</PropertyGroup>
<ItemGroup Condition=" $(BuildType.StartsWith('native')) and '$(OS)' == 'Windows_NT' and '$(BuildType)' != 'native-untrimmed' ">
<IlcArg Include="--removefeature:EventSource" />
</ItemGroup>
<!-- No-reflection mode might not work on Linux if the HOME environment variable is not set -->
<PropertyGroup Condition=" '$(BuildType)' == 'native-noreflection' ">
<IlcDisableReflection>true</IlcDisableReflection>