From 609c171668b3df2217001ac5bcaf1b75e083b2c0 Mon Sep 17 00:00:00 2001 From: "Gleb S. Brykin" Date: Tue, 28 May 2024 00:24:58 +0300 Subject: [PATCH] Add files via upload --- .../ReactSR/Properties/AssemblyInfo.cs | 32 ++++++++++++++++++- 1 file changed, 31 insertions(+), 1 deletion(-) diff --git a/Implementation/ReactSR/Properties/AssemblyInfo.cs b/Implementation/ReactSR/Properties/AssemblyInfo.cs index 8b13789..a56ae67 100644 --- a/Implementation/ReactSR/Properties/AssemblyInfo.cs +++ b/Implementation/ReactSR/Properties/AssemblyInfo.cs @@ -1 +1,31 @@ - +#region Using directives + +using System; +using System.Reflection; +using System.Runtime.InteropServices; + +#endregion + +// 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("ReactSR")] +[assembly: AssemblyDescription("AI-powered single image super resolution")] +[assembly: AssemblyConfiguration("")] +[assembly: AssemblyCompany("ColorfulSoft corp.")] +[assembly: AssemblyProduct("ReactSR")] +[assembly: AssemblyCopyright("Copyright 2024 Gleb S. Brykin, Copyright 2024 ColorfulSoft corp.")] +[assembly: AssemblyTrademark("ReactSR")] +[assembly: AssemblyCulture("")] + +// This sets the default COM visibility of types in the assembly to invisible. +// If you need to expose a type to COM, use [ComVisible(true)] on that type. +[assembly: ComVisible(false)] + +// The assembly version has following format : +// +// Major.Minor.Build.Revision +// +// You can specify all the values or you can use the default the Revision and +// Build Numbers by using the '*' as shown below: +[assembly: AssemblyVersion("1.0.0.0")]