forked from ASCOMInitiative/ASCOMPlatform
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathAssemblyVersionInfo.vb
More file actions
20 lines (18 loc) · 873 Bytes
/
AssemblyVersionInfo.vb
File metadata and controls
20 lines (18 loc) · 873 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
Imports System.Reflection
' This file sets the file version for all generated assemblies.
' All projects in the build should reference this file by including the following
' in their project file:
'
' <Compile Include="..\AssemblyVersionInfo.vb">
' <Link>Properties\AssemblyVersionInfo.vb</Link>
' </Compile>
' <Compile Include="..\SolutionInfo.vb">
' <Link>Properties\SolutionInfo.vb</Link>
' </Compile>
'
' Version information is isolated in a seperate file to facilitate integration with the build server.
' The build server will replace this entire file with a machine-generated one. Therefore,
' this file should contain ONLY the global file version number and no other settings.
'
' For local builds, the version is always 6.x.9999.9999, indicating an uncontrolled release.
<Assembly: AssemblyFileVersion("6.4.9999.9999")>