浏览代码

下载模式:去除DEBUG常量

jianfeng1.wang 2 年之前
父节点
当前提交
74e3eab992
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      FactoryTool_CShare/MOKA Factory Tools.csproj

+ 1 - 1
FactoryTool_CShare/MOKA Factory Tools.csproj

@@ -72,7 +72,7 @@
   </PropertyGroup>
   <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Download|AnyCPU'">
     <OutputPath>bin\Download\</OutputPath>
-    <DefineConstants>DEBUG;TRACE;OD_VER</DefineConstants>
+    <DefineConstants>TRACE;OD_VER</DefineConstants>
     <Optimize>false</Optimize>
     <PlatformTarget>AnyCPU</PlatformTarget>
     <LangVersion>8.0</LangVersion>