diff options
| author | Tomáš Pazdiora <[email protected]> | 2021-01-05 03:46:57 +0100 |
|---|---|---|
| committer | Tomáš Pazdiora <[email protected]> | 2021-01-05 04:38:22 +0100 |
| commit | 3f12802a19f93fec99b5186b0d39c3fa2f783c6a (patch) | |
| tree | 793aa5cb234caa5e1cbc39bff7fb4b148c246561 /devicelist/Properties | |
| parent | fix .rc files (diff) | |
| download | rawaccel-3f12802a19f93fec99b5186b0d39c3fa2f783c6a.tar.xz rawaccel-3f12802a19f93fec99b5186b0d39c3fa2f783c6a.zip | |
add devicelist app
Diffstat (limited to 'devicelist/Properties')
| -rw-r--r-- | devicelist/Properties/AssemblyInfo.cs | 36 |
1 files changed, 36 insertions, 0 deletions
diff --git a/devicelist/Properties/AssemblyInfo.cs b/devicelist/Properties/AssemblyInfo.cs new file mode 100644 index 0000000..36f0015 --- /dev/null +++ b/devicelist/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("Raw Accel devicelist")] +[assembly: AssemblyDescription("")] +[assembly: AssemblyConfiguration("")] +[assembly: AssemblyCompany("")] +[assembly: AssemblyProduct("Raw Accel")] +[assembly: AssemblyCopyright("")] +[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("3666b731-7406-41b1-bcfc-c65073fd09a1")] + +// 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(RawAccelVersion.value)] +[assembly: AssemblyFileVersion(RawAccelVersion.value)] |