Support for 2024

This commit is contained in:
Shotaro Takazoe
2024-04-06 11:00:56 +09:00
parent 087788f7a1
commit c2bd5d6f47
4 changed files with 79 additions and 0 deletions
@@ -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>