ILLink improvement

This commit is contained in:
JustArchi
2018-06-01 21:21:02 +02:00
parent 659cbb9781
commit f7d12ac94f

View File

@@ -23,6 +23,10 @@
<TargetFramework>netcoreapp2.0</TargetFramework>
</PropertyGroup>
<PropertyGroup>
<RootAllApplicationAssemblies>false</RootAllApplicationAssemblies>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)' == 'Release'">
<DebugSymbols>false</DebugSymbols>
<DebugType>none</DebugType>