mirror of
https://github.com/jeremytammik/RevitSdkSamples.git
synced 2026-09-18 18:36:19 +00:00
copied Revit 2024 SDK
This commit is contained in:
@@ -23,31 +23,26 @@
|
||||
<SubType>Code</SubType>
|
||||
</Compile>
|
||||
</ItemGroup>
|
||||
<PropertyGroup>
|
||||
<MSLangTargets>$(MSBuildBinPath)\Microsoft.Csharp.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 -->
|
||||
<Import Project="$(SolutionDir)VSProps\SDKSamples.targets" />
|
||||
<ItemGroup>
|
||||
<Reference Include="ASObjectsMgd">
|
||||
<HintPath>C:\Program Files\Autodesk\Revit 2023\Addins\SteelConnections\ASObjectsMgd.dll</HintPath>
|
||||
<HintPath>$(SolutionDir)..\..\..\..\$(ConfigurationName)$(PlatformName)\Addins\SteelConnections\ASObjectsMgd.dll</HintPath>
|
||||
<Private>False</Private>
|
||||
</Reference>
|
||||
<Reference Include="ASGeometryMgd">
|
||||
<HintPath>C:\Program Files\Autodesk\Revit 2023\Addins\SteelConnections\ASGeometryMgd.dll</HintPath>
|
||||
<HintPath>$(SolutionDir)..\..\..\..\$(ConfigurationName)$(PlatformName)\Addins\SteelConnections\ASGeometryMgd.dll</HintPath>
|
||||
<Private>False</Private>
|
||||
</Reference>
|
||||
<Reference Include="ASCADLinkMgd">
|
||||
<HintPath>C:\Program Files\Autodesk\Revit 2023\Addins\SteelConnections\ASCADLinkMgd.dll</HintPath>
|
||||
<HintPath>$(SolutionDir)..\..\..\..\$(ConfigurationName)$(PlatformName)\Addins\SteelConnections\ASCADLinkMgd.dll</HintPath>
|
||||
<Private>False</Private>
|
||||
</Reference>
|
||||
<Reference Include="DotNetRoots">
|
||||
<HintPath>C:\Program Files\Autodesk\Revit 2023\Addins\SteelConnections\DotNetRoots.dll</HintPath>
|
||||
<HintPath>$(SolutionDir)..\..\..\..\$(ConfigurationName)$(PlatformName)\Addins\SteelConnections\DotNetRoots.dll</HintPath>
|
||||
<Private>False</Private>
|
||||
</Reference>
|
||||
<Reference Include="SteelConnectionsDB">
|
||||
<HintPath>C:\Program Files\Autodesk\Revit 2023\Addins\SteelConnections\Autodesk.SteelConnectionsDB.dll</HintPath>
|
||||
<HintPath>$(SolutionDir)..\..\..\..\$(ConfigurationName)$(PlatformName)\Addins\SteelConnections\Autodesk.SteelConnectionsDB.dll</HintPath>
|
||||
<Private>False</Private>
|
||||
</Reference>
|
||||
</ItemGroup>
|
||||
|
||||
Reference in New Issue
Block a user