diff --git a/.gitignore b/.gitignore index bdc3535f..36895408 100644 --- a/.gitignore +++ b/.gitignore @@ -106,3 +106,4 @@ Generated_Code #added for RIA/Silverlight projects _UpgradeReport_Files/ Backup*/ UpgradeLog*.XML +/.vs/FastColoredTextBox diff --git a/FastColoredTextBox/FastColoredTextBox.csproj b/FastColoredTextBox/FastColoredTextBox.csproj index 0707e4e2..d9cfe071 100644 --- a/FastColoredTextBox/FastColoredTextBox.csproj +++ b/FastColoredTextBox/FastColoredTextBox.csproj @@ -1,135 +1,99 @@ - - + - Debug - AnyCPU 9.0.21022 - 2.0 {6DD14A85-CCFC-4774-BD26-0F5772512319} - Library - Properties FastColoredTextBoxNS FastColoredTextBox - v2.0 - 512 - + net7.0-windows + FastColoredTextBox + Pavel Torgashov + FastColoredTextBox + Fast сolored textbox control + © Pavel Torgashov, 2011-2016, pavel_torgashov@ukr.net. + 2.16.27.0 + 2.16.26.0 + $(AssemblyVersion) + bin\$(Configuration)\ + true - true full - false - bin\Debug\ - TRACE;DEBUG - prompt - 4 - bin\Debug\FastColoredTextBox.XML + bin\$(Configuration)\FastColoredTextBox.XML pdbonly - true - bin\Release\ - TRACE - prompt - 4 true FCTB_key.snk + True + $(AssemblyName)-net7 - - - - - + Component - - - + Component - - - - + Form - + GoToForm.cs - - + Form - + HotkeysEditorForm.cs - - - - - - + UserControl - + Ruler.cs - - - + Form - + ReplaceForm.cs - + UserControl - - - + Form - + FindForm.cs - - - - - - - - - - + UserControl - - + FastColoredTextBox.cs - + FindForm.cs - + GoToForm.cs - + HotkeysEditorForm.cs - + ReplaceForm.cs Designer @@ -137,12 +101,4 @@ - - \ No newline at end of file diff --git a/FastColoredTextBox/Properties/AssemblyInfo.cs b/FastColoredTextBox/Properties/AssemblyInfo.cs index 1bc524e0..2c83e87e 100644 --- a/FastColoredTextBox/Properties/AssemblyInfo.cs +++ b/FastColoredTextBox/Properties/AssemblyInfo.cs @@ -2,18 +2,6 @@ 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("FastColoredTextBox")] -[assembly: AssemblyDescription("Fast сolored textbox control")] -[assembly: AssemblyConfiguration("")] -[assembly: AssemblyCompany("Pavel Torgashov")] -[assembly: AssemblyProduct("FastColoredTextBox")] -[assembly: AssemblyCopyright("© Pavel Torgashov, 2011-2016, pavel_torgashov@ukr.net.")] -[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. @@ -21,17 +9,4 @@ // The following GUID is for the ID of the typelib if this project is exposed to COM [assembly: Guid("95be11b3-45bc-4512-be26-a860a78bd1f1")] - -// 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("2.16.26.0")] -[assembly: AssemblyFileVersion("2.16.26.0")] \ No newline at end of file