Skip to content

Commit 81b2750

Browse files
committed
Merge remote-tracking branch 'origin/main'
# Conflicts: # RevitExtensions.sln
2 parents 07cb473 + a8125e3 commit 81b2750

1 file changed

Lines changed: 6 additions & 3 deletions

File tree

source/Nice3point.Revit.Extensions/Nice3point.Revit.Extensions.csproj

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@
88
<ImplicitUsings>true</ImplicitUsings>
99
<AppendTargetFrameworkToOutputPath>true</AppendTargetFrameworkToOutputPath>
1010
<DefineConstants>$(DefineConstants);JETBRAINS_ANNOTATIONS</DefineConstants>
11-
<Configurations>Debug R20;Debug R21;Debug R22;Debug R23;Debug R24;Debug R25;Debug R26</Configurations>
12-
<Configurations>$(Configurations);Release R20;Release R21;Release R22;Release R23;Release R24;Release R25;Release R26</Configurations>
11+
<Configurations>Debug R19;Debug R20;Debug R21;Debug R22;Debug R23;Debug R24;Debug R25;Debug R26</Configurations>
12+
<Configurations>$(Configurations);Release R19;Release R20;Release R21;Release R22;Release R23;Release R24;Release R25;Release R26</Configurations>
1313
</PropertyGroup>
1414

1515
<PropertyGroup>
@@ -32,7 +32,10 @@
3232
<SymbolPackageFormat>snupkg</SymbolPackageFormat>
3333
<GenerateDocumentationFile>true</GenerateDocumentationFile>
3434
</PropertyGroup>
35-
35+
<PropertyGroup Condition="$(Configuration.Contains('R19'))">
36+
<RevitVersion>2019</RevitVersion>
37+
<TargetFramework>net47</TargetFramework>
38+
</PropertyGroup>
3639
<PropertyGroup Condition="$(Configuration.Contains('R20'))">
3740
<RevitVersion>2020</RevitVersion>
3841
<TargetFramework>net47</TargetFramework>

0 commit comments

Comments
 (0)