123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935 |
- <?xml version="1.0" encoding="utf-8"?>
- <Project ToolsVersion="4.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
- <PropertyGroup>
- <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
- <Platform Condition=" '$(Platform)' == '' ">x86</Platform>
- <ProductVersion>8.0.30703</ProductVersion>
- <SchemaVersion>2.0</SchemaVersion>
- <ProjectGuid>{D4C2D4C1-1CF6-4116-8BF2-6DE55F518B2A}</ProjectGuid>
- <OutputType>Library</OutputType>
- <AppDesignerFolder>Properties</AppDesignerFolder>
- <RootNamespace>LYFZ.ComponentLibrary</RootNamespace>
- <AssemblyName>LYFZ.ComponentLibrary</AssemblyName>
- <TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
- <TargetFrameworkProfile>
- </TargetFrameworkProfile>
- <FileAlignment>512</FileAlignment>
- <PublishUrl>publish\</PublishUrl>
- <Install>true</Install>
- <InstallFrom>Disk</InstallFrom>
- <UpdateEnabled>false</UpdateEnabled>
- <UpdateMode>Foreground</UpdateMode>
- <UpdateInterval>7</UpdateInterval>
- <UpdateIntervalUnits>Days</UpdateIntervalUnits>
- <UpdatePeriodically>false</UpdatePeriodically>
- <UpdateRequired>false</UpdateRequired>
- <MapFileExtensions>true</MapFileExtensions>
- <ApplicationRevision>0</ApplicationRevision>
- <ApplicationVersion>1.0.0.%2a</ApplicationVersion>
- <IsWebBootstrapper>false</IsWebBootstrapper>
- <UseApplicationTrust>false</UseApplicationTrust>
- <BootstrapperEnabled>true</BootstrapperEnabled>
- </PropertyGroup>
- <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x86' ">
- <PlatformTarget>AnyCPU</PlatformTarget>
- <DebugSymbols>true</DebugSymbols>
- <DebugType>full</DebugType>
- <Optimize>false</Optimize>
- <OutputPath>bin\Debug\</OutputPath>
- <DefineConstants>DEBUG;TRACE</DefineConstants>
- <ErrorReport>prompt</ErrorReport>
- <WarningLevel>4</WarningLevel>
- </PropertyGroup>
- <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x86' ">
- <PlatformTarget>AnyCPU</PlatformTarget>
- <DebugType>pdbonly</DebugType>
- <Optimize>true</Optimize>
- <OutputPath>bin\Release\</OutputPath>
- <DefineConstants>TRACE</DefineConstants>
- <ErrorReport>prompt</ErrorReport>
- <WarningLevel>4</WarningLevel>
- </PropertyGroup>
- <PropertyGroup>
- <StartupObject />
- </PropertyGroup>
- <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|AnyCPU'">
- <DebugSymbols>true</DebugSymbols>
- <OutputPath>bin\Debug\</OutputPath>
- <DefineConstants>DEBUG;TRACE</DefineConstants>
- <DebugType>full</DebugType>
- <PlatformTarget>AnyCPU</PlatformTarget>
- <ErrorReport>prompt</ErrorReport>
- <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
- </PropertyGroup>
- <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|AnyCPU'">
- <OutputPath>bin\Release\</OutputPath>
- <DefineConstants>TRACE</DefineConstants>
- <Optimize>true</Optimize>
- <DebugType>pdbonly</DebugType>
- <PlatformTarget>AnyCPU</PlatformTarget>
- <ErrorReport>prompt</ErrorReport>
- <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
- </PropertyGroup>
- <ItemGroup>
- <Reference Include="System" />
- <Reference Include="System.Core" />
- <Reference Include="System.Design" />
- <Reference Include="System.Xml.Linq" />
- <Reference Include="System.Data.DataSetExtensions" />
- <Reference Include="Microsoft.CSharp" />
- <Reference Include="System.Data" />
- <Reference Include="System.Deployment" />
- <Reference Include="System.Drawing" />
- <Reference Include="System.Windows.Forms" />
- <Reference Include="System.Xml" />
- </ItemGroup>
- <ItemGroup>
- <Compile Include="BaseContainer.cs">
- <SubType>Component</SubType>
- </Compile>
- <Compile Include="BaseContentsFormMain.cs">
- <SubType>Form</SubType>
- </Compile>
- <Compile Include="BaseContentsFormMain.Designer.cs">
- <DependentUpon>BaseContentsFormMain.cs</DependentUpon>
- </Compile>
- <Compile Include="BaseForm360.cs">
- <SubType>Form</SubType>
- </Compile>
- <Compile Include="BaseForm360.Designer.cs">
- <DependentUpon>BaseForm360.cs</DependentUpon>
- </Compile>
- <Compile Include="BaseFormRelease.cs">
- <SubType>Form</SubType>
- </Compile>
- <Compile Include="BaseFormRelease.Designer.cs">
- <DependentUpon>BaseFormRelease.cs</DependentUpon>
- </Compile>
- <Compile Include="BaseMotherForm.cs">
- <SubType>Form</SubType>
- </Compile>
- <Compile Include="BaseMotherForm.Designer.cs">
- <DependentUpon>BaseMotherForm.cs</DependentUpon>
- </Compile>
- <Compile Include="BaseShadowForm.cs">
- <SubType>Form</SubType>
- </Compile>
- <Compile Include="BaseShadowForm.Designer.cs">
- <DependentUpon>BaseShadowForm.cs</DependentUpon>
- </Compile>
- <Compile Include="BaseFormSimple.cs">
- <SubType>Form</SubType>
- </Compile>
- <Compile Include="BaseFormSimple.Designer.cs">
- <DependentUpon>BaseFormSimple.cs</DependentUpon>
- </Compile>
- <Compile Include="BorderedTableLayoutPanel.cs">
- <SubType>Component</SubType>
- </Compile>
- <Compile Include="ButtonEx.cs">
- <SubType>Component</SubType>
- </Compile>
- <Compile Include="ButtonQQ.cs">
- <SubType>Component</SubType>
- </Compile>
- <Compile Include="ChatListControl\ChatListBox.cs">
- <SubType>Component</SubType>
- </Compile>
- <Compile Include="ChatListControl\ChatListEventArgs.cs" />
- <Compile Include="ChatListControl\ChatListItem.cs" />
- <Compile Include="ChatListControl\ChatListItemCollection.cs" />
- <Compile Include="ChatListControl\ChatListItemConverter.cs" />
- <Compile Include="ChatListControl\ChatListItemIcon.cs" />
- <Compile Include="ChatListControl\ChatListSubItem.cs" />
- <Compile Include="ChatListControl\ChatListSubItemConverter.cs" />
- <Compile Include="ChatListControl\ChatListVScroll.cs" />
- <Compile Include="ChatListControl\CLIPFORMAT.cs" />
- <Compile Include="ChatListControl\DragListEventArgs.cs" />
- <Compile Include="ChatListControl\ToolsChatListControl.cs">
- <SubType>Component</SubType>
- </Compile>
- <Compile Include="CheckBoxEx.cs">
- <SubType>Component</SubType>
- </Compile>
- <Compile Include="ColorScheme.cs" />
- <Compile Include="ComboBoxTextEx.cs">
- <SubType>UserControl</SubType>
- </Compile>
- <Compile Include="ComboBoxTextEx.Designer.cs">
- <DependentUpon>ComboBoxTextEx.cs</DependentUpon>
- </Compile>
- <Compile Include="ComboBoxTreeViewEx.cs">
- <SubType>Component</SubType>
- </Compile>
- <Compile Include="ComboBoxTreeViewEx.Designer.cs">
- <DependentUpon>ComboBoxTreeViewEx.cs</DependentUpon>
- </Compile>
- <Compile Include="ContextMenuStripEx.cs">
- <SubType>Component</SubType>
- </Compile>
- <Compile Include="DataGridViewEx.cs">
- <SubType>Component</SubType>
- </Compile>
- <Compile Include="ExecutionProgress.cs">
- <SubType>UserControl</SubType>
- </Compile>
- <Compile Include="ExecutionProgress.Designer.cs">
- <DependentUpon>ExecutionProgress.cs</DependentUpon>
- </Compile>
- <Compile Include="frmExceptionError.cs">
- <SubType>Form</SubType>
- </Compile>
- <Compile Include="frmExceptionError.Designer.cs">
- <DependentUpon>frmExceptionError.cs</DependentUpon>
- </Compile>
- <Compile Include="FrmLoadHandling.cs">
- <SubType>Form</SubType>
- </Compile>
- <Compile Include="FrmLoadHandling.Designer.cs">
- <DependentUpon>FrmLoadHandling.cs</DependentUpon>
- </Compile>
- <Compile Include="frmMessageBox.cs">
- <SubType>Form</SubType>
- </Compile>
- <Compile Include="frmMessageBox.Designer.cs">
- <DependentUpon>frmMessageBox.cs</DependentUpon>
- </Compile>
- <Compile Include="frmSystemAbout.cs">
- <SubType>Form</SubType>
- </Compile>
- <Compile Include="frmSystemAbout.Designer.cs">
- <DependentUpon>frmSystemAbout.cs</DependentUpon>
- </Compile>
- <Compile Include="LoadProgress.cs">
- <SubType>UserControl</SubType>
- </Compile>
- <Compile Include="LoadProgress.Designer.cs">
- <DependentUpon>LoadProgress.cs</DependentUpon>
- </Compile>
- <Compile Include="MessageBoxCustom.cs" />
- <Compile Include="NumericUpDownEx.cs">
- <SubType>Component</SubType>
- </Compile>
- <Compile Include="NumericUpDownEx.Designer.cs">
- <DependentUpon>NumericUpDownEx.cs</DependentUpon>
- </Compile>
- <Compile Include="OtherExpansionControl\BitmapHelper.cs" />
- <Compile Include="OtherExpansionControl\LYFZ.OtherExpansion.Imaging\ColorConverterEx.cs" />
- <Compile Include="OtherExpansionControl\LYFZ.OtherExpansion.Imaging\GrayscaleStyle.cs" />
- <Compile Include="OtherExpansionControl\LYFZ.OtherExpansion.Imaging\HSL.cs" />
- <Compile Include="OtherExpansionControl\LYFZ.OtherExpansion.Imaging\RGB.cs" />
- <Compile Include="OtherExpansionControl\LYFZ.OtherExpansion.SkinClass\ControlPaintEx.cs" />
- <Compile Include="OtherExpansionControl\LYFZ.OtherExpansion.SkinClass\ControlState.cs" />
- <Compile Include="OtherExpansionControl\LYFZ.OtherExpansion.SkinClass\DrawHelper.cs" />
- <Compile Include="OtherExpansionControl\LYFZ.OtherExpansion.SkinClass\GraphicsPathHelper.cs" />
- <Compile Include="OtherExpansionControl\LYFZ.OtherExpansion.SkinClass\ImageDc.cs" />
- <Compile Include="OtherExpansionControl\LYFZ.OtherExpansion.SkinClass\ImageDrawRect.cs" />
- <Compile Include="OtherExpansionControl\LYFZ.OtherExpansion.SkinClass\InterpolationModeGraphics.cs" />
- <Compile Include="OtherExpansionControl\LYFZ.OtherExpansion.SkinClass\MouseOperate.cs" />
- <Compile Include="OtherExpansionControl\LYFZ.OtherExpansion.SkinClass\RegionHelper.cs" />
- <Compile Include="OtherExpansionControl\LYFZ.OtherExpansion.SkinClass\RoundStyle.cs" />
- <Compile Include="OtherExpansionControl\LYFZ.OtherExpansion.SkinClass\SmoothingModeGraphics.cs" />
- <Compile Include="OtherExpansionControl\LYFZ.OtherExpansion.SkinClass\TextRenderingHintGraphics.cs" />
- <Compile Include="OtherExpansionControl\LYFZ.OtherExpansion.SkinClass\ThumbArrowDirection.cs" />
- <Compile Include="OtherExpansionControl\LYFZ.OtherExpansion.SkinClass\UpdateForm.cs" />
- <Compile Include="OtherExpansionControl\LYFZ.OtherExpansion.SkinControl\ArtTextStyle.cs" />
- <Compile Include="OtherExpansionControl\LYFZ.OtherExpansion.SkinControl\BackStyle.cs" />
- <Compile Include="OtherExpansionControl\LYFZ.OtherExpansion.SkinControl\ButtonStatus.cs" />
- <Compile Include="OtherExpansionControl\LYFZ.OtherExpansion.SkinControl\CHARRANGE.cs" />
- <Compile Include="OtherExpansionControl\LYFZ.OtherExpansion.SkinControl\ChatListVScroll.cs" />
- <Compile Include="OtherExpansionControl\LYFZ.OtherExpansion.SkinControl\CLIPFORMAT.cs" />
- <Compile Include="OtherExpansionControl\LYFZ.OtherExpansion.SkinControl\CmbControlPaintEx.cs" />
- <Compile Include="OtherExpansionControl\LYFZ.OtherExpansion.SkinControl\CmbRenderHelper.cs" />
- <Compile Include="OtherExpansionControl\LYFZ.OtherExpansion.SkinControl\ColorBox.cs">
- <SubType>Component</SubType>
- </Compile>
- <Compile Include="OtherExpansionControl\LYFZ.OtherExpansion.SkinControl\ColorChangedEventArgs.cs" />
- <Compile Include="OtherExpansionControl\LYFZ.OtherExpansion.SkinControl\COMRECT.cs" />
- <Compile Include="OtherExpansionControl\LYFZ.OtherExpansion.SkinControl\ControlPaintEx.cs" />
- <Compile Include="OtherExpansionControl\LYFZ.OtherExpansion.SkinControl\ControlPaintScroll.cs" />
- <Compile Include="OtherExpansionControl\LYFZ.OtherExpansion.SkinControl\DrawStyle.cs" />
- <Compile Include="OtherExpansionControl\LYFZ.OtherExpansion.SkinControl\DVASPECT.cs" />
- <Compile Include="OtherExpansionControl\LYFZ.OtherExpansion.SkinControl\FORMATETC.cs" />
- <Compile Include="OtherExpansionControl\LYFZ.OtherExpansion.SkinControl\FrmCapture.cs">
- <SubType>Form</SubType>
- </Compile>
- <Compile Include="OtherExpansionControl\LYFZ.OtherExpansion.SkinControl\GETCLIPBOARDDATAFLAGS.cs" />
- <Compile Include="OtherExpansionControl\LYFZ.OtherExpansion.SkinControl\GETOBJECTOPTIONS.cs" />
- <Compile Include="OtherExpansionControl\LYFZ.OtherExpansion.SkinControl\IAdviseSink.cs" />
- <Compile Include="OtherExpansionControl\LYFZ.OtherExpansion.SkinControl\IDataObject.cs" />
- <Compile Include="OtherExpansionControl\LYFZ.OtherExpansion.SkinControl\IEnumFORMATETC.cs" />
- <Compile Include="OtherExpansionControl\LYFZ.OtherExpansion.SkinControl\IEnumOLEVERB.cs" />
- <Compile Include="OtherExpansionControl\LYFZ.OtherExpansion.SkinControl\IEnumSTATDATA.cs" />
- <Compile Include="OtherExpansionControl\LYFZ.OtherExpansion.SkinControl\IEnumSTATSTG.cs" />
- <Compile Include="OtherExpansionControl\LYFZ.OtherExpansion.SkinControl\ILockBytes.cs" />
- <Compile Include="OtherExpansionControl\LYFZ.OtherExpansion.SkinControl\ImageProcessBox.cs">
- <SubType>Component</SubType>
- </Compile>
- <Compile Include="OtherExpansionControl\LYFZ.OtherExpansion.SkinControl\IOleClientSite.cs" />
- <Compile Include="OtherExpansionControl\LYFZ.OtherExpansion.SkinControl\IOleContainer.cs" />
- <Compile Include="OtherExpansionControl\LYFZ.OtherExpansion.SkinControl\IOleObject.cs" />
- <Compile Include="OtherExpansionControl\LYFZ.OtherExpansion.SkinControl\IRichEditOle.cs" />
- <Compile Include="OtherExpansionControl\LYFZ.OtherExpansion.SkinControl\IScrollBarPaint.cs" />
- <Compile Include="OtherExpansionControl\LYFZ.OtherExpansion.SkinControl\ISequentialStream.cs" />
- <Compile Include="OtherExpansionControl\LYFZ.OtherExpansion.SkinControl\IStorage.cs" />
- <Compile Include="OtherExpansionControl\LYFZ.OtherExpansion.SkinControl\IStream.cs" />
- <Compile Include="OtherExpansionControl\LYFZ.OtherExpansion.SkinControl\LayoutUtils.cs" />
- <Compile Include="OtherExpansionControl\LYFZ.OtherExpansion.SkinControl\MaskControlBase.cs" />
- <Compile Include="OtherExpansionControl\LYFZ.OtherExpansion.SkinControl\MHookEventArgs.cs" />
- <Compile Include="OtherExpansionControl\LYFZ.OtherExpansion.SkinControl\MouseHook.cs" />
- <Compile Include="OtherExpansionControl\LYFZ.OtherExpansion.SkinControl\PaintScrollBarArrowEventArgs.cs" />
- <Compile Include="OtherExpansionControl\LYFZ.OtherExpansion.SkinControl\PaintScrollBarThumbEventArgs.cs" />
- <Compile Include="OtherExpansionControl\LYFZ.OtherExpansion.SkinControl\PaintScrollBarTrackEventArgs.cs" />
- <Compile Include="OtherExpansionControl\LYFZ.OtherExpansion.SkinControl\PassKey.cs">
- <SubType>Form</SubType>
- </Compile>
- <Compile Include="OtherExpansionControl\LYFZ.OtherExpansion.SkinControl\ProfessionalToolStripRendererEx.cs" />
- <Compile Include="OtherExpansionControl\LYFZ.OtherExpansion.SkinControl\RenderHelper.cs" />
- <Compile Include="OtherExpansionControl\LYFZ.OtherExpansion.SkinControl\RenderHelperScrollBar.cs" />
- <Compile Include="OtherExpansionControl\LYFZ.OtherExpansion.SkinControl\RenderHelperStrip.cs" />
- <Compile Include="OtherExpansionControl\LYFZ.OtherExpansion.SkinControl\REOBJECT.cs" />
- <Compile Include="OtherExpansionControl\LYFZ.OtherExpansion.SkinControl\REOOBJECTFLAGS.cs" />
- <Compile Include="OtherExpansionControl\LYFZ.OtherExpansion.SkinControl\RichEditOle.cs" />
- <Compile Include="OtherExpansionControl\LYFZ.OtherExpansion.SkinControl\RtfRichTextBox.cs">
- <SubType>Component</SubType>
- </Compile>
- <Compile Include="OtherExpansionControl\LYFZ.OtherExpansion.SkinControl\ScrollBarHistTest.cs" />
- <Compile Include="OtherExpansionControl\LYFZ.OtherExpansion.SkinControl\ScrollBarManager.cs" />
- <Compile Include="OtherExpansionControl\LYFZ.OtherExpansion.SkinControl\SkinButtom.cs">
- <SubType>Component</SubType>
- </Compile>
- <Compile Include="OtherExpansionControl\LYFZ.OtherExpansion.SkinControl\SkinCheckBox.cs">
- <SubType>Component</SubType>
- </Compile>
- <Compile Include="OtherExpansionControl\LYFZ.OtherExpansion.SkinControl\SkinComboBox.cs">
- <SubType>Component</SubType>
- </Compile>
- <Compile Include="OtherExpansionControl\LYFZ.OtherExpansion.SkinControl\SkinContextMenuStrip.cs">
- <SubType>Component</SubType>
- </Compile>
- <Compile Include="OtherExpansionControl\LYFZ.OtherExpansion.SkinControl\SkinGifBox.cs">
- <SubType>Component</SubType>
- </Compile>
- <Compile Include="OtherExpansionControl\LYFZ.OtherExpansion.SkinControl\SkinHScrollBar.cs">
- <SubType>Component</SubType>
- </Compile>
- <Compile Include="OtherExpansionControl\LYFZ.OtherExpansion.SkinControl\SkinLabel.cs">
- <SubType>Component</SubType>
- </Compile>
- <Compile Include="OtherExpansionControl\LYFZ.OtherExpansion.SkinControl\SkinMenuStrip.cs">
- <SubType>Component</SubType>
- </Compile>
- <Compile Include="OtherExpansionControl\LYFZ.OtherExpansion.SkinControl\SkinNumericUpDown.cs">
- <SubType>Component</SubType>
- </Compile>
- <Compile Include="OtherExpansionControl\LYFZ.OtherExpansion.SkinControl\SkinPanel.cs">
- <SubType>Component</SubType>
- </Compile>
- <Compile Include="OtherExpansionControl\LYFZ.OtherExpansion.SkinControl\SkinProgressBar.cs">
- <SubType>Component</SubType>
- </Compile>
- <Compile Include="OtherExpansionControl\LYFZ.OtherExpansion.SkinControl\SkinRadioButton.cs">
- <SubType>Component</SubType>
- </Compile>
- <Compile Include="OtherExpansionControl\LYFZ.OtherExpansion.SkinControl\SkinRichTextBox.cs">
- <SubType>Component</SubType>
- </Compile>
- <Compile Include="OtherExpansionControl\LYFZ.OtherExpansion.SkinControl\SkinTextBox.cs">
- <SubType>UserControl</SubType>
- </Compile>
- <Compile Include="OtherExpansionControl\LYFZ.OtherExpansion.SkinControl\SkinToolStrip.cs">
- <SubType>Component</SubType>
- </Compile>
- <Compile Include="OtherExpansionControl\LYFZ.OtherExpansion.SkinControl\SkinVScrollBar.cs">
- <SubType>Component</SubType>
- </Compile>
- <Compile Include="OtherExpansionControl\LYFZ.OtherExpansion.SkinControl\STATDATA.cs" />
- <Compile Include="OtherExpansionControl\LYFZ.OtherExpansion.SkinControl\STGM.cs" />
- <Compile Include="OtherExpansionControl\LYFZ.OtherExpansion.SkinControl\STGMEDIUM.cs" />
- <Compile Include="OtherExpansionControl\LYFZ.OtherExpansion.SkinControl\tagLOGPALETTE.cs" />
- <Compile Include="OtherExpansionControl\LYFZ.OtherExpansion.SkinControl\tagOLEVERB.cs" />
- <Compile Include="OtherExpansionControl\LYFZ.OtherExpansion.SkinControl\TextRenderingHintGraphics.cs" />
- <Compile Include="OtherExpansionControl\LYFZ.OtherExpansion.SkinControl\ToolButton.cs">
- <SubType>Component</SubType>
- </Compile>
- <Compile Include="OtherExpansionControl\LYFZ.OtherExpansion.SkinControl\ToolStripColorTable.cs" />
- <Compile Include="OtherExpansionControl\LYFZ.OtherExpansion.SkinControl\TYMED.cs" />
- <Compile Include="OtherExpansionControl\LYFZ.OtherExpansion.SkinControl\UpDownButtonPaintEventArgs.cs" />
- <Compile Include="OtherExpansionControl\LYFZ.OtherExpansion.SkinControl\UpDownButtonPaintEventHandler.cs" />
- <Compile Include="OtherExpansionControl\LYFZ.OtherExpansion.SkinControl\WaterTextBox.cs">
- <SubType>Component</SubType>
- </Compile>
- <Compile Include="OtherExpansionControl\LYFZ.OtherExpansion.Win32.Callback\HookProc.cs" />
- <Compile Include="OtherExpansionControl\LYFZ.OtherExpansion.Win32.Com\DOCHOSTUIFLAG.cs" />
- <Compile Include="OtherExpansionControl\LYFZ.OtherExpansion.Win32.Com\DOCHOSTUIINFO.cs" />
- <Compile Include="OtherExpansionControl\LYFZ.OtherExpansion.Win32.Com\DWebBrowserEvents2.cs" />
- <Compile Include="OtherExpansionControl\LYFZ.OtherExpansion.Win32.Com\ICustomDoc.cs" />
- <Compile Include="OtherExpansionControl\LYFZ.OtherExpansion.Win32.Com\IDocHostUIHandler.cs" />
- <Compile Include="OtherExpansionControl\LYFZ.OtherExpansion.Win32.Com\IDropTarget.cs" />
- <Compile Include="OtherExpansionControl\LYFZ.OtherExpansion.Win32.Com\IOleCommandTarget.cs" />
- <Compile Include="OtherExpansionControl\LYFZ.OtherExpansion.Win32.Com\IOleInPlaceActiveObject.cs" />
- <Compile Include="OtherExpansionControl\LYFZ.OtherExpansion.Win32.Com\IOleInPlaceFrame.cs" />
- <Compile Include="OtherExpansionControl\LYFZ.OtherExpansion.Win32.Com\IOleInPlaceUIWindow.cs" />
- <Compile Include="OtherExpansionControl\LYFZ.OtherExpansion.Win32.Com\IWebBrowser2.cs" />
- <Compile Include="OtherExpansionControl\LYFZ.OtherExpansion.Win32.Com\OLECMDEXECOPT.cs" />
- <Compile Include="OtherExpansionControl\LYFZ.OtherExpansion.Win32.Com\OLECMDF.cs" />
- <Compile Include="OtherExpansionControl\LYFZ.OtherExpansion.Win32.Com\OLECMDID.cs" />
- <Compile Include="OtherExpansionControl\LYFZ.OtherExpansion.Win32.Com\tagMSG.cs" />
- <Compile Include="OtherExpansionControl\LYFZ.OtherExpansion.Win32.Com\tagOLECMD.cs" />
- <Compile Include="OtherExpansionControl\LYFZ.OtherExpansion.Win32.Com\tagPOINT.cs" />
- <Compile Include="OtherExpansionControl\LYFZ.OtherExpansion.Win32.Com\tagRECT.cs" />
- <Compile Include="OtherExpansionControl\LYFZ.OtherExpansion.Win32.Const\AC.cs" />
- <Compile Include="OtherExpansionControl\LYFZ.OtherExpansion.Win32.Const\AW.cs" />
- <Compile Include="OtherExpansionControl\LYFZ.OtherExpansion.Win32.Const\CDDS.cs" />
- <Compile Include="OtherExpansionControl\LYFZ.OtherExpansion.Win32.Const\CDRF.cs" />
- <Compile Include="OtherExpansionControl\LYFZ.OtherExpansion.Win32.Const\CombineRgnStyles.cs" />
- <Compile Include="OtherExpansionControl\LYFZ.OtherExpansion.Win32.Const\CS.cs" />
- <Compile Include="OtherExpansionControl\LYFZ.OtherExpansion.Win32.Const\DCX.cs" />
- <Compile Include="OtherExpansionControl\LYFZ.OtherExpansion.Win32.Const\DI.cs" />
- <Compile Include="OtherExpansionControl\LYFZ.OtherExpansion.Win32.Const\EM.cs" />
- <Compile Include="OtherExpansionControl\LYFZ.OtherExpansion.Win32.Const\ESB.cs" />
- <Compile Include="OtherExpansionControl\LYFZ.OtherExpansion.Win32.Const\GCL.cs" />
- <Compile Include="OtherExpansionControl\LYFZ.OtherExpansion.Win32.Const\GWL.cs" />
- <Compile Include="OtherExpansionControl\LYFZ.OtherExpansion.Win32.Const\HC.cs" />
- <Compile Include="OtherExpansionControl\LYFZ.OtherExpansion.Win32.Const\HITTEST.cs" />
- <Compile Include="OtherExpansionControl\LYFZ.OtherExpansion.Win32.Const\HWND.cs" />
- <Compile Include="OtherExpansionControl\LYFZ.OtherExpansion.Win32.Const\ICC.cs" />
- <Compile Include="OtherExpansionControl\LYFZ.OtherExpansion.Win32.Const\ICON.cs" />
- <Compile Include="OtherExpansionControl\LYFZ.OtherExpansion.Win32.Const\LPSTR.cs" />
- <Compile Include="OtherExpansionControl\LYFZ.OtherExpansion.Win32.Const\MA.cs" />
- <Compile Include="OtherExpansionControl\LYFZ.OtherExpansion.Win32.Const\NM.cs" />
- <Compile Include="OtherExpansionControl\LYFZ.OtherExpansion.Win32.Const\OBJID.cs" />
- <Compile Include="OtherExpansionControl\LYFZ.OtherExpansion.Win32.Const\PRF.cs" />
- <Compile Include="OtherExpansionControl\LYFZ.OtherExpansion.Win32.Const\RDW.cs" />
- <Compile Include="OtherExpansionControl\LYFZ.OtherExpansion.Win32.Const\RGN.cs" />
- <Compile Include="OtherExpansionControl\LYFZ.OtherExpansion.Win32.Const\SB.cs" />
- <Compile Include="OtherExpansionControl\LYFZ.OtherExpansion.Win32.Const\SBM.cs" />
- <Compile Include="OtherExpansionControl\LYFZ.OtherExpansion.Win32.Const\SC.cs" />
- <Compile Include="OtherExpansionControl\LYFZ.OtherExpansion.Win32.Const\SIF.cs" />
- <Compile Include="OtherExpansionControl\LYFZ.OtherExpansion.Win32.Const\SS.cs" />
- <Compile Include="OtherExpansionControl\LYFZ.OtherExpansion.Win32.Const\SW.cs" />
- <Compile Include="OtherExpansionControl\LYFZ.OtherExpansion.Win32.Const\SWP.cs" />
- <Compile Include="OtherExpansionControl\LYFZ.OtherExpansion.Win32.Const\TBM.cs" />
- <Compile Include="OtherExpansionControl\LYFZ.OtherExpansion.Win32.Const\TCHT.cs" />
- <Compile Include="OtherExpansionControl\LYFZ.OtherExpansion.Win32.Const\TCM.cs" />
- <Compile Include="OtherExpansionControl\LYFZ.OtherExpansion.Win32.Const\TernaryRasterOperations.cs" />
- <Compile Include="OtherExpansionControl\LYFZ.OtherExpansion.Win32.Const\TME.cs" />
- <Compile Include="OtherExpansionControl\LYFZ.OtherExpansion.Win32.Const\TPM.cs" />
- <Compile Include="OtherExpansionControl\LYFZ.OtherExpansion.Win32.Const\TTDT.cs" />
- <Compile Include="OtherExpansionControl\LYFZ.OtherExpansion.Win32.Const\TTF.cs" />
- <Compile Include="OtherExpansionControl\LYFZ.OtherExpansion.Win32.Const\TTI.cs" />
- <Compile Include="OtherExpansionControl\LYFZ.OtherExpansion.Win32.Const\TTM.cs" />
- <Compile Include="OtherExpansionControl\LYFZ.OtherExpansion.Win32.Const\TTN.cs" />
- <Compile Include="OtherExpansionControl\LYFZ.OtherExpansion.Win32.Const\TTS.cs" />
- <Compile Include="OtherExpansionControl\LYFZ.OtherExpansion.Win32.Const\VK.cs" />
- <Compile Include="OtherExpansionControl\LYFZ.OtherExpansion.Win32.Const\WA.cs" />
- <Compile Include="OtherExpansionControl\LYFZ.OtherExpansion.Win32.Const\WH.cs" />
- <Compile Include="OtherExpansionControl\LYFZ.OtherExpansion.Win32.Const\WM.cs" />
- <Compile Include="OtherExpansionControl\LYFZ.OtherExpansion.Win32.Const\WS.cs" />
- <Compile Include="OtherExpansionControl\LYFZ.OtherExpansion.Win32.Const\WS_EX.cs" />
- <Compile Include="OtherExpansionControl\LYFZ.OtherExpansion.Win32.Const\WVR.cs" />
- <Compile Include="OtherExpansionControl\LYFZ.OtherExpansion.Win32.Struct\API_MSG.cs" />
- <Compile Include="OtherExpansionControl\LYFZ.OtherExpansion.Win32.Struct\BLENDFUNCTION.cs" />
- <Compile Include="OtherExpansionControl\LYFZ.OtherExpansion.Win32.Struct\CWPRETSTRUCT.cs" />
- <Compile Include="OtherExpansionControl\LYFZ.OtherExpansion.Win32.Struct\CWPSTRUCT.cs" />
- <Compile Include="OtherExpansionControl\LYFZ.OtherExpansion.Win32.Struct\INITCOMMONCONTROLSEX.cs" />
- <Compile Include="OtherExpansionControl\LYFZ.OtherExpansion.Win32.Struct\MINMAXINFO.cs" />
- <Compile Include="OtherExpansionControl\LYFZ.OtherExpansion.Win32.Struct\MOUSEHOOKSTRUCT.cs" />
- <Compile Include="OtherExpansionControl\LYFZ.OtherExpansion.Win32.Struct\MOUSEHOOKSTRUCTEX.cs" />
- <Compile Include="OtherExpansionControl\LYFZ.OtherExpansion.Win32.Struct\NCCALCSIZE_PARAMS.cs" />
- <Compile Include="OtherExpansionControl\LYFZ.OtherExpansion.Win32.Struct\NMCUSTOMDRAW.cs" />
- <Compile Include="OtherExpansionControl\LYFZ.OtherExpansion.Win32.Struct\NMHDR.cs" />
- <Compile Include="OtherExpansionControl\LYFZ.OtherExpansion.Win32.Struct\NMTTCUSTOMDRAW.cs" />
- <Compile Include="OtherExpansionControl\LYFZ.OtherExpansion.Win32.Struct\NMTTDISPINFO.cs" />
- <Compile Include="OtherExpansionControl\LYFZ.OtherExpansion.Win32.Struct\PAINTSTRUCT.cs" />
- <Compile Include="OtherExpansionControl\LYFZ.OtherExpansion.Win32.Struct\POINT.cs" />
- <Compile Include="OtherExpansionControl\LYFZ.OtherExpansion.Win32.Struct\RECT.cs" />
- <Compile Include="OtherExpansionControl\LYFZ.OtherExpansion.Win32.Struct\SCROLLBARINFO.cs" />
- <Compile Include="OtherExpansionControl\LYFZ.OtherExpansion.Win32.Struct\SCROLLINFO.cs" />
- <Compile Include="OtherExpansionControl\LYFZ.OtherExpansion.Win32.Struct\STYLESTRUCT.cs" />
- <Compile Include="OtherExpansionControl\LYFZ.OtherExpansion.Win32.Struct\TCHITTESTINFO.cs" />
- <Compile Include="OtherExpansionControl\LYFZ.OtherExpansion.Win32.Struct\TOOLINFO.cs" />
- <Compile Include="OtherExpansionControl\LYFZ.OtherExpansion.Win32.Struct\TRACKMOUSEEVENT.cs" />
- <Compile Include="OtherExpansionControl\LYFZ.OtherExpansion.Win32.Struct\TT_HITTESTINFO.cs" />
- <Compile Include="OtherExpansionControl\LYFZ.OtherExpansion.Win32.Struct\WINDOWINFO.cs" />
- <Compile Include="OtherExpansionControl\LYFZ.OtherExpansion.Win32.Struct\WINDOWPLACEMENT.cs" />
- <Compile Include="OtherExpansionControl\LYFZ.OtherExpansion.Win32.Struct\WINDOWPOS.cs" />
- <Compile Include="OtherExpansionControl\LYFZ.OtherExpansion.Win32\ClassName.cs" />
- <Compile Include="OtherExpansionControl\LYFZ.OtherExpansion.Win32\HttpWebRequestHelper.cs" />
- <Compile Include="OtherExpansionControl\LYFZ.OtherExpansion.Win32\NativeMethods.cs" />
- <Compile Include="OtherExpansionControl\LYFZ.OtherExpansion.Win32\Result.cs" />
- <Compile Include="OtherExpansionControl\LYFZ.OtherExpansion.Win32\ShellHelper.cs" />
- <Compile Include="OtherExpansionControl\LYFZ.OtherExpansion.Win32\Win32Helper.cs" />
- <Compile Include="PagerEx.cs">
- <SubType>UserControl</SubType>
- </Compile>
- <Compile Include="PagerEx.Designer.cs">
- <DependentUpon>PagerEx.cs</DependentUpon>
- </Compile>
- <Compile Include="RadioButtonEx.cs">
- <SubType>Component</SubType>
- </Compile>
- <Compile Include="ButtonExpand.cs">
- <SubType>Component</SubType>
- </Compile>
- <Compile Include="GlassButton.cs">
- <SubType>Component</SubType>
- </Compile>
- <Compile Include="GraphicsPathHelper.cs" />
- <Compile Include="ImageDrawRect.cs" />
- <Compile Include="Program.cs" />
- <Compile Include="Properties\AssemblyInfo.cs" />
- <Compile Include="RowMergeView.cs">
- <SubType>Component</SubType>
- </Compile>
- <Compile Include="ShadowLayer.cs">
- <SubType>Form</SubType>
- </Compile>
- <Compile Include="TestListViewEx.cs">
- <SubType>UserControl</SubType>
- </Compile>
- <Compile Include="TestListViewEx.Designer.cs">
- <DependentUpon>TestListViewEx.cs</DependentUpon>
- </Compile>
- <Compile Include="TextBoxBasicEx.cs">
- <SubType>Component</SubType>
- </Compile>
- <Compile Include="TextBoxEx.cs">
- <SubType>UserControl</SubType>
- </Compile>
- <Compile Include="TextBoxEx.Designer.cs">
- <DependentUpon>TextBoxEx.cs</DependentUpon>
- </Compile>
- <Compile Include="TransparentControl.cs">
- <SubType>Component</SubType>
- </Compile>
- <Compile Include="ProgressBarEx.cs">
- <SubType>Component</SubType>
- </Compile>
- <Compile Include="PanelEx.cs">
- <SubType>Component</SubType>
- </Compile>
- <Compile Include="PictureBoxEx.cs">
- <SubType>Component</SubType>
- </Compile>
- <Compile Include="ListViewEx.cs">
- <SubType>Component</SubType>
- </Compile>
- <Compile Include="ListBoxEx.cs">
- <SubType>Component</SubType>
- </Compile>
- <Compile Include="ComboBoxEx.cs">
- <SubType>Component</SubType>
- </Compile>
- <Compile Include="RichTextBoxEx.cs">
- <SubType>Component</SubType>
- </Compile>
- <Compile Include="DateTimePickerEx.cs">
- <SubType>Component</SubType>
- </Compile>
- <Compile Include="TreeViewEx.cs">
- <SubType>Component</SubType>
- </Compile>
- <Compile Include="GroupBoxEx.cs">
- <SubType>Component</SubType>
- </Compile>
- <Compile Include="TabControlEx.cs">
- <SubType>Component</SubType>
- </Compile>
- <Compile Include="SplitContainerEx.cs">
- <SubType>Component</SubType>
- </Compile>
- <Compile Include="ErrorProviderEx.cs">
- <SubType>Component</SubType>
- </Compile>
- <Compile Include="LabelEx.cs">
- <SubType>Component</SubType>
- </Compile>
- <Compile Include="UCtlScrollBarV.cs">
- <SubType>UserControl</SubType>
- </Compile>
- <Compile Include="UCtlScroolBarH.cs">
- <SubType>UserControl</SubType>
- </Compile>
- <Compile Include="BaseContentsFormRelease.cs">
- <SubType>Form</SubType>
- </Compile>
- <Compile Include="BaseContentsFormRelease.Designer.cs">
- <DependentUpon>BaseContentsFormRelease.cs</DependentUpon>
- </Compile>
- <EmbeddedResource Include="BaseContainer.resx">
- <DependentUpon>BaseContainer.cs</DependentUpon>
- </EmbeddedResource>
- <EmbeddedResource Include="BaseContentsFormMain.resx">
- <DependentUpon>BaseContentsFormMain.cs</DependentUpon>
- <SubType>Designer</SubType>
- </EmbeddedResource>
- <EmbeddedResource Include="BaseForm360.resx">
- <DependentUpon>BaseForm360.cs</DependentUpon>
- </EmbeddedResource>
- <EmbeddedResource Include="BaseFormRelease.resx">
- <DependentUpon>BaseFormRelease.cs</DependentUpon>
- </EmbeddedResource>
- <EmbeddedResource Include="BaseMotherForm.resx">
- <DependentUpon>BaseMotherForm.cs</DependentUpon>
- </EmbeddedResource>
- <EmbeddedResource Include="BaseFormSimple.resx">
- <DependentUpon>BaseFormSimple.cs</DependentUpon>
- <SubType>Designer</SubType>
- </EmbeddedResource>
- <EmbeddedResource Include="ChatListControl\ChatListBox.resources" />
- <EmbeddedResource Include="ComboBoxTextEx.resx">
- <DependentUpon>ComboBoxTextEx.cs</DependentUpon>
- </EmbeddedResource>
- <EmbeddedResource Include="ComboBoxTreeViewEx.resx">
- <DependentUpon>ComboBoxTreeViewEx.cs</DependentUpon>
- </EmbeddedResource>
- <EmbeddedResource Include="ExecutionProgress.resx">
- <DependentUpon>ExecutionProgress.cs</DependentUpon>
- </EmbeddedResource>
- <EmbeddedResource Include="frmExceptionError.resx">
- <DependentUpon>frmExceptionError.cs</DependentUpon>
- </EmbeddedResource>
- <EmbeddedResource Include="FrmLoadHandling.resx">
- <DependentUpon>FrmLoadHandling.cs</DependentUpon>
- </EmbeddedResource>
- <EmbeddedResource Include="frmMessageBox.resx">
- <DependentUpon>frmMessageBox.cs</DependentUpon>
- </EmbeddedResource>
- <EmbeddedResource Include="LoadProgress.resx">
- <DependentUpon>LoadProgress.cs</DependentUpon>
- </EmbeddedResource>
- <EmbeddedResource Include="OtherExpansionControl\LYFZ.OtherExpansion.SkinControl\ColorBox.resources" />
- <EmbeddedResource Include="OtherExpansionControl\LYFZ.OtherExpansion.SkinControl\FrmCapture.resources" />
- <EmbeddedResource Include="OtherExpansionControl\LYFZ.OtherExpansion.SkinControl\FrmCapture.resx">
- <DependentUpon>FrmCapture.cs</DependentUpon>
- </EmbeddedResource>
- <EmbeddedResource Include="OtherExpansionControl\LYFZ.OtherExpansion.SkinControl\PassKey.resources" />
- <EmbeddedResource Include="OtherExpansionControl\LYFZ.OtherExpansion.SkinControl\PassKey.resx">
- <DependentUpon>PassKey.cs</DependentUpon>
- </EmbeddedResource>
- <EmbeddedResource Include="OtherExpansionControl\LYFZ.OtherExpansion.SkinControl\SkinTextBox.resources" />
- <EmbeddedResource Include="OtherExpansionControl\LYFZ.OtherExpansion.SkinControl\SkinTextBox.resx">
- <DependentUpon>SkinTextBox.cs</DependentUpon>
- </EmbeddedResource>
- <EmbeddedResource Include="PagerEx.resx">
- <DependentUpon>PagerEx.cs</DependentUpon>
- </EmbeddedResource>
- <EmbeddedResource Include="Properties\Resources.resx">
- <Generator>PublicResXFileCodeGenerator</Generator>
- <LastGenOutput>Resources.Designer.cs</LastGenOutput>
- <SubType>Designer</SubType>
- <CopyToOutputDirectory>Always</CopyToOutputDirectory>
- </EmbeddedResource>
- <Compile Include="Properties\Resources.Designer.cs">
- <AutoGen>True</AutoGen>
- <DependentUpon>Resources.resx</DependentUpon>
- <DesignTime>True</DesignTime>
- <CopyToOutputDirectory>Always</CopyToOutputDirectory>
- </Compile>
- <EmbeddedResource Include="ShadowLayer.resx">
- <DependentUpon>ShadowLayer.cs</DependentUpon>
- </EmbeddedResource>
- <EmbeddedResource Include="TestListViewEx.resx">
- <DependentUpon>TestListViewEx.cs</DependentUpon>
- </EmbeddedResource>
- <EmbeddedResource Include="TextBoxEx.resx">
- <DependentUpon>TextBoxEx.cs</DependentUpon>
- </EmbeddedResource>
- <EmbeddedResource Include="BaseContentsFormRelease.resx">
- <DependentUpon>BaseContentsFormRelease.cs</DependentUpon>
- </EmbeddedResource>
- <None Include="Properties\Settings.settings">
- <Generator>SettingsSingleFileGenerator</Generator>
- <LastGenOutput>Settings.Designer.cs</LastGenOutput>
- </None>
- <Compile Include="Properties\Settings.Designer.cs">
- <AutoGen>True</AutoGen>
- <DependentUpon>Settings.settings</DependentUpon>
- <DesignTimeSharedInput>True</DesignTimeSharedInput>
- </Compile>
- </ItemGroup>
- <ItemGroup>
- <BootstrapperPackage Include=".NETFramework,Version=v4.0,Profile=Client">
- <Visible>False</Visible>
- <ProductName>Microsoft .NET Framework 4 Client Profile %28x86 和 x64%29</ProductName>
- <Install>true</Install>
- </BootstrapperPackage>
- <BootstrapperPackage Include="Microsoft.Net.Client.3.5">
- <Visible>False</Visible>
- <ProductName>.NET Framework 3.5 SP1 Client Profile</ProductName>
- <Install>false</Install>
- </BootstrapperPackage>
- <BootstrapperPackage Include="Microsoft.Net.Framework.3.5.SP1">
- <Visible>False</Visible>
- <ProductName>.NET Framework 3.5 SP1</ProductName>
- <Install>false</Install>
- </BootstrapperPackage>
- <BootstrapperPackage Include="Microsoft.Windows.Installer.3.1">
- <Visible>False</Visible>
- <ProductName>Windows Installer 3.1</ProductName>
- <Install>true</Install>
- </BootstrapperPackage>
- </ItemGroup>
- <ItemGroup>
- <None Include="Resources\BG1.png" />
- </ItemGroup>
- <ItemGroup>
- <None Include="Resources\BGimg0.png" />
- </ItemGroup>
- <ItemGroup>
- <None Include="Resources\sys_button_close.png" />
- </ItemGroup>
- <ItemGroup>
- <None Include="Resources\sys_button_max.png" />
- </ItemGroup>
- <ItemGroup>
- <None Include="Resources\sys_button_min.png" />
- </ItemGroup>
- <ItemGroup>
- <None Include="Resources\toolbar_hover.png" />
- </ItemGroup>
- <ItemGroup>
- <None Include="Resources\feedback.png" />
- </ItemGroup>
- <ItemGroup>
- <None Include="Resources\ico_SysRepair.png" />
- </ItemGroup>
- <ItemGroup>
- <None Include="Resources\ico_TraceCleaner.png" />
- </ItemGroup>
- <ItemGroup>
- <None Include="Resources\sub_tabbar_split.png" />
- </ItemGroup>
- <ItemGroup>
- <None Include="Resources\safe_subtab_btn.png" />
- </ItemGroup>
- <ItemGroup>
- <None Include="Resources\window_shadow.png" />
- </ItemGroup>
- <ItemGroup>
- <None Include="Resources\Prohibit.png" />
- <None Include="Resources\tab01.png" />
- <None Include="Resources\tab02.png" />
- <None Include="Resources\btn_qq.png" />
- <Content Include="Resources\XiaLa.png" />
- <None Include="Resources\001.png" />
- <None Include="Resources\003.png" />
- <None Include="Resources\008.png" />
- <None Include="Resources\014.png" />
- <None Include="Resources\015.png" />
- <None Include="Resources\016.png" />
- <None Include="Resources\017.png" />
- <None Include="Resources\019.png" />
- <None Include="Resources\020.png" />
- <None Include="Resources\021.png" />
- <None Include="Resources\022.png" />
- <None Include="Resources\024.png" />
- <None Include="Resources\025.png" />
- <None Include="Resources\026.png" />
- <None Include="Resources\027.png" />
- <None Include="Resources\028.png" />
- <None Include="Resources\029.png" />
- <None Include="Resources\030.png" />
- <None Include="Resources\032.png" />
- <None Include="Resources\034.png" />
- <None Include="Resources\036.png" />
- <None Include="Resources\040.png" />
- <None Include="Resources\043.png" />
- <None Include="Resources\044.png" />
- <None Include="Resources\046.png" />
- <None Include="Resources\047.png" />
- <None Include="Resources\053.png" />
- <None Include="Resources\054.png" />
- <None Include="Resources\055.png" />
- <None Include="Resources\057.png" />
- <None Include="Resources\058.png" />
- <None Include="Resources\062.png" />
- <None Include="Resources\065.png" />
- <None Include="Resources\069.png" />
- <None Include="Resources\071.png" />
- <None Include="Resources\072.png" />
- <None Include="Resources\083.png" />
- <None Include="Resources\btn_bg.png" />
- <None Include="Resources\btn_bg2.png" />
- <None Include="Resources\btn_bg3.png" />
- <None Include="Resources\btn_bg4.png" />
- <None Include="Resources\Avatar\Tx1.png" />
- <None Include="Resources\Avatar\Tx2.png" />
- <None Include="Resources\Avatar\Tx3.png" />
- <None Include="Resources\Avatar\Tx4.png" />
- <None Include="Resources\Avatar\Tx5.png" />
- <None Include="Resources\Avatar\Tx6.png" />
- <None Include="Resources\Avatar\Tx7.png" />
- <None Include="Resources\Avatar\Tx8.png" />
- <None Include="Resources\Avatar\Tx9.png" />
- <None Include="Resources\Avatar\Tx10.png" />
- <None Include="Resources\Avatar\Tx11.png" />
- <None Include="Resources\Avatar\Tx12.png" />
- <None Include="Resources\Avatar\Tx13.png" />
- <None Include="Resources\Avatar\Tx14.png" />
- <None Include="Resources\Avatar\Tx15.png" />
- <None Include="Resources\Avatar\Tx16.png" />
- <None Include="Resources\Avatar\Tx17.png" />
- <None Include="Resources\Avatar\Tx18.png" />
- <Content Include="Resources\256px\bag_256px.png" />
- <Content Include="Resources\256px\bookshelf_256px.png" />
- <Content Include="Resources\256px\book_256px.png" />
- <Content Include="Resources\256px\browser_256px.png" />
- <Content Include="Resources\256px\calendar_256px.png" />
- <Content Include="Resources\256px\chat_256px.png" />
- <Content Include="Resources\256px\clipboard_256px.png" />
- <Content Include="Resources\256px\clock_256px.png" />
- <Content Include="Resources\256px\cloud_256px.png" />
- <Content Include="Resources\256px\compass_256px.png" />
- <Content Include="Resources\256px\compose_256px.png" />
- <Content Include="Resources\256px\creditcard_256px.png" />
- <Content Include="Resources\256px\denied_256px.png" />
- <Content Include="Resources\256px\document_256px.png" />
- <Content Include="Resources\256px\download_256px.png" />
- <Content Include="Resources\256px\folder_256px.png" />
- <Content Include="Resources\256px\gear_256px.png" />
- <Content Include="Resources\256px\global_256px.png" />
- <Content Include="Resources\256px\hazard_256px.png" />
- <Content Include="Resources\256px\layers_256px.png" />
- <Content Include="Resources\256px\lightbulb_256px.png" />
- <Content Include="Resources\256px\lock_256px.png" />
- <Content Include="Resources\256px\mail_256px.png" />
- <Content Include="Resources\256px\meter_256px.png" />
- <Content Include="Resources\256px\paint_256px.png" />
- <Content Include="Resources\256px\phone_256px.png" />
- <Content Include="Resources\256px\piechart_256px.png" />
- <Content Include="Resources\256px\pin_256px.png" />
- <Content Include="Resources\256px\record-sleeve_256px.png" />
- <Content Include="Resources\256px\ribbon_256px.png" />
- <Content Include="Resources\256px\scissors_256px.png" />
- <Content Include="Resources\256px\security_256px.png" />
- <Content Include="Resources\256px\settings_256px.png" />
- <Content Include="Resources\256px\star_256px.png" />
- <Content Include="Resources\256px\support_256px.png" />
- <Content Include="Resources\256px\tablet_256px.png" />
- <Content Include="Resources\256px\tag_256px.png" />
- <Content Include="Resources\256px\target_256px.png" />
- <Content Include="Resources\256px\tools_256px.png" />
- <Content Include="Resources\256px\trends_256px.png" />
- <Content Include="Resources\256px\turntable_256px.png" />
- <Content Include="Resources\256px\upload_256px.png" />
- <Content Include="Resources\256px\video_256px.png" />
- <Content Include="Resources\256px\wallet_256px.png" />
- <Content Include="Resources\aio_quickbar_cut.png" />
- <Content Include="Resources\Avatar\Tx19.png" />
- <Content Include="Resources\Avatar\Tx20.png" />
- <Content Include="Resources\Book.png" />
- <Content Include="Resources\btn_close.png" />
- <Content Include="Resources\btn_max.png" />
- <Content Include="Resources\btn_mini.png" />
- <Content Include="Resources\btn_restore.png" />
- <None Include="Resources\Vista-Aero2.png" />
- <None Include="Resources\Vista-Aero3.png" />
- <None Include="Resources\LOGO_lyfz.png" />
- <None Include="Resources\LyfzLogo.ico" />
- <None Include="Resources\menu1.png" />
- <None Include="Resources\skin0.png" />
- <None Include="Resources\Textbox.png" />
- <None Include="Resources\Textbox_bule.png" />
- <None Include="Resources\ContainerBG.png" />
- <None Include="Resources\ScrollBarHimg\leftarrow.png" />
- <None Include="Resources\ScrollBarHimg\rightarrow.png" />
- <None Include="Resources\ScrollBarHimg\ThumbLeft.png" />
- <None Include="Resources\ScrollBarHimg\ThumbMiddle.png" />
- <None Include="Resources\ScrollBarHimg\ThumbRight.png" />
- <None Include="Resources\ScrollBarHimg\ThumbSpanLeft.png" />
- <None Include="Resources\ScrollBarHimg\ThumbSpanRight.png" />
- <None Include="Resources\ScrollBarHimg\ThumbMiddleH.png" />
- <None Include="Resources\ScrollBarVimg\downarrow.png" />
- <None Include="Resources\ScrollBarVimg\ThumbBottom.png" />
- <None Include="Resources\ScrollBarVimg\ThumbMiddleV.png" />
- <None Include="Resources\ScrollBarVimg\ThumbSpanBottom.png" />
- <None Include="Resources\ScrollBarVimg\ThumbSpanTop.png" />
- <None Include="Resources\ScrollBarVimg\ThumbTop.png" />
- <None Include="Resources\ScrollBarVimg\uparrow.png" />
- <Content Include="Resources\check.png" />
- <Content Include="Resources\dot.png" />
- <Content Include="Resources\imgRjp.BackgroundImage.png" />
- <Content Include="Resources\OrderHistory.png" />
- <Content Include="Resources\OrderReport-.png" />
- <Content Include="Resources\OrderReport0-.png" />
- <Content Include="Resources\OtherExpansionImg\1_100.png" />
- <Content Include="Resources\OtherExpansionImg\allbtn_down.png" />
- <Content Include="Resources\OtherExpansionImg\allbtn_highlight.png" />
- <Content Include="Resources\OtherExpansionImg\arrow.png" />
- <Content Include="Resources\OtherExpansionImg\Away.png" />
- <Content Include="Resources\OtherExpansionImg\brush.png" />
- <Content Include="Resources\OtherExpansionImg\BtnClose_hight.png" />
- <Content Include="Resources\OtherExpansionImg\Busy.png" />
- <Content Include="Resources\OtherExpansionImg\cancel.png" />
- <Content Include="Resources\OtherExpansionImg\close.png" />
- <Content Include="Resources\OtherExpansionImg\color.png" />
- <Content Include="Resources\OtherExpansionImg\Dont_Disturb.png" />
- <Content Include="Resources\OtherExpansionImg\ellips.png" />
- <Content Include="Resources\OtherExpansionImg\frameBorderEffect_mouseDownDraw.png" />
- <Content Include="Resources\OtherExpansionImg\frameBorderEffect_normalDraw.png" />
- <Content Include="Resources\OtherExpansionImg\hight.png" />
- <Content Include="Resources\OtherExpansionImg\inputbox.png" />
- <Content Include="Resources\OtherExpansionImg\inputbox_hover.png" />
- <Content Include="Resources\OtherExpansionImg\Invisible.png" />
- <Content Include="Resources\OtherExpansionImg\keyboard.png" />
- <Content Include="Resources\OtherExpansionImg\large.png" />
- <Content Include="Resources\OtherExpansionImg\MainPanel.png" />
- <Content Include="Resources\OtherExpansionImg\main_bluelight_bkg.png" />
- <Content Include="Resources\OtherExpansionImg\main_light_bkg.png" />
- <Content Include="Resources\OtherExpansionImg\main_light_bkg_top123.png" />
- <Content Include="Resources\OtherExpansionImg\main_tabbtn_down.png" />
- <Content Include="Resources\OtherExpansionImg\main_tabbtn_highlight.png" />
- <Content Include="Resources\OtherExpansionImg\main_tab_background.png" />
- <Content Include="Resources\OtherExpansionImg\main_tab_bkg.png" />
- <Content Include="Resources\OtherExpansionImg\main_tab_check.png" />
- <Content Include="Resources\OtherExpansionImg\main_tab_highlighttwo.png" />
- <Content Include="Resources\OtherExpansionImg\middle.png" />
- <Content Include="Resources\OtherExpansionImg\none.png" />
- <Content Include="Resources\OtherExpansionImg\Norml.png" />
- <Content Include="Resources\OtherExpansionImg\OffLine.png" />
- <Content Include="Resources\OtherExpansionImg\ok.png" />
- <Content Include="Resources\OtherExpansionImg\OnLine.png" />
- <Content Include="Resources\OtherExpansionImg\pushed.png" />
- <Content Include="Resources\OtherExpansionImg\QMe.png" />
- <Content Include="Resources\OtherExpansionImg\rect.png" />
- <Content Include="Resources\OtherExpansionImg\save.png" />
- <Content Include="Resources\OtherExpansionImg\separator.png" />
- <Content Include="Resources\OtherExpansionImg\small.png" />
- <Content Include="Resources\OtherExpansionImg\tab_dots_down.png" />
- <Content Include="Resources\OtherExpansionImg\tab_dots_mouseover.png" />
- <Content Include="Resources\OtherExpansionImg\tab_dots_normal.png" />
- <Content Include="Resources\OtherExpansionImg\text.png" />
- <Content Include="Resources\OtherExpansionImg\texture.png" />
- <Content Include="Resources\OtherExpansionImg\tips_light_bkg.png" />
- <Content Include="Resources\payments.png" />
- <Content Include="Resources\window_shadow2.png" />
- </ItemGroup>
- <ItemGroup>
- <ProjectReference Include="..\..\LYFZ.WinAPI\LYFZ.WinApi.csproj">
- <Project>{c3e180f9-433d-4af7-8ec4-005b3f42f4d0}</Project>
- <Name>LYFZ.WinApi</Name>
- </ProjectReference>
- <ProjectReference Include="..\LYFZ.3Layer\LYFZ.DAL\LYFZ.DAL.csproj">
- <Project>{df593e7c-1db0-433a-ab40-459137e06a16}</Project>
- <Name>LYFZ.DAL</Name>
- </ProjectReference>
- <ProjectReference Include="..\LYFZ.3Layer\LYFZ.Model\LYFZ.Model.csproj">
- <Project>{1700bb0d-db77-450b-9fcd-31f5f9f99a69}</Project>
- <Name>LYFZ.Model</Name>
- </ProjectReference>
- <ProjectReference Include="..\LYFZ.StandardInterface\LYFZ.StandardInterface.csproj">
- <Project>{4e43b937-8720-41d3-8863-88cbf4ab2194}</Project>
- <Name>LYFZ.StandardInterface</Name>
- </ProjectReference>
- </ItemGroup>
- <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
- <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
- Other similar extension points exist, see Microsoft.Common.targets.
- <Target Name="BeforeBuild">
- </Target>
- <Target Name="AfterBuild">
- </Target>
- -->
- </Project>
|