copied Revit 2024 SDK

This commit is contained in:
Jeremy Tammik
2023-04-26 14:47:47 +02:00
parent 2ca39e38fd
commit 4d69f3eea5
425 changed files with 344414 additions and 2296 deletions
@@ -32,20 +32,20 @@
<ItemGroup>
<Reference Include="RevitAPI">
<SpecificVersion>False</SpecificVersion>
<HintPath>C:\Program Files\Autodesk\Revit 2023\RevitAPI.dll</HintPath>
<HintPath>$(SolutionDir)..\..\..\..\$(ConfigurationName)$(PlatformName)\RevitAPI.dll</HintPath>
<Private>False</Private>
</Reference>
<Reference Include="RevitAPIUI">
<HintPath>C:\Program Files\Autodesk\Revit 2023\RevitAPIUI.dll</HintPath>
<HintPath>$(SolutionDir)..\..\..\..\$(ConfigurationName)$(PlatformName)\RevitAPIUI.dll</HintPath>
<Private>False</Private>
</Reference>
<Reference Include="RevitAddInUtility">
<SpecificVersion>False</SpecificVersion>
<HintPath>C:\Program Files\Autodesk\Revit 2023\RevitAddInUtility.dll</HintPath>
<HintPath>$(SolutionDir)..\..\..\..\$(ConfigurationName)$(PlatformName)\RevitAddInUtility.dll</HintPath>
<Private>False</Private>
</Reference>
<Reference Include="Autodesk.CivilAlignments.DBApplication">
<HintPath>C:\Program Files\Autodesk\Revit 2023\AddIns\CivilAlignments\Autodesk.CivilAlignments.DBApplication.dll</HintPath>
<HintPath>$(SolutionDir)..\..\..\..\$(ConfigurationName)$(PlatformName)\Addins\CivilAlignments\Autodesk.CivilAlignments.DBApplication.dll</HintPath>
<Private>False</Private>
</Reference>
</ItemGroup>
+6 -11
View File
@@ -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>
+2 -2
View File
@@ -8,12 +8,12 @@
<ItemGroup>
<Reference Include="RevitAPI">
<SpecificVersion>False</SpecificVersion>
<HintPath>C:\Program Files\Autodesk\Revit 2023\RevitAPI.dll</HintPath>
<HintPath>$(SolutionDir)..\..\..\..\$(ConfigurationName)$(PlatformName)\RevitAPI.dll</HintPath>
<Private>False</Private>
</Reference>
<Reference Include="RevitAPIUI">
<SpecificVersion>False</SpecificVersion>
<HintPath>C:\Program Files\Autodesk\Revit 2023\RevitAPIUI.dll</HintPath>
<HintPath>$(SolutionDir)..\..\..\..\$(ConfigurationName)$(PlatformName)\RevitAPIUI.dll</HintPath>
<Private>False</Private>
</Reference>
</ItemGroup>
+3 -5
View File
@@ -27,21 +27,19 @@
<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 -->
<ItemGroup>
<Reference Include="RevitAPI">
<SpecificVersion>False</SpecificVersion>
<HintPath>C:\Program Files\Autodesk\Revit 2023\RevitAPI.dll</HintPath>
<HintPath>$(SolutionDir)..\..\..\..\$(ConfigurationName)$(PlatformName)\RevitAPI.dll</HintPath>
<Private>False</Private>
</Reference>
<Reference Include="RevitAPIUI">
<HintPath>C:\Program Files\Autodesk\Revit 2023\RevitAPIUI.dll</HintPath>
<HintPath>$(SolutionDir)..\..\..\..\$(ConfigurationName)$(PlatformName)\RevitAPIUI.dll</HintPath>
<Private>False</Private>
</Reference>
<Reference Include="RevitAddInUtility">
<SpecificVersion>False</SpecificVersion>
<HintPath>C:\Program Files\Autodesk\Revit 2023\RevitAddInUtility.dll</HintPath>
<HintPath>$(SolutionDir)..\..\..\..\$(ConfigurationName)$(PlatformName)\RevitAddInUtility.dll</HintPath>
<Private>False</Private>
</Reference>
</ItemGroup>