mirror of
https://github.com/jeremytammik/RevitSdkSamples.git
synced 2026-08-09 06:31:32 +00:00
19 lines
896 B
XML
19 lines
896 B
XML
<Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
|
<Import Project="$(SolutionDir)..\..\VSProps\SDKSamples.Sdk.targets" />
|
|
<ItemGroup>
|
|
<Reference Include="RevitAPI">
|
|
<SpecificVersion>False</SpecificVersion>
|
|
<HintPath>$(ProjectDir)..\..\..\..\..\..\..\$(ConfigurationName)$(PlatformName)\RevitAPI.dll</HintPath>
|
|
<Private>False</Private>
|
|
</Reference>
|
|
<Reference Include="RevitAPIUI">
|
|
<HintPath>$(ProjectDir)..\..\..\..\..\..\..\$(ConfigurationName)$(PlatformName)\RevitAPIUI.dll</HintPath>
|
|
<Private>False</Private>
|
|
</Reference>
|
|
<Reference Include="RevitAddInUtility">
|
|
<SpecificVersion>False</SpecificVersion>
|
|
<HintPath>$(ProjectDir)..\..\..\..\..\..\..\$(ConfigurationName)$(PlatformName)\RevitAddInUtility.dll</HintPath>
|
|
<Private>False</Private>
|
|
</Reference>
|
|
</ItemGroup>
|
|
</Project> |