ソースを参照

下载模式:去除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>