-
Notifications
You must be signed in to change notification settings - Fork 63
Expand file tree
/
Copy pathRevitAddin.Tests.csproj
More file actions
21 lines (17 loc) · 891 Bytes
/
RevitAddin.Tests.csproj
File metadata and controls
21 lines (17 loc) · 891 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
<Project Sdk="Nice3point.Revit.Sdk/6.2.0">
<PropertyGroup>
<OutputType>Exe</OutputType>
<EnableTUnitPolyfills>false</EnableTUnitPolyfills>
<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.TUnit.Revit" Version="$(RevitVersion).*-*"/>
<PackageReference Include="TUnit" Version="1.36.0"/>
<PackageReference Include="Polyfill" Version="10.0.0" PrivateAssets="all"/>
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\..\source\ModelessModule\ModelessModule.csproj" />
</ItemGroup>
</Project>