Skip to content

Commit

Permalink
add support Revit 2024
Browse files Browse the repository at this point in the history
  • Loading branch information
chuongmep committed Apr 2, 2023
1 parent bbc2119 commit 0a52f9b
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
1 change: 1 addition & 0 deletions OpenMEP.sln
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@ Global
Release R22|Any CPU = Release R22|Any CPU
Release R23.1|Any CPU = Release R23.1|Any CPU
Release R23|Any CPU = Release R23|Any CPU
Release R24|Any CPU = Release R24|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{A7FE0286-8CEA-4C63-9603-22D79E98EAB1}.Debug R20|Any CPU.ActiveCfg = Debug R20|Any CPU
Expand Down
10 changes: 8 additions & 2 deletions OpenMEP/OpenMEP.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 R23.1;Release R20;Release R21;Release R22;Release R23;</Configurations>
<Configurations>$(Configurations);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 @@ -88,7 +88,13 @@
</PropertyGroup>
<PropertyGroup Condition="$(Configuration.Contains('Debug R24'))">
<DynamoVersion>2.16</DynamoVersion>
<DynamoOutput>2.16</DynamoOutput>
<DynamoOutput>2.17</DynamoOutput>
<RevitVersion>2024</RevitVersion>
<DefineConstants>$(DefineConstants);R24</DefineConstants>
</PropertyGroup>
<PropertyGroup Condition="$(Configuration.Contains('Release R24'))">
<DynamoVersion>2.16</DynamoVersion>
<DynamoOutput>2.17</DynamoOutput>
<RevitVersion>2024</RevitVersion>
<DefineConstants>$(DefineConstants);R24</DefineConstants>
</PropertyGroup>
Expand Down

0 comments on commit 0a52f9b

Please sign in to comment.