Support for 2024
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
{
|
||||
"profiles": {
|
||||
"Profile 1": {
|
||||
"commandName": "Executable",
|
||||
"executablePath": "$(ProgramW6432)\\Autodesk\\Revit 2024\\Revit.exe",
|
||||
"remoteDebugEnabled": true
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,16 @@
|
||||
<Project Sdk="Microsoft.NET.Sdk">
|
||||
|
||||
<PropertyGroup>
|
||||
<TargetFramework>net48</TargetFramework>
|
||||
<RevitVersion>2024</RevitVersion>
|
||||
</PropertyGroup>
|
||||
|
||||
<ItemGroup>
|
||||
<PackageReference Include="Speckle.Revit.API" Version="2024.0.0" />
|
||||
</ItemGroup>
|
||||
|
||||
<ItemGroup>
|
||||
|
||||
<ProjectReference Include="..\..\xUnitRevitUtils\xUnitRevitUtils2024\xUnitRevitUtils2024.csproj" />
|
||||
</ItemGroup>
|
||||
</Project>
|
||||
Reference in New Issue
Block a user