LYFZ.ComponentLibrary.csproj 56 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059106010611062106310641065106610671068106910701071107210731074107510761077107810791080108110821083108410851086108710881089109010911092109310941095109610971098109911001101110211031104110511061107110811091110111111121113111411151116111711181119112011211122112311241125112611271128112911301131113211331134113511361137113811391140114111421143114411451146114711481149115011511152115311541155115611571158115911601161116211631164116511661167116811691170117111721173
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <Project ToolsVersion="4.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
  3. <PropertyGroup>
  4. <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
  5. <Platform Condition=" '$(Platform)' == '' ">x86</Platform>
  6. <ProductVersion>8.0.30703</ProductVersion>
  7. <SchemaVersion>2.0</SchemaVersion>
  8. <ProjectGuid>{D4C2D4C1-1CF6-4116-8BF2-6DE55F518B2A}</ProjectGuid>
  9. <OutputType>Library</OutputType>
  10. <AppDesignerFolder>Properties</AppDesignerFolder>
  11. <RootNamespace>LYFZ.ComponentLibrary</RootNamespace>
  12. <AssemblyName>LYFZ.ComponentLibrary</AssemblyName>
  13. <TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
  14. <TargetFrameworkProfile>
  15. </TargetFrameworkProfile>
  16. <FileAlignment>512</FileAlignment>
  17. <PublishUrl>publish\</PublishUrl>
  18. <Install>true</Install>
  19. <InstallFrom>Disk</InstallFrom>
  20. <UpdateEnabled>false</UpdateEnabled>
  21. <UpdateMode>Foreground</UpdateMode>
  22. <UpdateInterval>7</UpdateInterval>
  23. <UpdateIntervalUnits>Days</UpdateIntervalUnits>
  24. <UpdatePeriodically>false</UpdatePeriodically>
  25. <UpdateRequired>false</UpdateRequired>
  26. <MapFileExtensions>true</MapFileExtensions>
  27. <ApplicationRevision>0</ApplicationRevision>
  28. <ApplicationVersion>1.0.0.%2a</ApplicationVersion>
  29. <IsWebBootstrapper>false</IsWebBootstrapper>
  30. <UseApplicationTrust>false</UseApplicationTrust>
  31. <BootstrapperEnabled>true</BootstrapperEnabled>
  32. </PropertyGroup>
  33. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x86' ">
  34. <PlatformTarget>x86</PlatformTarget>
  35. <DebugSymbols>true</DebugSymbols>
  36. <DebugType>full</DebugType>
  37. <Optimize>false</Optimize>
  38. <OutputPath>bin\Debug\</OutputPath>
  39. <DefineConstants>DEBUG;TRACE</DefineConstants>
  40. <ErrorReport>prompt</ErrorReport>
  41. <WarningLevel>4</WarningLevel>
  42. </PropertyGroup>
  43. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x86' ">
  44. <PlatformTarget>x86</PlatformTarget>
  45. <DebugType>pdbonly</DebugType>
  46. <Optimize>true</Optimize>
  47. <OutputPath>bin\Release\</OutputPath>
  48. <DefineConstants>TRACE</DefineConstants>
  49. <ErrorReport>prompt</ErrorReport>
  50. <WarningLevel>4</WarningLevel>
  51. </PropertyGroup>
  52. <PropertyGroup>
  53. <StartupObject />
  54. </PropertyGroup>
  55. <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|AnyCPU'">
  56. <DebugSymbols>true</DebugSymbols>
  57. <OutputPath>..\LYFZSoftwareDLL\Debug\</OutputPath>
  58. <DefineConstants>DEBUG;TRACE</DefineConstants>
  59. <DebugType>full</DebugType>
  60. <PlatformTarget>AnyCPU</PlatformTarget>
  61. <ErrorReport>prompt</ErrorReport>
  62. <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
  63. </PropertyGroup>
  64. <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|AnyCPU'">
  65. <OutputPath>..\LYFZSoftwareDLL\Release\</OutputPath>
  66. <DefineConstants>TRACE</DefineConstants>
  67. <Optimize>true</Optimize>
  68. <DebugType>pdbonly</DebugType>
  69. <PlatformTarget>AnyCPU</PlatformTarget>
  70. <ErrorReport>prompt</ErrorReport>
  71. <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
  72. </PropertyGroup>
  73. <ItemGroup>
  74. <Reference Include="LYFZ.ImageFunction, Version=1.0.0.0, Culture=neutral, processorArchitecture=MSIL">
  75. <SpecificVersion>False</SpecificVersion>
  76. <HintPath>..\LYFZSoftwareDLL\Release\LYFZ.ImageFunction.dll</HintPath>
  77. </Reference>
  78. <Reference Include="NetDimension.NanUI, Version=0.6.2987.28166, Culture=neutral, processorArchitecture=MSIL">
  79. <SpecificVersion>False</SpecificVersion>
  80. <HintPath>..\DLL_Library\NetDimension.NanUI.dll</HintPath>
  81. </Reference>
  82. <Reference Include="Newtonsoft.Json, Version=9.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL">
  83. <SpecificVersion>False</SpecificVersion>
  84. <HintPath>..\DLL_Library\Newtonsoft.Json.dll</HintPath>
  85. </Reference>
  86. <Reference Include="System" />
  87. <Reference Include="System.Core" />
  88. <Reference Include="System.Design" />
  89. <Reference Include="System.Xml.Linq" />
  90. <Reference Include="System.Data.DataSetExtensions" />
  91. <Reference Include="Microsoft.CSharp" />
  92. <Reference Include="System.Data" />
  93. <Reference Include="System.Deployment" />
  94. <Reference Include="System.Drawing" />
  95. <Reference Include="System.Windows.Forms" />
  96. <Reference Include="System.Xml" />
  97. </ItemGroup>
  98. <ItemGroup>
  99. <Compile Include="BaseContainer.cs">
  100. <SubType>Component</SubType>
  101. </Compile>
  102. <Compile Include="BaseContentsFormMain.cs">
  103. <SubType>Form</SubType>
  104. </Compile>
  105. <Compile Include="BaseContentsFormMain.Designer.cs">
  106. <DependentUpon>BaseContentsFormMain.cs</DependentUpon>
  107. </Compile>
  108. <Compile Include="BaseForm360.cs">
  109. <SubType>Form</SubType>
  110. </Compile>
  111. <Compile Include="BaseForm360.Designer.cs">
  112. <DependentUpon>BaseForm360.cs</DependentUpon>
  113. </Compile>
  114. <Compile Include="BaseFormRelease.cs">
  115. <SubType>Form</SubType>
  116. </Compile>
  117. <Compile Include="BaseFormRelease.Designer.cs">
  118. <DependentUpon>BaseFormRelease.cs</DependentUpon>
  119. </Compile>
  120. <Compile Include="BaseMotherForm.cs">
  121. <SubType>Form</SubType>
  122. </Compile>
  123. <Compile Include="BaseMotherForm.Designer.cs">
  124. <DependentUpon>BaseMotherForm.cs</DependentUpon>
  125. </Compile>
  126. <Compile Include="BaseShadowForm.cs">
  127. <SubType>Form</SubType>
  128. </Compile>
  129. <Compile Include="BaseShadowForm.Designer.cs">
  130. <DependentUpon>BaseShadowForm.cs</DependentUpon>
  131. </Compile>
  132. <Compile Include="BaseFormSimple.cs">
  133. <SubType>Form</SubType>
  134. </Compile>
  135. <Compile Include="BaseFormSimple.Designer.cs">
  136. <DependentUpon>BaseFormSimple.cs</DependentUpon>
  137. </Compile>
  138. <Compile Include="BorderedTableLayoutPanel.cs">
  139. <SubType>Component</SubType>
  140. </Compile>
  141. <Compile Include="ButtonUpperArrow.cs">
  142. <SubType>Component</SubType>
  143. </Compile>
  144. <Compile Include="ButtonDownArrow.cs">
  145. <SubType>Component</SubType>
  146. </Compile>
  147. <Compile Include="ButtonForm.cs">
  148. <SubType>Component</SubType>
  149. </Compile>
  150. <Compile Include="ButtonEx.cs">
  151. <SubType>Component</SubType>
  152. </Compile>
  153. <Compile Include="ButtonTel.cs">
  154. <SubType>Component</SubType>
  155. </Compile>
  156. <Compile Include="ButtonQQ.cs">
  157. <SubType>Component</SubType>
  158. </Compile>
  159. <Compile Include="Camera.cs">
  160. <SubType>UserControl</SubType>
  161. </Compile>
  162. <Compile Include="Camera.Designer.cs">
  163. <DependentUpon>Camera.cs</DependentUpon>
  164. </Compile>
  165. <Compile Include="CameraBookDayControl.cs">
  166. <SubType>Component</SubType>
  167. </Compile>
  168. <Compile Include="CameraBookDayControl.Designer.cs">
  169. <DependentUpon>CameraBookDayControl.cs</DependentUpon>
  170. </Compile>
  171. <Compile Include="ChatListControl\ChatListBox.cs">
  172. <SubType>Component</SubType>
  173. </Compile>
  174. <Compile Include="ChatListControl\ChatListEventArgs.cs" />
  175. <Compile Include="ChatListControl\ChatListItem.cs" />
  176. <Compile Include="ChatListControl\ChatListItemCollection.cs" />
  177. <Compile Include="ChatListControl\ChatListItemConverter.cs" />
  178. <Compile Include="ChatListControl\ChatListItemIcon.cs" />
  179. <Compile Include="ChatListControl\ChatListSubItem.cs" />
  180. <Compile Include="ChatListControl\ChatListSubItemConverter.cs" />
  181. <Compile Include="ChatListControl\ChatListVScroll.cs" />
  182. <Compile Include="ChatListControl\CLIPFORMAT.cs" />
  183. <Compile Include="ChatListControl\DragListEventArgs.cs" />
  184. <Compile Include="ChatListControl\ToolsChatListControl.cs">
  185. <SubType>Component</SubType>
  186. </Compile>
  187. <Compile Include="CheckBoxEx.cs">
  188. <SubType>Component</SubType>
  189. </Compile>
  190. <Compile Include="ColorScheme.cs" />
  191. <Compile Include="ComboBoxTextEx.cs">
  192. <SubType>UserControl</SubType>
  193. </Compile>
  194. <Compile Include="ComboBoxTextEx.Designer.cs">
  195. <DependentUpon>ComboBoxTextEx.cs</DependentUpon>
  196. </Compile>
  197. <Compile Include="ComboBoxTreeViewEx.cs">
  198. <SubType>Component</SubType>
  199. </Compile>
  200. <Compile Include="ComboBoxTreeViewEx.Designer.cs">
  201. <DependentUpon>ComboBoxTreeViewEx.cs</DependentUpon>
  202. </Compile>
  203. <Compile Include="ContextMenuStripEx.cs">
  204. <SubType>Component</SubType>
  205. </Compile>
  206. <Compile Include="Control\WaitForm.cs" />
  207. <Compile Include="DataGridOrderView.cs" />
  208. <Compile Include="DataGridViewAutoFilterColumnHeaderCell.cs" />
  209. <Compile Include="DataGridViewAutoFilterTextBoxColumn.cs" />
  210. <Compile Include="DataGridViewEc.cs">
  211. <SubType>Component</SubType>
  212. </Compile>
  213. <Compile Include="DataGridViewEc.designer.cs">
  214. <DependentUpon>DataGridViewEc.cs</DependentUpon>
  215. </Compile>
  216. <Compile Include="DataGridViewEx.cs">
  217. <SubType>Component</SubType>
  218. </Compile>
  219. <Compile Include="DataViewColumnSet.cs">
  220. <SubType>Form</SubType>
  221. </Compile>
  222. <Compile Include="DataViewColumnSet.Designer.cs">
  223. <DependentUpon>DataViewColumnSet.cs</DependentUpon>
  224. </Compile>
  225. <Compile Include="DataGridViewSetColumn.cs">
  226. <SubType>Form</SubType>
  227. </Compile>
  228. <Compile Include="DataGridViewSetColumn.Designer.cs">
  229. <DependentUpon>DataGridViewSetColumn.cs</DependentUpon>
  230. </Compile>
  231. <Compile Include="DataGridViewStatisticsCount.cs">
  232. <SubType>UserControl</SubType>
  233. </Compile>
  234. <Compile Include="DataGridViewStatisticsCount.Designer.cs">
  235. <DependentUpon>DataGridViewStatisticsCount.cs</DependentUpon>
  236. </Compile>
  237. <Compile Include="DatePickerCustom.cs">
  238. <SubType>UserControl</SubType>
  239. </Compile>
  240. <Compile Include="DatePickerCustom.Designer.cs">
  241. <DependentUpon>DatePickerCustom.cs</DependentUpon>
  242. </Compile>
  243. <Compile Include="DateYear.cs">
  244. <SubType>UserControl</SubType>
  245. </Compile>
  246. <Compile Include="DateYear.Designer.cs">
  247. <DependentUpon>DateYear.cs</DependentUpon>
  248. </Compile>
  249. <Compile Include="DateYearMonth.cs">
  250. <SubType>UserControl</SubType>
  251. </Compile>
  252. <Compile Include="DateYearMonth.Designer.cs">
  253. <DependentUpon>DateYearMonth.cs</DependentUpon>
  254. </Compile>
  255. <Compile Include="Interface\DynamicMenu.cs" />
  256. <Compile Include="ExecutionProgress.cs">
  257. <SubType>UserControl</SubType>
  258. </Compile>
  259. <Compile Include="ExecutionProgress.Designer.cs">
  260. <DependentUpon>ExecutionProgress.cs</DependentUpon>
  261. </Compile>
  262. <Compile Include="ExToolTip.cs">
  263. <SubType>Component</SubType>
  264. </Compile>
  265. <Compile Include="frmCommonIconView.cs">
  266. <SubType>Form</SubType>
  267. </Compile>
  268. <Compile Include="frmCommonIconView.Designer.cs">
  269. <DependentUpon>frmCommonIconView.cs</DependentUpon>
  270. </Compile>
  271. <Compile Include="frmExceptionError.cs">
  272. <SubType>Form</SubType>
  273. </Compile>
  274. <Compile Include="frmExceptionError.Designer.cs">
  275. <DependentUpon>frmExceptionError.cs</DependentUpon>
  276. </Compile>
  277. <Compile Include="frmFullPhoneNumber.cs">
  278. <SubType>Form</SubType>
  279. </Compile>
  280. <Compile Include="frmFullPhoneNumber.Designer.cs">
  281. <DependentUpon>frmFullPhoneNumber.cs</DependentUpon>
  282. </Compile>
  283. <Compile Include="FrmLoadHandling.cs">
  284. <SubType>Form</SubType>
  285. </Compile>
  286. <Compile Include="FrmLoadHandling.Designer.cs">
  287. <DependentUpon>FrmLoadHandling.cs</DependentUpon>
  288. </Compile>
  289. <Compile Include="frmMessageBox.cs">
  290. <SubType>Form</SubType>
  291. </Compile>
  292. <Compile Include="frmMessageBox.Designer.cs">
  293. <DependentUpon>frmMessageBox.cs</DependentUpon>
  294. </Compile>
  295. <Compile Include="frmSystemAbout.cs">
  296. <SubType>Form</SubType>
  297. </Compile>
  298. <Compile Include="frmSystemAbout.Designer.cs">
  299. <DependentUpon>frmSystemAbout.cs</DependentUpon>
  300. </Compile>
  301. <Compile Include="GetUIResources.cs" />
  302. <Compile Include="Interface\IClassicMain.cs" />
  303. <Compile Include="Interface\IFashionMain.cs" />
  304. <Compile Include="ListViewColumnSorter.cs" />
  305. <Compile Include="LoadProgress.cs">
  306. <SubType>UserControl</SubType>
  307. </Compile>
  308. <Compile Include="LoadProgress.Designer.cs">
  309. <DependentUpon>LoadProgress.cs</DependentUpon>
  310. </Compile>
  311. <Compile Include="MaskedIDNumber.cs">
  312. <SubType>Component</SubType>
  313. </Compile>
  314. <Compile Include="MaskedIDNumber.Designer.cs">
  315. <DependentUpon>MaskedIDNumber.cs</DependentUpon>
  316. </Compile>
  317. <Compile Include="MaskedTextBoxEx.cs">
  318. <SubType>Component</SubType>
  319. </Compile>
  320. <Compile Include="MaskedTextBoxEx.Designer.cs">
  321. <DependentUpon>MaskedTextBoxEx.cs</DependentUpon>
  322. </Compile>
  323. <Compile Include="MaskedTextDateEx.cs">
  324. <SubType>Component</SubType>
  325. </Compile>
  326. <Compile Include="MaskedTextDateEx.Designer.cs">
  327. <DependentUpon>MaskedTextDateEx.cs</DependentUpon>
  328. </Compile>
  329. <Compile Include="MaskedTextTimeEx.cs">
  330. <SubType>Component</SubType>
  331. </Compile>
  332. <Compile Include="MaskedTextTimeEx.Designer.cs">
  333. <DependentUpon>MaskedTextTimeEx.cs</DependentUpon>
  334. </Compile>
  335. <Compile Include="MaskedTextYearMonthEx.cs">
  336. <SubType>Component</SubType>
  337. </Compile>
  338. <Compile Include="MaskedTextYearMonthEx.Designer.cs">
  339. <DependentUpon>MaskedTextYearMonthEx.cs</DependentUpon>
  340. </Compile>
  341. <Compile Include="MessageBoxCustom.cs" />
  342. <Compile Include="NumericUpDownEx.cs">
  343. <SubType>Component</SubType>
  344. </Compile>
  345. <Compile Include="NumericUpDownEx.Designer.cs">
  346. <DependentUpon>NumericUpDownEx.cs</DependentUpon>
  347. </Compile>
  348. <Compile Include="OrderExtractIntoItemEx.cs">
  349. <SubType>UserControl</SubType>
  350. </Compile>
  351. <Compile Include="OrderExtractIntoItemEx.Designer.cs">
  352. <DependentUpon>OrderExtractIntoItemEx.cs</DependentUpon>
  353. </Compile>
  354. <Compile Include="OtherExpansionControl\BitmapHelper.cs" />
  355. <Compile Include="OtherExpansionControl\LYFZ.OtherExpansion.Imaging\ColorConverterEx.cs" />
  356. <Compile Include="OtherExpansionControl\LYFZ.OtherExpansion.Imaging\GrayscaleStyle.cs" />
  357. <Compile Include="OtherExpansionControl\LYFZ.OtherExpansion.Imaging\HSL.cs" />
  358. <Compile Include="OtherExpansionControl\LYFZ.OtherExpansion.Imaging\RGB.cs" />
  359. <Compile Include="OtherExpansionControl\LYFZ.OtherExpansion.SkinClass\ControlPaintEx.cs" />
  360. <Compile Include="OtherExpansionControl\LYFZ.OtherExpansion.SkinClass\ControlState.cs" />
  361. <Compile Include="OtherExpansionControl\LYFZ.OtherExpansion.SkinClass\DrawHelper.cs" />
  362. <Compile Include="OtherExpansionControl\LYFZ.OtherExpansion.SkinClass\GraphicsPathHelper.cs" />
  363. <Compile Include="OtherExpansionControl\LYFZ.OtherExpansion.SkinClass\ImageDc.cs" />
  364. <Compile Include="OtherExpansionControl\LYFZ.OtherExpansion.SkinClass\ImageDrawRect.cs" />
  365. <Compile Include="OtherExpansionControl\LYFZ.OtherExpansion.SkinClass\InterpolationModeGraphics.cs" />
  366. <Compile Include="OtherExpansionControl\LYFZ.OtherExpansion.SkinClass\MouseOperate.cs" />
  367. <Compile Include="OtherExpansionControl\LYFZ.OtherExpansion.SkinClass\RegionHelper.cs" />
  368. <Compile Include="OtherExpansionControl\LYFZ.OtherExpansion.SkinClass\RoundStyle.cs" />
  369. <Compile Include="OtherExpansionControl\LYFZ.OtherExpansion.SkinClass\SmoothingModeGraphics.cs" />
  370. <Compile Include="OtherExpansionControl\LYFZ.OtherExpansion.SkinClass\TextRenderingHintGraphics.cs" />
  371. <Compile Include="OtherExpansionControl\LYFZ.OtherExpansion.SkinClass\ThumbArrowDirection.cs" />
  372. <Compile Include="OtherExpansionControl\LYFZ.OtherExpansion.SkinClass\UpdateForm.cs" />
  373. <Compile Include="OtherExpansionControl\LYFZ.OtherExpansion.SkinControl\ArtTextStyle.cs" />
  374. <Compile Include="OtherExpansionControl\LYFZ.OtherExpansion.SkinControl\BackStyle.cs" />
  375. <Compile Include="OtherExpansionControl\LYFZ.OtherExpansion.SkinControl\ButtonStatus.cs" />
  376. <Compile Include="OtherExpansionControl\LYFZ.OtherExpansion.SkinControl\CHARRANGE.cs" />
  377. <Compile Include="OtherExpansionControl\LYFZ.OtherExpansion.SkinControl\ChatListVScroll.cs" />
  378. <Compile Include="OtherExpansionControl\LYFZ.OtherExpansion.SkinControl\CLIPFORMAT.cs" />
  379. <Compile Include="OtherExpansionControl\LYFZ.OtherExpansion.SkinControl\CmbControlPaintEx.cs" />
  380. <Compile Include="OtherExpansionControl\LYFZ.OtherExpansion.SkinControl\CmbRenderHelper.cs" />
  381. <Compile Include="OtherExpansionControl\LYFZ.OtherExpansion.SkinControl\ColorBox.cs">
  382. <SubType>Component</SubType>
  383. </Compile>
  384. <Compile Include="OtherExpansionControl\LYFZ.OtherExpansion.SkinControl\ColorChangedEventArgs.cs" />
  385. <Compile Include="OtherExpansionControl\LYFZ.OtherExpansion.SkinControl\COMRECT.cs" />
  386. <Compile Include="OtherExpansionControl\LYFZ.OtherExpansion.SkinControl\ControlPaintEx.cs" />
  387. <Compile Include="OtherExpansionControl\LYFZ.OtherExpansion.SkinControl\ControlPaintScroll.cs" />
  388. <Compile Include="OtherExpansionControl\LYFZ.OtherExpansion.SkinControl\DrawStyle.cs" />
  389. <Compile Include="OtherExpansionControl\LYFZ.OtherExpansion.SkinControl\DVASPECT.cs" />
  390. <Compile Include="OtherExpansionControl\LYFZ.OtherExpansion.SkinControl\FORMATETC.cs" />
  391. <Compile Include="OtherExpansionControl\LYFZ.OtherExpansion.SkinControl\FrmCapture.cs">
  392. <SubType>Form</SubType>
  393. </Compile>
  394. <Compile Include="OtherExpansionControl\LYFZ.OtherExpansion.SkinControl\GETCLIPBOARDDATAFLAGS.cs" />
  395. <Compile Include="OtherExpansionControl\LYFZ.OtherExpansion.SkinControl\GETOBJECTOPTIONS.cs" />
  396. <Compile Include="OtherExpansionControl\LYFZ.OtherExpansion.SkinControl\IAdviseSink.cs" />
  397. <Compile Include="OtherExpansionControl\LYFZ.OtherExpansion.SkinControl\IDataObject.cs" />
  398. <Compile Include="OtherExpansionControl\LYFZ.OtherExpansion.SkinControl\IEnumFORMATETC.cs" />
  399. <Compile Include="OtherExpansionControl\LYFZ.OtherExpansion.SkinControl\IEnumOLEVERB.cs" />
  400. <Compile Include="OtherExpansionControl\LYFZ.OtherExpansion.SkinControl\IEnumSTATDATA.cs" />
  401. <Compile Include="OtherExpansionControl\LYFZ.OtherExpansion.SkinControl\IEnumSTATSTG.cs" />
  402. <Compile Include="OtherExpansionControl\LYFZ.OtherExpansion.SkinControl\ILockBytes.cs" />
  403. <Compile Include="OtherExpansionControl\LYFZ.OtherExpansion.SkinControl\ImageProcessBox.cs">
  404. <SubType>Component</SubType>
  405. </Compile>
  406. <Compile Include="OtherExpansionControl\LYFZ.OtherExpansion.SkinControl\IOleClientSite.cs" />
  407. <Compile Include="OtherExpansionControl\LYFZ.OtherExpansion.SkinControl\IOleContainer.cs" />
  408. <Compile Include="OtherExpansionControl\LYFZ.OtherExpansion.SkinControl\IOleObject.cs" />
  409. <Compile Include="OtherExpansionControl\LYFZ.OtherExpansion.SkinControl\IRichEditOle.cs" />
  410. <Compile Include="OtherExpansionControl\LYFZ.OtherExpansion.SkinControl\IScrollBarPaint.cs" />
  411. <Compile Include="OtherExpansionControl\LYFZ.OtherExpansion.SkinControl\ISequentialStream.cs" />
  412. <Compile Include="OtherExpansionControl\LYFZ.OtherExpansion.SkinControl\IStorage.cs" />
  413. <Compile Include="OtherExpansionControl\LYFZ.OtherExpansion.SkinControl\IStream.cs" />
  414. <Compile Include="OtherExpansionControl\LYFZ.OtherExpansion.SkinControl\LayoutUtils.cs" />
  415. <Compile Include="OtherExpansionControl\LYFZ.OtherExpansion.SkinControl\MaskControlBase.cs" />
  416. <Compile Include="OtherExpansionControl\LYFZ.OtherExpansion.SkinControl\MHookEventArgs.cs" />
  417. <Compile Include="OtherExpansionControl\LYFZ.OtherExpansion.SkinControl\MouseHook.cs" />
  418. <Compile Include="OtherExpansionControl\LYFZ.OtherExpansion.SkinControl\PaintScrollBarArrowEventArgs.cs" />
  419. <Compile Include="OtherExpansionControl\LYFZ.OtherExpansion.SkinControl\PaintScrollBarThumbEventArgs.cs" />
  420. <Compile Include="OtherExpansionControl\LYFZ.OtherExpansion.SkinControl\PaintScrollBarTrackEventArgs.cs" />
  421. <Compile Include="OtherExpansionControl\LYFZ.OtherExpansion.SkinControl\PassKey.cs">
  422. <SubType>Form</SubType>
  423. </Compile>
  424. <Compile Include="OtherExpansionControl\LYFZ.OtherExpansion.SkinControl\ProfessionalToolStripRendererEx.cs" />
  425. <Compile Include="OtherExpansionControl\LYFZ.OtherExpansion.SkinControl\RenderHelper.cs" />
  426. <Compile Include="OtherExpansionControl\LYFZ.OtherExpansion.SkinControl\RenderHelperScrollBar.cs" />
  427. <Compile Include="OtherExpansionControl\LYFZ.OtherExpansion.SkinControl\RenderHelperStrip.cs" />
  428. <Compile Include="OtherExpansionControl\LYFZ.OtherExpansion.SkinControl\REOBJECT.cs" />
  429. <Compile Include="OtherExpansionControl\LYFZ.OtherExpansion.SkinControl\REOOBJECTFLAGS.cs" />
  430. <Compile Include="OtherExpansionControl\LYFZ.OtherExpansion.SkinControl\RichEditOle.cs" />
  431. <Compile Include="OtherExpansionControl\LYFZ.OtherExpansion.SkinControl\RtfRichTextBox.cs">
  432. <SubType>Component</SubType>
  433. </Compile>
  434. <Compile Include="OtherExpansionControl\LYFZ.OtherExpansion.SkinControl\ScrollBarHistTest.cs" />
  435. <Compile Include="OtherExpansionControl\LYFZ.OtherExpansion.SkinControl\ScrollBarManager.cs" />
  436. <Compile Include="OtherExpansionControl\LYFZ.OtherExpansion.SkinControl\SkinButtom.cs">
  437. <SubType>Component</SubType>
  438. </Compile>
  439. <Compile Include="OtherExpansionControl\LYFZ.OtherExpansion.SkinControl\SkinCheckBox.cs">
  440. <SubType>Component</SubType>
  441. </Compile>
  442. <Compile Include="OtherExpansionControl\LYFZ.OtherExpansion.SkinControl\SkinComboBox.cs">
  443. <SubType>Component</SubType>
  444. </Compile>
  445. <Compile Include="OtherExpansionControl\LYFZ.OtherExpansion.SkinControl\SkinContextMenuStrip.cs">
  446. <SubType>Component</SubType>
  447. </Compile>
  448. <Compile Include="OtherExpansionControl\LYFZ.OtherExpansion.SkinControl\SkinGifBox.cs">
  449. <SubType>Component</SubType>
  450. </Compile>
  451. <Compile Include="OtherExpansionControl\LYFZ.OtherExpansion.SkinControl\SkinHScrollBar.cs">
  452. <SubType>Component</SubType>
  453. </Compile>
  454. <Compile Include="OtherExpansionControl\LYFZ.OtherExpansion.SkinControl\SkinLabel.cs">
  455. <SubType>Component</SubType>
  456. </Compile>
  457. <Compile Include="OtherExpansionControl\LYFZ.OtherExpansion.SkinControl\SkinMenuStrip.cs">
  458. <SubType>Component</SubType>
  459. </Compile>
  460. <Compile Include="OtherExpansionControl\LYFZ.OtherExpansion.SkinControl\SkinNumericUpDown.cs">
  461. <SubType>Component</SubType>
  462. </Compile>
  463. <Compile Include="OtherExpansionControl\LYFZ.OtherExpansion.SkinControl\SkinPanel.cs">
  464. <SubType>Component</SubType>
  465. </Compile>
  466. <Compile Include="OtherExpansionControl\LYFZ.OtherExpansion.SkinControl\SkinProgressBar.cs">
  467. <SubType>Component</SubType>
  468. </Compile>
  469. <Compile Include="OtherExpansionControl\LYFZ.OtherExpansion.SkinControl\SkinRadioButton.cs">
  470. <SubType>Component</SubType>
  471. </Compile>
  472. <Compile Include="OtherExpansionControl\LYFZ.OtherExpansion.SkinControl\SkinRichTextBox.cs">
  473. <SubType>Component</SubType>
  474. </Compile>
  475. <Compile Include="OtherExpansionControl\LYFZ.OtherExpansion.SkinControl\SkinTextBox.cs">
  476. <SubType>UserControl</SubType>
  477. </Compile>
  478. <Compile Include="OtherExpansionControl\LYFZ.OtherExpansion.SkinControl\SkinToolStrip.cs">
  479. <SubType>Component</SubType>
  480. </Compile>
  481. <Compile Include="OtherExpansionControl\LYFZ.OtherExpansion.SkinControl\SkinVScrollBar.cs">
  482. <SubType>Component</SubType>
  483. </Compile>
  484. <Compile Include="OtherExpansionControl\LYFZ.OtherExpansion.SkinControl\STATDATA.cs" />
  485. <Compile Include="OtherExpansionControl\LYFZ.OtherExpansion.SkinControl\STGM.cs" />
  486. <Compile Include="OtherExpansionControl\LYFZ.OtherExpansion.SkinControl\STGMEDIUM.cs" />
  487. <Compile Include="OtherExpansionControl\LYFZ.OtherExpansion.SkinControl\tagLOGPALETTE.cs" />
  488. <Compile Include="OtherExpansionControl\LYFZ.OtherExpansion.SkinControl\tagOLEVERB.cs" />
  489. <Compile Include="OtherExpansionControl\LYFZ.OtherExpansion.SkinControl\TextRenderingHintGraphics.cs" />
  490. <Compile Include="OtherExpansionControl\LYFZ.OtherExpansion.SkinControl\ToolButton.cs">
  491. <SubType>Component</SubType>
  492. </Compile>
  493. <Compile Include="OtherExpansionControl\LYFZ.OtherExpansion.SkinControl\ToolStripColorTable.cs" />
  494. <Compile Include="OtherExpansionControl\LYFZ.OtherExpansion.SkinControl\TYMED.cs" />
  495. <Compile Include="OtherExpansionControl\LYFZ.OtherExpansion.SkinControl\UpDownButtonPaintEventArgs.cs" />
  496. <Compile Include="OtherExpansionControl\LYFZ.OtherExpansion.SkinControl\UpDownButtonPaintEventHandler.cs" />
  497. <Compile Include="OtherExpansionControl\LYFZ.OtherExpansion.SkinControl\WaterTextBox.cs">
  498. <SubType>Component</SubType>
  499. </Compile>
  500. <Compile Include="OtherExpansionControl\LYFZ.OtherExpansion.Win32.Callback\HookProc.cs" />
  501. <Compile Include="OtherExpansionControl\LYFZ.OtherExpansion.Win32.Const\HWND.cs">
  502. <SubType>Code</SubType>
  503. </Compile>
  504. <Compile Include="OtherExpansionControl\LYFZ.OtherExpansion.Win32.Const\TTM.cs">
  505. <SubType>Code</SubType>
  506. </Compile>
  507. <Compile Include="OtherExpansionControl\LYFZ.OtherExpansion.Win32.Const\TTN.cs">
  508. <SubType>Code</SubType>
  509. </Compile>
  510. <Compile Include="OtherExpansionControl\LYFZ.OtherExpansion.Win32.Struct\INITCOMMONCONTROLSEX.cs" />
  511. <Compile Include="OtherExpansionControl\LYFZ.OtherExpansion.Win32.Struct\MOUSEHOOKSTRUCT.cs" />
  512. <Compile Include="OtherExpansionControl\LYFZ.OtherExpansion.Win32.Struct\NMCUSTOMDRAW.cs" />
  513. <Compile Include="OtherExpansionControl\LYFZ.OtherExpansion.Win32.Struct\NMHDR.cs" />
  514. <Compile Include="OtherExpansionControl\LYFZ.OtherExpansion.Win32.Struct\NMTTCUSTOMDRAW.cs" />
  515. <Compile Include="OtherExpansionControl\LYFZ.OtherExpansion.Win32.Struct\NMTTDISPINFO.cs" />
  516. <Compile Include="OtherExpansionControl\LYFZ.OtherExpansion.Win32.Struct\PAINTSTRUCT.cs" />
  517. <Compile Include="OtherExpansionControl\LYFZ.OtherExpansion.Win32.Struct\POINT.cs" />
  518. <Compile Include="OtherExpansionControl\LYFZ.OtherExpansion.Win32.Struct\RECT.cs" />
  519. <Compile Include="OtherExpansionControl\LYFZ.OtherExpansion.Win32.Struct\SCROLLBARINFO.cs" />
  520. <Compile Include="OtherExpansionControl\LYFZ.OtherExpansion.Win32.Struct\SCROLLINFO.cs" />
  521. <Compile Include="OtherExpansionControl\LYFZ.OtherExpansion.Win32.Struct\TOOLINFO.cs" />
  522. <Compile Include="OtherExpansionControl\LYFZ.OtherExpansion.Win32.Struct\TRACKMOUSEEVENT.cs" />
  523. <Compile Include="OtherExpansionControl\LYFZ.OtherExpansion.Win32.Struct\WINDOWINFO.cs" />
  524. <Compile Include="OtherExpansionControl\LYFZ.OtherExpansion.Win32.Struct\WINDOWPLACEMENT.cs" />
  525. <Compile Include="OtherExpansionControl\LYFZ.OtherExpansion.Win32.Struct\WINDOWPOS.cs" />
  526. <Compile Include="OtherExpansionControl\LYFZ.OtherExpansion.Win32\HttpWebRequestHelper.cs" />
  527. <Compile Include="OtherExpansionControl\LYFZ.OtherExpansion.Win32\NativeMethods.cs" />
  528. <Compile Include="OtherExpansionControl\LYFZ.OtherExpansion.Win32\Result.cs" />
  529. <Compile Include="OtherExpansionControl\LYFZ.OtherExpansion.Win32\ShellHelper.cs" />
  530. <Compile Include="OtherExpansionControl\LYFZ.OtherExpansion.Win32\Win32Helper.cs" />
  531. <Compile Include="PagerEx.cs">
  532. <SubType>UserControl</SubType>
  533. </Compile>
  534. <Compile Include="PagerEx.Designer.cs">
  535. <DependentUpon>PagerEx.cs</DependentUpon>
  536. </Compile>
  537. <Compile Include="Pager\ucPagerEx.cs">
  538. <SubType>UserControl</SubType>
  539. </Compile>
  540. <Compile Include="Pager\ucPagerEx.Designer.cs">
  541. <DependentUpon>ucPagerEx.cs</DependentUpon>
  542. </Compile>
  543. <Compile Include="PanelToDataTableView.cs">
  544. <SubType>Component</SubType>
  545. </Compile>
  546. <Compile Include="RadioButtonEx.cs">
  547. <SubType>Component</SubType>
  548. </Compile>
  549. <Compile Include="ButtonExpand.cs">
  550. <SubType>Component</SubType>
  551. </Compile>
  552. <Compile Include="GlassButton.cs">
  553. <SubType>Component</SubType>
  554. </Compile>
  555. <Compile Include="GraphicsPathHelper.cs" />
  556. <Compile Include="ImageDrawRect.cs" />
  557. <Compile Include="Program.cs" />
  558. <Compile Include="Properties\AssemblyInfo.cs" />
  559. <Compile Include="ShadowLayer.cs">
  560. <SubType>Form</SubType>
  561. </Compile>
  562. <Compile Include="ShowNumber.cs">
  563. <SubType>Component</SubType>
  564. </Compile>
  565. <Compile Include="TestListViewEx.cs">
  566. <SubType>UserControl</SubType>
  567. </Compile>
  568. <Compile Include="TestListViewEx.Designer.cs">
  569. <DependentUpon>TestListViewEx.cs</DependentUpon>
  570. </Compile>
  571. <Compile Include="TextBoxBasicEx.cs">
  572. <SubType>Component</SubType>
  573. </Compile>
  574. <Compile Include="TextBoxEx.cs">
  575. <SubType>UserControl</SubType>
  576. </Compile>
  577. <Compile Include="TextBoxEx.Designer.cs">
  578. <DependentUpon>TextBoxEx.cs</DependentUpon>
  579. </Compile>
  580. <Compile Include="TransparentControl.cs">
  581. <SubType>Component</SubType>
  582. </Compile>
  583. <Compile Include="ProgressBarEx.cs">
  584. <SubType>Component</SubType>
  585. </Compile>
  586. <Compile Include="PanelEx.cs">
  587. <SubType>Component</SubType>
  588. </Compile>
  589. <Compile Include="PictureBoxEx.cs">
  590. <SubType>Component</SubType>
  591. </Compile>
  592. <Compile Include="ListViewEx.cs">
  593. <SubType>Component</SubType>
  594. </Compile>
  595. <Compile Include="ListBoxEx.cs">
  596. <SubType>Component</SubType>
  597. </Compile>
  598. <Compile Include="ComboBoxEx.cs">
  599. <SubType>Component</SubType>
  600. </Compile>
  601. <Compile Include="RichTextBoxEx.cs">
  602. <SubType>Component</SubType>
  603. </Compile>
  604. <Compile Include="DateTimePickerEx.cs">
  605. <SubType>Component</SubType>
  606. </Compile>
  607. <Compile Include="TreeViewEx.cs">
  608. <SubType>Component</SubType>
  609. </Compile>
  610. <Compile Include="GroupBoxEx.cs">
  611. <SubType>Component</SubType>
  612. </Compile>
  613. <Compile Include="TabControlEx.cs">
  614. <SubType>Component</SubType>
  615. </Compile>
  616. <Compile Include="SplitContainerEx.cs">
  617. <SubType>Component</SubType>
  618. </Compile>
  619. <Compile Include="ErrorProviderEx.cs">
  620. <SubType>Component</SubType>
  621. </Compile>
  622. <Compile Include="LabelEx.cs">
  623. <SubType>Component</SubType>
  624. </Compile>
  625. <Compile Include="UCGroupItems.cs">
  626. <SubType>Component</SubType>
  627. </Compile>
  628. <Compile Include="UCNavigationTool.cs">
  629. <SubType>UserControl</SubType>
  630. </Compile>
  631. <Compile Include="UCNavigationTool.Designer.cs">
  632. <DependentUpon>UCNavigationTool.cs</DependentUpon>
  633. </Compile>
  634. <Compile Include="UCtlScrollBarV.cs">
  635. <SubType>UserControl</SubType>
  636. </Compile>
  637. <Compile Include="UCtlScroolBarH.cs">
  638. <SubType>UserControl</SubType>
  639. </Compile>
  640. <Compile Include="BaseContentsFormRelease.cs">
  641. <SubType>Form</SubType>
  642. </Compile>
  643. <Compile Include="BaseContentsFormRelease.Designer.cs">
  644. <DependentUpon>BaseContentsFormRelease.cs</DependentUpon>
  645. </Compile>
  646. <Compile Include="Properties\UIBlueResources.Designer.cs">
  647. <AutoGen>True</AutoGen>
  648. <DesignTime>True</DesignTime>
  649. <DependentUpon>UIBlueResources.resx</DependentUpon>
  650. </Compile>
  651. <Compile Include="UIBlueThemeResources.cs" />
  652. <EmbeddedResource Include="BaseContainer.resx">
  653. <DependentUpon>BaseContainer.cs</DependentUpon>
  654. </EmbeddedResource>
  655. <EmbeddedResource Include="BaseContentsFormMain.resx">
  656. <DependentUpon>BaseContentsFormMain.cs</DependentUpon>
  657. <SubType>Designer</SubType>
  658. </EmbeddedResource>
  659. <EmbeddedResource Include="BaseForm360.resx">
  660. <DependentUpon>BaseForm360.cs</DependentUpon>
  661. </EmbeddedResource>
  662. <EmbeddedResource Include="BaseFormRelease.resx">
  663. <DependentUpon>BaseFormRelease.cs</DependentUpon>
  664. </EmbeddedResource>
  665. <EmbeddedResource Include="BaseMotherForm.resx">
  666. <DependentUpon>BaseMotherForm.cs</DependentUpon>
  667. </EmbeddedResource>
  668. <EmbeddedResource Include="BaseFormSimple.resx">
  669. <DependentUpon>BaseFormSimple.cs</DependentUpon>
  670. <SubType>Designer</SubType>
  671. </EmbeddedResource>
  672. <EmbeddedResource Include="Camera.resx">
  673. <DependentUpon>Camera.cs</DependentUpon>
  674. </EmbeddedResource>
  675. <EmbeddedResource Include="CameraBookDayControl.resx">
  676. <DependentUpon>CameraBookDayControl.cs</DependentUpon>
  677. </EmbeddedResource>
  678. <EmbeddedResource Include="ChatListControl\ChatListBox.resources" />
  679. <EmbeddedResource Include="ComboBoxTextEx.resx">
  680. <DependentUpon>ComboBoxTextEx.cs</DependentUpon>
  681. </EmbeddedResource>
  682. <EmbeddedResource Include="ComboBoxTreeViewEx.resx">
  683. <DependentUpon>ComboBoxTreeViewEx.cs</DependentUpon>
  684. </EmbeddedResource>
  685. <EmbeddedResource Include="DataViewColumnSet.resx">
  686. <DependentUpon>DataViewColumnSet.cs</DependentUpon>
  687. </EmbeddedResource>
  688. <EmbeddedResource Include="DataGridViewSetColumn.resx">
  689. <DependentUpon>DataGridViewSetColumn.cs</DependentUpon>
  690. </EmbeddedResource>
  691. <EmbeddedResource Include="DataGridViewStatisticsCount.resx">
  692. <DependentUpon>DataGridViewStatisticsCount.cs</DependentUpon>
  693. </EmbeddedResource>
  694. <EmbeddedResource Include="DatePickerCustom.resx">
  695. <DependentUpon>DatePickerCustom.cs</DependentUpon>
  696. </EmbeddedResource>
  697. <EmbeddedResource Include="DateYear.resx">
  698. <DependentUpon>DateYear.cs</DependentUpon>
  699. </EmbeddedResource>
  700. <EmbeddedResource Include="DateYearMonth.resx">
  701. <DependentUpon>DateYearMonth.cs</DependentUpon>
  702. </EmbeddedResource>
  703. <EmbeddedResource Include="ExecutionProgress.resx">
  704. <DependentUpon>ExecutionProgress.cs</DependentUpon>
  705. </EmbeddedResource>
  706. <EmbeddedResource Include="frmCommonIconView.resx">
  707. <DependentUpon>frmCommonIconView.cs</DependentUpon>
  708. </EmbeddedResource>
  709. <EmbeddedResource Include="frmExceptionError.resx">
  710. <DependentUpon>frmExceptionError.cs</DependentUpon>
  711. </EmbeddedResource>
  712. <EmbeddedResource Include="frmFullPhoneNumber.resx">
  713. <DependentUpon>frmFullPhoneNumber.cs</DependentUpon>
  714. </EmbeddedResource>
  715. <EmbeddedResource Include="FrmLoadHandling.resx">
  716. <DependentUpon>FrmLoadHandling.cs</DependentUpon>
  717. </EmbeddedResource>
  718. <EmbeddedResource Include="frmMessageBox.resx">
  719. <DependentUpon>frmMessageBox.cs</DependentUpon>
  720. </EmbeddedResource>
  721. <EmbeddedResource Include="LoadProgress.resx">
  722. <DependentUpon>LoadProgress.cs</DependentUpon>
  723. </EmbeddedResource>
  724. <EmbeddedResource Include="OrderExtractIntoItemEx.resx">
  725. <DependentUpon>OrderExtractIntoItemEx.cs</DependentUpon>
  726. </EmbeddedResource>
  727. <EmbeddedResource Include="OtherExpansionControl\LYFZ.OtherExpansion.SkinControl\ColorBox.resources" />
  728. <EmbeddedResource Include="OtherExpansionControl\LYFZ.OtherExpansion.SkinControl\FrmCapture.resources" />
  729. <EmbeddedResource Include="OtherExpansionControl\LYFZ.OtherExpansion.SkinControl\FrmCapture.resx">
  730. <DependentUpon>FrmCapture.cs</DependentUpon>
  731. </EmbeddedResource>
  732. <EmbeddedResource Include="OtherExpansionControl\LYFZ.OtherExpansion.SkinControl\PassKey.resources" />
  733. <EmbeddedResource Include="OtherExpansionControl\LYFZ.OtherExpansion.SkinControl\PassKey.resx">
  734. <DependentUpon>PassKey.cs</DependentUpon>
  735. </EmbeddedResource>
  736. <EmbeddedResource Include="OtherExpansionControl\LYFZ.OtherExpansion.SkinControl\SkinTextBox.resources" />
  737. <EmbeddedResource Include="OtherExpansionControl\LYFZ.OtherExpansion.SkinControl\SkinTextBox.resx">
  738. <DependentUpon>SkinTextBox.cs</DependentUpon>
  739. </EmbeddedResource>
  740. <EmbeddedResource Include="PagerEx.resx">
  741. <DependentUpon>PagerEx.cs</DependentUpon>
  742. </EmbeddedResource>
  743. <EmbeddedResource Include="Pager\ucPagerEx.resx">
  744. <DependentUpon>ucPagerEx.cs</DependentUpon>
  745. </EmbeddedResource>
  746. <EmbeddedResource Include="Properties\Resources.resx">
  747. <Generator>PublicResXFileCodeGenerator</Generator>
  748. <LastGenOutput>Resources.Designer.cs</LastGenOutput>
  749. <SubType>Designer</SubType>
  750. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  751. </EmbeddedResource>
  752. <Compile Include="Properties\Resources.Designer.cs">
  753. <AutoGen>True</AutoGen>
  754. <DependentUpon>Resources.resx</DependentUpon>
  755. <DesignTime>True</DesignTime>
  756. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  757. </Compile>
  758. <EmbeddedResource Include="ShadowLayer.resx">
  759. <DependentUpon>ShadowLayer.cs</DependentUpon>
  760. </EmbeddedResource>
  761. <EmbeddedResource Include="TestListViewEx.resx">
  762. <DependentUpon>TestListViewEx.cs</DependentUpon>
  763. </EmbeddedResource>
  764. <EmbeddedResource Include="TextBoxEx.resx">
  765. <DependentUpon>TextBoxEx.cs</DependentUpon>
  766. </EmbeddedResource>
  767. <EmbeddedResource Include="BaseContentsFormRelease.resx">
  768. <DependentUpon>BaseContentsFormRelease.cs</DependentUpon>
  769. </EmbeddedResource>
  770. <EmbeddedResource Include="Properties\UIBlueResources.resx">
  771. <Generator>PublicResXFileCodeGenerator</Generator>
  772. <LastGenOutput>UIBlueResources.Designer.cs</LastGenOutput>
  773. </EmbeddedResource>
  774. <EmbeddedResource Include="UCNavigationTool.resx">
  775. <DependentUpon>UCNavigationTool.cs</DependentUpon>
  776. </EmbeddedResource>
  777. <None Include="Properties\Settings.settings">
  778. <Generator>SettingsSingleFileGenerator</Generator>
  779. <LastGenOutput>Settings.Designer.cs</LastGenOutput>
  780. </None>
  781. <Compile Include="Properties\Settings.Designer.cs">
  782. <AutoGen>True</AutoGen>
  783. <DependentUpon>Settings.settings</DependentUpon>
  784. <DesignTimeSharedInput>True</DesignTimeSharedInput>
  785. </Compile>
  786. </ItemGroup>
  787. <ItemGroup>
  788. <BootstrapperPackage Include=".NETFramework,Version=v4.0,Profile=Client">
  789. <Visible>False</Visible>
  790. <ProductName>Microsoft .NET Framework 4 Client Profile %28x86 和 x64%29</ProductName>
  791. <Install>true</Install>
  792. </BootstrapperPackage>
  793. <BootstrapperPackage Include="Microsoft.Net.Client.3.5">
  794. <Visible>False</Visible>
  795. <ProductName>.NET Framework 3.5 SP1 Client Profile</ProductName>
  796. <Install>false</Install>
  797. </BootstrapperPackage>
  798. <BootstrapperPackage Include="Microsoft.Net.Framework.3.5.SP1">
  799. <Visible>False</Visible>
  800. <ProductName>.NET Framework 3.5 SP1</ProductName>
  801. <Install>false</Install>
  802. </BootstrapperPackage>
  803. <BootstrapperPackage Include="Microsoft.Windows.Installer.3.1">
  804. <Visible>False</Visible>
  805. <ProductName>Windows Installer 3.1</ProductName>
  806. <Install>true</Install>
  807. </BootstrapperPackage>
  808. </ItemGroup>
  809. <ItemGroup>
  810. <None Include="Resources\BG1.png" />
  811. </ItemGroup>
  812. <ItemGroup>
  813. <None Include="Resources\BGimg0.png" />
  814. </ItemGroup>
  815. <ItemGroup>
  816. <None Include="Resources\sys_button_close.png" />
  817. </ItemGroup>
  818. <ItemGroup>
  819. <None Include="Resources\sys_button_max.png" />
  820. </ItemGroup>
  821. <ItemGroup>
  822. <None Include="Resources\sys_button_min.png" />
  823. </ItemGroup>
  824. <ItemGroup>
  825. <None Include="Resources\toolbar_hover.png" />
  826. </ItemGroup>
  827. <ItemGroup>
  828. <None Include="Resources\feedback.png" />
  829. </ItemGroup>
  830. <ItemGroup>
  831. <None Include="Resources\ico_SysRepair.png" />
  832. </ItemGroup>
  833. <ItemGroup>
  834. <None Include="Resources\ico_TraceCleaner.png" />
  835. </ItemGroup>
  836. <ItemGroup>
  837. <None Include="Resources\sub_tabbar_split.png" />
  838. </ItemGroup>
  839. <ItemGroup>
  840. <None Include="Resources\safe_subtab_btn.png" />
  841. </ItemGroup>
  842. <ItemGroup>
  843. <None Include="Resources\window_shadow.png" />
  844. </ItemGroup>
  845. <ItemGroup>
  846. <None Include="Resources\Prohibit.png" />
  847. <None Include="Resources\tab01.png" />
  848. <None Include="Resources\tab02.png" />
  849. <None Include="Resources\btn_qq.png" />
  850. <None Include="Resources\btn_tel.png" />
  851. <Content Include="Resources\DataGrivdViewEc\Collapse.png" />
  852. <Content Include="Resources\DataGrivdViewEc\Expand.png" />
  853. <Content Include="Resources\pitdelete.png" />
  854. <Content Include="Resources\pitEdit.png" />
  855. <Content Include="Resources\pitEditOk.png" />
  856. <Content Include="Resources\pitReset.png" />
  857. <Content Include="Resources\strdate.jpg" />
  858. <None Include="Resources\Textbox_New.png" />
  859. <None Include="Resources\UIResources\Ex_Textbox.png" />
  860. <None Include="Resources\UIResources\bg_ChildLogin.png" />
  861. <None Include="Resources\UIResources\bg_WeddingLogin.png" />
  862. <None Include="Resources\UIResources\btn_close.png" />
  863. <None Include="Resources\UIResources\btn_Form.png" />
  864. <None Include="Resources\UIResources\btn_login.png" />
  865. <None Include="Resources\UIResources\btn_max.png" />
  866. <None Include="Resources\UIResources\btn_mini.png" />
  867. <None Include="Resources\UIResources\btn_qq.png" />
  868. <None Include="Resources\UIResources\btn_QuickMenu.png" />
  869. <None Include="Resources\UIResources\btn_restore.png" />
  870. <None Include="Resources\UIResources\btn_save.png" />
  871. <None Include="Resources\UIResources\btn_skin.png" />
  872. <None Include="Resources\UIResources\btn_tel.png" />
  873. <None Include="Resources\UIResources\check.png" />
  874. <None Include="Resources\UIResources\df_ChildHeadPortrait.png" />
  875. <None Include="Resources\UIResources\df_WeddingHeadPortrait.png" />
  876. <None Include="Resources\UIResources\dot.png" />
  877. <None Include="Resources\UIResources\DateTime.png" />
  878. <None Include="Resources\UIResources\1_01.png" />
  879. <None Include="Resources\UIResources\1_02.png" />
  880. <None Include="Resources\UIResources\2_01.png" />
  881. <None Include="Resources\UIResources\2_02.png" />
  882. <None Include="Resources\UIResources\3_01.png" />
  883. <None Include="Resources\UIResources\3_02.png" />
  884. <None Include="Resources\UIResources\4_01.png" />
  885. <None Include="Resources\UIResources\4_02.png" />
  886. <None Include="Resources\UIResources\5_01.png" />
  887. <None Include="Resources\UIResources\5_02.png" />
  888. <None Include="Resources\UIResources\6_01.png" />
  889. <None Include="Resources\UIResources\6_02.png" />
  890. <None Include="Resources\UIResources\7_01.png" />
  891. <None Include="Resources\UIResources\7_02.png" />
  892. <None Include="Resources\UIResources\8_01.png" />
  893. <None Include="Resources\UIResources\8_02.png" />
  894. <None Include="Resources\UIResources\9_01.png" />
  895. <None Include="Resources\UIResources\9_02.png" />
  896. <None Include="Resources\UIResources\10_01.png" />
  897. <None Include="Resources\UIResources\10_02.png" />
  898. <None Include="Resources\UIResources\btn_down.png" />
  899. <None Include="Resources\UIResources\btn_UP.png" />
  900. <None Include="Resources\UIResources\main_Navigation.png" />
  901. <None Include="Resources\UIResources\frmBottomBG.png" />
  902. <None Include="Resources\UIResources\frmTitleBG.png" />
  903. <None Include="Resources\UIResources\ScrollBarHimg\leftarrow.png" />
  904. <None Include="Resources\UIResources\ScrollBarHimg\rightarrow.png" />
  905. <None Include="Resources\UIResources\ScrollBarHimg\ThumbLeft.png" />
  906. <None Include="Resources\UIResources\ScrollBarHimg\ThumbMiddleH.png" />
  907. <None Include="Resources\UIResources\ScrollBarHimg\ThumbRight.png" />
  908. <None Include="Resources\UIResources\ScrollBarHimg\ThumbSpanLeft.png" />
  909. <None Include="Resources\UIResources\ScrollBarHimg\ThumbSpanRight.png" />
  910. <None Include="Resources\UIResources\ScrollBarVimg\downarrow.png" />
  911. <None Include="Resources\UIResources\ScrollBarVimg\ThumbBottom.png" />
  912. <None Include="Resources\UIResources\ScrollBarVimg\ThumbMiddleV.png" />
  913. <None Include="Resources\UIResources\ScrollBarVimg\ThumbSpanBottom.png" />
  914. <None Include="Resources\UIResources\ScrollBarVimg\ThumbSpanTop.png" />
  915. <None Include="Resources\UIResources\ScrollBarVimg\ThumbTop.png" />
  916. <None Include="Resources\UIResources\ScrollBarVimg\uparrow.png" />
  917. <None Include="Resources\UIResources\TabImage\tab_bottom.png" />
  918. <None Include="Resources\UIResources\TabImage\tab_bottom_select.png" />
  919. <None Include="Resources\UIResources\TabImage\tab_left.png" />
  920. <None Include="Resources\UIResources\TabImage\tab_left_select.png" />
  921. <None Include="Resources\UIResources\TabImage\tab_right.png" />
  922. <None Include="Resources\UIResources\TabImage\tab_right_select.png" />
  923. <None Include="Resources\UIResources\TabImage\tab_top.png" />
  924. <None Include="Resources\UIResources\TabImage\tab_top_select.png" />
  925. <None Include="Resources\UIResources\checkDel.png" />
  926. <None Include="Resources\UIResources\check_Gr.png" />
  927. <None Include="Resources\UIResources\LYFZHD.jpg" />
  928. <Content Include="Resources\UIResources\TuDing1.png" />
  929. <Content Include="Resources\UIResources\TuDing1_0.png" />
  930. <Content Include="Resources\UIResources\TuDing2.png" />
  931. <Content Include="Resources\UIResources\TuDing2_0.png" />
  932. <Content Include="Resources\UIResources\TuDing3.png" />
  933. <Content Include="Resources\UIResources\TuDing3_0.png" />
  934. <Content Include="Resources\UIResources\TuDing4.png" />
  935. <Content Include="Resources\UIResources\TuDing4_0.png" />
  936. <Content Include="Resources\UIResources\TuDing5.png" />
  937. <Content Include="Resources\UIResources\TuDing5_0.png" />
  938. <Content Include="Resources\UIResources\TuDing6.png" />
  939. <Content Include="Resources\UIResources\TuDing6_0.png" />
  940. <Content Include="Resources\videourl.gif" />
  941. <Content Include="Resources\XiaLa.png" />
  942. <None Include="Resources\001.png" />
  943. <None Include="Resources\003.png" />
  944. <None Include="Resources\008.png" />
  945. <None Include="Resources\014.png" />
  946. <None Include="Resources\015.png" />
  947. <None Include="Resources\016.png" />
  948. <None Include="Resources\017.png" />
  949. <None Include="Resources\019.png" />
  950. <None Include="Resources\020.png" />
  951. <None Include="Resources\021.png" />
  952. <None Include="Resources\022.png" />
  953. <None Include="Resources\024.png" />
  954. <None Include="Resources\025.png" />
  955. <None Include="Resources\026.png" />
  956. <None Include="Resources\027.png" />
  957. <None Include="Resources\028.png" />
  958. <None Include="Resources\029.png" />
  959. <None Include="Resources\030.png" />
  960. <None Include="Resources\032.png" />
  961. <None Include="Resources\034.png" />
  962. <None Include="Resources\036.png" />
  963. <None Include="Resources\040.png" />
  964. <None Include="Resources\043.png" />
  965. <None Include="Resources\044.png" />
  966. <None Include="Resources\046.png" />
  967. <None Include="Resources\047.png" />
  968. <None Include="Resources\053.png" />
  969. <None Include="Resources\054.png" />
  970. <None Include="Resources\055.png" />
  971. <None Include="Resources\057.png" />
  972. <None Include="Resources\058.png" />
  973. <None Include="Resources\062.png" />
  974. <None Include="Resources\065.png" />
  975. <None Include="Resources\069.png" />
  976. <None Include="Resources\071.png" />
  977. <None Include="Resources\072.png" />
  978. <None Include="Resources\083.png" />
  979. <None Include="Resources\btn_bg.png" />
  980. <None Include="Resources\btn_bg2.png" />
  981. <None Include="Resources\btn_bg3.png" />
  982. <None Include="Resources\btn_bg4.png" />
  983. <None Include="Resources\Avatar\Tx1.png" />
  984. <None Include="Resources\Avatar\Tx2.png" />
  985. <None Include="Resources\Avatar\Tx3.png" />
  986. <None Include="Resources\Avatar\Tx4.png" />
  987. <None Include="Resources\Avatar\Tx5.png" />
  988. <None Include="Resources\Avatar\Tx6.png" />
  989. <None Include="Resources\Avatar\Tx7.png" />
  990. <None Include="Resources\Avatar\Tx8.png" />
  991. <None Include="Resources\Avatar\Tx9.png" />
  992. <None Include="Resources\Avatar\Tx10.png" />
  993. <None Include="Resources\Avatar\Tx11.png" />
  994. <None Include="Resources\Avatar\Tx12.png" />
  995. <None Include="Resources\Avatar\Tx13.png" />
  996. <None Include="Resources\Avatar\Tx14.png" />
  997. <None Include="Resources\Avatar\Tx15.png" />
  998. <None Include="Resources\Avatar\Tx16.png" />
  999. <None Include="Resources\Avatar\Tx17.png" />
  1000. <None Include="Resources\Avatar\Tx18.png" />
  1001. <Content Include="Resources\256px\bag_256px.png" />
  1002. <Content Include="Resources\256px\bookshelf_256px.png" />
  1003. <Content Include="Resources\256px\book_256px.png" />
  1004. <Content Include="Resources\256px\browser_256px.png" />
  1005. <Content Include="Resources\256px\calendar_256px.png" />
  1006. <Content Include="Resources\256px\chat_256px.png" />
  1007. <Content Include="Resources\256px\clipboard_256px.png" />
  1008. <Content Include="Resources\256px\clock_256px.png" />
  1009. <Content Include="Resources\256px\cloud_256px.png" />
  1010. <Content Include="Resources\256px\compass_256px.png" />
  1011. <Content Include="Resources\256px\compose_256px.png" />
  1012. <Content Include="Resources\256px\creditcard_256px.png" />
  1013. <Content Include="Resources\256px\denied_256px.png" />
  1014. <Content Include="Resources\256px\document_256px.png" />
  1015. <Content Include="Resources\256px\download_256px.png" />
  1016. <Content Include="Resources\256px\folder_256px.png" />
  1017. <Content Include="Resources\256px\gear_256px.png" />
  1018. <Content Include="Resources\256px\global_256px.png" />
  1019. <Content Include="Resources\256px\hazard_256px.png" />
  1020. <Content Include="Resources\256px\layers_256px.png" />
  1021. <Content Include="Resources\256px\lightbulb_256px.png" />
  1022. <Content Include="Resources\256px\lock_256px.png" />
  1023. <Content Include="Resources\256px\mail_256px.png" />
  1024. <Content Include="Resources\256px\meter_256px.png" />
  1025. <Content Include="Resources\256px\paint_256px.png" />
  1026. <Content Include="Resources\256px\phone_256px.png" />
  1027. <Content Include="Resources\256px\piechart_256px.png" />
  1028. <Content Include="Resources\256px\pin_256px.png" />
  1029. <Content Include="Resources\256px\record-sleeve_256px.png" />
  1030. <Content Include="Resources\256px\ribbon_256px.png" />
  1031. <Content Include="Resources\256px\scissors_256px.png" />
  1032. <Content Include="Resources\256px\security_256px.png" />
  1033. <Content Include="Resources\256px\settings_256px.png" />
  1034. <Content Include="Resources\256px\star_256px.png" />
  1035. <Content Include="Resources\256px\support_256px.png" />
  1036. <Content Include="Resources\256px\tablet_256px.png" />
  1037. <Content Include="Resources\256px\tag_256px.png" />
  1038. <Content Include="Resources\256px\target_256px.png" />
  1039. <Content Include="Resources\256px\tools_256px.png" />
  1040. <Content Include="Resources\256px\trends_256px.png" />
  1041. <Content Include="Resources\256px\turntable_256px.png" />
  1042. <Content Include="Resources\256px\upload_256px.png" />
  1043. <Content Include="Resources\256px\video_256px.png" />
  1044. <Content Include="Resources\256px\wallet_256px.png" />
  1045. <Content Include="Resources\aio_quickbar_cut.png" />
  1046. <Content Include="Resources\Avatar\Tx19.png" />
  1047. <Content Include="Resources\Avatar\Tx20.png" />
  1048. <Content Include="Resources\Book.png" />
  1049. <Content Include="Resources\btn_close.png" />
  1050. <Content Include="Resources\btn_max.png" />
  1051. <Content Include="Resources\btn_mini.png" />
  1052. <Content Include="Resources\btn_restore.png" />
  1053. <None Include="Resources\Vista-Aero2.png" />
  1054. <None Include="Resources\Vista-Aero3.png" />
  1055. <None Include="Resources\LOGO_lyfz.png" />
  1056. <None Include="Resources\LyfzLogo.ico" />
  1057. <None Include="Resources\menu1.png" />
  1058. <None Include="Resources\skin0.png" />
  1059. <None Include="Resources\Textbox.png" />
  1060. <None Include="Resources\Textbox_bule.png" />
  1061. <None Include="Resources\ContainerBG.png" />
  1062. <None Include="Resources\ScrollBarHimg\leftarrow.png" />
  1063. <None Include="Resources\ScrollBarHimg\rightarrow.png" />
  1064. <None Include="Resources\ScrollBarHimg\ThumbLeft.png" />
  1065. <None Include="Resources\ScrollBarHimg\ThumbMiddle.png" />
  1066. <None Include="Resources\ScrollBarHimg\ThumbRight.png" />
  1067. <None Include="Resources\ScrollBarHimg\ThumbSpanLeft.png" />
  1068. <None Include="Resources\ScrollBarHimg\ThumbSpanRight.png" />
  1069. <None Include="Resources\ScrollBarHimg\ThumbMiddleH.png" />
  1070. <None Include="Resources\ScrollBarVimg\downarrow.png" />
  1071. <None Include="Resources\ScrollBarVimg\ThumbBottom.png" />
  1072. <None Include="Resources\ScrollBarVimg\ThumbMiddleV.png" />
  1073. <None Include="Resources\ScrollBarVimg\ThumbSpanBottom.png" />
  1074. <None Include="Resources\ScrollBarVimg\ThumbSpanTop.png" />
  1075. <None Include="Resources\ScrollBarVimg\ThumbTop.png" />
  1076. <None Include="Resources\ScrollBarVimg\uparrow.png" />
  1077. <Content Include="Resources\check.png" />
  1078. <Content Include="Resources\dot.png" />
  1079. <Content Include="Resources\imgRjp.BackgroundImage.png" />
  1080. <Content Include="Resources\OrderHistory.png" />
  1081. <Content Include="Resources\OrderReport-.png" />
  1082. <Content Include="Resources\OrderReport0-.png" />
  1083. <Content Include="Resources\OtherExpansionImg\1_100.png" />
  1084. <Content Include="Resources\OtherExpansionImg\allbtn_down.png" />
  1085. <Content Include="Resources\OtherExpansionImg\allbtn_highlight.png" />
  1086. <Content Include="Resources\OtherExpansionImg\arrow.png" />
  1087. <Content Include="Resources\OtherExpansionImg\Away.png" />
  1088. <Content Include="Resources\OtherExpansionImg\brush.png" />
  1089. <Content Include="Resources\OtherExpansionImg\BtnClose_hight.png" />
  1090. <Content Include="Resources\OtherExpansionImg\Busy.png" />
  1091. <Content Include="Resources\OtherExpansionImg\cancel.png" />
  1092. <Content Include="Resources\OtherExpansionImg\close.png" />
  1093. <Content Include="Resources\OtherExpansionImg\color.png" />
  1094. <Content Include="Resources\OtherExpansionImg\Dont_Disturb.png" />
  1095. <Content Include="Resources\OtherExpansionImg\ellips.png" />
  1096. <Content Include="Resources\OtherExpansionImg\frameBorderEffect_mouseDownDraw.png" />
  1097. <Content Include="Resources\OtherExpansionImg\frameBorderEffect_normalDraw.png" />
  1098. <Content Include="Resources\OtherExpansionImg\hight.png" />
  1099. <Content Include="Resources\OtherExpansionImg\inputbox.png" />
  1100. <Content Include="Resources\OtherExpansionImg\inputbox_hover.png" />
  1101. <Content Include="Resources\OtherExpansionImg\Invisible.png" />
  1102. <Content Include="Resources\OtherExpansionImg\keyboard.png" />
  1103. <Content Include="Resources\OtherExpansionImg\large.png" />
  1104. <Content Include="Resources\OtherExpansionImg\MainPanel.png" />
  1105. <Content Include="Resources\OtherExpansionImg\main_bluelight_bkg.png" />
  1106. <Content Include="Resources\OtherExpansionImg\main_light_bkg.png" />
  1107. <Content Include="Resources\OtherExpansionImg\main_light_bkg_top123.png" />
  1108. <Content Include="Resources\OtherExpansionImg\main_tabbtn_down.png" />
  1109. <Content Include="Resources\OtherExpansionImg\main_tabbtn_highlight.png" />
  1110. <Content Include="Resources\OtherExpansionImg\main_tab_background.png" />
  1111. <Content Include="Resources\OtherExpansionImg\main_tab_bkg.png" />
  1112. <Content Include="Resources\OtherExpansionImg\main_tab_check.png" />
  1113. <Content Include="Resources\OtherExpansionImg\main_tab_highlighttwo.png" />
  1114. <Content Include="Resources\OtherExpansionImg\middle.png" />
  1115. <Content Include="Resources\OtherExpansionImg\none.png" />
  1116. <Content Include="Resources\OtherExpansionImg\Norml.png" />
  1117. <Content Include="Resources\OtherExpansionImg\OffLine.png" />
  1118. <Content Include="Resources\OtherExpansionImg\ok.png" />
  1119. <Content Include="Resources\OtherExpansionImg\OnLine.png" />
  1120. <Content Include="Resources\OtherExpansionImg\pushed.png" />
  1121. <Content Include="Resources\OtherExpansionImg\QMe.png" />
  1122. <Content Include="Resources\OtherExpansionImg\rect.png" />
  1123. <Content Include="Resources\OtherExpansionImg\save.png" />
  1124. <Content Include="Resources\OtherExpansionImg\separator.png" />
  1125. <Content Include="Resources\OtherExpansionImg\small.png" />
  1126. <Content Include="Resources\OtherExpansionImg\tab_dots_down.png" />
  1127. <Content Include="Resources\OtherExpansionImg\tab_dots_mouseover.png" />
  1128. <Content Include="Resources\OtherExpansionImg\tab_dots_normal.png" />
  1129. <Content Include="Resources\OtherExpansionImg\text.png" />
  1130. <Content Include="Resources\OtherExpansionImg\texture.png" />
  1131. <Content Include="Resources\OtherExpansionImg\tips_light_bkg.png" />
  1132. <Content Include="Resources\payments.png" />
  1133. <Content Include="Resources\window_shadow2.png" />
  1134. </ItemGroup>
  1135. <ItemGroup>
  1136. <ProjectReference Include="..\LYFZ.3Layer\LYFZ.BLL\LYFZ.BLL.csproj">
  1137. <Project>{3322c6b2-3047-40ad-8e3e-a1dfa54a90fc}</Project>
  1138. <Name>LYFZ.BLL</Name>
  1139. </ProjectReference>
  1140. <ProjectReference Include="..\LYFZ.3Layer\LYFZ.DAL\LYFZ.DAL.csproj">
  1141. <Project>{DF593E7C-1DB0-433A-AB40-459137E06A16}</Project>
  1142. <Name>LYFZ.DAL</Name>
  1143. </ProjectReference>
  1144. <ProjectReference Include="..\LYFZ.3Layer\LYFZ.Model\LYFZ.Model.csproj">
  1145. <Project>{1700BB0D-DB77-450B-9FCD-31F5F9F99A69}</Project>
  1146. <Name>LYFZ.Model</Name>
  1147. </ProjectReference>
  1148. <ProjectReference Include="..\LYFZ.Command\LYFZ.Command.csproj">
  1149. <Project>{5245fc48-ff91-4b64-8338-0dbbcdba3211}</Project>
  1150. <Name>LYFZ.Command</Name>
  1151. </ProjectReference>
  1152. <ProjectReference Include="..\LYFZ.Helper\LYFZ.Helper.csproj">
  1153. <Project>{2376E225-C00B-467C-ADDE-B33D40719F69}</Project>
  1154. <Name>LYFZ.Helper</Name>
  1155. </ProjectReference>
  1156. <ProjectReference Include="..\LYFZ.StandardInterface\LYFZ.StandardInterface.csproj">
  1157. <Project>{4E43B937-8720-41D3-8863-88CBF4AB2194}</Project>
  1158. <Name>LYFZ.StandardInterface</Name>
  1159. </ProjectReference>
  1160. <ProjectReference Include="..\LYFZ.WinAPI\LYFZ.WinApi.csproj">
  1161. <Project>{C3E180F9-433D-4AF7-8EC4-005B3F42F4D0}</Project>
  1162. <Name>LYFZ.WinApi</Name>
  1163. </ProjectReference>
  1164. </ItemGroup>
  1165. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  1166. <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
  1167. Other similar extension points exist, see Microsoft.Common.targets.
  1168. <Target Name="BeforeBuild">
  1169. </Target>
  1170. <Target Name="AfterBuild">
  1171. </Target>
  1172. -->
  1173. </Project>