WinFormsUI.csproj
上传用户:szlfmled
上传日期:2020-11-22
资源大小:978k
文件大小:9k
源码类别:

C#编程

开发平台:

C#

  1. <Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003" ToolsVersion="3.5">
  2.   <PropertyGroup>
  3.     <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
  4.     <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
  5.     <ProductVersion>9.0.21022</ProductVersion>
  6.     <SchemaVersion>2.0</SchemaVersion>
  7.     <ProjectGuid>{C75532C4-765B-418E-B09B-46D36B2ABDB1}</ProjectGuid>
  8.     <OutputType>Library</OutputType>
  9.     <AppDesignerFolder>Properties</AppDesignerFolder>
  10.     <RootNamespace>WeifenLuo.WinFormsUI</RootNamespace>
  11.     <AssemblyName>WeifenLuo.WinFormsUI.Docking</AssemblyName>
  12.     <SignAssembly>false</SignAssembly>
  13.     <AssemblyOriginatorKeyFile>
  14.     </AssemblyOriginatorKeyFile>
  15.     <FileUpgradeFlags>
  16.     </FileUpgradeFlags>
  17.     <OldToolsVersion>2.0</OldToolsVersion>
  18.     <UpgradeBackupLocation>
  19.     </UpgradeBackupLocation>
  20.   </PropertyGroup>
  21.   <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
  22.     <DebugSymbols>true</DebugSymbols>
  23.     <DebugType>full</DebugType>
  24.     <Optimize>false</Optimize>
  25.     <OutputPath>binDebug</OutputPath>
  26.     <DefineConstants>TRACE;DEBUG</DefineConstants>
  27.     <ErrorReport>prompt</ErrorReport>
  28.     <WarningLevel>4</WarningLevel>
  29.   </PropertyGroup>
  30.   <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
  31.     <DebugType>pdbonly</DebugType>
  32.     <Optimize>true</Optimize>
  33.     <OutputPath>binRelease</OutputPath>
  34.     <DefineConstants>TRACE</DefineConstants>
  35.     <ErrorReport>prompt</ErrorReport>
  36.     <WarningLevel>4</WarningLevel>
  37.   </PropertyGroup>
  38.   <ItemGroup>
  39.     <Compile Include="DockingDockPanel.SplitterDragHandler.cs">
  40.       <SubType>Component</SubType>
  41.     </Compile>
  42.     <Compile Include="DockingDockPanel.DragHandler.cs">
  43.       <SubType>Component</SubType>
  44.     </Compile>
  45.     <Compile Include="DockingDragForm.cs">
  46.       <SubType>Form</SubType>
  47.     </Compile>
  48.     <Compile Include="DockingDockPanel.MdiClientController.cs">
  49.       <SubType>Component</SubType>
  50.     </Compile>
  51.     <Compile Include="DockingAutoHideStripBase.cs">
  52.       <SubType>Component</SubType>
  53.     </Compile>
  54.     <Compile Include="DockingInertButtonBase.cs">
  55.       <SubType>Component</SubType>
  56.     </Compile>
  57.     <Compile Include="DockingDockPanelSkin.cs">
  58.     </Compile>
  59.     <Compile Include="DockingVS2005AutoHideStrip.cs">
  60.       <SubType>Component</SubType>
  61.     </Compile>
  62.     <Compile Include="DockingDockPanel.AutoHideWindow.cs">
  63.       <SubType>Component</SubType>
  64.     </Compile>
  65.     <Compile Include="DockingVisibleNestedPaneCollection.cs" />
  66.     <Compile Include="DockingDockAreasEditor.cs" />
  67.     <Compile Include="DockingDockContent.cs">
  68.       <SubType>Form</SubType>
  69.     </Compile>
  70.     <Compile Include="DockingDockContentCollection.cs" />
  71.     <Compile Include="DockingDockContentHandler.cs" />
  72.     <Compile Include="DockingDockPanel.DockDragHandler.cs">
  73.       <SubType>Component</SubType>
  74.     </Compile>
  75.     <Compile Include="DockingHelpersDockHelper.cs" />
  76.     <Compile Include="DockingNestedPaneCollection.cs" />
  77.     <Compile Include="DockingDockOutlineBase.cs" />
  78.     <Compile Include="DockingDockPane.cs">
  79.       <SubType>UserControl</SubType>
  80.     </Compile>
  81.     <Compile Include="DockingDockPaneCaptionBase.cs">
  82.       <SubType>Component</SubType>
  83.     </Compile>
  84.     <Compile Include="DockingVS2005DockPaneCaption.cs">
  85.       <SubType>Component</SubType>
  86.     </Compile>
  87.     <Compile Include="DockingDockPaneCollection.cs" />
  88.     <Compile Include="DockingDockPanel.cs">
  89.       <SubType>Component</SubType>
  90.     </Compile>
  91.     <Compile Include="DockingDockPanelExtender.cs" />
  92.     <Compile Include="DockingDockPanel.Persistor.cs">
  93.       <SubType>Component</SubType>
  94.     </Compile>
  95.     <Compile Include="DockingDockPane.SplitterControl.cs">
  96.       <SubType>UserControl</SubType>
  97.     </Compile>
  98.     <Compile Include="DockingDockPaneStripBase.cs">
  99.       <SubType>Component</SubType>
  100.     </Compile>
  101.     <Compile Include="DockingVS2005DockPaneStrip.cs">
  102.       <SubType>Component</SubType>
  103.     </Compile>
  104.     <Compile Include="DockingDockWindow.cs">
  105.       <SubType>Component</SubType>
  106.     </Compile>
  107.     <Compile Include="DockingDockWindowCollection.cs" />
  108.     <Compile Include="DockingDockWindow.SplitterControl.cs">
  109.       <SubType>Component</SubType>
  110.     </Compile>
  111.     <Compile Include="DockingDummyControl.cs">
  112.       <SubType>Component</SubType>
  113.     </Compile>
  114.     <Compile Include="DockingEnums.cs" />
  115.     <Compile Include="DockingDockContentEventArgs.cs" />
  116.     <Compile Include="DockingFloatWindow.cs">
  117.       <SubType>Form</SubType>
  118.     </Compile>
  119.     <Compile Include="DockingFloatWindowCollection.cs" />
  120.     <Compile Include="DockingDockPanel.FocusManager.cs">
  121.       <SubType>Component</SubType>
  122.     </Compile>
  123.     <Compile Include="DockingInterfaces.cs" />
  124.     <Compile Include="DockingMeasures.cs" />
  125.     <Compile Include="DockingNestedDockingStatus.cs" />
  126.     <Compile Include="DockingSplitterBase.cs">
  127.       <SubType>Component</SubType>
  128.     </Compile>
  129.     <Compile Include="DockingHelpersDrawHelper.cs" />
  130.     <Compile Include="DockingLocalization.cs" />
  131.     <Compile Include="DockingHelpersResourceHelper.cs" />
  132.     <Compile Include="DockingHelpersWin32Helper.cs" />
  133.     <Compile Include="PropertiesAssemblyInfo.cs" />
  134.     <Compile Include="DockingResources.Designer.cs">
  135.       <AutoGen>True</AutoGen>
  136.       <DesignTime>True</DesignTime>
  137.       <DependentUpon>Resources.resx</DependentUpon>
  138.     </Compile>
  139.     <Compile Include="DockingStrings.Designer.cs">
  140.       <AutoGen>True</AutoGen>
  141.       <DesignTime>True</DesignTime>
  142.       <DependentUpon>Strings.resx</DependentUpon>
  143.     </Compile>
  144.     <Compile Include="DockingWin32Enums.cs" />
  145.     <Compile Include="DockingWin32NativeMethods.cs" />
  146.   </ItemGroup>
  147.   <ItemGroup>
  148.     <EmbeddedResource Include="DockingResources.resx">
  149.       <SubType>Designer</SubType>
  150.       <Generator>ResXFileCodeGenerator</Generator>
  151.       <LastGenOutput>Resources.Designer.cs</LastGenOutput>
  152.     </EmbeddedResource>
  153.     <EmbeddedResource Include="DockingStrings.resx">
  154.       <SubType>Designer</SubType>
  155.       <Generator>ResXFileCodeGenerator</Generator>
  156.       <LastGenOutput>Strings.Designer.cs</LastGenOutput>
  157.     </EmbeddedResource>
  158.   </ItemGroup>
  159.   <ItemGroup>
  160.     <None Include="DockingResourcesDockIndicator_PaneDiamond.bmp" />
  161.     <None Include="DockingResourcesDockIndicator_PaneDiamond_Bottom.bmp" />
  162.     <None Include="DockingResourcesDockindicator_PaneDiamond_Fill.bmp" />
  163.     <None Include="DockingResourcesDockIndicator_PaneDiamond_Hotspot.bmp" />
  164.     <None Include="DockingResourcesDockIndicator_PaneDiamond_HotspotIndex.bmp" />
  165.     <None Include="DockingResourcesDockIndicator_PaneDiamond_Left.bmp" />
  166.     <None Include="DockingResourcesDockIndicator_PaneDiamond_Right.bmp" />
  167.     <None Include="DockingResourcesDockIndicator_PaneDiamond_Top.bmp" />
  168.     <None Include="DockingResourcesDockIndicator_PanelBottom.bmp" />
  169.     <None Include="DockingResourcesDockIndicator_PanelBottom_Active.bmp" />
  170.     <None Include="DockingResourcesDockIndicator_PanelFill.bmp" />
  171.     <None Include="DockingResourcesDockIndicator_PanelFill_Active.bmp" />
  172.     <None Include="DockingResourcesDockIndicator_PanelLeft.bmp" />
  173.     <None Include="DockingResourcesDockIndicator_PanelLeft_Active.bmp" />
  174.     <None Include="DockingResourcesDockIndicator_PanelRight.bmp" />
  175.     <None Include="DockingResourcesDockIndicator_PanelRight_Active.bmp" />
  176.     <None Include="DockingResourcesDockIndicator_PanelTop.bmp" />
  177.     <None Include="DockingResourcesDockIndicator_PanelTop_Active.bmp" />
  178.   </ItemGroup>
  179.   <ItemGroup>
  180.     <None Include="license.txt">
  181.       <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  182.     </None>
  183.   </ItemGroup>
  184.   <ItemGroup>
  185.     <None Include="DockingResourcesDockPane_AutoHide.bmp" />
  186.     <None Include="DockingResourcesDockPane_Close.bmp" />
  187.     <None Include="DockingResourcesDockPane_Dock.bmp" />
  188.     <None Include="DockingResourcesDockPane_Option.bmp" />
  189.     <None Include="DockingResourcesDockPane_OptionOverflow.bmp" />
  190.   </ItemGroup>
  191.   <ItemGroup>
  192.     <EmbeddedResource Include="DockingDockPanel.bmp" />
  193.   </ItemGroup>
  194.   <ItemGroup>
  195.     <Reference Include="System" />
  196.     <Reference Include="System.Data" />
  197.     <Reference Include="System.Design" />
  198.     <Reference Include="System.Drawing" />
  199.     <Reference Include="System.Windows.Forms" />
  200.     <Reference Include="System.XML" />
  201.   </ItemGroup>
  202.   <Import Project="$(MSBuildBinPath)Microsoft.CSharp.targets" />
  203.   <!-- To modify your build process, add your task inside one of the targets below and uncomment it. 
  204.        Other similar extension points exist, see Microsoft.Common.targets.
  205.   <Target Name="BeforeBuild">
  206.   </Target>
  207.   <Target Name="AfterBuild">
  208.   </Target>
  209.   -->
  210. </Project>