aboutsummaryrefslogtreecommitdiff
path: root/ShiftOS-TheRevival-CS/Properties/AssemblyInfo.cs
diff options
context:
space:
mode:
authorEverythingWindows <[email protected]>2022-11-07 07:22:01 +0700
committerEverythingWindows <[email protected]>2022-11-07 07:22:01 +0700
commit8dc0fd274fa042f0e69d6763ee79ed3f79bb7b14 (patch)
tree6320cca38cb1e70b7b283d47d14283e615d311d7 /ShiftOS-TheRevival-CS/Properties/AssemblyInfo.cs
parent78525e6c04152957c5862ace155b90a9ac060002 (diff)
downloadshiftos-therevival-old-8dc0fd274fa042f0e69d6763ee79ed3f79bb7b14.tar.gz
shiftos-therevival-old-8dc0fd274fa042f0e69d6763ee79ed3f79bb7b14.tar.bz2
shiftos-therevival-old-8dc0fd274fa042f0e69d6763ee79ed3f79bb7b14.zip
csharp branch initialize
Diffstat (limited to 'ShiftOS-TheRevival-CS/Properties/AssemblyInfo.cs')
-rw-r--r--ShiftOS-TheRevival-CS/Properties/AssemblyInfo.cs36
1 files changed, 36 insertions, 0 deletions
diff --git a/ShiftOS-TheRevival-CS/Properties/AssemblyInfo.cs b/ShiftOS-TheRevival-CS/Properties/AssemblyInfo.cs
new file mode 100644
index 0000000..5623c36
--- /dev/null
+++ b/ShiftOS-TheRevival-CS/Properties/AssemblyInfo.cs
@@ -0,0 +1,36 @@
+using System.Reflection;
+using System.Runtime.CompilerServices;
+using 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.
+[assembly: AssemblyTitle("ShiftOS-TheRevival-CS")]
+[assembly: AssemblyDescription("")]
+[assembly: AssemblyConfiguration("")]
+[assembly: AssemblyCompany("")]
+[assembly: AssemblyProduct("ShiftOS-TheRevival-CS")]
+[assembly: AssemblyCopyright("Copyright © 2022")]
+[assembly: AssemblyTrademark("")]
+[assembly: AssemblyCulture("")]
+
+// Setting ComVisible to false makes the types in this assembly not visible
+// to COM components. If you need to access a type in this assembly from
+// COM, set the ComVisible attribute to true on that type.
+[assembly: ComVisible(false)]
+
+// The following GUID is for the ID of the typelib if this project is exposed to COM
+[assembly: Guid("c98cf326-3487-44ee-940c-e37026f6b8ae")]
+
+// 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")]