소스 검색

mxg:添加R18生成条件

mengxiangge 5 년 전
부모
커밋
05bfb3442a
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      FWindSoft/RevitBase/RevitVersion/RevitVersion18.csproj

+ 1 - 1
FWindSoft/RevitBase/RevitVersion/RevitVersion18.csproj

@@ -26,7 +26,7 @@
     <DebugType>pdbonly</DebugType>
     <Optimize>true</Optimize>
     <OutputPath>bin\Release\</OutputPath>
-    <DefineConstants>TRACE</DefineConstants>
+    <DefineConstants>TRACE;R18</DefineConstants>
     <ErrorReport>prompt</ErrorReport>
     <WarningLevel>4</WarningLevel>
   </PropertyGroup>