-
Notifications
You must be signed in to change notification settings - Fork 63
Expand file tree
/
Copy pathModule1.csproj
More file actions
26 lines (21 loc) · 1.08 KB
/
Module1.csproj
File metadata and controls
26 lines (21 loc) · 1.08 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
<Project Sdk="Nice3point.Revit.Sdk/6.2.1">
<PropertyGroup>
<UseWPF>true</UseWPF>
<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.Toolkit" Version="$(RevitVersion).*-*"/>
<PackageReference Include="Nice3point.Revit.Extensions" Version="$(RevitVersion).*-*"/>
<PackageReference Include="Nice3point.Revit.Api.RevitAPI" Version="$(RevitVersion).*-*"/>
<PackageReference Include="Nice3point.Revit.Api.RevitAPIUI" Version="$(RevitVersion).*-*"/>
<PackageReference Include="CommunityToolkit.Mvvm" Version="8.4.2"/>
<PackageReference Include="JetBrains.Annotations" Version="2025.2.4" PrivateAssets="all"/>
</ItemGroup>
<ItemGroup>
<Folder Include="Models"/>
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\Module3\Module3.csproj" />
</ItemGroup>
</Project>