TreeComboBox.csproj
上传用户:eleven0727
上传日期:2022-04-14
资源大小:271k
文件大小:2k
源码类别:

组合框控件

开发平台:

C#

  1. <Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
  2.   <PropertyGroup>
  3.     <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
  4.     <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
  5.     <ProductVersion>8.0.50727</ProductVersion>
  6.     <SchemaVersion>2.0</SchemaVersion>
  7.     <ProjectGuid>{DD2996FA-8451-4815-ACD5-ED19F1258B8A}</ProjectGuid>
  8.     <OutputType>Library</OutputType>
  9.     <AppDesignerFolder>Properties</AppDesignerFolder>
  10.     <RootNamespace>TreeComboBox</RootNamespace>
  11.     <AssemblyName>TreeComboBox</AssemblyName>
  12.   </PropertyGroup>
  13.   <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
  14.     <DebugSymbols>true</DebugSymbols>
  15.     <DebugType>full</DebugType>
  16.     <Optimize>false</Optimize>
  17.     <OutputPath>binDebug</OutputPath>
  18.     <DefineConstants>DEBUG;TRACE</DefineConstants>
  19.     <ErrorReport>prompt</ErrorReport>
  20.     <WarningLevel>4</WarningLevel>
  21.     <CodeAnalysisRules>
  22.     </CodeAnalysisRules>
  23.   </PropertyGroup>
  24.   <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
  25.     <DebugType>pdbonly</DebugType>
  26.     <Optimize>true</Optimize>
  27.     <OutputPath>binRelease</OutputPath>
  28.     <DefineConstants>TRACE</DefineConstants>
  29.     <ErrorReport>prompt</ErrorReport>
  30.     <WarningLevel>4</WarningLevel>
  31.   </PropertyGroup>
  32.   <ItemGroup>
  33.     <Reference Include="System" />
  34.     <Reference Include="System.Data" />
  35.     <Reference Include="System.Drawing" />
  36.     <Reference Include="System.Drawing.Design" />
  37.     <Reference Include="System.Windows.Forms" />
  38.     <Reference Include="System.Xml" />
  39.   </ItemGroup>
  40.   <ItemGroup>
  41.     <Compile Include="TreeComboBox.cs">
  42.       <SubType>UserControl</SubType>
  43.     </Compile>
  44.     <Compile Include="PropertiesAssemblyInfo.cs" />
  45.   </ItemGroup>
  46.   <ItemGroup>
  47.     <EmbeddedResource Include="BM_dropdown.bmp" />
  48.   </ItemGroup>
  49.   <Import Project="$(MSBuildBinPath)Microsoft.CSharp.targets" />
  50.   <!-- To modify your build process, add your task inside one of the targets below and uncomment it. 
  51.        Other similar extension points exist, see Microsoft.Common.targets.
  52.   <Target Name="BeforeBuild">
  53.   </Target>
  54.   <Target Name="AfterBuild">
  55.   </Target>
  56.   -->
  57. </Project>