Don't include debug symbols in launcher (no longer supported in .NET 5)

This commit is contained in:
Timothy Baldridge 2021-01-01 16:45:56 -07:00
parent fd1cada3ea
commit bf601144fe

View File

@ -13,7 +13,7 @@
<RuntimeIdentifier>win-x64</RuntimeIdentifier> <RuntimeIdentifier>win-x64</RuntimeIdentifier>
<AssemblyName>Wabbajack</AssemblyName> <AssemblyName>Wabbajack</AssemblyName>
<RootNamespace>Wabbajack</RootNamespace> <RootNamespace>Wabbajack</RootNamespace>
<IncludeSymbolsInSingleFile>true</IncludeSymbolsInSingleFile> <IncludeSymbolsInSingleFile>false</IncludeSymbolsInSingleFile>
</PropertyGroup> </PropertyGroup>
<PropertyGroup> <PropertyGroup>