1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000
1.2 +++ b/External/Aga.Controls/Aga.Controls.csproj Sun May 27 15:16:19 2012 +0000
1.3 @@ -0,0 +1,221 @@
1.4 +<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003" ToolsVersion="3.5">
1.5 + <PropertyGroup>
1.6 + <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
1.7 + <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
1.8 + <ProductVersion>9.0.30729</ProductVersion>
1.9 + <SchemaVersion>2.0</SchemaVersion>
1.10 + <ProjectGuid>{E73BB233-D88B-44A7-A98F-D71EE158381D}</ProjectGuid>
1.11 + <OutputType>Library</OutputType>
1.12 + <AppDesignerFolder>Properties</AppDesignerFolder>
1.13 + <RootNamespace>Aga.Controls</RootNamespace>
1.14 + <AssemblyName>Aga.Controls</AssemblyName>
1.15 + <SccProjectName>
1.16 + </SccProjectName>
1.17 + <SccLocalPath>
1.18 + </SccLocalPath>
1.19 + <SccAuxPath>
1.20 + </SccAuxPath>
1.21 + <SccProvider>
1.22 + </SccProvider>
1.23 + <FileUpgradeFlags>
1.24 + </FileUpgradeFlags>
1.25 + <OldToolsVersion>2.0</OldToolsVersion>
1.26 + <UpgradeBackupLocation>
1.27 + </UpgradeBackupLocation>
1.28 + </PropertyGroup>
1.29 + <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
1.30 + <DebugSymbols>true</DebugSymbols>
1.31 + <DebugType>full</DebugType>
1.32 + <Optimize>false</Optimize>
1.33 + <OutputPath>bin\Debug\</OutputPath>
1.34 + <DefineConstants>TRACE;DEBUG;PERF_TEST</DefineConstants>
1.35 + <ErrorReport>prompt</ErrorReport>
1.36 + <WarningLevel>4</WarningLevel>
1.37 + <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>
1.38 + <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
1.39 + </PropertyGroup>
1.40 + <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
1.41 + <DebugType>pdbonly</DebugType>
1.42 + <Optimize>true</Optimize>
1.43 + <OutputPath>bin\Release\</OutputPath>
1.44 + <DefineConstants>TRACE</DefineConstants>
1.45 + <ErrorReport>prompt</ErrorReport>
1.46 + <WarningLevel>4</WarningLevel>
1.47 + <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
1.48 + </PropertyGroup>
1.49 + <ItemGroup>
1.50 + <Reference Include="System" />
1.51 + <Reference Include="System.Data" />
1.52 + <Reference Include="System.Design" />
1.53 + <Reference Include="System.Drawing" />
1.54 + <Reference Include="System.Windows.Forms" />
1.55 + <Reference Include="System.Xml" />
1.56 + </ItemGroup>
1.57 + <ItemGroup>
1.58 + <Compile Include="GifDecoder.cs" />
1.59 + <Compile Include="PerformanceAnalyzer.cs" />
1.60 + <Compile Include="ResourceHelper.cs" />
1.61 + <Compile Include="StringCollectionEditor.cs" />
1.62 + <Compile Include="Properties\Resources.Designer.cs">
1.63 + <AutoGen>True</AutoGen>
1.64 + <DesignTime>True</DesignTime>
1.65 + <DependentUpon>Resources.resx</DependentUpon>
1.66 + </Compile>
1.67 + <Compile Include="BitmapHelper.cs" />
1.68 + <Compile Include="Threading\AbortableThreadPool.cs" />
1.69 + <Compile Include="Threading\WorkItemStatus.cs" />
1.70 + <Compile Include="Threading\WorkItem.cs" />
1.71 + <Compile Include="TimeCounter.cs" />
1.72 + <Compile Include="Tree\Input\ReorderColumnState.cs" />
1.73 + <Compile Include="Tree\ListModel.cs" />
1.74 + <Compile Include="Tree\NodeControls\EditEventArgs.cs" />
1.75 + <Compile Include="Tree\NodeControls\LabelEventArgs.cs" />
1.76 + <Compile Include="Tree\NodeControls\NodeIntegerTextBox.cs">
1.77 + <SubType>Component</SubType>
1.78 + </Compile>
1.79 + <Compile Include="Tree\NodeControls\NodeDecimalTextBox.cs">
1.80 + <SubType>Component</SubType>
1.81 + </Compile>
1.82 + <Compile Include="NumericTextBox.cs">
1.83 + <SubType>Component</SubType>
1.84 + </Compile>
1.85 + <Compile Include="Tree\NodeControls\ExpandingIcon.cs">
1.86 + <SubType>Component</SubType>
1.87 + </Compile>
1.88 + <Compile Include="Tree\NodeControls\InteractiveControl.cs">
1.89 + <SubType>Component</SubType>
1.90 + </Compile>
1.91 + <Compile Include="Tree\NodeControls\DrawEventArgs.cs" />
1.92 + <Compile Include="Tree\NodeControls\NodeEventArgs.cs" />
1.93 + <Compile Include="Tree\SortedTreeModel.cs" />
1.94 + <Compile Include="Tree\TreeModelBase.cs" />
1.95 + <Compile Include="Tree\AutoRowHeightLayout.cs" />
1.96 + <Compile Include="Tree\Input\ClickColumnState.cs" />
1.97 + <Compile Include="Tree\Input\ColumnState.cs" />
1.98 + <Compile Include="Tree\TreeViewAdv.Draw.cs">
1.99 + <SubType>Component</SubType>
1.100 + </Compile>
1.101 + <Compile Include="Tree\TreeViewAdv.Editor.cs">
1.102 + <SubType>Component</SubType>
1.103 + </Compile>
1.104 + <Compile Include="Tree\TreeViewAdv.Input.cs">
1.105 + <SubType>Component</SubType>
1.106 + </Compile>
1.107 + <Compile Include="Tree\IRowLayout.cs" />
1.108 + <Compile Include="Tree\FixedRowHeightLayout.cs" />
1.109 + <Compile Include="Tree\NodeControlInfo.cs" />
1.110 + <Compile Include="Tree\NodeControls\NodeControlValueEventArgs.cs" />
1.111 + <Compile Include="Tree\NodeControls\NodeNumericUpDown.cs">
1.112 + <SubType>Component</SubType>
1.113 + </Compile>
1.114 + <Compile Include="Tree\IncrementalSearch.cs" />
1.115 + <Compile Include="TextHelper.cs" />
1.116 + <Compile Include="Tree\TreeViewAdv.Properties.cs">
1.117 + <SubType>Component</SubType>
1.118 + </Compile>
1.119 + <Compile Include="Tree\TreeListAdapter.cs" />
1.120 + <Compile Include="Tree\TreeNodeAdvMouseEventArgs.cs" />
1.121 + <Compile Include="Tree\Node.cs" />
1.122 + <Compile Include="Tree\NodeControls\BaseTextControl.cs">
1.123 + <SubType>Component</SubType>
1.124 + </Compile>
1.125 + <Compile Include="Tree\NodeControls\EditableControl.cs">
1.126 + <SubType>Component</SubType>
1.127 + </Compile>
1.128 + <Compile Include="Tree\NodeControls\NodeComboBox.cs">
1.129 + <SubType>Component</SubType>
1.130 + </Compile>
1.131 + <Compile Include="Tree\NodeControls\NodeControlsCollection.cs" />
1.132 + <Compile Include="Tree\Input\InputState.cs" />
1.133 + <Compile Include="Tree\IToolTipProvider.cs" />
1.134 + <Compile Include="Tree\Input\ResizeColumnState.cs" />
1.135 + <Compile Include="Tree\TreeColumn.cs">
1.136 + <SubType>Component</SubType>
1.137 + </Compile>
1.138 + <Compile Include="Tree\TreeColumnCollection.cs" />
1.139 + <Compile Include="Tree\TreeColumnEventArgs.cs" />
1.140 + <Compile Include="Tree\TreeModel.cs" />
1.141 + <Compile Include="Tree\TreeViewAdvCancelEventArgs.cs" />
1.142 + <Compile Include="Tree\DropNodeValidatingEventArgs.cs" />
1.143 + <Compile Include="Tree\TreeViewAdvEventArgs.cs" />
1.144 + <Compile Include="Tree\TreePathEventArgs.cs" />
1.145 + <Compile Include="Tree\EditorContext.cs" />
1.146 + <Compile Include="Tree\Input\InputWithShift.cs" />
1.147 + <Compile Include="Tree\Enums.cs" />
1.148 + <Compile Include="Tree\Input\NormalInputState.cs" />
1.149 + <Compile Include="Tree\Input\InputWithControl.cs" />
1.150 + <Compile Include="Tree\NodeControls\NodeControl.cs">
1.151 + <SubType>Component</SubType>
1.152 + </Compile>
1.153 + <Compile Include="Tree\DropPosition.cs" />
1.154 + <Compile Include="Tree\NodeControls\BindableControl.cs">
1.155 + <SubType>Component</SubType>
1.156 + </Compile>
1.157 + <Compile Include="Tree\NodeControls\NodeCheckBox.cs">
1.158 + <SubType>Component</SubType>
1.159 + </Compile>
1.160 + <Compile Include="Tree\NodeControls\NodeIcon.cs">
1.161 + <SubType>Component</SubType>
1.162 + </Compile>
1.163 + <Compile Include="Tree\DrawContext.cs" />
1.164 + <Compile Include="Tree\ITreeModel.cs" />
1.165 + <Compile Include="Tree\NodeControls\NodePlusMinus.cs">
1.166 + <SubType>Component</SubType>
1.167 + </Compile>
1.168 + <Compile Include="Tree\NodeControls\NodeTextBox.cs">
1.169 + <SubType>Component</SubType>
1.170 + </Compile>
1.171 + <Compile Include="Properties\AssemblyInfo.cs" />
1.172 + <Compile Include="Tree\NodeControls\NodeStateIcon.cs">
1.173 + <SubType>Component</SubType>
1.174 + </Compile>
1.175 + <Compile Include="Tree\TreeModelEventArgs.cs" />
1.176 + <Compile Include="Tree\TreeNodeAdv.cs" />
1.177 + <Compile Include="Tree\TreePath.cs" />
1.178 + <Compile Include="Tree\TreeViewAdv.cs">
1.179 + <SubType>Component</SubType>
1.180 + </Compile>
1.181 + <Compile Include="Tree\TreeViewAdv.Designer.cs">
1.182 + <DependentUpon>TreeViewAdv.cs</DependentUpon>
1.183 + </Compile>
1.184 + <Compile Include="Tree\TreeViewRowDrawEventArgs.cs" />
1.185 + <Service Include="{94E38DFF-614B-4cbd-B67C-F211BB35CE8B}" />
1.186 + <Service Include="{B4F97281-0DBD-4835-9ED8-7DFB966E87FF}" />
1.187 + </ItemGroup>
1.188 + <ItemGroup>
1.189 + <Content Include="Resources\minus.bmp" />
1.190 + <Content Include="Resources\plus.bmp" />
1.191 + <Content Include="Resources\check.bmp" />
1.192 + <Content Include="Resources\uncheck.bmp" />
1.193 + <Content Include="Resources\Leaf.bmp" />
1.194 + <Content Include="Resources\Folder.bmp" />
1.195 + <Content Include="Resources\FolderClosed.bmp" />
1.196 + </ItemGroup>
1.197 + <ItemGroup>
1.198 + <EmbeddedResource Include="Properties\Resources.resx">
1.199 + <SubType>Designer</SubType>
1.200 + <Generator>ResXFileCodeGenerator</Generator>
1.201 + <LastGenOutput>Resources.Designer.cs</LastGenOutput>
1.202 + </EmbeddedResource>
1.203 + <EmbeddedResource Include="Tree\TreeViewAdv.resx">
1.204 + <DependentUpon>TreeViewAdv.cs</DependentUpon>
1.205 + </EmbeddedResource>
1.206 + </ItemGroup>
1.207 + <ItemGroup>
1.208 + <Content Include="Resources\loading_icon" />
1.209 + <None Include="Tree\ClassDiagram.cd" />
1.210 + <None Include="Tree\NodeControls\ClassDiagram.cd" />
1.211 + <Content Include="Resources\unknown.bmp" />
1.212 + </ItemGroup>
1.213 + <ItemGroup>
1.214 + <Content Include="Resources\DVSplit.cur" />
1.215 + </ItemGroup>
1.216 + <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
1.217 + <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
1.218 + Other similar extension points exist, see Microsoft.Common.targets.
1.219 + <Target Name="BeforeBuild">
1.220 + </Target>
1.221 + <Target Name="AfterBuild">
1.222 + </Target>
1.223 + -->
1.224 +</Project>
1.225 \ No newline at end of file