diff options
| author | TheUltimateHacker <[email protected]> | 2015-05-17 10:53:26 -0400 |
|---|---|---|
| committer | TheUltimateHacker <[email protected]> | 2015-05-17 10:53:26 -0400 |
| commit | 26e89066d4a9e831a0c66f0ccddcf731ecbb49f0 (patch) | |
| tree | 630a5a20703f1f7c31d62cd47fef626560a609ca /shiftos_next/My Project/AssemblyInfo.vb | |
| download | shiftos-next-26e89066d4a9e831a0c66f0ccddcf731ecbb49f0.tar.gz shiftos-next-26e89066d4a9e831a0c66f0ccddcf731ecbb49f0.tar.bz2 shiftos-next-26e89066d4a9e831a0c66f0ccddcf731ecbb49f0.zip | |
Initial Commit
Diffstat (limited to 'shiftos_next/My Project/AssemblyInfo.vb')
| -rw-r--r-- | shiftos_next/My Project/AssemblyInfo.vb | 35 |
1 files changed, 35 insertions, 0 deletions
diff --git a/shiftos_next/My Project/AssemblyInfo.vb b/shiftos_next/My Project/AssemblyInfo.vb new file mode 100644 index 0000000..3abba55 --- /dev/null +++ b/shiftos_next/My Project/AssemblyInfo.vb @@ -0,0 +1,35 @@ +Imports System +Imports System.Reflection +Imports System.Runtime.InteropServices + +' General Information about an assembly is controlled through the following +' set of attributes. Change these attribute values to modify the information +' associated with an assembly. + +' Review the values of the assembly attributes + +<Assembly: AssemblyTitle("ShiftOS-Next")> +<Assembly: AssemblyDescription("")> +<Assembly: AssemblyCompany("")> +<Assembly: AssemblyProduct("ShiftOS-Next")> +<Assembly: AssemblyCopyright("Copyright © 2015")> +<Assembly: AssemblyTrademark("")> + +<Assembly: ComVisible(False)> + +'The following GUID is for the ID of the typelib if this project is exposed to COM +<Assembly: Guid("9bc97071-28b5-4227-bdd7-d2a6c6f68987")> + +' Version information for an assembly consists of the following four values: +' +' Major Version +' Minor Version +' Build Number +' Revision +' +' You can specify all the values or you can default the Build and Revision Numbers +' by using the '*' as shown below: +' <Assembly: AssemblyVersion("1.0.*")> + +<Assembly: AssemblyVersion("1.0.0.0")> +<Assembly: AssemblyFileVersion("1.0.0.0")> |
