Skip to content

Commit 30de10b

Browse files
committed
separated iLogic-Vault and iLogic-VaultInvSrv Libraries.
1 parent 9207e0f commit 30de10b

File tree

30 files changed

+883
-7
lines changed

30 files changed

+883
-7
lines changed

iLogic-Vault-QuickstartLibrary/Properties/AssemblyInfo.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,5 +32,5 @@
3232
// You can specify all the values or you can default the Build and Revision Numbers
3333
// by using the '*' as shown below:
3434
// [assembly: AssemblyVersion("1.0.*")]
35-
[assembly: AssemblyVersion("2020.25.2.1")]
36-
[assembly: AssemblyFileVersion("2020.25.2.1")]
35+
[assembly: AssemblyVersion("2020.25.3.1")]
36+
[assembly: AssemblyFileVersion("2020.25.3.1")]

iLogic-Vault-QuickstartLibrary/iLogic-Vault QuickstartLibrary.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@
7373
<Private>False</Private>
7474
</Reference>
7575
<Reference Include="Autodesk.DataManagement.Client.Framework.Vault">
76-
<HintPath>..\..\..\..\..\..\Program Files\Autodesk\Autodesk Vault 2020 SDK\bin\x64\Autodesk.DataManagement.Client.Framework.Vault.dll</HintPath>
76+
<HintPath>..\..\..\..\..\Program Files\Autodesk\Autodesk Vault 2020 SDK\bin\x64\Autodesk.DataManagement.Client.Framework.Vault.dll</HintPath>
7777
<Private>False</Private>
7878
</Reference>
7979
<Reference Include="Autodesk.iLogic.Automation">

iLogic-Vault.sln

Lines changed: 10 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,8 @@ Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "iLogic-Vault QuickstartLibr
99
EndProject
1010
Project("{F184B08F-C81C-45F6-A57F-5ABD9991F28F}") = "iLogicDEBUG", "iLogicDEBUG\iLogicDEBUG.vbproj", "{10A9D972-C9F4-4A12-BF4D-B7592AA9D2C6}"
1111
EndProject
12+
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "iLogic-VaultInvServer Library", "iLogic-VaultInvServer Library\iLogic-VaultInvServer Library.csproj", "{D52A41BF-F382-4D83-A3AC-1FF171C5056B}"
13+
EndProject
1214
Global
1315
GlobalSection(SolutionConfigurationPlatforms) = preSolution
1416
Debug|Any CPU = Debug|Any CPU
@@ -20,11 +22,9 @@ Global
2022
{2929C461-4ECF-4ADD-9A96-904EA652B085}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
2123
{2929C461-4ECF-4ADD-9A96-904EA652B085}.Debug|Any CPU.Build.0 = Debug|Any CPU
2224
{2929C461-4ECF-4ADD-9A96-904EA652B085}.Debug|x64.ActiveCfg = Debug|x64
23-
{2929C461-4ECF-4ADD-9A96-904EA652B085}.Debug|x64.Build.0 = Debug|x64
2425
{2929C461-4ECF-4ADD-9A96-904EA652B085}.Release|Any CPU.ActiveCfg = Release|Any CPU
2526
{2929C461-4ECF-4ADD-9A96-904EA652B085}.Release|Any CPU.Build.0 = Release|Any CPU
2627
{2929C461-4ECF-4ADD-9A96-904EA652B085}.Release|x64.ActiveCfg = Release|x64
27-
{2929C461-4ECF-4ADD-9A96-904EA652B085}.Release|x64.Build.0 = Release|x64
2828
{BAB4F6A2-EAEF-4650-B11E-7A14466D74AB}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
2929
{BAB4F6A2-EAEF-4650-B11E-7A14466D74AB}.Debug|Any CPU.Build.0 = Debug|Any CPU
3030
{BAB4F6A2-EAEF-4650-B11E-7A14466D74AB}.Debug|x64.ActiveCfg = Debug|x64
@@ -36,11 +36,17 @@ Global
3636
{10A9D972-C9F4-4A12-BF4D-B7592AA9D2C6}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
3737
{10A9D972-C9F4-4A12-BF4D-B7592AA9D2C6}.Debug|Any CPU.Build.0 = Debug|Any CPU
3838
{10A9D972-C9F4-4A12-BF4D-B7592AA9D2C6}.Debug|x64.ActiveCfg = Debug|Any CPU
39-
{10A9D972-C9F4-4A12-BF4D-B7592AA9D2C6}.Debug|x64.Build.0 = Debug|Any CPU
4039
{10A9D972-C9F4-4A12-BF4D-B7592AA9D2C6}.Release|Any CPU.ActiveCfg = Release|Any CPU
4140
{10A9D972-C9F4-4A12-BF4D-B7592AA9D2C6}.Release|Any CPU.Build.0 = Release|Any CPU
4241
{10A9D972-C9F4-4A12-BF4D-B7592AA9D2C6}.Release|x64.ActiveCfg = Release|Any CPU
43-
{10A9D972-C9F4-4A12-BF4D-B7592AA9D2C6}.Release|x64.Build.0 = Release|Any CPU
42+
{D52A41BF-F382-4D83-A3AC-1FF171C5056B}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
43+
{D52A41BF-F382-4D83-A3AC-1FF171C5056B}.Debug|Any CPU.Build.0 = Debug|Any CPU
44+
{D52A41BF-F382-4D83-A3AC-1FF171C5056B}.Debug|x64.ActiveCfg = Debug|x64
45+
{D52A41BF-F382-4D83-A3AC-1FF171C5056B}.Debug|x64.Build.0 = Debug|x64
46+
{D52A41BF-F382-4D83-A3AC-1FF171C5056B}.Release|Any CPU.ActiveCfg = Release|Any CPU
47+
{D52A41BF-F382-4D83-A3AC-1FF171C5056B}.Release|Any CPU.Build.0 = Release|Any CPU
48+
{D52A41BF-F382-4D83-A3AC-1FF171C5056B}.Release|x64.ActiveCfg = Release|x64
49+
{D52A41BF-F382-4D83-A3AC-1FF171C5056B}.Release|x64.Build.0 = Release|x64
4450
EndGlobalSection
4551
GlobalSection(SolutionProperties) = preSolution
4652
HideSolutionNode = FALSE
Lines changed: 36 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,36 @@
1+
using System.Reflection;
2+
using System.Runtime.CompilerServices;
3+
using System.Runtime.InteropServices;
4+
5+
// General Information about an assembly is controlled through the following
6+
// set of attributes. Change these attribute values to modify the information
7+
// associated with an assembly.
8+
[assembly: AssemblyTitle("iLogic-VaultInventorServer Library")]
9+
[assembly: AssemblyDescription("TS EMEA Quickstart Libraries - Vault Functions for Inventor Server iLogic Rules")]
10+
[assembly: AssemblyConfiguration("")]
11+
[assembly: AssemblyCompany("Autodesk GmbH")]
12+
[assembly: AssemblyProduct("iLogic-VaultInvServer Library")]
13+
[assembly: AssemblyCopyright("Copyright © 2020 Autodesk, Markus Koechl")]
14+
[assembly: AssemblyTrademark("")]
15+
[assembly: AssemblyCulture("")]
16+
17+
// Setting ComVisible to false makes the types in this assembly not visible
18+
// to COM components. If you need to access a type in this assembly from
19+
// COM, set the ComVisible attribute to true on that type.
20+
[assembly: ComVisible(false)]
21+
22+
// The following GUID is for the ID of the typelib if this project is exposed to COM
23+
[assembly: Guid("d52a41bf-f382-4d83-a3ac-1ff171c5056b")]
24+
25+
// Version information for an assembly consists of the following four values:
26+
//
27+
// Major Version
28+
// Minor Version
29+
// Build Number
30+
// Revision
31+
//
32+
// You can specify all the values or you can default the Build and Revision Numbers
33+
// by using the '*' as shown below:
34+
// [assembly: AssemblyVersion("1.0.*")]
35+
[assembly: AssemblyVersion("2020.25.3.1")]
36+
[assembly: AssemblyFileVersion("2020.25.3.1")]

iLogic-VaultInvServer Library/bin/Debug/QuickstartiLogicVltInvSrvLibrary.xml

Lines changed: 100 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
14 KB
Binary file not shown.
29.5 KB
Binary file not shown.

iLogic-VaultInvServer Library/bin/x64/Debug/QuickstartiLogicVltInvSrvLibrary.xml

Lines changed: 100 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)