author | moel.mich |
Sun, 27 May 2012 15:16:19 +0000 | |
changeset 345 | 0c551e8818e0 |
child 346 | f652ab1e06e2 |
permissions | -rw-r--r-- |
moel@345 | 1 |
<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003" ToolsVersion="3.5"> |
moel@345 | 2 |
<PropertyGroup> |
moel@345 | 3 |
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration> |
moel@345 | 4 |
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform> |
moel@345 | 5 |
<ProductVersion>9.0.30729</ProductVersion> |
moel@345 | 6 |
<SchemaVersion>2.0</SchemaVersion> |
moel@345 | 7 |
<ProjectGuid>{E73BB233-D88B-44A7-A98F-D71EE158381D}</ProjectGuid> |
moel@345 | 8 |
<OutputType>Library</OutputType> |
moel@345 | 9 |
<AppDesignerFolder>Properties</AppDesignerFolder> |
moel@345 | 10 |
<RootNamespace>Aga.Controls</RootNamespace> |
moel@345 | 11 |
<AssemblyName>Aga.Controls</AssemblyName> |
moel@345 | 12 |
<SccProjectName> |
moel@345 | 13 |
</SccProjectName> |
moel@345 | 14 |
<SccLocalPath> |
moel@345 | 15 |
</SccLocalPath> |
moel@345 | 16 |
<SccAuxPath> |
moel@345 | 17 |
</SccAuxPath> |
moel@345 | 18 |
<SccProvider> |
moel@345 | 19 |
</SccProvider> |
moel@345 | 20 |
<FileUpgradeFlags> |
moel@345 | 21 |
</FileUpgradeFlags> |
moel@345 | 22 |
<OldToolsVersion>2.0</OldToolsVersion> |
moel@345 | 23 |
<UpgradeBackupLocation> |
moel@345 | 24 |
</UpgradeBackupLocation> |
moel@345 | 25 |
</PropertyGroup> |
moel@345 | 26 |
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' "> |
moel@345 | 27 |
<DebugSymbols>true</DebugSymbols> |
moel@345 | 28 |
<DebugType>full</DebugType> |
moel@345 | 29 |
<Optimize>false</Optimize> |
moel@345 | 30 |
<OutputPath>bin\Debug\</OutputPath> |
moel@345 | 31 |
<DefineConstants>TRACE;DEBUG;PERF_TEST</DefineConstants> |
moel@345 | 32 |
<ErrorReport>prompt</ErrorReport> |
moel@345 | 33 |
<WarningLevel>4</WarningLevel> |
moel@345 | 34 |
<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> |
moel@345 | 35 |
<AllowUnsafeBlocks>true</AllowUnsafeBlocks> |
moel@345 | 36 |
</PropertyGroup> |
moel@345 | 37 |
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' "> |
moel@345 | 38 |
<DebugType>pdbonly</DebugType> |
moel@345 | 39 |
<Optimize>true</Optimize> |
moel@345 | 40 |
<OutputPath>bin\Release\</OutputPath> |
moel@345 | 41 |
<DefineConstants>TRACE</DefineConstants> |
moel@345 | 42 |
<ErrorReport>prompt</ErrorReport> |
moel@345 | 43 |
<WarningLevel>4</WarningLevel> |
moel@345 | 44 |
<AllowUnsafeBlocks>true</AllowUnsafeBlocks> |
moel@345 | 45 |
</PropertyGroup> |
moel@345 | 46 |
<ItemGroup> |
moel@345 | 47 |
<Reference Include="System" /> |
moel@345 | 48 |
<Reference Include="System.Data" /> |
moel@345 | 49 |
<Reference Include="System.Design" /> |
moel@345 | 50 |
<Reference Include="System.Drawing" /> |
moel@345 | 51 |
<Reference Include="System.Windows.Forms" /> |
moel@345 | 52 |
<Reference Include="System.Xml" /> |
moel@345 | 53 |
</ItemGroup> |
moel@345 | 54 |
<ItemGroup> |
moel@345 | 55 |
<Compile Include="GifDecoder.cs" /> |
moel@345 | 56 |
<Compile Include="PerformanceAnalyzer.cs" /> |
moel@345 | 57 |
<Compile Include="ResourceHelper.cs" /> |
moel@345 | 58 |
<Compile Include="StringCollectionEditor.cs" /> |
moel@345 | 59 |
<Compile Include="Properties\Resources.Designer.cs"> |
moel@345 | 60 |
<AutoGen>True</AutoGen> |
moel@345 | 61 |
<DesignTime>True</DesignTime> |
moel@345 | 62 |
<DependentUpon>Resources.resx</DependentUpon> |
moel@345 | 63 |
</Compile> |
moel@345 | 64 |
<Compile Include="BitmapHelper.cs" /> |
moel@345 | 65 |
<Compile Include="Threading\AbortableThreadPool.cs" /> |
moel@345 | 66 |
<Compile Include="Threading\WorkItemStatus.cs" /> |
moel@345 | 67 |
<Compile Include="Threading\WorkItem.cs" /> |
moel@345 | 68 |
<Compile Include="TimeCounter.cs" /> |
moel@345 | 69 |
<Compile Include="Tree\Input\ReorderColumnState.cs" /> |
moel@345 | 70 |
<Compile Include="Tree\ListModel.cs" /> |
moel@345 | 71 |
<Compile Include="Tree\NodeControls\EditEventArgs.cs" /> |
moel@345 | 72 |
<Compile Include="Tree\NodeControls\LabelEventArgs.cs" /> |
moel@345 | 73 |
<Compile Include="Tree\NodeControls\NodeIntegerTextBox.cs"> |
moel@345 | 74 |
<SubType>Component</SubType> |
moel@345 | 75 |
</Compile> |
moel@345 | 76 |
<Compile Include="Tree\NodeControls\NodeDecimalTextBox.cs"> |
moel@345 | 77 |
<SubType>Component</SubType> |
moel@345 | 78 |
</Compile> |
moel@345 | 79 |
<Compile Include="NumericTextBox.cs"> |
moel@345 | 80 |
<SubType>Component</SubType> |
moel@345 | 81 |
</Compile> |
moel@345 | 82 |
<Compile Include="Tree\NodeControls\ExpandingIcon.cs"> |
moel@345 | 83 |
<SubType>Component</SubType> |
moel@345 | 84 |
</Compile> |
moel@345 | 85 |
<Compile Include="Tree\NodeControls\InteractiveControl.cs"> |
moel@345 | 86 |
<SubType>Component</SubType> |
moel@345 | 87 |
</Compile> |
moel@345 | 88 |
<Compile Include="Tree\NodeControls\DrawEventArgs.cs" /> |
moel@345 | 89 |
<Compile Include="Tree\NodeControls\NodeEventArgs.cs" /> |
moel@345 | 90 |
<Compile Include="Tree\SortedTreeModel.cs" /> |
moel@345 | 91 |
<Compile Include="Tree\TreeModelBase.cs" /> |
moel@345 | 92 |
<Compile Include="Tree\AutoRowHeightLayout.cs" /> |
moel@345 | 93 |
<Compile Include="Tree\Input\ClickColumnState.cs" /> |
moel@345 | 94 |
<Compile Include="Tree\Input\ColumnState.cs" /> |
moel@345 | 95 |
<Compile Include="Tree\TreeViewAdv.Draw.cs"> |
moel@345 | 96 |
<SubType>Component</SubType> |
moel@345 | 97 |
</Compile> |
moel@345 | 98 |
<Compile Include="Tree\TreeViewAdv.Editor.cs"> |
moel@345 | 99 |
<SubType>Component</SubType> |
moel@345 | 100 |
</Compile> |
moel@345 | 101 |
<Compile Include="Tree\TreeViewAdv.Input.cs"> |
moel@345 | 102 |
<SubType>Component</SubType> |
moel@345 | 103 |
</Compile> |
moel@345 | 104 |
<Compile Include="Tree\IRowLayout.cs" /> |
moel@345 | 105 |
<Compile Include="Tree\FixedRowHeightLayout.cs" /> |
moel@345 | 106 |
<Compile Include="Tree\NodeControlInfo.cs" /> |
moel@345 | 107 |
<Compile Include="Tree\NodeControls\NodeControlValueEventArgs.cs" /> |
moel@345 | 108 |
<Compile Include="Tree\NodeControls\NodeNumericUpDown.cs"> |
moel@345 | 109 |
<SubType>Component</SubType> |
moel@345 | 110 |
</Compile> |
moel@345 | 111 |
<Compile Include="Tree\IncrementalSearch.cs" /> |
moel@345 | 112 |
<Compile Include="TextHelper.cs" /> |
moel@345 | 113 |
<Compile Include="Tree\TreeViewAdv.Properties.cs"> |
moel@345 | 114 |
<SubType>Component</SubType> |
moel@345 | 115 |
</Compile> |
moel@345 | 116 |
<Compile Include="Tree\TreeListAdapter.cs" /> |
moel@345 | 117 |
<Compile Include="Tree\TreeNodeAdvMouseEventArgs.cs" /> |
moel@345 | 118 |
<Compile Include="Tree\Node.cs" /> |
moel@345 | 119 |
<Compile Include="Tree\NodeControls\BaseTextControl.cs"> |
moel@345 | 120 |
<SubType>Component</SubType> |
moel@345 | 121 |
</Compile> |
moel@345 | 122 |
<Compile Include="Tree\NodeControls\EditableControl.cs"> |
moel@345 | 123 |
<SubType>Component</SubType> |
moel@345 | 124 |
</Compile> |
moel@345 | 125 |
<Compile Include="Tree\NodeControls\NodeComboBox.cs"> |
moel@345 | 126 |
<SubType>Component</SubType> |
moel@345 | 127 |
</Compile> |
moel@345 | 128 |
<Compile Include="Tree\NodeControls\NodeControlsCollection.cs" /> |
moel@345 | 129 |
<Compile Include="Tree\Input\InputState.cs" /> |
moel@345 | 130 |
<Compile Include="Tree\IToolTipProvider.cs" /> |
moel@345 | 131 |
<Compile Include="Tree\Input\ResizeColumnState.cs" /> |
moel@345 | 132 |
<Compile Include="Tree\TreeColumn.cs"> |
moel@345 | 133 |
<SubType>Component</SubType> |
moel@345 | 134 |
</Compile> |
moel@345 | 135 |
<Compile Include="Tree\TreeColumnCollection.cs" /> |
moel@345 | 136 |
<Compile Include="Tree\TreeColumnEventArgs.cs" /> |
moel@345 | 137 |
<Compile Include="Tree\TreeModel.cs" /> |
moel@345 | 138 |
<Compile Include="Tree\TreeViewAdvCancelEventArgs.cs" /> |
moel@345 | 139 |
<Compile Include="Tree\DropNodeValidatingEventArgs.cs" /> |
moel@345 | 140 |
<Compile Include="Tree\TreeViewAdvEventArgs.cs" /> |
moel@345 | 141 |
<Compile Include="Tree\TreePathEventArgs.cs" /> |
moel@345 | 142 |
<Compile Include="Tree\EditorContext.cs" /> |
moel@345 | 143 |
<Compile Include="Tree\Input\InputWithShift.cs" /> |
moel@345 | 144 |
<Compile Include="Tree\Enums.cs" /> |
moel@345 | 145 |
<Compile Include="Tree\Input\NormalInputState.cs" /> |
moel@345 | 146 |
<Compile Include="Tree\Input\InputWithControl.cs" /> |
moel@345 | 147 |
<Compile Include="Tree\NodeControls\NodeControl.cs"> |
moel@345 | 148 |
<SubType>Component</SubType> |
moel@345 | 149 |
</Compile> |
moel@345 | 150 |
<Compile Include="Tree\DropPosition.cs" /> |
moel@345 | 151 |
<Compile Include="Tree\NodeControls\BindableControl.cs"> |
moel@345 | 152 |
<SubType>Component</SubType> |
moel@345 | 153 |
</Compile> |
moel@345 | 154 |
<Compile Include="Tree\NodeControls\NodeCheckBox.cs"> |
moel@345 | 155 |
<SubType>Component</SubType> |
moel@345 | 156 |
</Compile> |
moel@345 | 157 |
<Compile Include="Tree\NodeControls\NodeIcon.cs"> |
moel@345 | 158 |
<SubType>Component</SubType> |
moel@345 | 159 |
</Compile> |
moel@345 | 160 |
<Compile Include="Tree\DrawContext.cs" /> |
moel@345 | 161 |
<Compile Include="Tree\ITreeModel.cs" /> |
moel@345 | 162 |
<Compile Include="Tree\NodeControls\NodePlusMinus.cs"> |
moel@345 | 163 |
<SubType>Component</SubType> |
moel@345 | 164 |
</Compile> |
moel@345 | 165 |
<Compile Include="Tree\NodeControls\NodeTextBox.cs"> |
moel@345 | 166 |
<SubType>Component</SubType> |
moel@345 | 167 |
</Compile> |
moel@345 | 168 |
<Compile Include="Properties\AssemblyInfo.cs" /> |
moel@345 | 169 |
<Compile Include="Tree\NodeControls\NodeStateIcon.cs"> |
moel@345 | 170 |
<SubType>Component</SubType> |
moel@345 | 171 |
</Compile> |
moel@345 | 172 |
<Compile Include="Tree\TreeModelEventArgs.cs" /> |
moel@345 | 173 |
<Compile Include="Tree\TreeNodeAdv.cs" /> |
moel@345 | 174 |
<Compile Include="Tree\TreePath.cs" /> |
moel@345 | 175 |
<Compile Include="Tree\TreeViewAdv.cs"> |
moel@345 | 176 |
<SubType>Component</SubType> |
moel@345 | 177 |
</Compile> |
moel@345 | 178 |
<Compile Include="Tree\TreeViewAdv.Designer.cs"> |
moel@345 | 179 |
<DependentUpon>TreeViewAdv.cs</DependentUpon> |
moel@345 | 180 |
</Compile> |
moel@345 | 181 |
<Compile Include="Tree\TreeViewRowDrawEventArgs.cs" /> |
moel@345 | 182 |
<Service Include="{94E38DFF-614B-4cbd-B67C-F211BB35CE8B}" /> |
moel@345 | 183 |
<Service Include="{B4F97281-0DBD-4835-9ED8-7DFB966E87FF}" /> |
moel@345 | 184 |
</ItemGroup> |
moel@345 | 185 |
<ItemGroup> |
moel@345 | 186 |
<Content Include="Resources\minus.bmp" /> |
moel@345 | 187 |
<Content Include="Resources\plus.bmp" /> |
moel@345 | 188 |
<Content Include="Resources\check.bmp" /> |
moel@345 | 189 |
<Content Include="Resources\uncheck.bmp" /> |
moel@345 | 190 |
<Content Include="Resources\Leaf.bmp" /> |
moel@345 | 191 |
<Content Include="Resources\Folder.bmp" /> |
moel@345 | 192 |
<Content Include="Resources\FolderClosed.bmp" /> |
moel@345 | 193 |
</ItemGroup> |
moel@345 | 194 |
<ItemGroup> |
moel@345 | 195 |
<EmbeddedResource Include="Properties\Resources.resx"> |
moel@345 | 196 |
<SubType>Designer</SubType> |
moel@345 | 197 |
<Generator>ResXFileCodeGenerator</Generator> |
moel@345 | 198 |
<LastGenOutput>Resources.Designer.cs</LastGenOutput> |
moel@345 | 199 |
</EmbeddedResource> |
moel@345 | 200 |
<EmbeddedResource Include="Tree\TreeViewAdv.resx"> |
moel@345 | 201 |
<DependentUpon>TreeViewAdv.cs</DependentUpon> |
moel@345 | 202 |
</EmbeddedResource> |
moel@345 | 203 |
</ItemGroup> |
moel@345 | 204 |
<ItemGroup> |
moel@345 | 205 |
<Content Include="Resources\loading_icon" /> |
moel@345 | 206 |
<None Include="Tree\ClassDiagram.cd" /> |
moel@345 | 207 |
<None Include="Tree\NodeControls\ClassDiagram.cd" /> |
moel@345 | 208 |
<Content Include="Resources\unknown.bmp" /> |
moel@345 | 209 |
</ItemGroup> |
moel@345 | 210 |
<ItemGroup> |
moel@345 | 211 |
<Content Include="Resources\DVSplit.cur" /> |
moel@345 | 212 |
</ItemGroup> |
moel@345 | 213 |
<Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" /> |
moel@345 | 214 |
<!-- To modify your build process, add your task inside one of the targets below and uncomment it. |
moel@345 | 215 |
Other similar extension points exist, see Microsoft.Common.targets. |
moel@345 | 216 |
<Target Name="BeforeBuild"> |
moel@345 | 217 |
</Target> |
moel@345 | 218 |
<Target Name="AfterBuild"> |
moel@345 | 219 |
</Target> |
moel@345 | 220 |
--> |
moel@345 | 221 |
</Project> |