Skip to content

Commit

Permalink
Minor cleanup, added missing .gitignore file.
Browse files Browse the repository at this point in the history
  • Loading branch information
yallie committed Mar 11, 2018
1 parent ca08c39 commit 7dbb909
Show file tree
Hide file tree
Showing 7 changed files with 211 additions and 46 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
/**/bin
/**/obj
25 changes: 4 additions & 21 deletions Irony.GrammarExplorer/030.Irony.GrammarExplorer.2012.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -64,9 +64,6 @@
<Prefer32Bit>false</Prefer32Bit>
</PropertyGroup>
<ItemGroup>
<Reference Include="FastColoredTextBox">
<HintPath>..\Libraries\FastColoredTextBox\FastColoredTextBox.dll</HintPath>
</Reference>
<Reference Include="System" />
<Reference Include="System.Core">
<RequiredTargetFramework>3.5</RequiredTargetFramework>
Expand All @@ -92,10 +89,6 @@
</Compile>
<Compile Include="GrammarItemList.cs" />
<Compile Include="GrammarLoader.cs" />
<Compile Include="Highlighter\EditorAdapter.cs" />
<Compile Include="Highlighter\EditorViewAdapter.cs" />
<Compile Include="Highlighter\FastColoredTextBoxHighlighter.cs" />
<Compile Include="Highlighter\WavyLineStyle.cs" />
<Compile Include="Program.cs" />
<Compile Include="Properties\AssemblyInfo.cs" />
<EmbeddedResource Include="fmGrammarExplorer.resx">
Expand All @@ -110,10 +103,6 @@
<LastGenOutput>Resources.Designer.cs</LastGenOutput>
<SubType>Designer</SubType>
</EmbeddedResource>
<EmbeddedResource Include="fmShowException.resx">
<SubType>Designer</SubType>
<DependentUpon>fmShowException.cs</DependentUpon>
</EmbeddedResource>
<Compile Include="Properties\Resources.Designer.cs">
<AutoGen>True</AutoGen>
<DependentUpon>Resources.resx</DependentUpon>
Expand All @@ -129,22 +118,16 @@
<DependentUpon>Settings.settings</DependentUpon>
<DesignTimeSharedInput>True</DesignTimeSharedInput>
</Compile>
<Compile Include="fmShowException.cs">
<SubType>Form</SubType>
</Compile>
<Compile Include="fmShowException.Designer.cs">
<DependentUpon>fmShowException.cs</DependentUpon>
</Compile>
<Compile Include="Highlighter\RichTextBoxHighlighter.cs" />
</ItemGroup>
<ItemGroup>
<None Include="Highlighter\AboutCodeHighlighter.txt" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\Irony.Interpreter\015.Irony.Interpreter.2012.csproj">
<Project>{321A7F5D-00C2-4095-9970-075CDEE8C139}</Project>
<Name>015.Irony.Interpreter.2012</Name>
</ProjectReference>
<ProjectReference Include="..\Irony.WinForms\035.Irony.WinForms.2012.csproj">
<Project>{70D319F3-3C0C-4EB5-A271-58ED22FB3070}</Project>
<Name>035.Irony.WinForms.2010</Name>
</ProjectReference>
<ProjectReference Include="..\Irony\010.Irony.2012.csproj">
<Project>{D81F5C91-D7DB-46E5-BC99-49488FB6814C}</Project>
<Name>010.Irony.2012</Name>
Expand Down
176 changes: 176 additions & 0 deletions Irony.WinForms/035.Irony.WinForms.2012.csproj
Original file line number Diff line number Diff line change
@@ -0,0 +1,176 @@
<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="4.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<PropertyGroup>
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
<ProductVersion>8.0.30703</ProductVersion>
<SchemaVersion>2.0</SchemaVersion>
<ProjectGuid>{70D319F3-3C0C-4EB5-A271-58ED22FB3070}</ProjectGuid>
<OutputType>Library</OutputType>
<AppDesignerFolder>Properties</AppDesignerFolder>
<RootNamespace>Irony.WinForms</RootNamespace>
<AssemblyName>Irony.WinForms</AssemblyName>
<TargetFrameworkVersion>v4.5</TargetFrameworkVersion>
<FileAlignment>512</FileAlignment>
<TargetFrameworkProfile>
</TargetFrameworkProfile>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
<DebugSymbols>true</DebugSymbols>
<DebugType>full</DebugType>
<Optimize>false</Optimize>
<OutputPath>bin\Debug\</OutputPath>
<DefineConstants>DEBUG;TRACE</DefineConstants>
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
<TreatWarningsAsErrors>false</TreatWarningsAsErrors>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
<DebugType>pdbonly</DebugType>
<Optimize>true</Optimize>
<OutputPath>bin\Release\</OutputPath>
<DefineConstants>TRACE</DefineConstants>
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
</PropertyGroup>
<PropertyGroup>
<StartupObject />
</PropertyGroup>
<ItemGroup>
<Reference Include="System" />
<Reference Include="System.Core" />
<Reference Include="System.Drawing" />
<Reference Include="System.Windows.Forms" />
<Reference Include="System.Xml.Linq" />
<Reference Include="System.Data.DataSetExtensions" />
<Reference Include="Microsoft.CSharp" />
<Reference Include="System.Data" />
<Reference Include="System.Xml" />
</ItemGroup>
<ItemGroup>
<Compile Include="BorderStyleEx.cs" />
<Compile Include="ConsoleTextBox.cs">
<SubType>UserControl</SubType>
</Compile>
<Compile Include="ConsoleTextBox.Designer.cs">
<DependentUpon>ConsoleTextBox.cs</DependentUpon>
</Compile>
<Compile Include="Exceptions\fmShowException.cs">
<SubType>Form</SubType>
</Compile>
<Compile Include="Exceptions\fmShowException.Designer.cs">
<DependentUpon>fmShowException.cs</DependentUpon>
</Compile>
<Compile Include="FastColoredTextBox\AutocompleteItem.cs" />
<Compile Include="FastColoredTextBox\AutocompleteMenu.cs">
<SubType>Component</SubType>
</Compile>
<Compile Include="FastColoredTextBox\Char.cs" />
<Compile Include="FastColoredTextBox\CommandManager.cs" />
<Compile Include="FastColoredTextBox\Commands.cs" />
<Compile Include="FastColoredTextBox\ConsoleTextBox.cs">
<SubType>UserControl</SubType>
</Compile>
<Compile Include="FastColoredTextBox\Export.cs" />
<Compile Include="FastColoredTextBox\FastColoredTextBox.cs">
<SubType>UserControl</SubType>
</Compile>
<Compile Include="FastColoredTextBox\FileTextSource.cs" />
<Compile Include="FastColoredTextBox\FindForm.cs">
<SubType>Form</SubType>
</Compile>
<Compile Include="FastColoredTextBox\FindForm.Designer.cs">
<DependentUpon>FindForm.cs</DependentUpon>
</Compile>
<Compile Include="FastColoredTextBox\GoToForm.cs">
<SubType>Form</SubType>
</Compile>
<Compile Include="FastColoredTextBox\GoToForm.Designer.cs">
<DependentUpon>GoToForm.cs</DependentUpon>
</Compile>
<Compile Include="FastColoredTextBox\LimitedStack.cs" />
<Compile Include="FastColoredTextBox\Line.cs" />
<Compile Include="FastColoredTextBox\LinesAccessor.cs" />
<Compile Include="FastColoredTextBox\Place.cs" />
<Compile Include="FastColoredTextBox\PlatformType.cs" />
<Compile Include="FastColoredTextBox\Range.cs" />
<Compile Include="FastColoredTextBox\ReplaceForm.cs">
<SubType>Form</SubType>
</Compile>
<Compile Include="FastColoredTextBox\ReplaceForm.Designer.cs">
<DependentUpon>ReplaceForm.cs</DependentUpon>
</Compile>
<Compile Include="FastColoredTextBox\Style.cs" />
<Compile Include="FastColoredTextBox\SyntaxDescriptor.cs" />
<Compile Include="FastColoredTextBox\SyntaxHighlighter.cs" />
<Compile Include="FastColoredTextBox\TextSource.cs" />
<Compile Include="FastColoredTextBox\TypeDescriptor.cs" />
<Compile Include="FastColoredTextBox\VisualMarker.cs" />
<Compile Include="Highlighter\EditorAdapter.cs" />
<Compile Include="Highlighter\EditorViewAdapter.cs" />
<Compile Include="Highlighter\FastColoredTextBoxHighlighter.cs" />
<Compile Include="Highlighter\RichTextBoxHighlighter.cs" />
<Compile Include="IronyTextBox.cs">
<SubType>UserControl</SubType>
</Compile>
<Compile Include="IronyTextBox.Designer.cs">
<DependentUpon>IronyTextBox.cs</DependentUpon>
</Compile>
<Compile Include="IronyTextBoxBase.cs">
<SubType>UserControl</SubType>
</Compile>
<Compile Include="IronyTextBoxBase.Designer.cs">
<DependentUpon>IronyTextBoxBase.cs</DependentUpon>
</Compile>
<Compile Include="Properties\AssemblyInfo.cs" />
<Compile Include="Proxies\DuckTypingProxy.cs" />
<Compile Include="Proxies\TextBoxProxy.cs" />
</ItemGroup>
<ItemGroup>
<Content Include="Highlighter\AboutCodeHighlighter.txt" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\Irony.Interpreter\015.Irony.Interpreter.2012.csproj">
<Project>{321A7F5D-00C2-4095-9970-075CDEE8C139}</Project>
<Name>015.Irony.Interpreter.2010</Name>
</ProjectReference>
<ProjectReference Include="..\Irony\010.Irony.2012.csproj">
<Project>{D81F5C91-D7DB-46E5-BC99-49488FB6814C}</Project>
<Name>010.Irony.2010</Name>
</ProjectReference>
</ItemGroup>
<ItemGroup>
<EmbeddedResource Include="ConsoleTextBox.resx">
<DependentUpon>ConsoleTextBox.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Exceptions\fmShowException.resx">
<DependentUpon>fmShowException.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="FastColoredTextBox\FastColoredTextBox.resx">
<DependentUpon>FastColoredTextBox.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="FastColoredTextBox\FindForm.resx">
<DependentUpon>FindForm.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="FastColoredTextBox\GoToForm.resx">
<DependentUpon>GoToForm.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="FastColoredTextBox\ReplaceForm.resx">
<DependentUpon>ReplaceForm.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="IronyTextBox.resx">
<DependentUpon>IronyTextBox.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="IronyTextBoxBase.resx">
<DependentUpon>IronyTextBoxBase.cs</DependentUpon>
</EmbeddedResource>
</ItemGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.
Other similar extension points exist, see Microsoft.Common.targets.
<Target Name="BeforeBuild">
</Target>
<Target Name="AfterBuild">
</Target>
-->
</Project>
10 changes: 0 additions & 10 deletions Irony/010.Irony.2010.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -98,16 +98,6 @@
<Compile Include="Parsing\Grammar\TermReportGroups.cs" />
<Compile Include="Parsing\Parser\ParseTreeExtensions.cs" />
<Compile Include="Parsing\Parser\ParsingEventArgs.cs" />
<None Include="Parsing\_new\CompilerDirective\CompilerDirectiveBase.cs" />
<None Include="Parsing\_new\CompilerDirective\IfDirective.cs" />
<None Include="Parsing\_new\CompilerDirective\IfExpressionHandler.cs" />
<None Include="Parsing\_new\CompilerDirective\_CompilerDirectiveTerminal.cs" />
<None Include="Parsing\_new\CompilerDirective\MacroDirective.cs" />
<Compile Include="Parsing\_new\GlrParser.cs" />
<Compile Include="Parsing\_new\NewScanner\NewScanner.cs" />
<Compile Include="Parsing\_new\NewScanner\SourceSegments.cs" />
<Compile Include="Parsing\_new\NewScanner\TerminalLookupByPrefix.cs" />
<Compile Include="Parsing\_new\NewScanner\_partialDefs.cs" />
<Compile Include="Utilities\Extensions.cs" />
<Compile Include="Utilities\StringUtils.cs" />
<Compile Include="Parsing\Parser\ParserTrace.cs" />
Expand Down
6 changes: 3 additions & 3 deletions Irony_All.2010.sln
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
14 changes: 14 additions & 0 deletions Irony_All.2012.sln
Original file line number Diff line number Diff line change
Expand Up @@ -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}"
Expand Down Expand Up @@ -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
Expand Down
24 changes: 12 additions & 12 deletions License.txt
Original file line number Diff line number Diff line change
@@ -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.
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.

0 comments on commit 7dbb909

Please sign in to comment.