Skip to content

Commit 0a52f9b

Browse files
committed
add support Revit 2024
1 parent bbc2119 commit 0a52f9b

File tree

2 files changed

+9
-2
lines changed

2 files changed

+9
-2
lines changed

OpenMEP.sln

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,7 @@ Global
4343
Release R22|Any CPU = Release R22|Any CPU
4444
Release R23.1|Any CPU = Release R23.1|Any CPU
4545
Release R23|Any CPU = Release R23|Any CPU
46+
Release R24|Any CPU = Release R24|Any CPU
4647
EndGlobalSection
4748
GlobalSection(ProjectConfigurationPlatforms) = postSolution
4849
{A7FE0286-8CEA-4C63-9603-22D79E98EAB1}.Debug R20|Any CPU.ActiveCfg = Debug R20|Any CPU

OpenMEP/OpenMEP.csproj

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
<PlatformTarget>x64</PlatformTarget>
1414
<AppendTargetFrameworkToOutputPath>false</AppendTargetFrameworkToOutputPath>
1515
<Configurations>Debug R23.1;Debug R24;Debug R20;Debug R21;Debug R22;Debug R23;</Configurations>
16-
<Configurations>$(Configurations);Release R23.1;Release R20;Release R21;Release R22;Release R23;</Configurations>
16+
<Configurations>$(Configurations);Release R24;Release R23.1;Release R20;Release R21;Release R22;Release R23;</Configurations>
1717
<NoWarn>CS1591;CS0168;CS8618;CS1591;CS0419;MSB3277</NoWarn>
1818
</PropertyGroup>
1919
<PropertyGroup Condition="$(Configuration.Contains('Debug R20'))">
@@ -88,7 +88,13 @@
8888
</PropertyGroup>
8989
<PropertyGroup Condition="$(Configuration.Contains('Debug R24'))">
9090
<DynamoVersion>2.16</DynamoVersion>
91-
<DynamoOutput>2.16</DynamoOutput>
91+
<DynamoOutput>2.17</DynamoOutput>
92+
<RevitVersion>2024</RevitVersion>
93+
<DefineConstants>$(DefineConstants);R24</DefineConstants>
94+
</PropertyGroup>
95+
<PropertyGroup Condition="$(Configuration.Contains('Release R24'))">
96+
<DynamoVersion>2.16</DynamoVersion>
97+
<DynamoOutput>2.17</DynamoOutput>
9298
<RevitVersion>2024</RevitVersion>
9399
<DefineConstants>$(DefineConstants);R24</DefineConstants>
94100
</PropertyGroup>

0 commit comments

Comments
 (0)