SAGA.DotNetUtils.csproj 29 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <Project ToolsVersion="15.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
  3. <Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
  4. <PropertyGroup>
  5. <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
  6. <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
  7. <ProjectGuid>{07B73C98-DCB0-4782-81FA-F50A30B563AB}</ProjectGuid>
  8. <OutputType>Library</OutputType>
  9. <AppDesignerFolder>Properties</AppDesignerFolder>
  10. <RootNamespace>SAGA.DotNetUtils</RootNamespace>
  11. <AssemblyName>SAGA.DotNetUtils</AssemblyName>
  12. <TargetFrameworkVersion>v4.5</TargetFrameworkVersion>
  13. <FileAlignment>512</FileAlignment>
  14. <TargetFrameworkProfile />
  15. <NuGetPackageImportStamp>
  16. </NuGetPackageImportStamp>
  17. </PropertyGroup>
  18. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
  19. <DebugSymbols>true</DebugSymbols>
  20. <DebugType>full</DebugType>
  21. <Optimize>false</Optimize>
  22. <OutputPath>..\OutputDll\</OutputPath>
  23. <DefineConstants>DEBUG;TRACE</DefineConstants>
  24. <ErrorReport>prompt</ErrorReport>
  25. <WarningLevel>4</WarningLevel>
  26. </PropertyGroup>
  27. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
  28. <DebugType>pdbonly</DebugType>
  29. <Optimize>true</Optimize>
  30. <OutputPath>..\OutputDll\</OutputPath>
  31. <DefineConstants>TRACE</DefineConstants>
  32. <ErrorReport>prompt</ErrorReport>
  33. <WarningLevel>4</WarningLevel>
  34. </PropertyGroup>
  35. <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'R18|AnyCPU'">
  36. <DebugSymbols>true</DebugSymbols>
  37. <OutputPath>..\OutputDll\</OutputPath>
  38. <DefineConstants>DEBUG;TRACE</DefineConstants>
  39. <DebugType>full</DebugType>
  40. <PlatformTarget>AnyCPU</PlatformTarget>
  41. <ErrorReport>prompt</ErrorReport>
  42. <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
  43. </PropertyGroup>
  44. <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'R17|AnyCPU'">
  45. <DebugSymbols>true</DebugSymbols>
  46. <OutputPath>..\OutputDll\</OutputPath>
  47. <DefineConstants>DEBUG;TRACE</DefineConstants>
  48. <DebugType>full</DebugType>
  49. <PlatformTarget>AnyCPU</PlatformTarget>
  50. <ErrorReport>prompt</ErrorReport>
  51. <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
  52. </PropertyGroup>
  53. <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x86'">
  54. <DebugSymbols>true</DebugSymbols>
  55. <OutputPath>bin\x86\Debug\</OutputPath>
  56. <DefineConstants>DEBUG;TRACE</DefineConstants>
  57. <DebugType>full</DebugType>
  58. <PlatformTarget>x86</PlatformTarget>
  59. <ErrorReport>prompt</ErrorReport>
  60. <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
  61. </PropertyGroup>
  62. <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x86'">
  63. <OutputPath>bin\x86\Release\</OutputPath>
  64. <DefineConstants>TRACE</DefineConstants>
  65. <Optimize>true</Optimize>
  66. <DebugType>pdbonly</DebugType>
  67. <PlatformTarget>x86</PlatformTarget>
  68. <ErrorReport>prompt</ErrorReport>
  69. <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
  70. </PropertyGroup>
  71. <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'R18|x86'">
  72. <DebugSymbols>true</DebugSymbols>
  73. <OutputPath>bin\x86\R18\</OutputPath>
  74. <DefineConstants>DEBUG;TRACE</DefineConstants>
  75. <DebugType>full</DebugType>
  76. <PlatformTarget>x86</PlatformTarget>
  77. <ErrorReport>prompt</ErrorReport>
  78. <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
  79. </PropertyGroup>
  80. <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'R17|x86'">
  81. <DebugSymbols>true</DebugSymbols>
  82. <OutputPath>bin\x86\R17\</OutputPath>
  83. <DefineConstants>DEBUG;TRACE</DefineConstants>
  84. <DebugType>full</DebugType>
  85. <PlatformTarget>x86</PlatformTarget>
  86. <ErrorReport>prompt</ErrorReport>
  87. <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
  88. </PropertyGroup>
  89. <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x64'">
  90. <DebugSymbols>true</DebugSymbols>
  91. <OutputPath>bin\x64\Debug\</OutputPath>
  92. <DefineConstants>DEBUG;TRACE</DefineConstants>
  93. <DebugType>full</DebugType>
  94. <PlatformTarget>x64</PlatformTarget>
  95. <ErrorReport>prompt</ErrorReport>
  96. <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
  97. </PropertyGroup>
  98. <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x64'">
  99. <OutputPath>bin\x64\Release\</OutputPath>
  100. <DefineConstants>TRACE</DefineConstants>
  101. <Optimize>true</Optimize>
  102. <DebugType>pdbonly</DebugType>
  103. <PlatformTarget>x64</PlatformTarget>
  104. <ErrorReport>prompt</ErrorReport>
  105. <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
  106. </PropertyGroup>
  107. <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'R18|x64'">
  108. <DebugSymbols>true</DebugSymbols>
  109. <OutputPath>bin\x64\R18\</OutputPath>
  110. <DefineConstants>DEBUG;TRACE</DefineConstants>
  111. <DebugType>full</DebugType>
  112. <PlatformTarget>x64</PlatformTarget>
  113. <ErrorReport>prompt</ErrorReport>
  114. <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
  115. </PropertyGroup>
  116. <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'R17|x64'">
  117. <DebugSymbols>true</DebugSymbols>
  118. <OutputPath>bin\x64\R17\</OutputPath>
  119. <DefineConstants>DEBUG;TRACE</DefineConstants>
  120. <DebugType>full</DebugType>
  121. <PlatformTarget>x64</PlatformTarget>
  122. <ErrorReport>prompt</ErrorReport>
  123. <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
  124. </PropertyGroup>
  125. <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'RR17|AnyCPU'">
  126. <DebugSymbols>true</DebugSymbols>
  127. <OutputPath>..\OutputDll\</OutputPath>
  128. <DefineConstants>DEBUG;TRACE</DefineConstants>
  129. <DebugType>full</DebugType>
  130. <PlatformTarget>AnyCPU</PlatformTarget>
  131. <ErrorReport>prompt</ErrorReport>
  132. <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
  133. </PropertyGroup>
  134. <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'RR17|x86'">
  135. <DebugSymbols>true</DebugSymbols>
  136. <OutputPath>bin\x86\RR17\</OutputPath>
  137. <DefineConstants>DEBUG;TRACE</DefineConstants>
  138. <DebugType>full</DebugType>
  139. <PlatformTarget>x86</PlatformTarget>
  140. <ErrorReport>prompt</ErrorReport>
  141. <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
  142. </PropertyGroup>
  143. <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'RR17|x64'">
  144. <DebugSymbols>true</DebugSymbols>
  145. <OutputPath>bin\x64\RR17\</OutputPath>
  146. <DefineConstants>DEBUG;TRACE</DefineConstants>
  147. <DebugType>full</DebugType>
  148. <PlatformTarget>x64</PlatformTarget>
  149. <ErrorReport>prompt</ErrorReport>
  150. <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
  151. </PropertyGroup>
  152. <ItemGroup>
  153. <Reference Include="EntityFramework, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089, processorArchitecture=MSIL">
  154. <HintPath>..\packages\EntityFramework.6.2.0\lib\net45\EntityFramework.dll</HintPath>
  155. </Reference>
  156. <Reference Include="EntityFramework.SqlServer, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089, processorArchitecture=MSIL">
  157. <HintPath>..\packages\EntityFramework.6.2.0\lib\net45\EntityFramework.SqlServer.dll</HintPath>
  158. </Reference>
  159. <Reference Include="ICSharpCode.SharpZipLib">
  160. <HintPath>..\Dlls\ICSharpCode.SharpZipLib.dll</HintPath>
  161. </Reference>
  162. <Reference Include="INIFileParser, Version=2.5.2.0, Culture=neutral, PublicKeyToken=79af7b307b65cf3c, processorArchitecture=MSIL">
  163. <HintPath>..\packages\ini-parser.2.5.2\lib\net20\INIFileParser.dll</HintPath>
  164. </Reference>
  165. <Reference Include="log4net, Version=2.0.8.0, Culture=neutral, PublicKeyToken=669e0ddf0bb1aa2a, processorArchitecture=MSIL">
  166. <HintPath>..\packages\log4net.2.0.8\lib\net45-full\log4net.dll</HintPath>
  167. </Reference>
  168. <Reference Include="MrAdvice, Version=2.0.0.0, Culture=neutral, PublicKeyToken=c0e7e6eab6f293d8, processorArchitecture=MSIL">
  169. <HintPath>..\packages\MrAdvice.2.5.24\lib\net40-client\MrAdvice.dll</HintPath>
  170. </Reference>
  171. <Reference Include="Newtonsoft.Json, Version=10.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL">
  172. <HintPath>..\packages\Newtonsoft.Json.10.0.3\lib\net45\Newtonsoft.Json.dll</HintPath>
  173. </Reference>
  174. <Reference Include="NLog, Version=4.0.0.0, Culture=neutral, PublicKeyToken=5120e14c03d0593c, processorArchitecture=MSIL">
  175. <HintPath>..\packages\NLog.4.5.10\lib\net45\NLog.dll</HintPath>
  176. </Reference>
  177. <Reference Include="NPOI, Version=2.2.1.0, Culture=neutral, PublicKeyToken=0df73ec7942b34e1, processorArchitecture=MSIL">
  178. <SpecificVersion>False</SpecificVersion>
  179. <HintPath>..\Dlls\NPOI.dll</HintPath>
  180. </Reference>
  181. <Reference Include="NPOI.OOXML">
  182. <HintPath>..\Dlls\NPOI.OOXML.dll</HintPath>
  183. </Reference>
  184. <Reference Include="NPOI.OpenXml4Net, Version=2.2.1.0, Culture=neutral, PublicKeyToken=0df73ec7942b34e1">
  185. <HintPath>..\Dlls\NPOI.OpenXml4Net.dll</HintPath>
  186. </Reference>
  187. <Reference Include="PinYinConverterCore">
  188. <HintPath>..\Dlls\PinYinConverterCore.dll</HintPath>
  189. </Reference>
  190. <Reference Include="PresentationCore" />
  191. <Reference Include="PresentationFramework" />
  192. <Reference Include="PresentationFramework.Aero" />
  193. <Reference Include="System" />
  194. <Reference Include="System.ComponentModel.DataAnnotations" />
  195. <Reference Include="System.Configuration" />
  196. <Reference Include="System.Core" />
  197. <Reference Include="System.Data.SQLite, Version=1.0.109.0, Culture=neutral, PublicKeyToken=db937bc2d44ff139, processorArchitecture=AMD64">
  198. <HintPath>..\packages\System.Data.SQLite.x64.1.0.109.0\lib\net45\System.Data.SQLite.dll</HintPath>
  199. </Reference>
  200. <Reference Include="System.Data.SQLite.EF6, Version=1.0.109.0, Culture=neutral, PublicKeyToken=db937bc2d44ff139, processorArchitecture=MSIL">
  201. <HintPath>..\packages\System.Data.SQLite.EF6.1.0.109.0\lib\net45\System.Data.SQLite.EF6.dll</HintPath>
  202. </Reference>
  203. <Reference Include="System.Data.SQLite.Linq, Version=1.0.109.0, Culture=neutral, PublicKeyToken=db937bc2d44ff139, processorArchitecture=MSIL">
  204. <HintPath>..\packages\System.Data.SQLite.Linq.1.0.109.0\lib\net45\System.Data.SQLite.Linq.dll</HintPath>
  205. </Reference>
  206. <Reference Include="System.Drawing" />
  207. <Reference Include="System.IO.Compression" />
  208. <Reference Include="System.Management" />
  209. <Reference Include="System.Runtime.Caching" />
  210. <Reference Include="System.Runtime.Serialization" />
  211. <Reference Include="System.ServiceModel" />
  212. <Reference Include="System.Transactions" />
  213. <Reference Include="System.Windows" />
  214. <Reference Include="System.Windows.Forms" />
  215. <Reference Include="System.Xaml" />
  216. <Reference Include="System.Xml.Linq" />
  217. <Reference Include="System.Data.DataSetExtensions" />
  218. <Reference Include="Microsoft.CSharp" />
  219. <Reference Include="System.Data" />
  220. <Reference Include="System.Net.Http" />
  221. <Reference Include="System.Xml" />
  222. <Reference Include="WindowsBase" />
  223. </ItemGroup>
  224. <ItemGroup>
  225. <Compile Include="AOP\AopAttribute.cs" />
  226. <Compile Include="AOP\IAop.cs" />
  227. <Compile Include="Cache\CacheItems.cs" />
  228. <Compile Include="Cache\MemoryCacheHelper.cs" />
  229. <Compile Include="Component\AllowDisposableSet!1.cs" />
  230. <Compile Include="Component\ChangedEventArgs.cs" />
  231. <Compile Include="Component\ChangedEventHandler.cs" />
  232. <Compile Include="Component\CompletedEventArgs.cs" />
  233. <Compile Include="Component\CompletedEventHandler.cs" />
  234. <Compile Include="Component\IAllowDisposable.cs" />
  235. <Compile Include="Component\LoopTaskCallback.cs" />
  236. <Compile Include="Component\NotifyList.cs" />
  237. <Compile Include="Component\ObjectDisposeManager.cs" />
  238. <Compile Include="Component\ObjectManager.cs" />
  239. <Compile Include="Component\TimerLoopTask.cs" />
  240. <Compile Include="Component\TszTree.cs" />
  241. <Compile Include="Component\TszTreeNode.cs" />
  242. <Compile Include="Component\TszTreeNodeCollection.cs" />
  243. <Compile Include="Component\WorkerAsync.cs" />
  244. <Compile Include="Component\WorkerAsyncMulticast.cs" />
  245. <Compile Include="Component\WorkerThreadStartDelegate.cs" />
  246. <Compile Include="Component\WorkingEventArgs.cs" />
  247. <Compile Include="Component\WorkingEventHandler.cs" />
  248. <Compile Include="Configration\AppConfig.cs" />
  249. <Compile Include="Configration\BaseConfigProvide.cs" />
  250. <Compile Include="Configration\ComboBoxDataAdapter.cs" />
  251. <Compile Include="Configration\ComboBoxExDataAdapter.cs" />
  252. <Compile Include="Configration\ConfigFile.cs" />
  253. <Compile Include="Configration\ConfigFileFormats.cs" />
  254. <Compile Include="Configration\CtrlDataResult.cs" />
  255. <Compile Include="Configration\DataGridViewDataAdapter.cs" />
  256. <Compile Include="Configration\FeatureDisplayAttribute.cs" />
  257. <Compile Include="Configration\FormDataProvide.cs">
  258. <SubType>Form</SubType>
  259. </Compile>
  260. <Compile Include="Configration\IConfigFile.cs" />
  261. <Compile Include="Configration\IConfigProvide.cs" />
  262. <Compile Include="Configration\IControlDataAdapter.cs" />
  263. <Compile Include="Configration\IDataProvide.cs" />
  264. <Compile Include="Configration\IFormDataProvide.cs" />
  265. <Compile Include="Configration\PictureBoxDataAdapter.cs" />
  266. <Compile Include="Configration\ProductEnum.cs" />
  267. <Compile Include="Configration\ProductUtil.cs" />
  268. <Compile Include="Configration\TConfigEntity.cs" />
  269. <Compile Include="Configration\TConfigNames.cs" />
  270. <Compile Include="Configration\TConfigrations.cs" />
  271. <Compile Include="Configration\TextBoxDataAdapter.cs" />
  272. <Compile Include="Configration\TStoreTypes.cs" />
  273. <Compile Include="Configration\TSZVersion.cs" />
  274. <Compile Include="Configration\XMLFile.cs" />
  275. <Compile Include="Configration\XmlManger.cs" />
  276. <Compile Include="Data.Framework\AbstractDal.cs" />
  277. <Compile Include="Data.Framework\Bll.cs" />
  278. <Compile Include="Data.Framework\Database.cs" />
  279. <Compile Include="Data.Framework\DatabaseUtil.cs" />
  280. <Compile Include="Data.Framework\IDal.cs" />
  281. <Compile Include="Data.Framework\Sqlite\SqliteDal.cs" />
  282. <Compile Include="Data.Framework\Sqlite\SqliteDatabase.cs" />
  283. <Compile Include="Data.Framework\Sqlite\SqliteUtil.cs" />
  284. <Compile Include="Data.Framework\Sqlite\Version\ExecutionStatement.cs" />
  285. <Compile Include="Data.Framework\Sqlite\Version\VersionItem.cs" />
  286. <Compile Include="Data.Framework\Sqlite\Version\VersionManager.cs" />
  287. <Compile Include="Data\EdgesArray\EdgesArrayBase.cs" />
  288. <Compile Include="Data\EdgesArray\DBCollection.cs" />
  289. <Compile Include="Data\EdgesArray\EAEdge.cs" />
  290. <Compile Include="Data\EdgesArray\EAVertex.cs" />
  291. <Compile Include="Data\EdgesArray\EAElement.cs" />
  292. <Compile Include="Data\EdgesArray\EdgesArrayGraph.cs" />
  293. <Compile Include="Data\EdgesArray\EdgesArrayGraphUtil.cs" />
  294. <Compile Include="Data\EdgesArray\ForwardStar.cs" />
  295. <Compile Include="Data\EdgesArray\SimpleGraph.cs" />
  296. <Compile Include="Data\EdgesArray\VisitControl.cs" />
  297. <Compile Include="Data\FlagDecorator.cs" />
  298. <Compile Include="Data\InitAttribute.cs" />
  299. <Compile Include="Data\InitObejct.cs" />
  300. <Compile Include="Data\MessageMapItem.cs" />
  301. <Compile Include="Data\NumberGenerater.cs" />
  302. <Compile Include="Data\SingleFactory.cs" />
  303. <Compile Include="Data\SingleInstance.cs" />
  304. <Compile Include="DB\SQLiteHelper.cs" />
  305. <Compile Include="DB\SQLiteUpdateUtil.cs" />
  306. <Compile Include="DB\TableNameAttribute.cs" />
  307. <Compile Include="Encrypt\MD5Tools.cs" />
  308. <Compile Include="Extend\BitmapExtend.cs" />
  309. <Compile Include="Extend\DateTimeExtend.cs" />
  310. <Compile Include="Extend\DoubleExt.cs" />
  311. <Compile Include="Extend\EnumExtends.cs" />
  312. <Compile Include="Extend\FilePathExt.cs" />
  313. <Compile Include="Extend\IEnumerableExtensions.cs" />
  314. <Compile Include="Extend\JObjectExt.cs" />
  315. <Compile Include="Extend\ObjectExtend.cs" />
  316. <Compile Include="Extend\ObservableCollectionExtension.cs" />
  317. <Compile Include="Extend\PropertyInfoExtend.cs" />
  318. <Compile Include="FileOperate\FileStreamOperate.cs" />
  319. <Compile Include="Extend\IEnumerableExtend.cs" />
  320. <Compile Include="Extend\IntExt.cs" />
  321. <Compile Include="Hook\ActivityHookImpl.cs" />
  322. <Compile Include="Hook\IActivityHook.cs" />
  323. <Compile Include="Hook\KeyBordHook.cs" />
  324. <Compile Include="Hook\KeyBordLocalHook.cs" />
  325. <Compile Include="Hook\Shared\MouseActivityEventArgs.cs" />
  326. <Compile Include="Hook\Shared\MouseActivityType.cs" />
  327. <Compile Include="Hook\Shared\MouseTrackInfo.cs" />
  328. <Compile Include="Hook\TimerMouseHook.cs" />
  329. <Compile Include="Hook\UserActivityHook.cs" />
  330. <Compile Include="Hook\WndProcHook.cs" />
  331. <Compile Include="Http\HttpUtils.cs" />
  332. <Compile Include="Http\RequestClient.cs" />
  333. <Compile Include="Logger\DocumentChangedLog.cs" />
  334. <Compile Include="Logger\ISystemLogger.cs" />
  335. <Compile Include="Logger\Log4Net.cs" />
  336. <Compile Include="Logger\Logs.cs" />
  337. <Compile Include="Logger\SystemLogger.cs" />
  338. <Compile Include="Logger\WriteHandler.cs" />
  339. <Compile Include="MBI\OutReachConst.cs" />
  340. <Compile Include="NPOI\ExcelExtension.cs" />
  341. <Compile Include="NPOI\NPOIHelper.cs" />
  342. <Compile Include="NPOI\WorkbookExtension.cs" />
  343. <Compile Include="Others\AppBaseInfo.cs" />
  344. <Compile Include="Others\ApplicationDecrypt.cs" />
  345. <Compile Include="Others\BaseWindow.cs" />
  346. <Compile Include="Others\ColorTextBoxControl.cs">
  347. <SubType>Component</SubType>
  348. </Compile>
  349. <Compile Include="Others\ComboBoxInfo.cs" />
  350. <Compile Include="Others\ComMethod.cs" />
  351. <Compile Include="Others\CompressHelper.cs" />
  352. <Compile Include="Others\ComputeOptions.cs" />
  353. <Compile Include="Others\ConfigSupport.cs" />
  354. <Compile Include="Others\Crc32.cs" />
  355. <Compile Include="Others\FileAttribute.cs" />
  356. <Compile Include="Others\HashHelper.cs" />
  357. <Compile Include="Others\KeyValueEntity.cs" />
  358. <Compile Include="Others\MessageShowBase.cs" />
  359. <Compile Include="Others\MySetting.cs" />
  360. <Compile Include="Extend\ObjectExtension.cs" />
  361. <Compile Include="Others\ParameterName.cs" />
  362. <Compile Include="Others\POINTAPI.cs" />
  363. <Compile Include="Others\PubMethod.cs" />
  364. <Compile Include="Others\RECT.cs" />
  365. <Compile Include="Extend\RefletcExtend.cs" />
  366. <Compile Include="Serializer\SerializerByDataContract.cs" />
  367. <Compile Include="Serializer\SerializerByBinary.cs" />
  368. <Compile Include="Others\SetWindowPosFlags.cs" />
  369. <Compile Include="Extend\StringExtension.cs" />
  370. <Compile Include="Others\StringOperate.cs" />
  371. <Compile Include="Others\ThreadTimeoutCallback.cs" />
  372. <Compile Include="Others\TimeoutCallback.cs" />
  373. <Compile Include="Others\TimeoutCallbackHandler.cs" />
  374. <Compile Include="Others\TRevitShells.cs" />
  375. <Compile Include="Serializer\SerializerByXml.cs" />
  376. <Compile Include="Serializer\UBinder.cs" />
  377. <Compile Include="Others\Win32APIMethod.cs" />
  378. <Compile Include="Others\WindowHelper.cs" />
  379. <Compile Include="Others\WindowHistoryData.cs" />
  380. <Compile Include="Others\WindowInfo2.cs" />
  381. <Compile Include="PropertyGrid\ComboBoxItemTypeConvert.cs" />
  382. <Compile Include="PropertyGrid\MyComboBoxConvert.cs" />
  383. <Compile Include="PropertyGrid\XProp.cs" />
  384. <Compile Include="PropertyGrid\XPropDescriptor.cs" />
  385. <Compile Include="PropertyGrid\XProps.cs" />
  386. <Compile Include="Service\IMessageMap.cs" />
  387. <Compile Include="Service\IServiceLocator.cs" />
  388. <Compile Include="Service\ServiceConfigItem.cs" />
  389. <Compile Include="Service\ServiceLocator.cs" />
  390. <Compile Include="Service\ServiceManager.cs" />
  391. <Compile Include="Service\ServiceWrapper.cs" />
  392. <Compile Include="Utilities\CommonUtil.cs" />
  393. <Compile Include="Utilities\GuidUtil.cs" />
  394. <Compile Include="Utilities\CompressUtil.cs" />
  395. <Compile Include="Utilities\FileUp.cs" />
  396. <Compile Include="Utilities\IniOperator.cs" />
  397. <Compile Include="Utilities\IWaitingView.cs" />
  398. <Compile Include="Utilities\PinyinUtil.cs" />
  399. <Compile Include="Utilities\SharpZip.cs" />
  400. <Compile Include="Utilities\SmtpMailUtil.cs" />
  401. <Compile Include="Utilities\TimeUtil.cs" />
  402. <Compile Include="WinForms\EditorItemValueChangedEventArgs.cs" />
  403. <Compile Include="WinForms\EditorValueChangedEventArgs.cs" />
  404. <Compile Include="WinForms\IMEItemDataReader.cs" />
  405. <Compile Include="WinForms\InsertLocations.cs" />
  406. <Compile Include="WinForms\InsertPointPictureBox.cs">
  407. <SubType>Component</SubType>
  408. </Compile>
  409. <Compile Include="WinForms\MEDataTypes.cs" />
  410. <Compile Include="WinForms\MEItemDataReaderHandler.cs" />
  411. <Compile Include="WinForms\MEItemDataTypes.cs" />
  412. <Compile Include="WinForms\MultiEditor.cs">
  413. <SubType>UserControl</SubType>
  414. </Compile>
  415. <Compile Include="WinForms\MultiEditorItem.cs" />
  416. <Compile Include="WinForms\MultiEditorItemCollection.cs" />
  417. <Compile Include="WinForms\NotFindLableException.cs" />
  418. <Compile Include="WinForms\NumericTextBox.cs">
  419. <SubType>Component</SubType>
  420. </Compile>
  421. <Compile Include="Properties\AssemblyInfo.cs" />
  422. <Compile Include="Extend\StringExt.cs" />
  423. <Compile Include="WinForms\BaseForm.cs">
  424. <SubType>Form</SubType>
  425. </Compile>
  426. <Compile Include="WinForms\ComboBoxEx.cs">
  427. <SubType>Component</SubType>
  428. </Compile>
  429. <Compile Include="WinForms\NumbericValidate.cs" />
  430. <Compile Include="WinForms\ProgressStatus.cs">
  431. <SubType>Form</SubType>
  432. </Compile>
  433. <Compile Include="WinForms\SelectedImageEventArgs.cs" />
  434. <Compile Include="WinForms\TableLayoutImages.cs">
  435. <SubType>UserControl</SubType>
  436. </Compile>
  437. <Compile Include="WinForms\TForm.cs">
  438. <SubType>Form</SubType>
  439. </Compile>
  440. <Compile Include="WinForms\TUserControl.cs">
  441. <SubType>UserControl</SubType>
  442. </Compile>
  443. <Compile Include="WPF\Converter\BoolToInverserConverter.cs" />
  444. <Compile Include="WPF\Converter\BoolToVisibilityConverter.cs" />
  445. <Compile Include="WPF\Converter\StringToImageConverter.cs" />
  446. <Compile Include="WPF\DataGridResource.cs" />
  447. <Compile Include="WPF\Extend\UIElementExtensions.cs" />
  448. <Compile Include="WPF\MVVM\BaseCommand.cs" />
  449. <Compile Include="WPF\MVVM\BasePropertyChanged.cs" />
  450. <Compile Include="WPF\MVVM\BaseViewModelStub.cs" />
  451. <Compile Include="WPF\MVVM\CodeGenerator.cs" />
  452. <Compile Include="WPF\MVVM\CommandAdapter.cs" />
  453. <Compile Include="WPF\MVVM\CommandAdapterFactory.cs" />
  454. <Compile Include="WPF\MVVM\CommandAttribute.cs" />
  455. <Compile Include="WPF\MVVM\CommandBase.cs" />
  456. <Compile Include="WPF\MVVM\CommandEventArgs.cs" />
  457. <Compile Include="WPF\MVVM\CommandInfo.cs" />
  458. <Compile Include="WPF\Converter\BitmapToImageSource.cs" />
  459. <Compile Include="WPF\Converter\StringNullToDefaultConverter.cs" />
  460. <Compile Include="WPF\Converter\StringToEnableConverter.cs" />
  461. <Compile Include="WPF\Converter\ValueEqualConverter.cs" />
  462. <Compile Include="WPF\UserControl\AccessDecimal.cs" />
  463. <Compile Include="WPF\UserControl\AccessInteger.cs" />
  464. <Compile Include="WPF\UserControl\AccessPlusDecimal.cs" />
  465. <Compile Include="WPF\UserControl\AccessPlusInteger.cs" />
  466. <Compile Include="WPF\UserControl\AccessRangeDecimal.cs" />
  467. <Compile Include="WPF\UserControl\BaseTextInputControl.cs" />
  468. <Compile Include="WPF\UserControl\ComboboxTreeView\BaseCodeName.cs" />
  469. <Compile Include="WPF\UserControl\ComboboxTreeView\ComboBoxTreeView.cs" />
  470. <Compile Include="WPF\UserControl\ComboboxTreeView\DalCMBTreeView.cs" />
  471. <Compile Include="WPF\UserControl\ComboboxTreeView\ExtendedTreeView.cs" />
  472. <Compile Include="WPF\UserControl\ComboboxTreeView\ITreeViewItemModel.cs" />
  473. <Compile Include="WPF\UserControl\ComboboxTreeView\TreeNodeItem.cs" />
  474. <Compile Include="WPF\UserControl\EditSaveTextbox.xaml.cs">
  475. <DependentUpon>EditSaveTextbox.xaml</DependentUpon>
  476. </Compile>
  477. <Compile Include="WPF\UserControl\ITextInputControl.cs" />
  478. <Compile Include="WPF\UserControl\SearchInputEditor.cs" />
  479. <Compile Include="WPF\UserControl\SelectFile_Hyperlink.xaml.cs">
  480. <DependentUpon>SelectFile_Hyperlink.xaml</DependentUpon>
  481. </Compile>
  482. <Compile Include="WPF\UserControl\SelectPath_Start.xaml.cs">
  483. <DependentUpon>SelectPath_Start.xaml</DependentUpon>
  484. </Compile>
  485. <Compile Include="WPF\UserControl\SliderCheckBox.xaml.cs">
  486. <DependentUpon>SliderCheckBox.xaml</DependentUpon>
  487. </Compile>
  488. <Compile Include="WPF\UserControl\TextBox_InputLimit.cs" />
  489. <Compile Include="WPF\UserControl\TextBox_PlusDouble.cs" />
  490. <Compile Include="WPF\UserControl\TextBox_PlusInt.cs" />
  491. <Compile Include="WPF\UserControl\UnderLineTextBlock.xaml.cs">
  492. <DependentUpon>UnderLineTextBlock.xaml</DependentUpon>
  493. </Compile>
  494. <Compile Include="WPF\UserControl\UnitTextbox_PlusDouble.xaml.cs">
  495. <DependentUpon>UnitTextbox_PlusDouble.xaml</DependentUpon>
  496. </Compile>
  497. <Compile Include="WPF\UserControl\WaitingCircle.xaml.cs">
  498. <DependentUpon>WaitingCircle.xaml</DependentUpon>
  499. </Compile>
  500. <Compile Include="WPF\VisualTreeExtend.cs" />
  501. <Compile Include="WPF\Windows\WinIndeterminationWaiting.xaml.cs">
  502. <DependentUpon>WinIndeterminationWaiting.xaml</DependentUpon>
  503. </Compile>
  504. </ItemGroup>
  505. <ItemGroup>
  506. <EmbeddedResource Include="Logger\log4net.config">
  507. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  508. </EmbeddedResource>
  509. <None Include="App.config" />
  510. <EmbeddedResource Include="Logger\NLog.config">
  511. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  512. </EmbeddedResource>
  513. <None Include="packages.config" />
  514. <None Include="Utilities\packages.config" />
  515. </ItemGroup>
  516. <ItemGroup>
  517. <Page Include="Themes\DataGridStyle.xaml">
  518. <Generator>MSBuild:Compile</Generator>
  519. <SubType>Designer</SubType>
  520. </Page>
  521. <Page Include="Themes\Generic.xaml">
  522. <Generator>MSBuild:Compile</Generator>
  523. <SubType>Designer</SubType>
  524. </Page>
  525. <Page Include="Themes\SearchInputEditor.xaml">
  526. <Generator>MSBuild:Compile</Generator>
  527. <SubType>Designer</SubType>
  528. </Page>
  529. <Page Include="WPF\UserControl\EditSaveTextbox.xaml">
  530. <SubType>Designer</SubType>
  531. <Generator>XamlIntelliSenseFileGenerator</Generator>
  532. </Page>
  533. <Page Include="WPF\UserControl\SelectFile_Hyperlink.xaml">
  534. <Generator>MSBuild:Compile</Generator>
  535. <SubType>Designer</SubType>
  536. </Page>
  537. <Page Include="WPF\UserControl\SelectPath_Start.xaml">
  538. <SubType>Designer</SubType>
  539. <Generator>XamlIntelliSenseFileGenerator</Generator>
  540. </Page>
  541. <Page Include="WPF\UserControl\SliderCheckBox.xaml">
  542. <SubType>Designer</SubType>
  543. <Generator>MSBuild:Compile</Generator>
  544. </Page>
  545. <Page Include="WPF\UserControl\UnderLineTextBlock.xaml">
  546. <SubType>Designer</SubType>
  547. <Generator>XamlIntelliSenseFileGenerator</Generator>
  548. </Page>
  549. <Page Include="WPF\UserControl\UnitTextbox_PlusDouble.xaml">
  550. <SubType>Designer</SubType>
  551. <Generator>XamlIntelliSenseFileGenerator</Generator>
  552. </Page>
  553. <Page Include="WPF\UserControl\WaitingCircle.xaml">
  554. <SubType>Designer</SubType>
  555. <Generator>MSBuild:Compile</Generator>
  556. </Page>
  557. <Page Include="WPF\Windows\WinIndeterminationWaiting.xaml">
  558. <SubType>Designer</SubType>
  559. <Generator>MSBuild:Compile</Generator>
  560. </Page>
  561. </ItemGroup>
  562. <ItemGroup>
  563. <Resource Include="Image\page_edit.png">
  564. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  565. </Resource>
  566. <Resource Include="Image\page_save.png">
  567. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  568. </Resource>
  569. </ItemGroup>
  570. <ItemGroup>
  571. <Resource Include="Image\search.jpg" />
  572. </ItemGroup>
  573. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  574. <Import Project="..\packages\MrAdvice.2.5.24\build\MrAdvice.targets" Condition="Exists('..\packages\MrAdvice.2.5.24\build\MrAdvice.targets')" />
  575. <Target Name="EnsureNuGetPackageBuildImports" BeforeTargets="PrepareForBuild">
  576. <PropertyGroup>
  577. <ErrorText>这台计算机上缺少此项目引用的 NuGet 程序包。使用“NuGet 程序包还原”可下载这些程序包。有关更多信息,请参见 http://go.microsoft.com/fwlink/?LinkID=322105。缺少的文件是 {0}。</ErrorText>
  578. </PropertyGroup>
  579. <Error Condition="!Exists('..\packages\MrAdvice.2.5.24\build\MrAdvice.targets')" Text="$([System.String]::Format('$(ErrorText)', '..\packages\MrAdvice.2.5.24\build\MrAdvice.targets'))" />
  580. </Target>
  581. </Project>