Skip to content

Commit

Permalink
updated for 2024 RTM, moved iLogic-VaultInventorServer library into t…
Browse files Browse the repository at this point in the history
…his solution
  • Loading branch information
koechlm committed Sep 1, 2023
1 parent a3ce1f2 commit be1821e
Show file tree
Hide file tree
Showing 44 changed files with 23,450 additions and 292 deletions.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -258,4 +258,5 @@ paket-files/

# Python Tools for Visual Studio (PTVS)
__pycache__/
*.pyc
*.pyc
/Setup1/Release 2022
14 changes: 14 additions & 0 deletions Autodesk.VltInvSrv.iLogicSampleJob.sln
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,8 @@ Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution
EndProject
Project("{54435603-DBB4-11D2-8724-00A0C9A8B90C}") = "Setup", "Setup1\Setup1.vdproj", "{945236AB-7DC9-4DA5-BABA-6578CA50273B}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "iLogic-VaultInvServer Library", "iLogic-VaultInvServer Library\iLogic-VaultInvServer Library.csproj", "{D52A41BF-F382-4D83-A3AC-1FF171C5056B}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Expand Down Expand Up @@ -42,6 +44,18 @@ Global
{945236AB-7DC9-4DA5-BABA-6578CA50273B}.Release|x64.Build.0 = Release
{945236AB-7DC9-4DA5-BABA-6578CA50273B}.x64|Any CPU.ActiveCfg = Debug
{945236AB-7DC9-4DA5-BABA-6578CA50273B}.x64|x64.ActiveCfg = Debug
{D52A41BF-F382-4D83-A3AC-1FF171C5056B}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{D52A41BF-F382-4D83-A3AC-1FF171C5056B}.Debug|Any CPU.Build.0 = Debug|Any CPU
{D52A41BF-F382-4D83-A3AC-1FF171C5056B}.Debug|x64.ActiveCfg = Debug|x64
{D52A41BF-F382-4D83-A3AC-1FF171C5056B}.Debug|x64.Build.0 = Debug|x64
{D52A41BF-F382-4D83-A3AC-1FF171C5056B}.Release|Any CPU.ActiveCfg = Release|Any CPU
{D52A41BF-F382-4D83-A3AC-1FF171C5056B}.Release|Any CPU.Build.0 = Release|Any CPU
{D52A41BF-F382-4D83-A3AC-1FF171C5056B}.Release|x64.ActiveCfg = Release|x64
{D52A41BF-F382-4D83-A3AC-1FF171C5056B}.Release|x64.Build.0 = Release|x64
{D52A41BF-F382-4D83-A3AC-1FF171C5056B}.x64|Any CPU.ActiveCfg = Debug|Any CPU
{D52A41BF-F382-4D83-A3AC-1FF171C5056B}.x64|Any CPU.Build.0 = Debug|Any CPU
{D52A41BF-F382-4D83-A3AC-1FF171C5056B}.x64|x64.ActiveCfg = Debug|x64
{D52A41BF-F382-4D83-A3AC-1FF171C5056B}.x64|x64.Build.0 = Debug|x64
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x64'">
<DebugSymbols>true</DebugSymbols>
<OutputPath>bin\x64\Debug\2023\</OutputPath>
<OutputPath>bin\x64\Debug\2024\</OutputPath>
<DefineConstants>DEBUG;TRACE</DefineConstants>
<DebugType>full</DebugType>
<PlatformTarget>x64</PlatformTarget>
Expand Down Expand Up @@ -222,14 +222,22 @@
</Content>
<Content Include="Resources\VLTM-2023.0.0.F-icon.ico" />
<Content Include="SDK Refs\Autodesk.Connectivity.Explorer.Extensibility.dll" />
<Content Include="SDK Refs\Autodesk.Connectivity.Explorer.Extensibility.XML" />
<Content Include="SDK Refs\Autodesk.Connectivity.Explorer.ExtensibilityTools.dll" />
<Content Include="SDK Refs\Autodesk.Connectivity.Explorer.ExtensibilityTools.XML" />
<Content Include="SDK Refs\Autodesk.Connectivity.Extensibility.Framework.dll" />
<Content Include="SDK Refs\Autodesk.Connectivity.Extensibility.Framework.XML" />
<Content Include="SDK Refs\Autodesk.Connectivity.JobProcessor.Extensibility.dll" />
<Content Include="SDK Refs\Autodesk.Connectivity.JobProcessor.Extensibility.XML" />
<Content Include="SDK Refs\Autodesk.Connectivity.WebServices.dll" />
<Content Include="SDK Refs\Autodesk.Connectivity.WebServices.XML" />
<Content Include="SDK Refs\Autodesk.DataManagement.Client.Framework.dll" />
<Content Include="SDK Refs\Autodesk.DataManagement.Client.Framework.Forms.dll" />
<Content Include="SDK Refs\Autodesk.DataManagement.Client.Framework.Forms.xml" />
<Content Include="SDK Refs\Autodesk.DataManagement.Client.Framework.Vault.dll" />
<Content Include="SDK Refs\Autodesk.DataManagement.Client.Framework.Vault.Forms.dll" />
<Content Include="SDK Refs\Autodesk.DataManagement.Client.Framework.Vault.xml" />
<Content Include="SDK Refs\Autodesk.DataManagement.Client.Framework.xml" />
<Content Include="SDK Refs\Autodesk.iLogic.Interfaces.dll" />
<Content Include="SDK Refs\Autodesk.iLogic.Interfaces.xml" />
<Content Include="SDK Refs\Autodesk.Inventor.Interop.dll" />
Expand Down

Large diffs are not rendered by default.

Binary file not shown.
Original file line number Diff line number Diff line change
@@ -0,0 +1,63 @@
<?xml version="1.0" encoding="utf-8"?>
<doc>
<assembly>
<name>Autodesk.Connectivity.Explorer.ExtensibilityTools</name>
</assembly>
<members>
<member name="T:Autodesk.Connectivity.Explorer.ExtensibilityTools.IExplorerUtil">
<summary>A collection of useful operations for Vault Explorer to run.</summary>
</member>
<member name="M:Autodesk.Connectivity.Explorer.ExtensibilityTools.IExplorerUtil.UpdateFileProperties(Autodesk.Connectivity.WebServices.File,System.Collections.Generic.Dictionary{Autodesk.Connectivity.WebServices.PropDef,System.Object})">
<summary>Updates a set of properties for a file.</summary>
<param>The file whose properties will be updated.A Dictionary containing the updated property values. Key = property object; Value = new value</param>
</member>
<member name="T:Autodesk.Connectivity.Explorer.ExtensibilityTools.ExplorerLoader">
<summary>Performs a partial load of Vault Explorer and returns an interface for making calls into it.</summary>
</member>
<member name="T:Autodesk.Connectivity.Explorer.ExtensibilityTools.Product">
<summary>An representation of a Vault product.</summary>
</member>
<member name="M:Autodesk.Connectivity.Explorer.ExtensibilityTools.ExplorerLoader.#ctor">
<summary>The constructor.</summary>
</member>
<member name="M:Autodesk.Connectivity.Explorer.ExtensibilityTools.ExplorerLoader.GetExePath(Autodesk.Connectivity.Explorer.ExtensibilityTools.Product)">
<summary>Finds the installed path to the Vault Explorer EXE.</summary>
<param>The Vault product.</param>
<returns>The installed path to the Vault Explorer EXE or null if the installation path was not found.</returns>
</member>
<member name="M:Autodesk.Connectivity.Explorer.ExtensibilityTools.ExplorerLoader.GetExplorerUtil(Autodesk.Connectivity.Explorer.Extensibility.IApplication)">
<summary>Gets an interface for making calls into Vault Explorer</summary>
<param>The application context.</param>
<returns>An interface for making calls into Vault Explorer.</returns>
</member>
<member name="M:Autodesk.Connectivity.Explorer.ExtensibilityTools.ExplorerLoader.LoadExplorerUtil">
<summary>
<div style="BORDER-BOTTOM: #d0d0d0 1px; PADDING-BOTTOM: 2px; MARGIN-BOTTOM: 5px; COLOR: #a0a0a0; PADDING-TOP: 2px">
Loads an interface for making calls into Vault Explorer.
</div>
</summary>
</member>
<member name="M:Autodesk.Connectivity.Explorer.ExtensibilityTools.ExplorerLoader.LoadExplorerUtil(System.String,System.String,System.Int64,System.String)">
<summary>Loads an interface for making calls into Vault Explorer.</summary>
<param>The server to connect to.The vault name.The ID of the logged in user.The authentication ticket.</param>
<returns>An interface for making calls into Vault Explorer.</returns>
</member>
<member name="M:Autodesk.Connectivity.Explorer.ExtensibilityTools.ExplorerLoader.LoadExplorerUtil(Autodesk.Connectivity.Explorer.ExtensibilityTools.Product,System.String,System.String,System.Int64,System.String,System.String,System.String)">
<summary>Loads an interface for making calls into Vault Explorer.</summary>
<param>The folder where Vault Explorer is installed.An folder for DLL overrides. Used in cases where the default Vault Explorer DLLs can't load properly. Vaule may be null.The Vault product that is installed.The server to connect to.The vault name.The ID of the logged in user.The authentication ticket.</param>
<returns>An interface for making calls into Vault Explorer.</returns>
</member>
<member name="F:Autodesk.Connectivity.Explorer.ExtensibilityTools.Product.Vault">
<summary>The basic Vault product.</summary>
</member>
<member name="F:Autodesk.Connectivity.Explorer.ExtensibilityTools.Product.VaultCollaboration">
<summary>The Vault Collaboration product.</summary>
</member>
<member name="F:Autodesk.Connectivity.Explorer.ExtensibilityTools.Product.VaultProfessional">
<summary>The Vault Professional product.</summary>
</member>
<member name="F:Autodesk.Connectivity.Explorer.ExtensibilityTools.Product.VaultWorkgroup">
<summary>The Vault Workgroup product.</summary>
</member>
</members>
</doc>
Binary file not shown.
Loading

0 comments on commit be1821e

Please sign in to comment.