-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathNice3point.TUnit.Revit.Tests.csproj
More file actions
30 lines (24 loc) · 1.13 KB
/
Nice3point.TUnit.Revit.Tests.csproj
File metadata and controls
30 lines (24 loc) · 1.13 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
<Project Sdk="Nice3point.Revit.Sdk/6.2.0">
<PropertyGroup>
<OutputType>Exe</OutputType>
<EnableTUnitPolyfills>false</EnableTUnitPolyfills>
<Configurations>Debug.R21;Debug.R22;Debug.R23;Debug.R24;Debug.R25;Debug.R26;Debug.R27</Configurations>
<Configurations>$(Configurations);Release.R21;Release.R22;Release.R23;Release.R24;Release.R25;Release.R26;Release.R27</Configurations>
</PropertyGroup>
<PropertyGroup>
<RevitLanguage Condition="'$(RevitLanguage)' == ''">English_USA</RevitLanguage>
</PropertyGroup>
<ItemGroup>
<AssemblyAttribute Include="Nice3point.Revit.Injector.Attributes.RevitLanguageAttribute">
<_Parameter1>$(RevitLanguage)</_Parameter1>
</AssemblyAttribute>
</ItemGroup>
<ItemGroup>
<PackageReference Include="Nice3point.Revit.Api.RevitAPI"/>
<PackageReference Include="Nice3point.Revit.Injector"/>
<PackageReference Include="Nice3point.Revit.Toolkit"/>
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\Nice3point.TUnit.Revit\Nice3point.TUnit.Revit.csproj"/>
</ItemGroup>
</Project>