123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581 |
- <?xml version="1.0" encoding="utf-8"?>
- <Project ToolsVersion="15.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
- <Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
- <PropertyGroup>
- <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
- <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
- <ProjectGuid>{07B73C98-DCB0-4782-81FA-F50A30B563AB}</ProjectGuid>
- <OutputType>Library</OutputType>
- <AppDesignerFolder>Properties</AppDesignerFolder>
- <RootNamespace>SAGA.DotNetUtils</RootNamespace>
- <AssemblyName>SAGA.DotNetUtils</AssemblyName>
- <TargetFrameworkVersion>v4.5</TargetFrameworkVersion>
- <FileAlignment>512</FileAlignment>
- <TargetFrameworkProfile />
- <NuGetPackageImportStamp>
- </NuGetPackageImportStamp>
- </PropertyGroup>
- <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
- <DebugSymbols>true</DebugSymbols>
- <DebugType>full</DebugType>
- <Optimize>false</Optimize>
- <OutputPath>..\OutputDll\</OutputPath>
- <DefineConstants>DEBUG;TRACE</DefineConstants>
- <ErrorReport>prompt</ErrorReport>
- <WarningLevel>4</WarningLevel>
- </PropertyGroup>
- <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
- <DebugType>pdbonly</DebugType>
- <Optimize>true</Optimize>
- <OutputPath>..\OutputDll\</OutputPath>
- <DefineConstants>TRACE</DefineConstants>
- <ErrorReport>prompt</ErrorReport>
- <WarningLevel>4</WarningLevel>
- </PropertyGroup>
- <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'R18|AnyCPU'">
- <DebugSymbols>true</DebugSymbols>
- <OutputPath>..\OutputDll\</OutputPath>
- <DefineConstants>DEBUG;TRACE</DefineConstants>
- <DebugType>full</DebugType>
- <PlatformTarget>AnyCPU</PlatformTarget>
- <ErrorReport>prompt</ErrorReport>
- <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
- </PropertyGroup>
- <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'R17|AnyCPU'">
- <DebugSymbols>true</DebugSymbols>
- <OutputPath>..\OutputDll\</OutputPath>
- <DefineConstants>DEBUG;TRACE</DefineConstants>
- <DebugType>full</DebugType>
- <PlatformTarget>AnyCPU</PlatformTarget>
- <ErrorReport>prompt</ErrorReport>
- <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
- </PropertyGroup>
- <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x86'">
- <DebugSymbols>true</DebugSymbols>
- <OutputPath>bin\x86\Debug\</OutputPath>
- <DefineConstants>DEBUG;TRACE</DefineConstants>
- <DebugType>full</DebugType>
- <PlatformTarget>x86</PlatformTarget>
- <ErrorReport>prompt</ErrorReport>
- <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
- </PropertyGroup>
- <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x86'">
- <OutputPath>bin\x86\Release\</OutputPath>
- <DefineConstants>TRACE</DefineConstants>
- <Optimize>true</Optimize>
- <DebugType>pdbonly</DebugType>
- <PlatformTarget>x86</PlatformTarget>
- <ErrorReport>prompt</ErrorReport>
- <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
- </PropertyGroup>
- <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'R18|x86'">
- <DebugSymbols>true</DebugSymbols>
- <OutputPath>bin\x86\R18\</OutputPath>
- <DefineConstants>DEBUG;TRACE</DefineConstants>
- <DebugType>full</DebugType>
- <PlatformTarget>x86</PlatformTarget>
- <ErrorReport>prompt</ErrorReport>
- <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
- </PropertyGroup>
- <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'R17|x86'">
- <DebugSymbols>true</DebugSymbols>
- <OutputPath>bin\x86\R17\</OutputPath>
- <DefineConstants>DEBUG;TRACE</DefineConstants>
- <DebugType>full</DebugType>
- <PlatformTarget>x86</PlatformTarget>
- <ErrorReport>prompt</ErrorReport>
- <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
- </PropertyGroup>
- <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x64'">
- <DebugSymbols>true</DebugSymbols>
- <OutputPath>bin\x64\Debug\</OutputPath>
- <DefineConstants>DEBUG;TRACE</DefineConstants>
- <DebugType>full</DebugType>
- <PlatformTarget>x64</PlatformTarget>
- <ErrorReport>prompt</ErrorReport>
- <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
- </PropertyGroup>
- <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x64'">
- <OutputPath>bin\x64\Release\</OutputPath>
- <DefineConstants>TRACE</DefineConstants>
- <Optimize>true</Optimize>
- <DebugType>pdbonly</DebugType>
- <PlatformTarget>x64</PlatformTarget>
- <ErrorReport>prompt</ErrorReport>
- <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
- </PropertyGroup>
- <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'R18|x64'">
- <DebugSymbols>true</DebugSymbols>
- <OutputPath>bin\x64\R18\</OutputPath>
- <DefineConstants>DEBUG;TRACE</DefineConstants>
- <DebugType>full</DebugType>
- <PlatformTarget>x64</PlatformTarget>
- <ErrorReport>prompt</ErrorReport>
- <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
- </PropertyGroup>
- <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'R17|x64'">
- <DebugSymbols>true</DebugSymbols>
- <OutputPath>bin\x64\R17\</OutputPath>
- <DefineConstants>DEBUG;TRACE</DefineConstants>
- <DebugType>full</DebugType>
- <PlatformTarget>x64</PlatformTarget>
- <ErrorReport>prompt</ErrorReport>
- <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
- </PropertyGroup>
- <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'RR17|AnyCPU'">
- <DebugSymbols>true</DebugSymbols>
- <OutputPath>..\OutputDll\</OutputPath>
- <DefineConstants>DEBUG;TRACE</DefineConstants>
- <DebugType>full</DebugType>
- <PlatformTarget>AnyCPU</PlatformTarget>
- <ErrorReport>prompt</ErrorReport>
- <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
- </PropertyGroup>
- <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'RR17|x86'">
- <DebugSymbols>true</DebugSymbols>
- <OutputPath>bin\x86\RR17\</OutputPath>
- <DefineConstants>DEBUG;TRACE</DefineConstants>
- <DebugType>full</DebugType>
- <PlatformTarget>x86</PlatformTarget>
- <ErrorReport>prompt</ErrorReport>
- <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
- </PropertyGroup>
- <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'RR17|x64'">
- <DebugSymbols>true</DebugSymbols>
- <OutputPath>bin\x64\RR17\</OutputPath>
- <DefineConstants>DEBUG;TRACE</DefineConstants>
- <DebugType>full</DebugType>
- <PlatformTarget>x64</PlatformTarget>
- <ErrorReport>prompt</ErrorReport>
- <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
- </PropertyGroup>
- <ItemGroup>
- <Reference Include="EntityFramework, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089, processorArchitecture=MSIL">
- <HintPath>..\packages\EntityFramework.6.2.0\lib\net45\EntityFramework.dll</HintPath>
- </Reference>
- <Reference Include="EntityFramework.SqlServer, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089, processorArchitecture=MSIL">
- <HintPath>..\packages\EntityFramework.6.2.0\lib\net45\EntityFramework.SqlServer.dll</HintPath>
- </Reference>
- <Reference Include="ICSharpCode.SharpZipLib">
- <HintPath>..\Dlls\ICSharpCode.SharpZipLib.dll</HintPath>
- </Reference>
- <Reference Include="INIFileParser, Version=2.5.2.0, Culture=neutral, PublicKeyToken=79af7b307b65cf3c, processorArchitecture=MSIL">
- <HintPath>..\packages\ini-parser.2.5.2\lib\net20\INIFileParser.dll</HintPath>
- </Reference>
- <Reference Include="log4net, Version=2.0.8.0, Culture=neutral, PublicKeyToken=669e0ddf0bb1aa2a, processorArchitecture=MSIL">
- <HintPath>..\packages\log4net.2.0.8\lib\net45-full\log4net.dll</HintPath>
- </Reference>
- <Reference Include="MrAdvice, Version=2.0.0.0, Culture=neutral, PublicKeyToken=c0e7e6eab6f293d8, processorArchitecture=MSIL">
- <HintPath>..\packages\MrAdvice.2.5.24\lib\net40-client\MrAdvice.dll</HintPath>
- </Reference>
- <Reference Include="Newtonsoft.Json, Version=10.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL">
- <HintPath>..\packages\Newtonsoft.Json.10.0.3\lib\net45\Newtonsoft.Json.dll</HintPath>
- </Reference>
- <Reference Include="NLog, Version=4.0.0.0, Culture=neutral, PublicKeyToken=5120e14c03d0593c, processorArchitecture=MSIL">
- <HintPath>..\packages\NLog.4.5.10\lib\net45\NLog.dll</HintPath>
- </Reference>
- <Reference Include="NPOI, Version=2.2.1.0, Culture=neutral, PublicKeyToken=0df73ec7942b34e1, processorArchitecture=MSIL">
- <SpecificVersion>False</SpecificVersion>
- <HintPath>..\Dlls\NPOI.dll</HintPath>
- </Reference>
- <Reference Include="NPOI.OOXML">
- <HintPath>..\Dlls\NPOI.OOXML.dll</HintPath>
- </Reference>
- <Reference Include="NPOI.OpenXml4Net, Version=2.2.1.0, Culture=neutral, PublicKeyToken=0df73ec7942b34e1">
- <HintPath>..\Dlls\NPOI.OpenXml4Net.dll</HintPath>
- </Reference>
- <Reference Include="PinYinConverterCore">
- <HintPath>..\Dlls\PinYinConverterCore.dll</HintPath>
- </Reference>
- <Reference Include="PresentationCore" />
- <Reference Include="PresentationFramework" />
- <Reference Include="PresentationFramework.Aero" />
- <Reference Include="System" />
- <Reference Include="System.ComponentModel.DataAnnotations" />
- <Reference Include="System.Configuration" />
- <Reference Include="System.Core" />
- <Reference Include="System.Data.SQLite, Version=1.0.109.0, Culture=neutral, PublicKeyToken=db937bc2d44ff139, processorArchitecture=AMD64">
- <HintPath>..\packages\System.Data.SQLite.x64.1.0.109.0\lib\net45\System.Data.SQLite.dll</HintPath>
- </Reference>
- <Reference Include="System.Data.SQLite.EF6, Version=1.0.109.0, Culture=neutral, PublicKeyToken=db937bc2d44ff139, processorArchitecture=MSIL">
- <HintPath>..\packages\System.Data.SQLite.EF6.1.0.109.0\lib\net45\System.Data.SQLite.EF6.dll</HintPath>
- </Reference>
- <Reference Include="System.Data.SQLite.Linq, Version=1.0.109.0, Culture=neutral, PublicKeyToken=db937bc2d44ff139, processorArchitecture=MSIL">
- <HintPath>..\packages\System.Data.SQLite.Linq.1.0.109.0\lib\net45\System.Data.SQLite.Linq.dll</HintPath>
- </Reference>
- <Reference Include="System.Drawing" />
- <Reference Include="System.IO.Compression" />
- <Reference Include="System.Management" />
- <Reference Include="System.Runtime.Caching" />
- <Reference Include="System.Runtime.Serialization" />
- <Reference Include="System.ServiceModel" />
- <Reference Include="System.Transactions" />
- <Reference Include="System.Windows" />
- <Reference Include="System.Windows.Forms" />
- <Reference Include="System.Xaml" />
- <Reference Include="System.Xml.Linq" />
- <Reference Include="System.Data.DataSetExtensions" />
- <Reference Include="Microsoft.CSharp" />
- <Reference Include="System.Data" />
- <Reference Include="System.Net.Http" />
- <Reference Include="System.Xml" />
- <Reference Include="WindowsBase" />
- </ItemGroup>
- <ItemGroup>
- <Compile Include="AOP\AopAttribute.cs" />
- <Compile Include="AOP\IAop.cs" />
- <Compile Include="Cache\CacheItems.cs" />
- <Compile Include="Cache\MemoryCacheHelper.cs" />
- <Compile Include="Component\AllowDisposableSet!1.cs" />
- <Compile Include="Component\ChangedEventArgs.cs" />
- <Compile Include="Component\ChangedEventHandler.cs" />
- <Compile Include="Component\CompletedEventArgs.cs" />
- <Compile Include="Component\CompletedEventHandler.cs" />
- <Compile Include="Component\IAllowDisposable.cs" />
- <Compile Include="Component\LoopTaskCallback.cs" />
- <Compile Include="Component\NotifyList.cs" />
- <Compile Include="Component\ObjectDisposeManager.cs" />
- <Compile Include="Component\ObjectManager.cs" />
- <Compile Include="Component\TimerLoopTask.cs" />
- <Compile Include="Component\TszTree.cs" />
- <Compile Include="Component\TszTreeNode.cs" />
- <Compile Include="Component\TszTreeNodeCollection.cs" />
- <Compile Include="Component\WorkerAsync.cs" />
- <Compile Include="Component\WorkerAsyncMulticast.cs" />
- <Compile Include="Component\WorkerThreadStartDelegate.cs" />
- <Compile Include="Component\WorkingEventArgs.cs" />
- <Compile Include="Component\WorkingEventHandler.cs" />
- <Compile Include="Configration\AppConfig.cs" />
- <Compile Include="Configration\BaseConfigProvide.cs" />
- <Compile Include="Configration\ComboBoxDataAdapter.cs" />
- <Compile Include="Configration\ComboBoxExDataAdapter.cs" />
- <Compile Include="Configration\ConfigFile.cs" />
- <Compile Include="Configration\ConfigFileFormats.cs" />
- <Compile Include="Configration\CtrlDataResult.cs" />
- <Compile Include="Configration\DataGridViewDataAdapter.cs" />
- <Compile Include="Configration\FeatureDisplayAttribute.cs" />
- <Compile Include="Configration\FormDataProvide.cs">
- <SubType>Form</SubType>
- </Compile>
- <Compile Include="Configration\IConfigFile.cs" />
- <Compile Include="Configration\IConfigProvide.cs" />
- <Compile Include="Configration\IControlDataAdapter.cs" />
- <Compile Include="Configration\IDataProvide.cs" />
- <Compile Include="Configration\IFormDataProvide.cs" />
- <Compile Include="Configration\PictureBoxDataAdapter.cs" />
- <Compile Include="Configration\ProductEnum.cs" />
- <Compile Include="Configration\ProductUtil.cs" />
- <Compile Include="Configration\TConfigEntity.cs" />
- <Compile Include="Configration\TConfigNames.cs" />
- <Compile Include="Configration\TConfigrations.cs" />
- <Compile Include="Configration\TextBoxDataAdapter.cs" />
- <Compile Include="Configration\TStoreTypes.cs" />
- <Compile Include="Configration\TSZVersion.cs" />
- <Compile Include="Configration\XMLFile.cs" />
- <Compile Include="Configration\XmlManger.cs" />
- <Compile Include="Data.Framework\AbstractDal.cs" />
- <Compile Include="Data.Framework\Bll.cs" />
- <Compile Include="Data.Framework\Database.cs" />
- <Compile Include="Data.Framework\DatabaseUtil.cs" />
- <Compile Include="Data.Framework\IDal.cs" />
- <Compile Include="Data.Framework\Sqlite\SqliteDal.cs" />
- <Compile Include="Data.Framework\Sqlite\SqliteDatabase.cs" />
- <Compile Include="Data.Framework\Sqlite\SqliteUtil.cs" />
- <Compile Include="Data.Framework\Sqlite\Version\ExecutionStatement.cs" />
- <Compile Include="Data.Framework\Sqlite\Version\VersionItem.cs" />
- <Compile Include="Data.Framework\Sqlite\Version\VersionManager.cs" />
- <Compile Include="Data\EdgesArray\EdgesArrayBase.cs" />
- <Compile Include="Data\EdgesArray\DBCollection.cs" />
- <Compile Include="Data\EdgesArray\EAEdge.cs" />
- <Compile Include="Data\EdgesArray\EAVertex.cs" />
- <Compile Include="Data\EdgesArray\EAElement.cs" />
- <Compile Include="Data\EdgesArray\EdgesArrayGraph.cs" />
- <Compile Include="Data\EdgesArray\EdgesArrayGraphUtil.cs" />
- <Compile Include="Data\EdgesArray\ForwardStar.cs" />
- <Compile Include="Data\EdgesArray\SimpleGraph.cs" />
- <Compile Include="Data\EdgesArray\VisitControl.cs" />
- <Compile Include="Data\FlagDecorator.cs" />
- <Compile Include="Data\InitAttribute.cs" />
- <Compile Include="Data\InitObejct.cs" />
- <Compile Include="Data\MessageMapItem.cs" />
- <Compile Include="Data\NumberGenerater.cs" />
- <Compile Include="Data\SingleFactory.cs" />
- <Compile Include="Data\SingleInstance.cs" />
- <Compile Include="DB\SQLiteHelper.cs" />
- <Compile Include="DB\SQLiteUpdateUtil.cs" />
- <Compile Include="DB\TableNameAttribute.cs" />
- <Compile Include="Encrypt\MD5Tools.cs" />
- <Compile Include="Extend\BitmapExtend.cs" />
- <Compile Include="Extend\DateTimeExtend.cs" />
- <Compile Include="Extend\DoubleExt.cs" />
- <Compile Include="Extend\EnumExtends.cs" />
- <Compile Include="Extend\FilePathExt.cs" />
- <Compile Include="Extend\IEnumerableExtensions.cs" />
- <Compile Include="Extend\JObjectExt.cs" />
- <Compile Include="Extend\ObjectExtend.cs" />
- <Compile Include="Extend\ObservableCollectionExtension.cs" />
- <Compile Include="Extend\PropertyInfoExtend.cs" />
- <Compile Include="FileOperate\FileStreamOperate.cs" />
- <Compile Include="Extend\IEnumerableExtend.cs" />
- <Compile Include="Extend\IntExt.cs" />
- <Compile Include="Hook\ActivityHookImpl.cs" />
- <Compile Include="Hook\IActivityHook.cs" />
- <Compile Include="Hook\KeyBordHook.cs" />
- <Compile Include="Hook\KeyBordLocalHook.cs" />
- <Compile Include="Hook\Shared\MouseActivityEventArgs.cs" />
- <Compile Include="Hook\Shared\MouseActivityType.cs" />
- <Compile Include="Hook\Shared\MouseTrackInfo.cs" />
- <Compile Include="Hook\TimerMouseHook.cs" />
- <Compile Include="Hook\UserActivityHook.cs" />
- <Compile Include="Hook\WndProcHook.cs" />
- <Compile Include="Http\HttpUtils.cs" />
- <Compile Include="Http\RequestClient.cs" />
- <Compile Include="Logger\DocumentChangedLog.cs" />
- <Compile Include="Logger\ISystemLogger.cs" />
- <Compile Include="Logger\Log4Net.cs" />
- <Compile Include="Logger\Logs.cs" />
- <Compile Include="Logger\SystemLogger.cs" />
- <Compile Include="Logger\WriteHandler.cs" />
- <Compile Include="MBI\OutReachConst.cs" />
- <Compile Include="NPOI\ExcelExtension.cs" />
- <Compile Include="NPOI\NPOIHelper.cs" />
- <Compile Include="NPOI\WorkbookExtension.cs" />
- <Compile Include="Others\AppBaseInfo.cs" />
- <Compile Include="Others\ApplicationDecrypt.cs" />
- <Compile Include="Others\BaseWindow.cs" />
- <Compile Include="Others\ColorTextBoxControl.cs">
- <SubType>Component</SubType>
- </Compile>
- <Compile Include="Others\ComboBoxInfo.cs" />
- <Compile Include="Others\ComMethod.cs" />
- <Compile Include="Others\CompressHelper.cs" />
- <Compile Include="Others\ComputeOptions.cs" />
- <Compile Include="Others\ConfigSupport.cs" />
- <Compile Include="Others\Crc32.cs" />
- <Compile Include="Others\FileAttribute.cs" />
- <Compile Include="Others\HashHelper.cs" />
- <Compile Include="Others\KeyValueEntity.cs" />
- <Compile Include="Others\MessageShowBase.cs" />
- <Compile Include="Others\MySetting.cs" />
- <Compile Include="Extend\ObjectExtension.cs" />
- <Compile Include="Others\ParameterName.cs" />
- <Compile Include="Others\POINTAPI.cs" />
- <Compile Include="Others\PubMethod.cs" />
- <Compile Include="Others\RECT.cs" />
- <Compile Include="Extend\RefletcExtend.cs" />
- <Compile Include="Serializer\SerializerByDataContract.cs" />
- <Compile Include="Serializer\SerializerByBinary.cs" />
- <Compile Include="Others\SetWindowPosFlags.cs" />
- <Compile Include="Extend\StringExtension.cs" />
- <Compile Include="Others\StringOperate.cs" />
- <Compile Include="Others\ThreadTimeoutCallback.cs" />
- <Compile Include="Others\TimeoutCallback.cs" />
- <Compile Include="Others\TimeoutCallbackHandler.cs" />
- <Compile Include="Others\TRevitShells.cs" />
- <Compile Include="Serializer\SerializerByXml.cs" />
- <Compile Include="Serializer\UBinder.cs" />
- <Compile Include="Others\Win32APIMethod.cs" />
- <Compile Include="Others\WindowHelper.cs" />
- <Compile Include="Others\WindowHistoryData.cs" />
- <Compile Include="Others\WindowInfo2.cs" />
- <Compile Include="PropertyGrid\ComboBoxItemTypeConvert.cs" />
- <Compile Include="PropertyGrid\MyComboBoxConvert.cs" />
- <Compile Include="PropertyGrid\XProp.cs" />
- <Compile Include="PropertyGrid\XPropDescriptor.cs" />
- <Compile Include="PropertyGrid\XProps.cs" />
- <Compile Include="Service\IMessageMap.cs" />
- <Compile Include="Service\IServiceLocator.cs" />
- <Compile Include="Service\ServiceConfigItem.cs" />
- <Compile Include="Service\ServiceLocator.cs" />
- <Compile Include="Service\ServiceManager.cs" />
- <Compile Include="Service\ServiceWrapper.cs" />
- <Compile Include="Utilities\CommonUtil.cs" />
- <Compile Include="Utilities\GuidUtil.cs" />
- <Compile Include="Utilities\CompressUtil.cs" />
- <Compile Include="Utilities\FileUp.cs" />
- <Compile Include="Utilities\IniOperator.cs" />
- <Compile Include="Utilities\IWaitingView.cs" />
- <Compile Include="Utilities\PinyinUtil.cs" />
- <Compile Include="Utilities\SharpZip.cs" />
- <Compile Include="Utilities\SmtpMailUtil.cs" />
- <Compile Include="Utilities\TimeUtil.cs" />
- <Compile Include="WinForms\EditorItemValueChangedEventArgs.cs" />
- <Compile Include="WinForms\EditorValueChangedEventArgs.cs" />
- <Compile Include="WinForms\IMEItemDataReader.cs" />
- <Compile Include="WinForms\InsertLocations.cs" />
- <Compile Include="WinForms\InsertPointPictureBox.cs">
- <SubType>Component</SubType>
- </Compile>
- <Compile Include="WinForms\MEDataTypes.cs" />
- <Compile Include="WinForms\MEItemDataReaderHandler.cs" />
- <Compile Include="WinForms\MEItemDataTypes.cs" />
- <Compile Include="WinForms\MultiEditor.cs">
- <SubType>UserControl</SubType>
- </Compile>
- <Compile Include="WinForms\MultiEditorItem.cs" />
- <Compile Include="WinForms\MultiEditorItemCollection.cs" />
- <Compile Include="WinForms\NotFindLableException.cs" />
- <Compile Include="WinForms\NumericTextBox.cs">
- <SubType>Component</SubType>
- </Compile>
- <Compile Include="Properties\AssemblyInfo.cs" />
- <Compile Include="Extend\StringExt.cs" />
- <Compile Include="WinForms\BaseForm.cs">
- <SubType>Form</SubType>
- </Compile>
- <Compile Include="WinForms\ComboBoxEx.cs">
- <SubType>Component</SubType>
- </Compile>
- <Compile Include="WinForms\NumbericValidate.cs" />
- <Compile Include="WinForms\ProgressStatus.cs">
- <SubType>Form</SubType>
- </Compile>
- <Compile Include="WinForms\SelectedImageEventArgs.cs" />
- <Compile Include="WinForms\TableLayoutImages.cs">
- <SubType>UserControl</SubType>
- </Compile>
- <Compile Include="WinForms\TForm.cs">
- <SubType>Form</SubType>
- </Compile>
- <Compile Include="WinForms\TUserControl.cs">
- <SubType>UserControl</SubType>
- </Compile>
- <Compile Include="WPF\Converter\BoolToInverserConverter.cs" />
- <Compile Include="WPF\Converter\BoolToVisibilityConverter.cs" />
- <Compile Include="WPF\Converter\StringToImageConverter.cs" />
- <Compile Include="WPF\DataGridResource.cs" />
- <Compile Include="WPF\Extend\UIElementExtensions.cs" />
- <Compile Include="WPF\MVVM\BaseCommand.cs" />
- <Compile Include="WPF\MVVM\BasePropertyChanged.cs" />
- <Compile Include="WPF\MVVM\BaseViewModelStub.cs" />
- <Compile Include="WPF\MVVM\CodeGenerator.cs" />
- <Compile Include="WPF\MVVM\CommandAdapter.cs" />
- <Compile Include="WPF\MVVM\CommandAdapterFactory.cs" />
- <Compile Include="WPF\MVVM\CommandAttribute.cs" />
- <Compile Include="WPF\MVVM\CommandBase.cs" />
- <Compile Include="WPF\MVVM\CommandEventArgs.cs" />
- <Compile Include="WPF\MVVM\CommandInfo.cs" />
- <Compile Include="WPF\Converter\BitmapToImageSource.cs" />
- <Compile Include="WPF\Converter\StringNullToDefaultConverter.cs" />
- <Compile Include="WPF\Converter\StringToEnableConverter.cs" />
- <Compile Include="WPF\Converter\ValueEqualConverter.cs" />
- <Compile Include="WPF\UserControl\AccessDecimal.cs" />
- <Compile Include="WPF\UserControl\AccessInteger.cs" />
- <Compile Include="WPF\UserControl\AccessPlusDecimal.cs" />
- <Compile Include="WPF\UserControl\AccessPlusInteger.cs" />
- <Compile Include="WPF\UserControl\AccessRangeDecimal.cs" />
- <Compile Include="WPF\UserControl\BaseTextInputControl.cs" />
- <Compile Include="WPF\UserControl\ComboboxTreeView\BaseCodeName.cs" />
- <Compile Include="WPF\UserControl\ComboboxTreeView\ComboBoxTreeView.cs" />
- <Compile Include="WPF\UserControl\ComboboxTreeView\DalCMBTreeView.cs" />
- <Compile Include="WPF\UserControl\ComboboxTreeView\ExtendedTreeView.cs" />
- <Compile Include="WPF\UserControl\ComboboxTreeView\ITreeViewItemModel.cs" />
- <Compile Include="WPF\UserControl\ComboboxTreeView\TreeNodeItem.cs" />
- <Compile Include="WPF\UserControl\EditSaveTextbox.xaml.cs">
- <DependentUpon>EditSaveTextbox.xaml</DependentUpon>
- </Compile>
- <Compile Include="WPF\UserControl\ITextInputControl.cs" />
- <Compile Include="WPF\UserControl\SearchInputEditor.cs" />
- <Compile Include="WPF\UserControl\SelectFile_Hyperlink.xaml.cs">
- <DependentUpon>SelectFile_Hyperlink.xaml</DependentUpon>
- </Compile>
- <Compile Include="WPF\UserControl\SelectPath_Start.xaml.cs">
- <DependentUpon>SelectPath_Start.xaml</DependentUpon>
- </Compile>
- <Compile Include="WPF\UserControl\SliderCheckBox.xaml.cs">
- <DependentUpon>SliderCheckBox.xaml</DependentUpon>
- </Compile>
- <Compile Include="WPF\UserControl\TextBox_InputLimit.cs" />
- <Compile Include="WPF\UserControl\TextBox_PlusDouble.cs" />
- <Compile Include="WPF\UserControl\TextBox_PlusInt.cs" />
- <Compile Include="WPF\UserControl\UnderLineTextBlock.xaml.cs">
- <DependentUpon>UnderLineTextBlock.xaml</DependentUpon>
- </Compile>
- <Compile Include="WPF\UserControl\UnitTextbox_PlusDouble.xaml.cs">
- <DependentUpon>UnitTextbox_PlusDouble.xaml</DependentUpon>
- </Compile>
- <Compile Include="WPF\UserControl\WaitingCircle.xaml.cs">
- <DependentUpon>WaitingCircle.xaml</DependentUpon>
- </Compile>
- <Compile Include="WPF\VisualTreeExtend.cs" />
- <Compile Include="WPF\Windows\WinIndeterminationWaiting.xaml.cs">
- <DependentUpon>WinIndeterminationWaiting.xaml</DependentUpon>
- </Compile>
- </ItemGroup>
- <ItemGroup>
- <EmbeddedResource Include="Logger\log4net.config">
- <CopyToOutputDirectory>Always</CopyToOutputDirectory>
- </EmbeddedResource>
- <None Include="App.config" />
- <EmbeddedResource Include="Logger\NLog.config">
- <CopyToOutputDirectory>Always</CopyToOutputDirectory>
- </EmbeddedResource>
- <None Include="packages.config" />
- <None Include="Utilities\packages.config" />
- </ItemGroup>
- <ItemGroup>
- <Page Include="Themes\DataGridStyle.xaml">
- <Generator>MSBuild:Compile</Generator>
- <SubType>Designer</SubType>
- </Page>
- <Page Include="Themes\Generic.xaml">
- <Generator>MSBuild:Compile</Generator>
- <SubType>Designer</SubType>
- </Page>
- <Page Include="Themes\SearchInputEditor.xaml">
- <Generator>MSBuild:Compile</Generator>
- <SubType>Designer</SubType>
- </Page>
- <Page Include="WPF\UserControl\EditSaveTextbox.xaml">
- <SubType>Designer</SubType>
- <Generator>XamlIntelliSenseFileGenerator</Generator>
- </Page>
- <Page Include="WPF\UserControl\SelectFile_Hyperlink.xaml">
- <Generator>MSBuild:Compile</Generator>
- <SubType>Designer</SubType>
- </Page>
- <Page Include="WPF\UserControl\SelectPath_Start.xaml">
- <SubType>Designer</SubType>
- <Generator>XamlIntelliSenseFileGenerator</Generator>
- </Page>
- <Page Include="WPF\UserControl\SliderCheckBox.xaml">
- <SubType>Designer</SubType>
- <Generator>MSBuild:Compile</Generator>
- </Page>
- <Page Include="WPF\UserControl\UnderLineTextBlock.xaml">
- <SubType>Designer</SubType>
- <Generator>XamlIntelliSenseFileGenerator</Generator>
- </Page>
- <Page Include="WPF\UserControl\UnitTextbox_PlusDouble.xaml">
- <SubType>Designer</SubType>
- <Generator>XamlIntelliSenseFileGenerator</Generator>
- </Page>
- <Page Include="WPF\UserControl\WaitingCircle.xaml">
- <SubType>Designer</SubType>
- <Generator>MSBuild:Compile</Generator>
- </Page>
- <Page Include="WPF\Windows\WinIndeterminationWaiting.xaml">
- <SubType>Designer</SubType>
- <Generator>MSBuild:Compile</Generator>
- </Page>
- </ItemGroup>
- <ItemGroup>
- <Resource Include="Image\page_edit.png">
- <CopyToOutputDirectory>Always</CopyToOutputDirectory>
- </Resource>
- <Resource Include="Image\page_save.png">
- <CopyToOutputDirectory>Always</CopyToOutputDirectory>
- </Resource>
- </ItemGroup>
- <ItemGroup>
- <Resource Include="Image\search.jpg" />
- </ItemGroup>
- <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
- <Import Project="..\packages\MrAdvice.2.5.24\build\MrAdvice.targets" Condition="Exists('..\packages\MrAdvice.2.5.24\build\MrAdvice.targets')" />
- <Target Name="EnsureNuGetPackageBuildImports" BeforeTargets="PrepareForBuild">
- <PropertyGroup>
- <ErrorText>这台计算机上缺少此项目引用的 NuGet 程序包。使用“NuGet 程序包还原”可下载这些程序包。有关更多信息,请参见 http://go.microsoft.com/fwlink/?LinkID=322105。缺少的文件是 {0}。</ErrorText>
- </PropertyGroup>
- <Error Condition="!Exists('..\packages\MrAdvice.2.5.24\build\MrAdvice.targets')" Text="$([System.String]::Format('$(ErrorText)', '..\packages\MrAdvice.2.5.24\build\MrAdvice.targets'))" />
- </Target>
- </Project>
|