Explorar el Código

下载模式:去除DEBUG常量

jianfeng1.wang hace 2 años
padre
commit
74e3eab992
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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>