123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059106010611062106310641065106610671068106910701071107210731074107510761077107810791080108110821083108410851086108710881089109010911092109310941095109610971098109911001101110211031104110511061107110811091110111111121113111411151116111711181119112011211122112311241125112611271128112911301131113211331134113511361137113811391140114111421143114411451146114711481149115011511152115311541155115611571158115911601161116211631164116511661167116811691170117111721173 |
- <?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>x86</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>x86</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>..\LYFZSoftwareDLL\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>..\LYFZSoftwareDLL\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="LYFZ.ImageFunction, Version=1.0.0.0, Culture=neutral, processorArchitecture=MSIL">
- <SpecificVersion>False</SpecificVersion>
- <HintPath>..\LYFZSoftwareDLL\Release\LYFZ.ImageFunction.dll</HintPath>
- </Reference>
- <Reference Include="NetDimension.NanUI, Version=0.6.2987.28166, Culture=neutral, processorArchitecture=MSIL">
- <SpecificVersion>False</SpecificVersion>
- <HintPath>..\DLL_Library\NetDimension.NanUI.dll</HintPath>
- </Reference>
- <Reference Include="Newtonsoft.Json, Version=9.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL">
- <SpecificVersion>False</SpecificVersion>
- <HintPath>..\DLL_Library\Newtonsoft.Json.dll</HintPath>
- </Reference>
- <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="ButtonUpperArrow.cs">
- <SubType>Component</SubType>
- </Compile>
- <Compile Include="ButtonDownArrow.cs">
- <SubType>Component</SubType>
- </Compile>
- <Compile Include="ButtonForm.cs">
- <SubType>Component</SubType>
- </Compile>
- <Compile Include="ButtonEx.cs">
- <SubType>Component</SubType>
- </Compile>
- <Compile Include="ButtonTel.cs">
- <SubType>Component</SubType>
- </Compile>
- <Compile Include="ButtonQQ.cs">
- <SubType>Component</SubType>
- </Compile>
- <Compile Include="Camera.cs">
- <SubType>UserControl</SubType>
- </Compile>
- <Compile Include="Camera.Designer.cs">
- <DependentUpon>Camera.cs</DependentUpon>
- </Compile>
- <Compile Include="CameraBookDayControl.cs">
- <SubType>Component</SubType>
- </Compile>
- <Compile Include="CameraBookDayControl.Designer.cs">
- <DependentUpon>CameraBookDayControl.cs</DependentUpon>
- </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="Control\WaitForm.cs" />
- <Compile Include="DataGridOrderView.cs" />
- <Compile Include="DataGridViewAutoFilterColumnHeaderCell.cs" />
- <Compile Include="DataGridViewAutoFilterTextBoxColumn.cs" />
- <Compile Include="DataGridViewEc.cs">
- <SubType>Component</SubType>
- </Compile>
- <Compile Include="DataGridViewEc.designer.cs">
- <DependentUpon>DataGridViewEc.cs</DependentUpon>
- </Compile>
- <Compile Include="DataGridViewEx.cs">
- <SubType>Component</SubType>
- </Compile>
- <Compile Include="DataViewColumnSet.cs">
- <SubType>Form</SubType>
- </Compile>
- <Compile Include="DataViewColumnSet.Designer.cs">
- <DependentUpon>DataViewColumnSet.cs</DependentUpon>
- </Compile>
- <Compile Include="DataGridViewSetColumn.cs">
- <SubType>Form</SubType>
- </Compile>
- <Compile Include="DataGridViewSetColumn.Designer.cs">
- <DependentUpon>DataGridViewSetColumn.cs</DependentUpon>
- </Compile>
- <Compile Include="DataGridViewStatisticsCount.cs">
- <SubType>UserControl</SubType>
- </Compile>
- <Compile Include="DataGridViewStatisticsCount.Designer.cs">
- <DependentUpon>DataGridViewStatisticsCount.cs</DependentUpon>
- </Compile>
- <Compile Include="DatePickerCustom.cs">
- <SubType>UserControl</SubType>
- </Compile>
- <Compile Include="DatePickerCustom.Designer.cs">
- <DependentUpon>DatePickerCustom.cs</DependentUpon>
- </Compile>
- <Compile Include="DateYear.cs">
- <SubType>UserControl</SubType>
- </Compile>
- <Compile Include="DateYear.Designer.cs">
- <DependentUpon>DateYear.cs</DependentUpon>
- </Compile>
- <Compile Include="DateYearMonth.cs">
- <SubType>UserControl</SubType>
- </Compile>
- <Compile Include="DateYearMonth.Designer.cs">
- <DependentUpon>DateYearMonth.cs</DependentUpon>
- </Compile>
- <Compile Include="Interface\DynamicMenu.cs" />
- <Compile Include="ExecutionProgress.cs">
- <SubType>UserControl</SubType>
- </Compile>
- <Compile Include="ExecutionProgress.Designer.cs">
- <DependentUpon>ExecutionProgress.cs</DependentUpon>
- </Compile>
- <Compile Include="ExToolTip.cs">
- <SubType>Component</SubType>
- </Compile>
- <Compile Include="frmCommonIconView.cs">
- <SubType>Form</SubType>
- </Compile>
- <Compile Include="frmCommonIconView.Designer.cs">
- <DependentUpon>frmCommonIconView.cs</DependentUpon>
- </Compile>
- <Compile Include="frmExceptionError.cs">
- <SubType>Form</SubType>
- </Compile>
- <Compile Include="frmExceptionError.Designer.cs">
- <DependentUpon>frmExceptionError.cs</DependentUpon>
- </Compile>
- <Compile Include="frmFullPhoneNumber.cs">
- <SubType>Form</SubType>
- </Compile>
- <Compile Include="frmFullPhoneNumber.Designer.cs">
- <DependentUpon>frmFullPhoneNumber.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="GetUIResources.cs" />
- <Compile Include="Interface\IClassicMain.cs" />
- <Compile Include="Interface\IFashionMain.cs" />
- <Compile Include="ListViewColumnSorter.cs" />
- <Compile Include="LoadProgress.cs">
- <SubType>UserControl</SubType>
- </Compile>
- <Compile Include="LoadProgress.Designer.cs">
- <DependentUpon>LoadProgress.cs</DependentUpon>
- </Compile>
- <Compile Include="MaskedIDNumber.cs">
- <SubType>Component</SubType>
- </Compile>
- <Compile Include="MaskedIDNumber.Designer.cs">
- <DependentUpon>MaskedIDNumber.cs</DependentUpon>
- </Compile>
- <Compile Include="MaskedTextBoxEx.cs">
- <SubType>Component</SubType>
- </Compile>
- <Compile Include="MaskedTextBoxEx.Designer.cs">
- <DependentUpon>MaskedTextBoxEx.cs</DependentUpon>
- </Compile>
- <Compile Include="MaskedTextDateEx.cs">
- <SubType>Component</SubType>
- </Compile>
- <Compile Include="MaskedTextDateEx.Designer.cs">
- <DependentUpon>MaskedTextDateEx.cs</DependentUpon>
- </Compile>
- <Compile Include="MaskedTextTimeEx.cs">
- <SubType>Component</SubType>
- </Compile>
- <Compile Include="MaskedTextTimeEx.Designer.cs">
- <DependentUpon>MaskedTextTimeEx.cs</DependentUpon>
- </Compile>
- <Compile Include="MaskedTextYearMonthEx.cs">
- <SubType>Component</SubType>
- </Compile>
- <Compile Include="MaskedTextYearMonthEx.Designer.cs">
- <DependentUpon>MaskedTextYearMonthEx.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="OrderExtractIntoItemEx.cs">
- <SubType>UserControl</SubType>
- </Compile>
- <Compile Include="OrderExtractIntoItemEx.Designer.cs">
- <DependentUpon>OrderExtractIntoItemEx.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.Const\HWND.cs">
- <SubType>Code</SubType>
- </Compile>
- <Compile Include="OtherExpansionControl\LYFZ.OtherExpansion.Win32.Const\TTM.cs">
- <SubType>Code</SubType>
- </Compile>
- <Compile Include="OtherExpansionControl\LYFZ.OtherExpansion.Win32.Const\TTN.cs">
- <SubType>Code</SubType>
- </Compile>
- <Compile Include="OtherExpansionControl\LYFZ.OtherExpansion.Win32.Struct\INITCOMMONCONTROLSEX.cs" />
- <Compile Include="OtherExpansionControl\LYFZ.OtherExpansion.Win32.Struct\MOUSEHOOKSTRUCT.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\TOOLINFO.cs" />
- <Compile Include="OtherExpansionControl\LYFZ.OtherExpansion.Win32.Struct\TRACKMOUSEEVENT.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\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="Pager\ucPagerEx.cs">
- <SubType>UserControl</SubType>
- </Compile>
- <Compile Include="Pager\ucPagerEx.Designer.cs">
- <DependentUpon>ucPagerEx.cs</DependentUpon>
- </Compile>
- <Compile Include="PanelToDataTableView.cs">
- <SubType>Component</SubType>
- </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="ShadowLayer.cs">
- <SubType>Form</SubType>
- </Compile>
- <Compile Include="ShowNumber.cs">
- <SubType>Component</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="UCGroupItems.cs">
- <SubType>Component</SubType>
- </Compile>
- <Compile Include="UCNavigationTool.cs">
- <SubType>UserControl</SubType>
- </Compile>
- <Compile Include="UCNavigationTool.Designer.cs">
- <DependentUpon>UCNavigationTool.cs</DependentUpon>
- </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>
- <Compile Include="Properties\UIBlueResources.Designer.cs">
- <AutoGen>True</AutoGen>
- <DesignTime>True</DesignTime>
- <DependentUpon>UIBlueResources.resx</DependentUpon>
- </Compile>
- <Compile Include="UIBlueThemeResources.cs" />
- <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="Camera.resx">
- <DependentUpon>Camera.cs</DependentUpon>
- </EmbeddedResource>
- <EmbeddedResource Include="CameraBookDayControl.resx">
- <DependentUpon>CameraBookDayControl.cs</DependentUpon>
- </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="DataViewColumnSet.resx">
- <DependentUpon>DataViewColumnSet.cs</DependentUpon>
- </EmbeddedResource>
- <EmbeddedResource Include="DataGridViewSetColumn.resx">
- <DependentUpon>DataGridViewSetColumn.cs</DependentUpon>
- </EmbeddedResource>
- <EmbeddedResource Include="DataGridViewStatisticsCount.resx">
- <DependentUpon>DataGridViewStatisticsCount.cs</DependentUpon>
- </EmbeddedResource>
- <EmbeddedResource Include="DatePickerCustom.resx">
- <DependentUpon>DatePickerCustom.cs</DependentUpon>
- </EmbeddedResource>
- <EmbeddedResource Include="DateYear.resx">
- <DependentUpon>DateYear.cs</DependentUpon>
- </EmbeddedResource>
- <EmbeddedResource Include="DateYearMonth.resx">
- <DependentUpon>DateYearMonth.cs</DependentUpon>
- </EmbeddedResource>
- <EmbeddedResource Include="ExecutionProgress.resx">
- <DependentUpon>ExecutionProgress.cs</DependentUpon>
- </EmbeddedResource>
- <EmbeddedResource Include="frmCommonIconView.resx">
- <DependentUpon>frmCommonIconView.cs</DependentUpon>
- </EmbeddedResource>
- <EmbeddedResource Include="frmExceptionError.resx">
- <DependentUpon>frmExceptionError.cs</DependentUpon>
- </EmbeddedResource>
- <EmbeddedResource Include="frmFullPhoneNumber.resx">
- <DependentUpon>frmFullPhoneNumber.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="OrderExtractIntoItemEx.resx">
- <DependentUpon>OrderExtractIntoItemEx.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="Pager\ucPagerEx.resx">
- <DependentUpon>ucPagerEx.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>
- <EmbeddedResource Include="Properties\UIBlueResources.resx">
- <Generator>PublicResXFileCodeGenerator</Generator>
- <LastGenOutput>UIBlueResources.Designer.cs</LastGenOutput>
- </EmbeddedResource>
- <EmbeddedResource Include="UCNavigationTool.resx">
- <DependentUpon>UCNavigationTool.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" />
- <None Include="Resources\btn_tel.png" />
- <Content Include="Resources\DataGrivdViewEc\Collapse.png" />
- <Content Include="Resources\DataGrivdViewEc\Expand.png" />
- <Content Include="Resources\pitdelete.png" />
- <Content Include="Resources\pitEdit.png" />
- <Content Include="Resources\pitEditOk.png" />
- <Content Include="Resources\pitReset.png" />
- <Content Include="Resources\strdate.jpg" />
- <None Include="Resources\Textbox_New.png" />
- <None Include="Resources\UIResources\Ex_Textbox.png" />
- <None Include="Resources\UIResources\bg_ChildLogin.png" />
- <None Include="Resources\UIResources\bg_WeddingLogin.png" />
- <None Include="Resources\UIResources\btn_close.png" />
- <None Include="Resources\UIResources\btn_Form.png" />
- <None Include="Resources\UIResources\btn_login.png" />
- <None Include="Resources\UIResources\btn_max.png" />
- <None Include="Resources\UIResources\btn_mini.png" />
- <None Include="Resources\UIResources\btn_qq.png" />
- <None Include="Resources\UIResources\btn_QuickMenu.png" />
- <None Include="Resources\UIResources\btn_restore.png" />
- <None Include="Resources\UIResources\btn_save.png" />
- <None Include="Resources\UIResources\btn_skin.png" />
- <None Include="Resources\UIResources\btn_tel.png" />
- <None Include="Resources\UIResources\check.png" />
- <None Include="Resources\UIResources\df_ChildHeadPortrait.png" />
- <None Include="Resources\UIResources\df_WeddingHeadPortrait.png" />
- <None Include="Resources\UIResources\dot.png" />
- <None Include="Resources\UIResources\DateTime.png" />
- <None Include="Resources\UIResources\1_01.png" />
- <None Include="Resources\UIResources\1_02.png" />
- <None Include="Resources\UIResources\2_01.png" />
- <None Include="Resources\UIResources\2_02.png" />
- <None Include="Resources\UIResources\3_01.png" />
- <None Include="Resources\UIResources\3_02.png" />
- <None Include="Resources\UIResources\4_01.png" />
- <None Include="Resources\UIResources\4_02.png" />
- <None Include="Resources\UIResources\5_01.png" />
- <None Include="Resources\UIResources\5_02.png" />
- <None Include="Resources\UIResources\6_01.png" />
- <None Include="Resources\UIResources\6_02.png" />
- <None Include="Resources\UIResources\7_01.png" />
- <None Include="Resources\UIResources\7_02.png" />
- <None Include="Resources\UIResources\8_01.png" />
- <None Include="Resources\UIResources\8_02.png" />
- <None Include="Resources\UIResources\9_01.png" />
- <None Include="Resources\UIResources\9_02.png" />
- <None Include="Resources\UIResources\10_01.png" />
- <None Include="Resources\UIResources\10_02.png" />
- <None Include="Resources\UIResources\btn_down.png" />
- <None Include="Resources\UIResources\btn_UP.png" />
- <None Include="Resources\UIResources\main_Navigation.png" />
- <None Include="Resources\UIResources\frmBottomBG.png" />
- <None Include="Resources\UIResources\frmTitleBG.png" />
- <None Include="Resources\UIResources\ScrollBarHimg\leftarrow.png" />
- <None Include="Resources\UIResources\ScrollBarHimg\rightarrow.png" />
- <None Include="Resources\UIResources\ScrollBarHimg\ThumbLeft.png" />
- <None Include="Resources\UIResources\ScrollBarHimg\ThumbMiddleH.png" />
- <None Include="Resources\UIResources\ScrollBarHimg\ThumbRight.png" />
- <None Include="Resources\UIResources\ScrollBarHimg\ThumbSpanLeft.png" />
- <None Include="Resources\UIResources\ScrollBarHimg\ThumbSpanRight.png" />
- <None Include="Resources\UIResources\ScrollBarVimg\downarrow.png" />
- <None Include="Resources\UIResources\ScrollBarVimg\ThumbBottom.png" />
- <None Include="Resources\UIResources\ScrollBarVimg\ThumbMiddleV.png" />
- <None Include="Resources\UIResources\ScrollBarVimg\ThumbSpanBottom.png" />
- <None Include="Resources\UIResources\ScrollBarVimg\ThumbSpanTop.png" />
- <None Include="Resources\UIResources\ScrollBarVimg\ThumbTop.png" />
- <None Include="Resources\UIResources\ScrollBarVimg\uparrow.png" />
- <None Include="Resources\UIResources\TabImage\tab_bottom.png" />
- <None Include="Resources\UIResources\TabImage\tab_bottom_select.png" />
- <None Include="Resources\UIResources\TabImage\tab_left.png" />
- <None Include="Resources\UIResources\TabImage\tab_left_select.png" />
- <None Include="Resources\UIResources\TabImage\tab_right.png" />
- <None Include="Resources\UIResources\TabImage\tab_right_select.png" />
- <None Include="Resources\UIResources\TabImage\tab_top.png" />
- <None Include="Resources\UIResources\TabImage\tab_top_select.png" />
- <None Include="Resources\UIResources\checkDel.png" />
- <None Include="Resources\UIResources\check_Gr.png" />
- <None Include="Resources\UIResources\LYFZHD.jpg" />
- <Content Include="Resources\UIResources\TuDing1.png" />
- <Content Include="Resources\UIResources\TuDing1_0.png" />
- <Content Include="Resources\UIResources\TuDing2.png" />
- <Content Include="Resources\UIResources\TuDing2_0.png" />
- <Content Include="Resources\UIResources\TuDing3.png" />
- <Content Include="Resources\UIResources\TuDing3_0.png" />
- <Content Include="Resources\UIResources\TuDing4.png" />
- <Content Include="Resources\UIResources\TuDing4_0.png" />
- <Content Include="Resources\UIResources\TuDing5.png" />
- <Content Include="Resources\UIResources\TuDing5_0.png" />
- <Content Include="Resources\UIResources\TuDing6.png" />
- <Content Include="Resources\UIResources\TuDing6_0.png" />
- <Content Include="Resources\videourl.gif" />
- <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.3Layer\LYFZ.BLL\LYFZ.BLL.csproj">
- <Project>{3322c6b2-3047-40ad-8e3e-a1dfa54a90fc}</Project>
- <Name>LYFZ.BLL</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.Command\LYFZ.Command.csproj">
- <Project>{5245fc48-ff91-4b64-8338-0dbbcdba3211}</Project>
- <Name>LYFZ.Command</Name>
- </ProjectReference>
- <ProjectReference Include="..\LYFZ.Helper\LYFZ.Helper.csproj">
- <Project>{2376E225-C00B-467C-ADDE-B33D40719F69}</Project>
- <Name>LYFZ.Helper</Name>
- </ProjectReference>
- <ProjectReference Include="..\LYFZ.StandardInterface\LYFZ.StandardInterface.csproj">
- <Project>{4E43B937-8720-41D3-8863-88CBF4AB2194}</Project>
- <Name>LYFZ.StandardInterface</Name>
- </ProjectReference>
- <ProjectReference Include="..\LYFZ.WinAPI\LYFZ.WinApi.csproj">
- <Project>{C3E180F9-433D-4AF7-8EC4-005B3F42F4D0}</Project>
- <Name>LYFZ.WinApi</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>
|