SAGA.DotNetUtils.csproj 28 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562
  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\EdgesArray\EdgesArrayBase.cs" />
  284. <Compile Include="Data\EdgesArray\DBCollection.cs" />
  285. <Compile Include="Data\EdgesArray\EAEdge.cs" />
  286. <Compile Include="Data\EdgesArray\EAVertex.cs" />
  287. <Compile Include="Data\EdgesArray\EAElement.cs" />
  288. <Compile Include="Data\EdgesArray\EdgesArrayGraph.cs" />
  289. <Compile Include="Data\EdgesArray\EdgesArrayGraphUtil.cs" />
  290. <Compile Include="Data\EdgesArray\ForwardStar.cs" />
  291. <Compile Include="Data\EdgesArray\SimpleGraph.cs" />
  292. <Compile Include="Data\EdgesArray\VisitControl.cs" />
  293. <Compile Include="Data\FlagDecorator.cs" />
  294. <Compile Include="Data\InitAttribute.cs" />
  295. <Compile Include="Data\InitObejct.cs" />
  296. <Compile Include="Data\NumberGenerater.cs" />
  297. <Compile Include="Data\SingleFactory.cs" />
  298. <Compile Include="Data\SingleInstance.cs" />
  299. <Compile Include="DB\SQLiteHelper.cs" />
  300. <Compile Include="DB\TableNameAttribute.cs" />
  301. <Compile Include="Encrypt\MD5Tools.cs" />
  302. <Compile Include="Extend\BitmapExtend.cs" />
  303. <Compile Include="Extend\DateTimeExtend.cs" />
  304. <Compile Include="Extend\DoubleExt.cs" />
  305. <Compile Include="Extend\EnumExtends.cs" />
  306. <Compile Include="Extend\FilePathExt.cs" />
  307. <Compile Include="Extend\IEnumerableExtensions.cs" />
  308. <Compile Include="Extend\JObjectExt.cs" />
  309. <Compile Include="Extend\ObjectExtend.cs" />
  310. <Compile Include="FileOperate\FileStreamOperate.cs" />
  311. <Compile Include="Extend\IEnumerableExtend.cs" />
  312. <Compile Include="Extend\IntExt.cs" />
  313. <Compile Include="Hook\ActivityHookImpl.cs" />
  314. <Compile Include="Hook\IActivityHook.cs" />
  315. <Compile Include="Hook\KeyBordHook.cs" />
  316. <Compile Include="Hook\KeyBordLocalHook.cs" />
  317. <Compile Include="Hook\Shared\MouseActivityEventArgs.cs" />
  318. <Compile Include="Hook\Shared\MouseActivityType.cs" />
  319. <Compile Include="Hook\Shared\MouseTrackInfo.cs" />
  320. <Compile Include="Hook\TimerMouseHook.cs" />
  321. <Compile Include="Hook\UserActivityHook.cs" />
  322. <Compile Include="Hook\WndProcHook.cs" />
  323. <Compile Include="Http\HttpUtils.cs" />
  324. <Compile Include="Http\RequestClient.cs" />
  325. <Compile Include="Logger\DocumentChangedLog.cs" />
  326. <Compile Include="Logger\ISystemLogger.cs" />
  327. <Compile Include="Logger\Log4Net.cs" />
  328. <Compile Include="Logger\Logs.cs" />
  329. <Compile Include="Logger\SystemLogger.cs" />
  330. <Compile Include="Logger\WriteHandler.cs" />
  331. <Compile Include="MBI\OutReachConst.cs" />
  332. <Compile Include="NPOI\ExcelExtension.cs" />
  333. <Compile Include="NPOI\NPOIHelper.cs" />
  334. <Compile Include="Others\AppBaseInfo.cs" />
  335. <Compile Include="Others\ApplicationDecrypt.cs" />
  336. <Compile Include="Others\BaseWindow.cs" />
  337. <Compile Include="Others\ColorTextBoxControl.cs">
  338. <SubType>Component</SubType>
  339. </Compile>
  340. <Compile Include="Others\ComboBoxInfo.cs" />
  341. <Compile Include="Others\ComMethod.cs" />
  342. <Compile Include="Others\CompressHelper.cs" />
  343. <Compile Include="Others\ComputeOptions.cs" />
  344. <Compile Include="Others\ConfigSupport.cs" />
  345. <Compile Include="Others\Crc32.cs" />
  346. <Compile Include="Others\FileAttribute.cs" />
  347. <Compile Include="Others\HashHelper.cs" />
  348. <Compile Include="Others\KeyValueEntity.cs" />
  349. <Compile Include="Others\MessageShowBase.cs" />
  350. <Compile Include="Others\MySetting.cs" />
  351. <Compile Include="Extend\ObjectExtension.cs" />
  352. <Compile Include="Others\ParameterName.cs" />
  353. <Compile Include="Others\POINTAPI.cs" />
  354. <Compile Include="Others\PubMethod.cs" />
  355. <Compile Include="Others\RECT.cs" />
  356. <Compile Include="Extend\RefletcExtend.cs" />
  357. <Compile Include="Serializer\SerializerByDataContract.cs" />
  358. <Compile Include="Serializer\SerializerByBinary.cs" />
  359. <Compile Include="Others\SetWindowPosFlags.cs" />
  360. <Compile Include="Extend\StringExtension.cs" />
  361. <Compile Include="Others\StringOperate.cs" />
  362. <Compile Include="Others\ThreadTimeoutCallback.cs" />
  363. <Compile Include="Others\TimeoutCallback.cs" />
  364. <Compile Include="Others\TimeoutCallbackHandler.cs" />
  365. <Compile Include="Others\TRevitShells.cs" />
  366. <Compile Include="Serializer\SerializerByXml.cs" />
  367. <Compile Include="Serializer\UBinder.cs" />
  368. <Compile Include="Others\Win32APIMethod.cs" />
  369. <Compile Include="Others\WindowHelper.cs" />
  370. <Compile Include="Others\WindowHistoryData.cs" />
  371. <Compile Include="Others\WindowInfo2.cs" />
  372. <Compile Include="PropertyGrid\ComboBoxItemTypeConvert.cs" />
  373. <Compile Include="PropertyGrid\MyComboBoxConvert.cs" />
  374. <Compile Include="PropertyGrid\XProp.cs" />
  375. <Compile Include="PropertyGrid\XPropDescriptor.cs" />
  376. <Compile Include="PropertyGrid\XProps.cs" />
  377. <Compile Include="Service\IServiceLocator.cs" />
  378. <Compile Include="Service\ServiceConfigItem.cs" />
  379. <Compile Include="Service\ServiceLocator.cs" />
  380. <Compile Include="Utilities\GuidUtil.cs" />
  381. <Compile Include="Utilities\CompressUtil.cs" />
  382. <Compile Include="Utilities\FileUp.cs" />
  383. <Compile Include="Utilities\IniOperator.cs" />
  384. <Compile Include="Utilities\IWaitingView.cs" />
  385. <Compile Include="Utilities\PinyinUtil.cs" />
  386. <Compile Include="Utilities\SharpZip.cs" />
  387. <Compile Include="WinForms\EditorItemValueChangedEventArgs.cs" />
  388. <Compile Include="WinForms\EditorValueChangedEventArgs.cs" />
  389. <Compile Include="WinForms\IMEItemDataReader.cs" />
  390. <Compile Include="WinForms\InsertLocations.cs" />
  391. <Compile Include="WinForms\InsertPointPictureBox.cs">
  392. <SubType>Component</SubType>
  393. </Compile>
  394. <Compile Include="WinForms\MEDataTypes.cs" />
  395. <Compile Include="WinForms\MEItemDataReaderHandler.cs" />
  396. <Compile Include="WinForms\MEItemDataTypes.cs" />
  397. <Compile Include="WinForms\MultiEditor.cs">
  398. <SubType>UserControl</SubType>
  399. </Compile>
  400. <Compile Include="WinForms\MultiEditorItem.cs" />
  401. <Compile Include="WinForms\MultiEditorItemCollection.cs" />
  402. <Compile Include="WinForms\NotFindLableException.cs" />
  403. <Compile Include="WinForms\NumericTextBox.cs">
  404. <SubType>Component</SubType>
  405. </Compile>
  406. <Compile Include="Properties\AssemblyInfo.cs" />
  407. <Compile Include="Extend\StringExt.cs" />
  408. <Compile Include="WinForms\BaseForm.cs">
  409. <SubType>Form</SubType>
  410. </Compile>
  411. <Compile Include="WinForms\ComboBoxEx.cs">
  412. <SubType>Component</SubType>
  413. </Compile>
  414. <Compile Include="WinForms\NumbericValidate.cs" />
  415. <Compile Include="WinForms\ProgressStatus.cs">
  416. <SubType>Form</SubType>
  417. </Compile>
  418. <Compile Include="WinForms\SelectedImageEventArgs.cs" />
  419. <Compile Include="WinForms\TableLayoutImages.cs">
  420. <SubType>UserControl</SubType>
  421. </Compile>
  422. <Compile Include="WinForms\TForm.cs">
  423. <SubType>Form</SubType>
  424. </Compile>
  425. <Compile Include="WinForms\TUserControl.cs">
  426. <SubType>UserControl</SubType>
  427. </Compile>
  428. <Compile Include="WPF\Converter\BoolToInverserConverter.cs" />
  429. <Compile Include="WPF\Converter\BoolToVisibilityConverter.cs" />
  430. <Compile Include="WPF\Converter\StringToImageConverter.cs" />
  431. <Compile Include="WPF\Extend\UIElementExtensions.cs" />
  432. <Compile Include="WPF\MVVM\BaseCommand.cs" />
  433. <Compile Include="WPF\MVVM\BasePropertyChanged.cs" />
  434. <Compile Include="WPF\MVVM\BaseViewModelStub.cs" />
  435. <Compile Include="WPF\MVVM\CodeGenerator.cs" />
  436. <Compile Include="WPF\MVVM\CommandAdapter.cs" />
  437. <Compile Include="WPF\MVVM\CommandAdapterFactory.cs" />
  438. <Compile Include="WPF\MVVM\CommandAttribute.cs" />
  439. <Compile Include="WPF\MVVM\CommandBase.cs" />
  440. <Compile Include="WPF\MVVM\CommandEventArgs.cs" />
  441. <Compile Include="WPF\MVVM\CommandInfo.cs" />
  442. <Compile Include="WPF\Converter\BitmapToImageSource.cs" />
  443. <Compile Include="WPF\Converter\StringNullToDefaultConverter.cs" />
  444. <Compile Include="WPF\Converter\StringToEnableConverter.cs" />
  445. <Compile Include="WPF\Converter\ValueEqualConverter.cs" />
  446. <Compile Include="WPF\UserControl\AccessDecimal.cs" />
  447. <Compile Include="WPF\UserControl\AccessInteger.cs" />
  448. <Compile Include="WPF\UserControl\AccessPlusDecimal.cs" />
  449. <Compile Include="WPF\UserControl\AccessPlusInteger.cs" />
  450. <Compile Include="WPF\UserControl\AccessRangeDecimal.cs" />
  451. <Compile Include="WPF\UserControl\BaseTextInputControl.cs" />
  452. <Compile Include="WPF\UserControl\ComboboxTreeView\BaseCodeName.cs" />
  453. <Compile Include="WPF\UserControl\ComboboxTreeView\ComboBoxTreeView.cs" />
  454. <Compile Include="WPF\UserControl\ComboboxTreeView\DalCMBTreeView.cs" />
  455. <Compile Include="WPF\UserControl\ComboboxTreeView\ExtendedTreeView.cs" />
  456. <Compile Include="WPF\UserControl\ComboboxTreeView\ITreeViewItemModel.cs" />
  457. <Compile Include="WPF\UserControl\ComboboxTreeView\TreeNodeItem.cs" />
  458. <Compile Include="WPF\UserControl\EditSaveTextbox.xaml.cs">
  459. <DependentUpon>EditSaveTextbox.xaml</DependentUpon>
  460. </Compile>
  461. <Compile Include="WPF\UserControl\ITextInputControl.cs" />
  462. <Compile Include="WPF\UserControl\SearchInputEditor.cs" />
  463. <Compile Include="WPF\UserControl\SelectFile_Hyperlink.xaml.cs">
  464. <DependentUpon>SelectFile_Hyperlink.xaml</DependentUpon>
  465. </Compile>
  466. <Compile Include="WPF\UserControl\SelectPath_Start.xaml.cs">
  467. <DependentUpon>SelectPath_Start.xaml</DependentUpon>
  468. </Compile>
  469. <Compile Include="WPF\UserControl\SliderCheckBox.xaml.cs">
  470. <DependentUpon>SliderCheckBox.xaml</DependentUpon>
  471. </Compile>
  472. <Compile Include="WPF\UserControl\TextBox_InputLimit.cs" />
  473. <Compile Include="WPF\UserControl\TextBox_PlusDouble.cs" />
  474. <Compile Include="WPF\UserControl\TextBox_PlusInt.cs" />
  475. <Compile Include="WPF\UserControl\UnderLineTextBlock.xaml.cs">
  476. <DependentUpon>UnderLineTextBlock.xaml</DependentUpon>
  477. </Compile>
  478. <Compile Include="WPF\UserControl\UnitTextbox_PlusDouble.xaml.cs">
  479. <DependentUpon>UnitTextbox_PlusDouble.xaml</DependentUpon>
  480. </Compile>
  481. <Compile Include="WPF\UserControl\WaitingCircle.xaml.cs">
  482. <DependentUpon>WaitingCircle.xaml</DependentUpon>
  483. </Compile>
  484. <Compile Include="WPF\VisualTreeExtend.cs" />
  485. <Compile Include="WPF\Windows\WinIndeterminationWaiting.xaml.cs">
  486. <DependentUpon>WinIndeterminationWaiting.xaml</DependentUpon>
  487. </Compile>
  488. </ItemGroup>
  489. <ItemGroup>
  490. <EmbeddedResource Include="Logger\log4net.config">
  491. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  492. </EmbeddedResource>
  493. <None Include="App.config" />
  494. <EmbeddedResource Include="Logger\NLog.config">
  495. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  496. </EmbeddedResource>
  497. <None Include="packages.config" />
  498. <None Include="Utilities\packages.config" />
  499. </ItemGroup>
  500. <ItemGroup>
  501. <Page Include="Themes\Generic.xaml">
  502. <Generator>MSBuild:Compile</Generator>
  503. <SubType>Designer</SubType>
  504. </Page>
  505. <Page Include="Themes\SearchInputEditor.xaml">
  506. <Generator>MSBuild:Compile</Generator>
  507. <SubType>Designer</SubType>
  508. </Page>
  509. <Page Include="WPF\UserControl\EditSaveTextbox.xaml">
  510. <SubType>Designer</SubType>
  511. <Generator>XamlIntelliSenseFileGenerator</Generator>
  512. </Page>
  513. <Page Include="WPF\UserControl\SelectFile_Hyperlink.xaml">
  514. <Generator>MSBuild:Compile</Generator>
  515. <SubType>Designer</SubType>
  516. </Page>
  517. <Page Include="WPF\UserControl\SelectPath_Start.xaml">
  518. <SubType>Designer</SubType>
  519. <Generator>XamlIntelliSenseFileGenerator</Generator>
  520. </Page>
  521. <Page Include="WPF\UserControl\SliderCheckBox.xaml">
  522. <SubType>Designer</SubType>
  523. <Generator>MSBuild:Compile</Generator>
  524. </Page>
  525. <Page Include="WPF\UserControl\UnderLineTextBlock.xaml">
  526. <SubType>Designer</SubType>
  527. <Generator>XamlIntelliSenseFileGenerator</Generator>
  528. </Page>
  529. <Page Include="WPF\UserControl\UnitTextbox_PlusDouble.xaml">
  530. <SubType>Designer</SubType>
  531. <Generator>XamlIntelliSenseFileGenerator</Generator>
  532. </Page>
  533. <Page Include="WPF\UserControl\WaitingCircle.xaml">
  534. <SubType>Designer</SubType>
  535. <Generator>MSBuild:Compile</Generator>
  536. </Page>
  537. <Page Include="WPF\Windows\WinIndeterminationWaiting.xaml">
  538. <SubType>Designer</SubType>
  539. <Generator>MSBuild:Compile</Generator>
  540. </Page>
  541. </ItemGroup>
  542. <ItemGroup>
  543. <Resource Include="Image\page_edit.png">
  544. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  545. </Resource>
  546. <Resource Include="Image\page_save.png">
  547. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  548. </Resource>
  549. </ItemGroup>
  550. <ItemGroup>
  551. <Resource Include="Image\search.jpg" />
  552. </ItemGroup>
  553. <ItemGroup />
  554. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  555. <Import Project="..\packages\MrAdvice.2.5.24\build\MrAdvice.targets" Condition="Exists('..\packages\MrAdvice.2.5.24\build\MrAdvice.targets')" />
  556. <Target Name="EnsureNuGetPackageBuildImports" BeforeTargets="PrepareForBuild">
  557. <PropertyGroup>
  558. <ErrorText>这台计算机上缺少此项目引用的 NuGet 程序包。使用“NuGet 程序包还原”可下载这些程序包。有关更多信息,请参见 http://go.microsoft.com/fwlink/?LinkID=322105。缺少的文件是 {0}。</ErrorText>
  559. </PropertyGroup>
  560. <Error Condition="!Exists('..\packages\MrAdvice.2.5.24\build\MrAdvice.targets')" Text="$([System.String]::Format('$(ErrorText)', '..\packages\MrAdvice.2.5.24\build\MrAdvice.targets'))" />
  561. </Target>
  562. </Project>