diff options
| author | EverythingWindows <[email protected]> | 2022-11-01 13:56:30 +0700 |
|---|---|---|
| committer | EverythingWindows <[email protected]> | 2022-11-01 13:56:30 +0700 |
| commit | 2a188fc91076d377da8ed4187ce9c9142485110a (patch) | |
| tree | 28a141bff40e1b3d5883760020214a43975399ab /ShiftOS-TheRevival/My Project/AssemblyInfo.vb | |
| parent | 7359253c69e02ebd4f83004a79a026acd25f5cd2 (diff) | |
| download | shiftos-therevival-old-2a188fc91076d377da8ed4187ce9c9142485110a.tar.gz shiftos-therevival-old-2a188fc91076d377da8ed4187ce9c9142485110a.tar.bz2 shiftos-therevival-old-2a188fc91076d377da8ed4187ce9c9142485110a.zip | |
Add project files.
Diffstat (limited to 'ShiftOS-TheRevival/My Project/AssemblyInfo.vb')
| -rw-r--r-- | ShiftOS-TheRevival/My Project/AssemblyInfo.vb | 35 |
1 files changed, 35 insertions, 0 deletions
diff --git a/ShiftOS-TheRevival/My Project/AssemblyInfo.vb b/ShiftOS-TheRevival/My Project/AssemblyInfo.vb new file mode 100644 index 0000000..9b0c356 --- /dev/null +++ b/ShiftOS-TheRevival/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-TheRevival")> +<Assembly: AssemblyDescription("")> +<Assembly: AssemblyCompany("")> +<Assembly: AssemblyProduct("ShiftOS-TheRevival")> +<Assembly: AssemblyCopyright("Copyright © 2022")> +<Assembly: AssemblyTrademark("")> + +<Assembly: ComVisible(False)> + +'The following GUID is for the ID of the typelib if this project is exposed to COM +<Assembly: Guid("5bb25bab-df61-4665-9136-4893db301beb")> + +' 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")> |
