diff --git a/.hgignore b/.hgignore index aa6e832843f9df1e59b3cb5f60f9b475db80b172..951885d5752edd82f214c8915740ed5c845e155f 100644 --- a/.hgignore +++ b/.hgignore @@ -1,3 +1,4 @@ syntax: glob bin/* obj/* +VECTO.suo diff --git a/VECTO/ApplicationEvents.vb b/VECTO/ApplicationEvents.vb index 9731da4d818e47cfc694c1d3e9f3531efa0d9b0a..26c4c8aa88312cd452611c3d0decea37136b7a51 100644 --- a/VECTO/ApplicationEvents.vb +++ b/VECTO/ApplicationEvents.vb @@ -137,8 +137,8 @@ Namespace My End If 'Lizenz initialisieren - Lic = New ivtlic.cLicense - Lic.AppCode = "VECTO" + Lic = New vectolic.cLicense + Lic.AppVersion = VECTOvers Lic.FilePath = MyAppPath & "license.dat" End Sub diff --git a/VECTO/VECTO.vbproj b/VECTO/VECTO.vbproj index e9234a354e18f31620121918ee2dcacf85577449..4ff936ee58e4ff0ff350b81772091535dd99a2dc 100644 --- a/VECTO/VECTO.vbproj +++ b/VECTO/VECTO.vbproj @@ -58,10 +58,6 @@ <ApplicationManifest>My Project\app.manifest</ApplicationManifest> </PropertyGroup> <ItemGroup> - <Reference Include="ivtlic, Version=1.0.0.0, Culture=neutral, processorArchitecture=MSIL"> - <SpecificVersion>False</SpecificVersion> - <HintPath>ivtlic\ivtlic.dll</HintPath> - </Reference> <Reference Include="System" /> <Reference Include="System.Data" /> <Reference Include="System.Deployment" /> @@ -70,6 +66,10 @@ <Reference Include="System.Runtime.Remoting" /> <Reference Include="System.Windows.Forms" /> <Reference Include="System.Xml" /> + <Reference Include="vectolic, Version=1.0.0.0, Culture=neutral, processorArchitecture=MSIL"> + <SpecificVersion>False</SpecificVersion> + <HintPath>..\..\Licensing\License DLL\bin\Release\vectolic.dll</HintPath> + </Reference> </ItemGroup> <ItemGroup> <Import Include="Microsoft.VisualBasic" /> diff --git a/VECTO/VECTO_Global.vb b/VECTO/VECTO_Global.vb index 4b5d3bcf5b8f2c65d0fa2816cba72526860740c5..167f0f6a5a6379c6d02d2a427fb95082c9f008a1 100644 --- a/VECTO/VECTO_Global.vb +++ b/VECTO/VECTO_Global.vb @@ -38,7 +38,7 @@ Module VECTO_Global Public TRS As cTRS Public EXS As cEXS Public ADV As cADVANCE_V3 - Public Lic As ivtlic.cLicense + Public Lic As vectolic.cLicense Public ERG As cERG Public DEV As cDEV