妥善处理依赖

舍弃释放libs.zip,增加启动速度、代码安全性,减少.git占用
This commit is contained in:
YFdyh000
2020-03-21 03:55:57 +08:00
parent 111f77c59c
commit 948b9c26d9
19 changed files with 41 additions and 88 deletions

View File

@@ -27,7 +27,7 @@
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
<PlatformTarget>AnyCPU</PlatformTarget>
<DebugType>pdbonly</DebugType>
<DebugType>none</DebugType>
<Optimize>true</Optimize>
<OutputPath>bin\Release\</OutputPath>
<DefineConstants>TRACE</DefineConstants>