Code development platform for open source projects from the European Union institutions

Skip to content
Snippets Groups Projects
Commit 64788b14 authored by Raphael LUZ's avatar Raphael LUZ
Browse files

Implemented new license DLL

parent 4a39c997
No related branches found
No related tags found
No related merge requests found
syntax: glob
bin/*
obj/*
VECTO.suo
......@@ -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
......
......@@ -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" />
......
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment