diff options
| author | Michael <[email protected]> | 2017-02-02 21:57:47 -0500 |
|---|---|---|
| committer | Michael <[email protected]> | 2017-02-02 21:57:47 -0500 |
| commit | e7731fb58a232da141cee1e887c86a06e2ff4792 (patch) | |
| tree | dfebf518bb10485f78317484023efce9db21d891 /ShiftOS.Modding.VisualBasic.LegacySkinConverter/My Project/AssemblyInfo.vb | |
| parent | 487deee243c7b1994f049c3d190e1e0971973bca (diff) | |
| download | shiftos_thereturn-e7731fb58a232da141cee1e887c86a06e2ff4792.tar.gz shiftos_thereturn-e7731fb58a232da141cee1e887c86a06e2ff4792.tar.bz2 shiftos_thereturn-e7731fb58a232da141cee1e887c86a06e2ff4792.zip | |
First ever VB mod... it isn't going well.
Diffstat (limited to 'ShiftOS.Modding.VisualBasic.LegacySkinConverter/My Project/AssemblyInfo.vb')
| -rw-r--r-- | ShiftOS.Modding.VisualBasic.LegacySkinConverter/My Project/AssemblyInfo.vb | 35 |
1 files changed, 35 insertions, 0 deletions
diff --git a/ShiftOS.Modding.VisualBasic.LegacySkinConverter/My Project/AssemblyInfo.vb b/ShiftOS.Modding.VisualBasic.LegacySkinConverter/My Project/AssemblyInfo.vb new file mode 100644 index 0000000..541667c --- /dev/null +++ b/ShiftOS.Modding.VisualBasic.LegacySkinConverter/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.Modding.VisualBasic.LegacySkinConverter")> +<Assembly: AssemblyDescription("")> +<Assembly: AssemblyCompany("")> +<Assembly: AssemblyProduct("ShiftOS.Modding.VisualBasic.LegacySkinConverter")> +<Assembly: AssemblyCopyright("Copyright © 2017")> +<Assembly: AssemblyTrademark("")> + +<Assembly: ComVisible(False)> + +'The following GUID is for the ID of the typelib if this project is exposed to COM +<Assembly: Guid("a3f1f0ed-9353-40b5-b6c0-a51c6f18ca8e")> + +' 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")> |
