Skip to content

Commit

Permalink
revit r24.2
Browse files Browse the repository at this point in the history
  • Loading branch information
chuongmep committed Mar 25, 2024
1 parent 4f05cc6 commit 0cc3af3
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -360,3 +360,4 @@ _build
*.0001.rvt
*.dwl
*.dwl2
.idea
2 changes: 2 additions & 0 deletions .idea/.idea.OpenMEP/.idea/.gitignore

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions OpenMEPRevit/OpenMEPRevit.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
<PlatformTarget>x64</PlatformTarget>
<AppendTargetFrameworkToOutputPath>false</AppendTargetFrameworkToOutputPath>
<Configurations>Debug R23.1;Debug R24;Debug R20;Debug R21;Debug R22;Debug R23;</Configurations>
<Configurations>$(Configurations);Release R24.1;Release R24.2;Release R24;Release R23.1;Release R20;Release R21;Release R22;Release R23;</Configurations>
<Configurations>$(Configurations);Release R24.2;Release R24.1;Release R24;Release R23.1;Release R20;Release R21;Release R22;Release R23;</Configurations>
<NoWarn>CS1591;CS0168;CS8618;CS1591;CS0419;MSB3277</NoWarn>
</PropertyGroup>
<PropertyGroup Condition="$(Configuration.Contains('Debug R20'))">
Expand Down Expand Up @@ -105,7 +105,7 @@
<DefineConstants>$(DefineConstants);R24</DefineConstants>
</PropertyGroup>
<PropertyGroup Condition="$(Configuration.Contains('Release R24.2'))">
<DynamoVersion>2.18</DynamoVersion>
<DynamoVersion>2.19</DynamoVersion>
<DynamoOutput>2.19</DynamoOutput>
<RevitVersion>2024</RevitVersion>
<DefineConstants>$(DefineConstants);R24</DefineConstants>
Expand Down

0 comments on commit 0cc3af3

Please sign in to comment.