From 7dbb9099e6c025bb8f7ccd64032940ed146801be Mon Sep 17 00:00:00 2001 From: yallie Date: Mon, 12 Mar 2018 00:47:46 +0300 Subject: [PATCH] Minor cleanup, added missing .gitignore file. --- .gitignore | 2 + .../030.Irony.GrammarExplorer.2012.csproj | 25 +-- Irony.WinForms/035.Irony.WinForms.2012.csproj | 176 ++++++++++++++++++ Irony/010.Irony.2010.csproj | 10 - Irony_All.2010.sln | 6 +- Irony_All.2012.sln | 14 ++ License.txt | 24 +-- 7 files changed, 211 insertions(+), 46 deletions(-) create mode 100644 .gitignore create mode 100644 Irony.WinForms/035.Irony.WinForms.2012.csproj diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..1f4e6de --- /dev/null +++ b/.gitignore @@ -0,0 +1,2 @@ +/**/bin +/**/obj diff --git a/Irony.GrammarExplorer/030.Irony.GrammarExplorer.2012.csproj b/Irony.GrammarExplorer/030.Irony.GrammarExplorer.2012.csproj index 1fc5201..66864f7 100644 --- a/Irony.GrammarExplorer/030.Irony.GrammarExplorer.2012.csproj +++ b/Irony.GrammarExplorer/030.Irony.GrammarExplorer.2012.csproj @@ -64,9 +64,6 @@ false - - ..\Libraries\FastColoredTextBox\FastColoredTextBox.dll - 3.5 @@ -92,10 +89,6 @@ - - - - @@ -110,10 +103,6 @@ Resources.Designer.cs Designer - - Designer - fmShowException.cs - True Resources.resx @@ -129,22 +118,16 @@ Settings.settings True - - Form - - - fmShowException.cs - - - - - {321A7F5D-00C2-4095-9970-075CDEE8C139} 015.Irony.Interpreter.2012 + + {70D319F3-3C0C-4EB5-A271-58ED22FB3070} + 035.Irony.WinForms.2010 + {D81F5C91-D7DB-46E5-BC99-49488FB6814C} 010.Irony.2012 diff --git a/Irony.WinForms/035.Irony.WinForms.2012.csproj b/Irony.WinForms/035.Irony.WinForms.2012.csproj new file mode 100644 index 0000000..5ae4cf3 --- /dev/null +++ b/Irony.WinForms/035.Irony.WinForms.2012.csproj @@ -0,0 +1,176 @@ + + + + Debug + AnyCPU + 8.0.30703 + 2.0 + {70D319F3-3C0C-4EB5-A271-58ED22FB3070} + Library + Properties + Irony.WinForms + Irony.WinForms + v4.5 + 512 + + + + + true + full + false + bin\Debug\ + DEBUG;TRACE + prompt + 4 + false + + + pdbonly + true + bin\Release\ + TRACE + prompt + 4 + + + + + + + + + + + + + + + + + + + UserControl + + + ConsoleTextBox.cs + + + Form + + + fmShowException.cs + + + + Component + + + + + + UserControl + + + + UserControl + + + + Form + + + FindForm.cs + + + Form + + + GoToForm.cs + + + + + + + + + Form + + + ReplaceForm.cs + + + + + + + + + + + + + UserControl + + + IronyTextBox.cs + + + UserControl + + + IronyTextBoxBase.cs + + + + + + + + + + + {321A7F5D-00C2-4095-9970-075CDEE8C139} + 015.Irony.Interpreter.2010 + + + {D81F5C91-D7DB-46E5-BC99-49488FB6814C} + 010.Irony.2010 + + + + + ConsoleTextBox.cs + + + fmShowException.cs + + + FastColoredTextBox.cs + + + FindForm.cs + + + GoToForm.cs + + + ReplaceForm.cs + + + IronyTextBox.cs + + + IronyTextBoxBase.cs + + + + + \ No newline at end of file diff --git a/Irony/010.Irony.2010.csproj b/Irony/010.Irony.2010.csproj index 7e470b0..bb644ab 100644 --- a/Irony/010.Irony.2010.csproj +++ b/Irony/010.Irony.2010.csproj @@ -98,16 +98,6 @@ - - - - - - - - - - diff --git a/Irony_All.2010.sln b/Irony_All.2010.sln index 63ec427..bb44f42 100644 --- a/Irony_All.2010.sln +++ b/Irony_All.2010.sln @@ -24,11 +24,11 @@ Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Languages", "Languages", "{ EndProject Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Refal", "Refal", "{FEE137AB-6C8B-4576-81BE-119DA16DCF78}" EndProject -Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Refal.2010", "Languages\Refal\Refal.2010.csproj", "{19A86418-BA99-41F4-80A5-A7F3A6383123}" +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Refal.2010", "Languages\Refal\Refal.2012.csproj", "{19A86418-BA99-41F4-80A5-A7F3A6383123}" EndProject -Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Refal.UnitTests.VsTest.2010", "Languages\Refal\UnitTests\Refal.UnitTests.VsTest.2010.csproj", "{94409071-FF65-4C3C-97EB-BD4FDEF90B4E}" +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Refal.UnitTests.VsTest.2010", "Languages\Refal\UnitTests\Refal.UnitTests.VsTest.2012.csproj", "{94409071-FF65-4C3C-97EB-BD4FDEF90B4E}" EndProject -Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Refal.UnitTests.NUnit.2010", "Languages\Refal\UnitTests\Refal.UnitTests.NUnit.2010.csproj", "{A34F4AE5-A6E5-43F9-9F16-A43F34599053}" +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Refal.UnitTests.NUnit.2010", "Languages\Refal\UnitTests\Refal.UnitTests.NUnit.2012.csproj", "{A34F4AE5-A6E5-43F9-9F16-A43F34599053}" EndProject Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Samples", "Samples", "{44A73DB9-DD6C-4BFD-A169-F17A8C82A4A3}" ProjectSection(SolutionItems) = preProject diff --git a/Irony_All.2012.sln b/Irony_All.2012.sln index 52b720e..edaad78 100644 --- a/Irony_All.2012.sln +++ b/Irony_All.2012.sln @@ -14,6 +14,8 @@ Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "020.Irony.Samples.2012", "I EndProject Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "030.Irony.GrammarExplorer.2012", "Irony.GrammarExplorer\030.Irony.GrammarExplorer.2012.csproj", "{AE1C04A8-B03D-4144-98E9-BF66C50265E7}" EndProject +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "035.Irony.WinForms.2012", "Irony.WinForms\035.Irony.WinForms.2012.csproj", "{70D319F3-3C0C-4EB5-A271-58ED22FB3070}" +EndProject Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "040.Irony.Tests.VsTest.2012", "Irony.Tests\040.Irony.Tests.VsTest.2012.csproj", "{0CFA8CEE-0110-49C1-93E5-CB7BE3A5716B}" EndProject Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "025.Irony.Samples.Console.2012", "Irony.Samples.Console\025.Irony.Samples.Console.2012.csproj", "{5A31B964-CDFA-4406-9316-32A0F04CE149}" @@ -177,6 +179,18 @@ Global {321A7F5D-00C2-4095-9970-075CDEE8C139}.Silverlight Release|Any CPU.Build.0 = Release|Any CPU {321A7F5D-00C2-4095-9970-075CDEE8C139}.SpecSharp|Any CPU.ActiveCfg = Release|Any CPU {321A7F5D-00C2-4095-9970-075CDEE8C139}.SpecSharp|Any CPU.Build.0 = Release|Any CPU + {70D319F3-3C0C-4EB5-A271-58ED22FB3070}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {70D319F3-3C0C-4EB5-A271-58ED22FB3070}.Debug|Any CPU.Build.0 = Debug|Any CPU + {70D319F3-3C0C-4EB5-A271-58ED22FB3070}.FxCop|Any CPU.ActiveCfg = Release|Any CPU + {70D319F3-3C0C-4EB5-A271-58ED22FB3070}.FxCop|Any CPU.Build.0 = Release|Any CPU + {70D319F3-3C0C-4EB5-A271-58ED22FB3070}.Release|Any CPU.ActiveCfg = Release|Any CPU + {70D319F3-3C0C-4EB5-A271-58ED22FB3070}.Release|Any CPU.Build.0 = Release|Any CPU + {70D319F3-3C0C-4EB5-A271-58ED22FB3070}.Silverlight Debug|Any CPU.ActiveCfg = Debug|Any CPU + {70D319F3-3C0C-4EB5-A271-58ED22FB3070}.Silverlight Debug|Any CPU.Build.0 = Debug|Any CPU + {70D319F3-3C0C-4EB5-A271-58ED22FB3070}.Silverlight Release|Any CPU.ActiveCfg = Release|Any CPU + {70D319F3-3C0C-4EB5-A271-58ED22FB3070}.Silverlight Release|Any CPU.Build.0 = Release|Any CPU + {70D319F3-3C0C-4EB5-A271-58ED22FB3070}.SpecSharp|Any CPU.ActiveCfg = Release|Any CPU + {70D319F3-3C0C-4EB5-A271-58ED22FB3070}.SpecSharp|Any CPU.Build.0 = Release|Any CPU EndGlobalSection GlobalSection(SolutionProperties) = preSolution HideSolutionNode = FALSE diff --git a/License.txt b/License.txt index d162643..00295e6 100644 --- a/License.txt +++ b/License.txt @@ -1,16 +1,16 @@ -Copyright (c) 20012 Roman Ivantsov +Copyright (c) 2012 Roman Ivantsov -Permission is hereby granted, free of charge, to any person obtaining a copy of this software -and associated documentation files (the "Software"), to deal in the Software without restriction, -including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, -and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, -subject to the following conditions: +Permission is hereby granted, free of charge, to any person obtaining a copy of this software +and associated documentation files (the "Software"), to deal in the Software without restriction, +including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, +and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, +subject to the following conditions: -The above copyright notice and this permission notice shall be included in all copies or +The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. -THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, -INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE -AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, -DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, -OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. \ No newline at end of file +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, +INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE +AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, +DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. \ No newline at end of file