-
Notifications
You must be signed in to change notification settings - Fork 97
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Minor cleanup, added missing .gitignore file.
- Loading branch information
Showing
7 changed files
with
211 additions
and
46 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
/**/bin | ||
/**/obj |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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. |