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