Skip to content
This repository has been archived by the owner on Mar 24, 2024. It is now read-only.

Commit

Permalink
support N24
Browse files Browse the repository at this point in the history
  • Loading branch information
chuongmep committed Sep 3, 2023
1 parent 8da0f24 commit c7751c8
Show file tree
Hide file tree
Showing 4 changed files with 24 additions and 2 deletions.
10 changes: 10 additions & 0 deletions AppInfo.sln
Original file line number Diff line number Diff line change
Expand Up @@ -25,11 +25,13 @@ Global
Debug N21|Any CPU = Debug N21|Any CPU
Debug N22|Any CPU = Debug N22|Any CPU
Debug N23|Any CPU = Debug N23|Any CPU
Debug N24|Any CPU = Debug N24|Any CPU
Installer|Any CPU = Installer|Any CPU
Release N20|Any CPU = Release N20|Any CPU
Release N21|Any CPU = Release N21|Any CPU
Release N22|Any CPU = Release N22|Any CPU
Release N23|Any CPU = Release N23|Any CPU
Release N24|Any CPU = Release N24|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{C2BDCC8A-50A5-4BBC-9E4A-BC2580AECBCC}.Debug N20|Any CPU.ActiveCfg = Debug N20|Any CPU
Expand All @@ -50,6 +52,10 @@ Global
{C2BDCC8A-50A5-4BBC-9E4A-BC2580AECBCC}.Release N22|Any CPU.Build.0 = Release N22|Any CPU
{C2BDCC8A-50A5-4BBC-9E4A-BC2580AECBCC}.Release N23|Any CPU.ActiveCfg = Release N23|Any CPU
{C2BDCC8A-50A5-4BBC-9E4A-BC2580AECBCC}.Release N23|Any CPU.Build.0 = Release N23|Any CPU
{C2BDCC8A-50A5-4BBC-9E4A-BC2580AECBCC}.Debug N24|Any CPU.ActiveCfg = Debug N24|Any CPU
{C2BDCC8A-50A5-4BBC-9E4A-BC2580AECBCC}.Debug N24|Any CPU.Build.0 = Debug N24|Any CPU
{C2BDCC8A-50A5-4BBC-9E4A-BC2580AECBCC}.Release N24|Any CPU.ActiveCfg = Release N24|Any CPU
{C2BDCC8A-50A5-4BBC-9E4A-BC2580AECBCC}.Release N24|Any CPU.Build.0 = Release N24|Any CPU
{1D975D70-515E-477B-9F0B-1D411980E2C2}.Debug N20|Any CPU.ActiveCfg = Debug|Any CPU
{1D975D70-515E-477B-9F0B-1D411980E2C2}.Debug N21|Any CPU.ActiveCfg = Debug|Any CPU
{1D975D70-515E-477B-9F0B-1D411980E2C2}.Debug N22|Any CPU.ActiveCfg = Debug|Any CPU
Expand All @@ -60,6 +66,8 @@ Global
{1D975D70-515E-477B-9F0B-1D411980E2C2}.Release N21|Any CPU.ActiveCfg = Debug|Any CPU
{1D975D70-515E-477B-9F0B-1D411980E2C2}.Release N22|Any CPU.ActiveCfg = Debug|Any CPU
{1D975D70-515E-477B-9F0B-1D411980E2C2}.Release N23|Any CPU.ActiveCfg = Debug|Any CPU
{1D975D70-515E-477B-9F0B-1D411980E2C2}.Debug N24|Any CPU.ActiveCfg = Debug|Any CPU
{1D975D70-515E-477B-9F0B-1D411980E2C2}.Release N24|Any CPU.ActiveCfg = Release|Any CPU
{150899E8-3EA7-4DBA-A18C-666ECEACA7FA}.Debug N20|Any CPU.ActiveCfg = Release|Any CPU
{150899E8-3EA7-4DBA-A18C-666ECEACA7FA}.Debug N21|Any CPU.ActiveCfg = Release|Any CPU
{150899E8-3EA7-4DBA-A18C-666ECEACA7FA}.Debug N22|Any CPU.ActiveCfg = Release|Any CPU
Expand All @@ -70,6 +78,8 @@ Global
{150899E8-3EA7-4DBA-A18C-666ECEACA7FA}.Release N21|Any CPU.ActiveCfg = Release|Any CPU
{150899E8-3EA7-4DBA-A18C-666ECEACA7FA}.Release N22|Any CPU.ActiveCfg = Release|Any CPU
{150899E8-3EA7-4DBA-A18C-666ECEACA7FA}.Release N23|Any CPU.ActiveCfg = Release|Any CPU
{150899E8-3EA7-4DBA-A18C-666ECEACA7FA}.Debug N24|Any CPU.ActiveCfg = Debug|Any CPU
{150899E8-3EA7-4DBA-A18C-666ECEACA7FA}.Release N24|Any CPU.ActiveCfg = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
Expand Down
8 changes: 6 additions & 2 deletions NavisAppInfo/AppInfo.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@
<ImplicitUsings>true</ImplicitUsings>
<AppendTargetFrameworkToOutputPath>false</AppendTargetFrameworkToOutputPath>
<AppendRuntimeIdentifierToOutputPath>false</AppendRuntimeIdentifierToOutputPath>
<Configurations>Debug N20;Debug N21;Debug N22;Debug N23</Configurations>
<Configurations>$(Configurations);Release N20;Release N21;Release N22;Release N23</Configurations>
<Configurations>Debug N20;Debug N21;Debug N22;Debug N23;Debug N24</Configurations>
<Configurations>$(Configurations);Release N20;Release N21;Release N22;Release N23;Release N24</Configurations>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
<OutputPath>Debug\</OutputPath>
Expand All @@ -35,6 +35,10 @@
<NavisVersion>2023</NavisVersion>
<DefineConstants>$(DefineConstants);N23</DefineConstants>
</PropertyGroup>
<PropertyGroup Condition="$(Configuration.Contains('N24'))">
<NavisVersion>2024</NavisVersion>
<DefineConstants>$(DefineConstants);N24</DefineConstants>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Chuongmep.Navis.Api.Autodesk.Navisworks.Api" Version="$(NavisVersion).*">
<ExcludeAssets>runtime</ExcludeAssets>
Expand Down
4 changes: 4 additions & 0 deletions NavisAppInfo/PackageContents.xml
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,8 @@
<RuntimeRequirements OS="Win64" Platform="NAVMAN|NAVSIM" SeriesMin="Nw20" SeriesMax="Nw20" />
<ComponentEntry AppName="AppInfo" AppType="ManagedPlugin" ModuleName="./Contents/2023/AppInfo.dll" />
</Components>
<Components Description="Navisworks 2024 parts">
<RuntimeRequirements OS="Win64" Platform="NAVMAN|NAVSIM" SeriesMin="Nw21" SeriesMax="Nw21" />
<ComponentEntry AppName="AppInfo" AppType="ManagedPlugin" ModuleName="./Contents/2024/AppInfo.dll" />
</Components>
</ApplicationPackage>
4 changes: 4 additions & 0 deletions NavisAppInfo/Properties/launchSettings.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,10 @@
"2023": {
"commandName": "Executable",
"executablePath": "C:\\Program Files\\Autodesk\\Navisworks Manage 2023\\Roamer.exe"
},
"2024": {
"commandName": "Executable",
"executablePath": "C:\\Program Files\\Autodesk\\Navisworks Manage 2024\\Roamer.exe"
}
}
}

0 comments on commit c7751c8

Please sign in to comment.