mirror of
https://github.com/rumata-ap/MatrixExtension_SMathStudio.git
synced 2026-01-11 19:39:47 +03:00
edit
This commit is contained in:
@@ -2,7 +2,6 @@
|
|||||||
using System.Collections.Generic;
|
using System.Collections.Generic;
|
||||||
using System.Linq;
|
using System.Linq;
|
||||||
using System.Text;
|
using System.Text;
|
||||||
using System.Threading.Tasks;
|
|
||||||
|
|
||||||
using SMath.Manager;
|
using SMath.Manager;
|
||||||
using SMath.Math;
|
using SMath.Math;
|
||||||
|
|||||||
@@ -9,7 +9,7 @@
|
|||||||
<AppDesignerFolder>Properties</AppDesignerFolder>
|
<AppDesignerFolder>Properties</AppDesignerFolder>
|
||||||
<RootNamespace>MatrixExtensions</RootNamespace>
|
<RootNamespace>MatrixExtensions</RootNamespace>
|
||||||
<AssemblyName>MatrixExtensions</AssemblyName>
|
<AssemblyName>MatrixExtensions</AssemblyName>
|
||||||
<TargetFrameworkVersion>v4.5</TargetFrameworkVersion>
|
<TargetFrameworkVersion>v3.5</TargetFrameworkVersion>
|
||||||
<FileAlignment>512</FileAlignment>
|
<FileAlignment>512</FileAlignment>
|
||||||
<AssemblyVersion>1.0.*</AssemblyVersion>
|
<AssemblyVersion>1.0.*</AssemblyVersion>
|
||||||
<Deterministic>false</Deterministic>
|
<Deterministic>false</Deterministic>
|
||||||
|
|||||||
@@ -2,7 +2,6 @@
|
|||||||
using System.Collections.Generic;
|
using System.Collections.Generic;
|
||||||
using System.Linq;
|
using System.Linq;
|
||||||
using System.Text;
|
using System.Text;
|
||||||
using System.Threading.Tasks;
|
|
||||||
|
|
||||||
namespace MatrixExtensions
|
namespace MatrixExtensions
|
||||||
{
|
{
|
||||||
|
|||||||
@@ -8,7 +8,7 @@ using System.Runtime.InteropServices;
|
|||||||
[assembly: AssemblyTitle("MatrixExtensions")]
|
[assembly: AssemblyTitle("MatrixExtensions")]
|
||||||
[assembly: AssemblyDescription("Сustom functions for working with matrices")]
|
[assembly: AssemblyDescription("Сustom functions for working with matrices")]
|
||||||
[assembly: AssemblyConfiguration("")]
|
[assembly: AssemblyConfiguration("")]
|
||||||
[assembly: AssemblyCompany("Aleksandr Ponomarev")]
|
[assembly: AssemblyCompany("Aleksandr Ponomarev(https://t.me/smathru)")]
|
||||||
[assembly: AssemblyProduct("MatrixExtensions")]
|
[assembly: AssemblyProduct("MatrixExtensions")]
|
||||||
[assembly: AssemblyCopyright("Copyright © 2020 SMathStudio")]
|
[assembly: AssemblyCopyright("Copyright © 2020 SMathStudio")]
|
||||||
[assembly: AssemblyTrademark("")]
|
[assembly: AssemblyTrademark("")]
|
||||||
|
|||||||
Reference in New Issue
Block a user