Skip to content

Commit

Permalink
intial 2021 validated for Inventor and VaultInventorServer
Browse files Browse the repository at this point in the history
  • Loading branch information
koechlm committed Apr 21, 2020
1 parent 172ceb1 commit fc623b6
Show file tree
Hide file tree
Showing 7 changed files with 24 additions and 39 deletions.
Binary file not shown.
6 changes: 3 additions & 3 deletions iLogic-Vault-QuickstartLibrary/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
[assembly: AssemblyConfiguration("")]
[assembly: AssemblyCompany("Autodesk GmbH")]
[assembly: AssemblyProduct("QuickstartiLogicLibrary")]
[assembly: AssemblyCopyright("Copyright © 2019 Autodesk, Markus Koechl")]
[assembly: AssemblyCopyright("Copyright © 2020 Autodesk, Markus Koechl")]
[assembly: AssemblyTrademark("")]
[assembly: AssemblyCulture("")]

Expand All @@ -32,5 +32,5 @@
// You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("2020.25.4.0")]
[assembly: AssemblyFileVersion("2020.25.4.0")]
[assembly: AssemblyVersion("2021.26.0.0")]
[assembly: AssemblyFileVersion("2021.26.0.0")]
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,8 @@ Sub Main
If mImageFile Is Nothing Then
Logger.Error("Could not convert thumbnail to image file - Please double check that file exists in Vault including a thumbnail.")
Else
''add next action using the downloaded file here...
Logger.Info("File " & mImageFile & " found by full file name and downloaded to local workspace.")
''add next action using the downloaded file here...

End If
End Sub
Original file line number Diff line number Diff line change
Expand Up @@ -61,42 +61,24 @@
</PropertyGroup>
<ItemGroup>
<Reference Include="Autodesk.Connectivity.Explorer.ExtensibilityTools">
<HintPath>..\..\..\..\..\..\Program Files\Autodesk\Autodesk Vault 2020 SDK\bin\x64\Autodesk.Connectivity.Explorer.ExtensibilityTools.dll</HintPath>
<HintPath>..\..\..\..\..\Program Files\Autodesk\Vault Client 2021\Explorer\Autodesk.Connectivity.Explorer.ExtensibilityTools.dll</HintPath>
<Private>False</Private>
</Reference>
<Reference Include="Autodesk.Connectivity.WebServices">
<HintPath>..\..\..\..\..\..\Program Files\Autodesk\Autodesk Vault 2020 SDK\bin\x64\Autodesk.Connectivity.WebServices.dll</HintPath>
<HintPath>..\..\..\..\..\Program Files\Autodesk\Vault Client 2021\Explorer\Autodesk.Connectivity.WebServices.dll</HintPath>
<Private>False</Private>
</Reference>
<Reference Include="Autodesk.DataManagement.Client.Framework">
<HintPath>..\..\..\..\..\..\Program Files\Autodesk\Autodesk Vault 2020 SDK\bin\x64\Autodesk.DataManagement.Client.Framework.dll</HintPath>
<HintPath>..\..\..\..\..\Program Files\Autodesk\Vault Client 2021\Explorer\Autodesk.DataManagement.Client.Framework.dll</HintPath>
<Private>False</Private>
</Reference>
<Reference Include="Autodesk.DataManagement.Client.Framework.Vault">
<HintPath>..\..\..\..\..\Program Files\Autodesk\Autodesk Vault 2020 SDK\bin\x64\Autodesk.DataManagement.Client.Framework.Vault.dll</HintPath>
<HintPath>..\..\..\..\..\Program Files\Autodesk\Vault Client 2021\Explorer\Autodesk.DataManagement.Client.Framework.Vault.dll</HintPath>
<Private>False</Private>
</Reference>
<Reference Include="Autodesk.iLogic.Automation">
<HintPath>..\temp 2020\Autodesk.iLogic.Automation.dll</HintPath>
<Private>False</Private>
</Reference>
<Reference Include="Autodesk.iLogic.Common">
<HintPath>..\temp 2020\Autodesk.iLogic.Common.dll</HintPath>
<Private>False</Private>
</Reference>
<Reference Include="Autodesk.iLogic.Interfaces">
<HintPath>..\temp 2020\Autodesk.iLogic.Interfaces.dll</HintPath>
<Private>False</Private>
</Reference>
<Reference Include="Autodesk.Inventor.Interop, Version=23.1.0.0, Culture=neutral, PublicKeyToken=d84147f8b4276564, processorArchitecture=MSIL">
<SpecificVersion>False</SpecificVersion>
<EmbedInteropTypes>True</EmbedInteropTypes>
<HintPath>..\temp 2020\Autodesk.Inventor.Interop.dll</HintPath>
</Reference>
<Reference Include="Connectivity.Application.VaultBase">
<HintPath>..\temp 2020\Connectivity.Application.VaultBase.dll</HintPath>
<HintPath>..\..\..\..\..\Program Files\Autodesk\Vault Client 2021\Explorer\Connectivity.Application.VaultBase.dll</HintPath>
<Private>False</Private>
<EmbedInteropTypes>False</EmbedInteropTypes>
</Reference>
<Reference Include="System" />
<Reference Include="System.Core" />
Expand Down Expand Up @@ -126,7 +108,7 @@
</Content>
</ItemGroup>
<ItemGroup>
<None Include="Inventor iLogic - Vault Quickstart Library - 2020.2.1.pdf" />
<None Include="Inventor iLogic - Vault Quickstart Library.pdf" />
<None Include="Properties\Settings.settings">
<Generator>SettingsSingleFileGenerator</Generator>
<LastGenOutput>Settings.Designer.cs</LastGenOutput>
Expand Down
9 changes: 7 additions & 2 deletions iLogic-Vault.sln
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@

Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.28010.2003
# Visual Studio Version 16
VisualStudioVersion = 16.0.30002.166
MinimumVisualStudioVersion = 10.0.40219.1
Project("{F184B08F-C81C-45F6-A57F-5ABD9991F28F}") = "iLogic-PDM", "iLogic-Vault\iLogic-PDM.vbproj", "{2929C461-4ECF-4ADD-9A96-904EA652B085}"
EndProject
Expand All @@ -11,6 +11,11 @@ Project("{F184B08F-C81C-45F6-A57F-5ABD9991F28F}") = "iLogicDEBUG", "iLogicDEBUG\
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "iLogic-VaultInvServer Library", "iLogic-VaultInvServer Library\iLogic-VaultInvServer Library.csproj", "{D52A41BF-F382-4D83-A3AC-1FF171C5056B}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{F107EC0A-5BE1-4475-8B96-764A0F847C26}"
ProjectSection(SolutionItems) = preProject
Inventor iLogic - Vault Quickstart Library.pdf = Inventor iLogic - Vault Quickstart Library.pdf
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Expand Down
4 changes: 2 additions & 2 deletions iLogic-VaultInvServer Library/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -32,5 +32,5 @@
// You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("2020.25.4.0")]
[assembly: AssemblyFileVersion("2020.25.4.0")]
[assembly: AssemblyVersion("2021.26.0.0")]
[assembly: AssemblyFileVersion("2021.26.0.0")]
Original file line number Diff line number Diff line change
Expand Up @@ -51,22 +51,19 @@
<PlatformTarget>x64</PlatformTarget>
<ErrorReport>prompt</ErrorReport>
<CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
<DocumentationFile>bin\x64\Release\QuickstartiLogicVltInvSrvLibrary.xml</DocumentationFile>
</PropertyGroup>
<ItemGroup>
<Reference Include="Autodesk.Connectivity.WebServices">
<HintPath>..\..\..\..\..\Program Files\Autodesk\Autodesk Vault 2020 SDK\bin\x64\Autodesk.Connectivity.WebServices.dll</HintPath>
<HintPath>..\..\..\..\..\Program Files\Autodesk\Vault Client 2021\Explorer\Autodesk.Connectivity.WebServices.dll</HintPath>
<Private>False</Private>
</Reference>
<Reference Include="Autodesk.DataManagement.Client.Framework">
<HintPath>..\..\..\..\..\Program Files\Autodesk\Autodesk Vault 2020 SDK\bin\x64\Autodesk.DataManagement.Client.Framework.dll</HintPath>
<HintPath>..\..\..\..\..\Program Files\Autodesk\Vault Client 2021\Explorer\Autodesk.DataManagement.Client.Framework.dll</HintPath>
<Private>False</Private>
</Reference>
<Reference Include="Autodesk.DataManagement.Client.Framework.Vault">
<HintPath>..\..\..\..\..\Program Files\Autodesk\Autodesk Vault 2020 SDK\bin\x64\Autodesk.DataManagement.Client.Framework.Vault.dll</HintPath>
<Private>False</Private>
</Reference>
<Reference Include="Autodesk.iLogic.Interfaces">
<HintPath>..\..\..\..\..\Program Files\Autodesk\Vault Professional 2020\Explorer\Inventor Server\Bin\Autodesk.iLogic.Interfaces.dll</HintPath>
<HintPath>..\..\..\..\..\Program Files\Autodesk\Vault Client 2021\Explorer\Autodesk.DataManagement.Client.Framework.Vault.dll</HintPath>
<Private>False</Private>
</Reference>
<Reference Include="System" />
Expand Down

0 comments on commit fc623b6

Please sign in to comment.