Skip to content

Commit

Permalink
fix #21 with r2025.2
Browse files Browse the repository at this point in the history
  • Loading branch information
chuongmep committed Oct 8, 2024
1 parent e88d390 commit 377ac52
Showing 1 changed file with 9 additions and 2 deletions.
11 changes: 9 additions & 2 deletions OpenMEPRevit/OpenMEPRevit.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,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 R25;Release R24.2;Release R24.1;Release R24;Release R23.1;Release R20;Release R21;Release R22;Release R23;</Configurations>
<Configurations>$(Configurations);Release R25;Release R24.2;Release R24.1;Release R24;Release R23.1;Release R20;Release R21;Release R22;Release R22.1;Release R23;</Configurations>
<NoWarn>CS1591;CS0168;CS8618;CS1591;CS0419;MSB3277</NoWarn>
</PropertyGroup>
<PropertyGroup Condition="$(Configuration.Contains('Debug R20'))">
Expand Down Expand Up @@ -57,6 +57,13 @@
<DefineConstants>$(DefineConstants);R22</DefineConstants>
</PropertyGroup>
<PropertyGroup Condition="$(Configuration.Contains('Release R22'))">
<DynamoVersion>2.10</DynamoVersion>
<DynamoOutput>2.10</DynamoOutput>
<RevitVersion>2022</RevitVersion>
<TargetFramework>net48</TargetFramework>
<DefineConstants>$(DefineConstants);R22</DefineConstants>
</PropertyGroup>
<PropertyGroup Condition="$(Configuration.Contains('Release R22.1'))">
<DynamoVersion>2.12</DynamoVersion>
<DynamoOutput>2.12</DynamoOutput>
<RevitVersion>2022</RevitVersion>
Expand Down Expand Up @@ -125,7 +132,7 @@
</PropertyGroup>
<PropertyGroup Condition="$(Configuration.Contains('Release R25'))">
<DynamoVersion>3.0</DynamoVersion>
<DynamoOutput>3.0</DynamoOutput>
<DynamoOutput>3.2</DynamoOutput>
<RevitVersion>2025</RevitVersion>
<CopyLocalLockFileAssemblies>true</CopyLocalLockFileAssemblies>
<TargetFramework>net8.0-windows</TargetFramework>
Expand Down

0 comments on commit 377ac52

Please sign in to comment.