This repository has been archived by the owner on Mar 24, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
5 changed files
with
38 additions
and
13 deletions.
There are no files selected for viewing
31 changes: 31 additions & 0 deletions
31
.idea/.idea.AppInfo/.idea/inspectionProfiles/Project_Default.xml
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,19 +1,19 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<ApplicationPackage SchemaVersion="1.0" Name="AppInfo" AppVersion="1.0.0.0" ProductType="Application" Author="ADSK" ProductCode="{5D6C04B0-D1AE-46E8-B32A-B7F838DFC1D6}"> | ||
<Components Description="Navisworks 2020 parts"> | ||
<RuntimeRequirements OS="Win64" Platform="NAVMAN" SeriesMin="Nw17" SeriesMax="Nw17" /> | ||
<RuntimeRequirements OS="Win64" Platform="NAVMAN|NAVSIM" SeriesMin="Nw17" SeriesMax="Nw17" /> | ||
<ComponentEntry AppName="AppInfo" AppType="ManagedPlugin" ModuleName="./Contents/2020/AppInfo.dll" /> | ||
</Components> | ||
<Components Description="Navisworks 2021 parts"> | ||
<RuntimeRequirements OS="Win64" Platform="NAVMAN" SeriesMin="Nw18" SeriesMax="Nw18" /> | ||
<RuntimeRequirements OS="Win64" Platform="NAVMAN|NAVSIM" SeriesMin="Nw18" SeriesMax="Nw18" /> | ||
<ComponentEntry AppName="AppInfo" AppType="ManagedPlugin" ModuleName="./Contents/2021/AppInfo.dll" /> | ||
</Components> | ||
<Components Description="Navisworks 2022 parts"> | ||
<RuntimeRequirements OS="Win64" Platform="NAVMAN" SeriesMin="Nw19" SeriesMax="Nw19" /> | ||
<RuntimeRequirements OS="Win64" Platform="NAVMAN|NAVSIM" SeriesMin="Nw19" SeriesMax="Nw19" /> | ||
<ComponentEntry AppName="AppInfo" AppType="ManagedPlugin" ModuleName="./Contents/2022/AppInfo.dll" /> | ||
</Components> | ||
<Components Description="Navisworks 2023 parts"> | ||
<RuntimeRequirements OS="Win64" Platform="NAVMAN" SeriesMin="Nw20" SeriesMax="Nw20" /> | ||
<RuntimeRequirements OS="Win64" Platform="NAVMAN|NAVSIM" SeriesMin="Nw20" SeriesMax="Nw20" /> | ||
<ComponentEntry AppName="AppInfo" AppType="ManagedPlugin" ModuleName="./Contents/2023/AppInfo.dll" /> | ||
</Components> | ||
</ApplicationPackage> |