Skip to content

Commit

Permalink
Update Defines REVIT
Browse files Browse the repository at this point in the history
  • Loading branch information
ricaun committed Jul 6, 2024
1 parent 15d4bf6 commit 683cb80
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ricaun.Revit.UI/ricaun.Revit.UI.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
<PropertyGroup Condition="!$(Configuration.Contains('Debug'))">
<Optimize>true</Optimize>
<OutputPath>bin\Release\</OutputPath>
<DefineConstants>Revit$(RevitVersion)</DefineConstants>
<DefineConstants>REVIT$(RevitVersion)</DefineConstants>
<NoWarn>MSB3052</NoWarn>
<DebugType>None</DebugType>
</PropertyGroup>
Expand All @@ -51,7 +51,7 @@
<PropertyGroup Condition="$(Configuration.Contains('Debug'))">
<DebugSymbols>true</DebugSymbols>
<OutputPath>bin\Debug\</OutputPath>
<DefineConstants>DEBUG;TRACE;Revit$(RevitVersion)</DefineConstants>
<DefineConstants>DEBUG;TRACE;REVIT$(RevitVersion)</DefineConstants>
<DebugType>Full</DebugType>
</PropertyGroup>

Expand Down

0 comments on commit 683cb80

Please sign in to comment.