2 changed files with 31 additions and 156 deletions
@ -1,111 +1,28 @@ |
|||||||
<?xml version="1.0" encoding="utf-8"?> |
<Project Sdk="Microsoft.NET.Sdk" ToolsVersion="15.0"> |
||||||
<Project ToolsVersion="4.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> |
<PropertyGroup> |
||||||
<PropertyGroup> |
<TargetFrameworks>net40-client</TargetFrameworks> |
||||||
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration> |
<OutputType>Library</OutputType> |
||||||
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform> |
<AppDesignerFolder>Properties</AppDesignerFolder> |
||||||
<ProductVersion>9.0.30729</ProductVersion> |
<RootNamespace>ICSharpCode.TreeView</RootNamespace> |
||||||
<SchemaVersion>2.0</SchemaVersion> |
<AssemblyName>ICSharpCode.TreeView</AssemblyName> |
||||||
<ProjectGuid>{DDE2A481-8271-4EAC-A330-8FA6A38D13D1}</ProjectGuid> |
<TargetFrameworkIdentifier>.NETFramework</TargetFrameworkIdentifier> |
||||||
<OutputType>Library</OutputType> |
<TargetFrameworkVersion>v4.0</TargetFrameworkVersion> |
||||||
<AppDesignerFolder>Properties</AppDesignerFolder> |
<TargetFrameworkProfile>client</TargetFrameworkProfile> |
||||||
<RootNamespace>ICSharpCode.TreeView</RootNamespace> |
<OutputPath>..\..\..\..\bin\</OutputPath> |
||||||
<AssemblyName>ICSharpCode.TreeView</AssemblyName> |
<SignAssembly>True</SignAssembly> |
||||||
<TargetFrameworkVersion>v4.0</TargetFrameworkVersion> |
<AssemblyOriginatorKeyFile>..\..\..\Main\ICSharpCode.SharpDevelop.snk</AssemblyOriginatorKeyFile> |
||||||
<FileAlignment>512</FileAlignment> |
<AssemblyOriginatorKeyMode>File</AssemblyOriginatorKeyMode> |
||||||
<ProjectTypeGuids>{60dc8134-eba5-43b8-bcc9-bb4bc16c2548};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids> |
</PropertyGroup> |
||||||
<WarningLevel>4</WarningLevel> |
<ItemGroup> |
||||||
<TargetFrameworkProfile>Client</TargetFrameworkProfile> |
<Reference Include="PresentationCore" /> |
||||||
<OutputPath>..\..\..\..\bin\</OutputPath> |
<Reference Include="PresentationFramework" /> |
||||||
<AllowUnsafeBlocks>False</AllowUnsafeBlocks> |
<Reference Include="System.Xaml" /> |
||||||
<NoStdLib>False</NoStdLib> |
<Reference Include="WindowsBase" /> |
||||||
<TreatWarningsAsErrors>false</TreatWarningsAsErrors> |
</ItemGroup> |
||||||
<SignAssembly>True</SignAssembly> |
<ItemGroup> |
||||||
<AssemblyOriginatorKeyFile>..\..\..\Main\ICSharpCode.SharpDevelop.snk</AssemblyOriginatorKeyFile> |
<Page Include="Themes\Generic.xaml"> |
||||||
<DelaySign>False</DelaySign> |
<Generator>MSBuild:Compile</Generator> |
||||||
<AssemblyOriginatorKeyMode>File</AssemblyOriginatorKeyMode> |
<SubType>Designer</SubType> |
||||||
</PropertyGroup> |
</Page> |
||||||
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' "> |
</ItemGroup> |
||||||
<DebugSymbols>true</DebugSymbols> |
|
||||||
<DebugType>Full</DebugType> |
|
||||||
<Optimize>false</Optimize> |
|
||||||
<DefineConstants>DEBUG;TRACE</DefineConstants> |
|
||||||
<ErrorReport>prompt</ErrorReport> |
|
||||||
<WarningLevel>4</WarningLevel> |
|
||||||
</PropertyGroup> |
|
||||||
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' "> |
|
||||||
<DebugType>pdbonly</DebugType> |
|
||||||
<Optimize>true</Optimize> |
|
||||||
<DefineConstants>TRACE</DefineConstants> |
|
||||||
<ErrorReport>prompt</ErrorReport> |
|
||||||
<WarningLevel>4</WarningLevel> |
|
||||||
</PropertyGroup> |
|
||||||
<PropertyGroup Condition=" '$(Configuration)' == 'Debug' "> |
|
||||||
<CheckForOverflowUnderflow>False</CheckForOverflowUnderflow> |
|
||||||
</PropertyGroup> |
|
||||||
<PropertyGroup Condition=" '$(Platform)' == 'AnyCPU' "> |
|
||||||
<RegisterForComInterop>False</RegisterForComInterop> |
|
||||||
<GenerateSerializationAssemblies>Auto</GenerateSerializationAssemblies> |
|
||||||
<BaseAddress>4194304</BaseAddress> |
|
||||||
<PlatformTarget>AnyCPU</PlatformTarget> |
|
||||||
</PropertyGroup> |
|
||||||
<ItemGroup> |
|
||||||
<Reference Include="System" /> |
|
||||||
<Reference Include="System.Core"> |
|
||||||
<RequiredTargetFramework>3.5</RequiredTargetFramework> |
|
||||||
</Reference> |
|
||||||
<Reference Include="System.Xml.Linq"> |
|
||||||
<RequiredTargetFramework>3.5</RequiredTargetFramework> |
|
||||||
</Reference> |
|
||||||
<Reference Include="System.Data.DataSetExtensions"> |
|
||||||
<RequiredTargetFramework>3.5</RequiredTargetFramework> |
|
||||||
</Reference> |
|
||||||
<Reference Include="System.Data" /> |
|
||||||
<Reference Include="System.Xml" /> |
|
||||||
<Reference Include="System.Xaml" /> |
|
||||||
<Reference Include="WindowsBase" /> |
|
||||||
<Reference Include="PresentationCore" /> |
|
||||||
<Reference Include="PresentationFramework" /> |
|
||||||
</ItemGroup> |
|
||||||
<ItemGroup> |
|
||||||
<Page Include="Themes\Generic.xaml"> |
|
||||||
<Generator>MSBuild:Compile</Generator> |
|
||||||
<SubType>Designer</SubType> |
|
||||||
</Page> |
|
||||||
</ItemGroup> |
|
||||||
<ItemGroup> |
|
||||||
<Compile Include="Converters.cs" /> |
|
||||||
<Compile Include="EditTextBox.cs" /> |
|
||||||
<Compile Include="ExtensionMethods.cs" /> |
|
||||||
<Compile Include="GeneralAdorner.cs" /> |
|
||||||
<Compile Include="InsertMarker.cs" /> |
|
||||||
<Compile Include="LinesRenderer.cs" /> |
|
||||||
<Compile Include="Properties\AssemblyInfo.cs"> |
|
||||||
<SubType>Code</SubType> |
|
||||||
</Compile> |
|
||||||
<Compile Include="FlatListTreeNode.cs" /> |
|
||||||
<Compile Include="SharpGridView.cs" /> |
|
||||||
<Compile Include="SharpTreeNode.cs" /> |
|
||||||
<Compile Include="SharpTreeNodeCollection.cs" /> |
|
||||||
<Compile Include="SharpTreeNodeView.cs" /> |
|
||||||
<Compile Include="SharpTreeView.cs" /> |
|
||||||
<Compile Include="SharpTreeViewItem.cs" /> |
|
||||||
<Compile Include="TreeFlattener.cs" /> |
|
||||||
<AppDesigner Include="Properties\" /> |
|
||||||
<Compile Include="TreeTraversal.cs" /> |
|
||||||
</ItemGroup> |
|
||||||
<ItemGroup> |
|
||||||
<ProjectReference Include="..\..\..\Main\Core\Project\ICSharpCode.Core.csproj"> |
|
||||||
<Project>{35CEF10F-2D4C-45F2-9DD1-161E0FEC583C}</Project> |
|
||||||
<Name>ICSharpCode.Core</Name> |
|
||||||
<ReferenceOutputAssembly>false</ReferenceOutputAssembly> |
|
||||||
</ProjectReference> |
|
||||||
</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> |
</Project> |
@ -1,57 +1,15 @@ |
|||||||
// Copyright (c) 2014 AlphaSierraPapa for the SharpDevelop Team
|
// Copyright (c) 2014 AlphaSierraPapa for the SharpDevelop Team
|
||||||
//
|
//
|
||||||
// Permission is hereby granted, free of charge, to any person obtaining a copy of this
|
// 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
|
// software and associated documentation files (the "Software"), to deal in the Software
|
||||||
// without restriction, including without limitation the rights to use, copy, modify, merge,
|
// 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
|
// 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:
|
// 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.
|
|
||||||
|
|
||||||
using System.Reflection; |
|
||||||
using System.Resources; |
|
||||||
using System.Runtime.CompilerServices; |
|
||||||
using System.Runtime.InteropServices; |
|
||||||
using System.Windows; |
using System.Windows; |
||||||
using System.Windows.Markup; |
using System.Windows.Markup; |
||||||
|
|
||||||
// General Information about an assembly is controlled through the following
|
[assembly: ThemeInfo(ResourceDictionaryLocation.None, ResourceDictionaryLocation.SourceAssembly)] |
||||||
// set of attributes. Change these attribute values to modify the information
|
|
||||||
// associated with an assembly.
|
|
||||||
[assembly: AssemblyTitle("ICSharpCode.TreeView")] |
|
||||||
[assembly: AssemblyDescription("")] |
|
||||||
[assembly: AssemblyConfiguration("")] |
|
||||||
[assembly: AssemblyTrademark("")] |
|
||||||
[assembly: AssemblyCulture("")] |
|
||||||
|
|
||||||
//In order to begin building localizable applications, set
|
|
||||||
//<UICulture>CultureYouAreCodingWith</UICulture> in your .csproj file
|
|
||||||
//inside a <PropertyGroup>. For example, if you are using US english
|
|
||||||
//in your source files, set the <UICulture> to en-US. Then uncomment
|
|
||||||
//the NeutralResourceLanguage attribute below. Update the "en-US" in
|
|
||||||
//the line below to match the UICulture setting in the project file.
|
|
||||||
|
|
||||||
//[assembly: NeutralResourcesLanguage("en-US", UltimateResourceFallbackLocation.Satellite)]
|
|
||||||
|
|
||||||
|
|
||||||
[assembly: ThemeInfo( |
|
||||||
ResourceDictionaryLocation.None, //where theme specific resource dictionaries are located
|
|
||||||
//(used if a resource is not found in the page,
|
|
||||||
// or application resource dictionaries)
|
|
||||||
ResourceDictionaryLocation.SourceAssembly //where the generic resource dictionary is located
|
|
||||||
//(used if a resource is not found in the page,
|
|
||||||
// app, or any theme specific resource dictionaries)
|
|
||||||
)] |
|
||||||
|
|
||||||
|
|
||||||
[assembly: XmlnsPrefix("http://icsharpcode.net/sharpdevelop/treeview", "treeview")] |
[assembly: XmlnsPrefix("http://icsharpcode.net/sharpdevelop/treeview", "treeview")] |
||||||
|
[assembly: XmlnsDefinition("http://icsharpcode.net/sharpdevelop/treeview", "ICSharpCode.TreeView")] |
||||||
[assembly: XmlnsDefinition("http://icsharpcode.net/sharpdevelop/treeview", "ICSharpCode.TreeView")] |
|
Loading…
Reference in new issue