Browse Source

mxg:添加R18生成条件

mengxiangge 5 năm trước cách đây
mục cha
commit
05bfb3442a
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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>