File tree Expand file tree Collapse file tree
source/Nice3point.Revit.Extensions Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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 >
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 >
You can’t perform that action at this time.
0 commit comments