Files
mirror-processhacker/1.x/branches/ph-plugins/TreeViewAdv/Aga.Controls.csproj
T
wj32 7bd28e4357 moved branches, tags, trunk to 1.x branch
git-svn-id: svn://svn.code.sf.net/p/processhacker/code@2304 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2009-10-25 02:22:46 +00:00

258 lines
11 KiB
XML

<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003" ToolsVersion="3.5">
<PropertyGroup>
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
<ProductVersion>9.0.30729</ProductVersion>
<SchemaVersion>2.0</SchemaVersion>
<ProjectGuid>{E73BB233-D88B-44A7-A98F-D71EE158381D}</ProjectGuid>
<OutputType>Library</OutputType>
<AppDesignerFolder>Properties</AppDesignerFolder>
<RootNamespace>Aga.Controls</RootNamespace>
<AssemblyName>Aga.Controls</AssemblyName>
<SccProjectName>
</SccProjectName>
<SccLocalPath>
</SccLocalPath>
<SccAuxPath>
</SccAuxPath>
<SccProvider>
</SccProvider>
<SignAssembly>false</SignAssembly>
<AssemblyOriginatorKeyFile>key.snk</AssemblyOriginatorKeyFile>
<FileUpgradeFlags>
</FileUpgradeFlags>
<OldToolsVersion>2.0</OldToolsVersion>
<TargetFrameworkVersion>v2.0</TargetFrameworkVersion>
<UpgradeBackupLocation>
</UpgradeBackupLocation>
<PublishUrl>publish\</PublishUrl>
<Install>true</Install>
<InstallFrom>Disk</InstallFrom>
<UpdateEnabled>false</UpdateEnabled>
<UpdateMode>Foreground</UpdateMode>
<UpdateInterval>7</UpdateInterval>
<UpdateIntervalUnits>Days</UpdateIntervalUnits>
<UpdatePeriodically>false</UpdatePeriodically>
<UpdateRequired>false</UpdateRequired>
<MapFileExtensions>true</MapFileExtensions>
<ApplicationRevision>0</ApplicationRevision>
<ApplicationVersion>1.0.0.%2a</ApplicationVersion>
<IsWebBootstrapper>false</IsWebBootstrapper>
<UseApplicationTrust>false</UseApplicationTrust>
<BootstrapperEnabled>true</BootstrapperEnabled>
<TargetFrameworkSubset>
</TargetFrameworkSubset>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
<DebugSymbols>true</DebugSymbols>
<DebugType>full</DebugType>
<Optimize>false</Optimize>
<OutputPath>bin\Debug\</OutputPath>
<DefineConstants>TRACE;DEBUG;PERF_TEST</DefineConstants>
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
<CodeAnalysisRules>-Microsoft.Design#CA1020;-Microsoft.Design#CA1060;-Microsoft.Design#CA1062;-Microsoft.Globalization#CA1301;-Microsoft.Globalization#CA1302;-Microsoft.Globalization#CA1303;-Microsoft.Globalization#CA1306;-Microsoft.Globalization#CA1304;-Microsoft.Globalization#CA1305;-Microsoft.Globalization#CA1300;-Microsoft.Maintainability#CA1501;-Microsoft.Mobility#CA1601;-Microsoft.Performance#CA1805;-Microsoft.Performance#CA1815;-Microsoft.Performance#CA1819;-Microsoft.Usage#CA2208</CodeAnalysisRules>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
<PlatformTarget>AnyCPU</PlatformTarget>
</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>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
<PlatformTarget>AnyCPU</PlatformTarget>
</PropertyGroup>
<ItemGroup>
<Reference Include="System" />
<Reference Include="System.Data" />
<Reference Include="System.Design" />
<Reference Include="System.Drawing" />
<Reference Include="System.Windows.Forms" />
<Reference Include="System.Xml" />
</ItemGroup>
<ItemGroup>
<Compile Include="GifDecoder.cs" />
<Compile Include="ResourceHelper.cs" />
<Compile Include="StringCollectionEditor.cs" />
<Compile Include="Properties\Resources.Designer.cs">
<AutoGen>True</AutoGen>
<DesignTime>True</DesignTime>
<DependentUpon>Resources.resx</DependentUpon>
</Compile>
<Compile Include="BitmapHelper.cs" />
<Compile Include="Threading\AbortableThreadPool.cs" />
<Compile Include="Threading\WorkItemStatus.cs" />
<Compile Include="Threading\WorkItem.cs" />
<Compile Include="TimeCounter.cs" />
<Compile Include="Tree\Input\ReorderColumnState.cs" />
<Compile Include="Tree\NodeControls\NodeIntegerTextBox.cs">
<SubType>Component</SubType>
</Compile>
<Compile Include="Tree\NodeControls\NodeDecimalTextBox.cs">
<SubType>Component</SubType>
</Compile>
<Compile Include="NumericTextBox.cs">
<SubType>Component</SubType>
</Compile>
<Compile Include="Tree\NodeControls\ExpandingIcon.cs">
<SubType>Component</SubType>
</Compile>
<Compile Include="Tree\NodeControls\InteractiveControl.cs">
<SubType>Component</SubType>
</Compile>
<Compile Include="Tree\NodeControls\DrawEventArgs.cs" />
<Compile Include="Tree\NodeControls\NodeEventArgs.cs" />
<Compile Include="Tree\SortedTreeModel.cs" />
<Compile Include="Tree\TreeModelBase.cs" />
<Compile Include="Tree\AutoRowHeightLayout.cs" />
<Compile Include="Tree\Input\ClickColumnState.cs" />
<Compile Include="Tree\Input\ColumnState.cs" />
<Compile Include="Tree\TreeViewAdv.Draw.cs">
<SubType>Component</SubType>
</Compile>
<Compile Include="Tree\TreeViewAdv.Input.cs">
<SubType>Component</SubType>
</Compile>
<Compile Include="Tree\IRowLayout.cs" />
<Compile Include="Tree\FixedRowHeightLayout.cs" />
<Compile Include="Tree\NodeControlInfo.cs" />
<Compile Include="Tree\NodeControls\NodeControlValueEventArgs.cs" />
<Compile Include="Tree\NodeControls\NodeNumericUpDown.cs">
<SubType>Component</SubType>
</Compile>
<Compile Include="Tree\IncrementalSearch.cs" />
<Compile Include="TextHelper.cs" />
<Compile Include="Tree\TreeViewAdv.Properties.cs">
<SubType>Component</SubType>
</Compile>
<Compile Include="Tree\TreeListAdapter.cs" />
<Compile Include="Tree\TreeNodeAdvMouseEventArgs.cs" />
<Compile Include="Tree\Node.cs" />
<Compile Include="Tree\NodeControls\BaseTextControl.cs">
<SubType>Component</SubType>
</Compile>
<Compile Include="Tree\NodeControls\EditableControl.cs">
<SubType>Component</SubType>
</Compile>
<Compile Include="Tree\NodeControls\NodeComboBox.cs">
<SubType>Component</SubType>
</Compile>
<Compile Include="Tree\NodeControls\NodeControlsCollection.cs" />
<Compile Include="Tree\Input\InputState.cs" />
<Compile Include="Tree\IToolTipProvider.cs" />
<Compile Include="Tree\Input\ResizeColumnState.cs" />
<Compile Include="Tree\TreeColumn.cs">
<SubType>Component</SubType>
</Compile>
<Compile Include="Tree\TreeColumnCollection.cs" />
<Compile Include="Tree\TreeColumnEventArgs.cs" />
<Compile Include="Tree\TreeModel.cs" />
<Compile Include="Tree\TreeViewAdvCancelEventArgs.cs" />
<Compile Include="Tree\TreeViewAdvEventArgs.cs" />
<Compile Include="Tree\TreePathEventArgs.cs" />
<Compile Include="Tree\EditorContext.cs" />
<Compile Include="Tree\Input\InputWithShift.cs" />
<Compile Include="Tree\Enums.cs" />
<Compile Include="Tree\Input\NormalInputState.cs" />
<Compile Include="Tree\Input\InputWithControl.cs" />
<Compile Include="Tree\NodeControls\NodeControl.cs">
<SubType>Component</SubType>
</Compile>
<Compile Include="Tree\DropPosition.cs" />
<Compile Include="Tree\NodeControls\BindableControl.cs">
<SubType>Component</SubType>
</Compile>
<Compile Include="Tree\NodeControls\NodeCheckBox.cs">
<SubType>Component</SubType>
</Compile>
<Compile Include="Tree\NodeControls\NodeIcon.cs">
<SubType>Component</SubType>
</Compile>
<Compile Include="Tree\DrawContext.cs" />
<Compile Include="Tree\ITreeModel.cs" />
<Compile Include="Tree\NodeControls\NodePlusMinus.cs">
<SubType>Component</SubType>
</Compile>
<Compile Include="Tree\NodeControls\NodeTextBox.cs">
<SubType>Component</SubType>
</Compile>
<Compile Include="Properties\AssemblyInfo.cs" />
<Compile Include="Tree\NodeControls\NodeStateIcon.cs">
<SubType>Component</SubType>
</Compile>
<Compile Include="Tree\TreeModelEventArgs.cs" />
<Compile Include="Tree\TreeNodeAdv.cs" />
<Compile Include="Tree\TreePath.cs" />
<Compile Include="Tree\TreeViewAdv.cs">
<SubType>Component</SubType>
</Compile>
<Compile Include="Tree\TreeViewAdv.Designer.cs">
<DependentUpon>TreeViewAdv.cs</DependentUpon>
</Compile>
<Service Include="{94E38DFF-614B-4cbd-B67C-F211BB35CE8B}" />
<Service Include="{B4F97281-0DBD-4835-9ED8-7DFB966E87FF}" />
</ItemGroup>
<ItemGroup>
<None Include="key.snk" />
<None Include="Resources\minus.bmp" />
<None Include="Resources\plus.bmp" />
<None Include="Resources\check.bmp" />
<None Include="Resources\uncheck.bmp" />
<None Include="Resources\Leaf.bmp" />
<None Include="Resources\Folder.bmp" />
<None Include="Resources\FolderClosed.bmp" />
</ItemGroup>
<ItemGroup>
<EmbeddedResource Include="Properties\Resources.resx">
<SubType>Designer</SubType>
<Generator>ResXFileCodeGenerator</Generator>
<LastGenOutput>Resources.Designer.cs</LastGenOutput>
</EmbeddedResource>
<EmbeddedResource Include="Tree\TreeViewAdv.resx">
<DependentUpon>TreeViewAdv.cs</DependentUpon>
</EmbeddedResource>
</ItemGroup>
<ItemGroup>
<None Include="app.config" />
<None Include="Resources\loading_icon" />
<None Include="Tree\ClassDiagram.cd" />
<None Include="Tree\NodeControls\ClassDiagram.cd" />
<None Include="Resources\unknown.bmp" />
</ItemGroup>
<ItemGroup>
<Content Include="Resources\DVSplit.cur" />
</ItemGroup>
<ItemGroup>
<BootstrapperPackage Include="Microsoft.Net.Framework.2.0">
<Visible>False</Visible>
<ProductName>.NET Framework 2.0 %28AnyCPU%29</ProductName>
<Install>false</Install>
</BootstrapperPackage>
<BootstrapperPackage Include="Microsoft.Net.Framework.3.0">
<Visible>False</Visible>
<ProductName>.NET Framework 3.0 %28AnyCPU%29</ProductName>
<Install>false</Install>
</BootstrapperPackage>
<BootstrapperPackage Include="Microsoft.Net.Framework.3.5">
<Visible>False</Visible>
<ProductName>.NET Framework 3.5</ProductName>
<Install>true</Install>
</BootstrapperPackage>
<BootstrapperPackage Include="Microsoft.Windows.Installer.3.1">
<Visible>False</Visible>
<ProductName>Windows Installer 3.1</ProductName>
<Install>true</Install>
</BootstrapperPackage>
</ItemGroup>
<Import Project="$(MSBuildBinPath)\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>