2021-04-20 11:36:21 +02:00
|
|
|
<Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
|
|
|
|
<PropertyGroup>
|
|
|
|
|
<MSLangTargets>$(MSBuildToolsPath)\Microsoft.VisualBasic.targets</MSLangTargets>
|
|
|
|
|
</PropertyGroup>
|
|
|
|
|
<Import Project="$(MSLangTargets)" />
|
|
|
|
|
<!-- Make sure the projects using this targets file rebuild if this file changes
|
|
|
|
|
This must come after the import of the common targets -->
|
|
|
|
|
<ItemGroup>
|
|
|
|
|
<Reference Include="RevitAPI">
|
|
|
|
|
<SpecificVersion>False</SpecificVersion>
|
2023-04-26 15:27:54 +02:00
|
|
|
<HintPath>C:/Program Files/Autodesk/Revit 2024/RevitAPI.dll</HintPath>
|
2021-04-20 11:36:21 +02:00
|
|
|
<Private>False</Private>
|
|
|
|
|
</Reference>
|
|
|
|
|
<Reference Include="RevitAPIUI">
|
|
|
|
|
<SpecificVersion>False</SpecificVersion>
|
2023-04-26 15:27:54 +02:00
|
|
|
<HintPath>C:/Program Files/Autodesk/Revit 2024/RevitAPIUI.dll</HintPath>
|
2021-04-20 11:36:21 +02:00
|
|
|
<Private>False</Private>
|
|
|
|
|
</Reference>
|
|
|
|
|
</ItemGroup>
|
2023-04-26 15:27:54 +02:00
|
|
|
</Project>
|