Code development platform for open source projects from the European Union institutions :large_blue_circle: EU Login authentication by SMS will be completely phased out by mid-2025. To see alternatives please check here

Skip to content
Snippets Groups Projects
Commit 97291659 authored by Kostis ANAGNOSTOPOULOS's avatar Kostis ANAGNOSTOPOULOS
Browse files

Ver 1.0.1: Released just for working with all 1.0.xx license-files.

parent 64788b14
No related branches found
No related tags found
No related merge requests found
......@@ -18,7 +18,7 @@ Imports System.Runtime.InteropServices
<Assembly: ComVisible(False)>
'Die folgende GUID bestimmt die ID der Typbibliothek, wenn dieses Projekt für COM verfügbar gemacht wird
<Assembly: Guid("175c31e7-2d95-4afb-afec-c4d7719177db")>
<Assembly: Guid("175c31e7-2d95-4afb-afec-c4d7719177da")>
' Versionsinformationen für eine Assembly bestehen aus den folgenden vier Werten:
'
......@@ -31,5 +31,5 @@ Imports System.Runtime.InteropServices
' übernehmen, indem Sie "*" eingeben:
' <Assembly: AssemblyVersion("1.0.*")>
<Assembly: AssemblyVersion("1.0.0.0")>
<Assembly: AssemblyFileVersion("1.0.0.0")>
<Assembly: AssemblyVersion("1.0.1.0")>
<Assembly: AssemblyFileVersion("1.0.1.0")>
......@@ -320,7 +320,9 @@
</EmbeddedResource>
</ItemGroup>
<ItemGroup>
<None Include="My Project\app.manifest" />
<None Include="My Project\app.manifest">
<SubType>Designer</SubType>
</None>
<None Include="My Project\Application.myapp">
<Generator>MyApplicationCodeGenerator</Generator>
<LastGenOutput>Application.Designer.vb</LastGenOutput>
......
......@@ -2,7 +2,7 @@ Imports System.Collections.Generic
Module VECTO_Global
Public Const VECTOvers As String = "1.0"
Public Const VECTOvers As String = "1.0.1"
Public MyAppPath As String
Public MyConfPath As String
Public MyDeclPath As String
......
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