-
Notifications
You must be signed in to change notification settings - Fork 63
Expand file tree
/
Copy pathRevitAddIn.Benchmark.csproj
More file actions
18 lines (15 loc) · 906 Bytes
/
RevitAddIn.Benchmark.csproj
File metadata and controls
18 lines (15 loc) · 906 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
<Project Sdk="Nice3point.Revit.Sdk/6.2.1">
<PropertyGroup>
<OutputType>Exe</OutputType>
<Configurations>Debug.R23;Debug.R24;Debug.R25;Debug.R26;Debug.R27</Configurations>
<Configurations>$(Configurations);Release.R23;Release.R24;Release.R25;Release.R26;Release.R27</Configurations>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Nice3point.Revit.Api.RevitAPI" Version="$(RevitVersion).*-*"/>
<PackageReference Include="Nice3point.Revit.Extensions" Version="$(RevitVersion).*-*"/>
<PackageReference Include="Nice3point.BenchmarkDotNet.Revit" Version="$(RevitVersion).*-*"/>
<PackageReference Include="BenchmarkDotNet" Version="0.15.8"/>
<PackageReference Include="JetBrains.Annotations" Version="2025.2.4"/>
<PackageReference Include="Polyfill" Version="10.0.0" PrivateAssets="all"/>
</ItemGroup>
</Project>