【修复】修复 LubanAssistant Release生成出错的问题

main
walon 2021-10-13 16:01:25 +08:00
parent f720c24693
commit 89177f6580
1 changed files with 2 additions and 1 deletions

View File

@ -98,8 +98,9 @@
<Optimize>true</Optimize> <Optimize>true</Optimize>
<OutputPath>bin\Release\</OutputPath> <OutputPath>bin\Release\</OutputPath>
<EnableUnmanagedDebugging>false</EnableUnmanagedDebugging> <EnableUnmanagedDebugging>false</EnableUnmanagedDebugging>
<DefineConstants>$(DefineConstants);TRACE</DefineConstants> <DefineConstants>TRACE;VSTO40,LUBAN_LITE</DefineConstants>
<WarningLevel>4</WarningLevel> <WarningLevel>4</WarningLevel>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
</PropertyGroup> </PropertyGroup>
<!-- <!--
This section specifies references for the project. This section specifies references for the project.