mirror of
https://github.com/jeremytammik/RevitSdkSamples.git
synced 2026-09-19 18:48:48 +00:00
integrate Revit 2025 SDK
This commit is contained in:
@@ -0,0 +1,3 @@
|
||||
<Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
||||
<Import Project="$(SolutionDir)..\..\VSProps\SDKSamples.Sdk.props" />
|
||||
</Project>
|
||||
@@ -0,0 +1,19 @@
|
||||
<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>
|
||||
Reference in New Issue
Block a user