BaseControls.csproj 20 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <Project ToolsVersion="12.0" DefaultTargets="Build" 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>{7590DCAC-F66D-4230-B713-268C865A7BB1}</ProjectGuid>
  8. <OutputType>Library</OutputType>
  9. <AppDesignerFolder>Properties</AppDesignerFolder>
  10. <RootNamespace>Dongke.IBOSS.PRD.Basics.BaseControls</RootNamespace>
  11. <AssemblyName>BaseControls</AssemblyName>
  12. <TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
  13. <FileAlignment>512</FileAlignment>
  14. <SccProjectName>
  15. </SccProjectName>
  16. <SccLocalPath>
  17. </SccLocalPath>
  18. <SccAuxPath>
  19. </SccAuxPath>
  20. <SccProvider>
  21. </SccProvider>
  22. </PropertyGroup>
  23. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
  24. <DebugSymbols>true</DebugSymbols>
  25. <DebugType>full</DebugType>
  26. <Optimize>false</Optimize>
  27. <OutputPath>bin\Debug\</OutputPath>
  28. <DefineConstants>DEBUG;TRACE</DefineConstants>
  29. <ErrorReport>prompt</ErrorReport>
  30. <WarningLevel>4</WarningLevel>
  31. <PlatformTarget>x86</PlatformTarget>
  32. </PropertyGroup>
  33. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
  34. <DebugType>pdbonly</DebugType>
  35. <Optimize>true</Optimize>
  36. <OutputPath>bin\Release\</OutputPath>
  37. <DefineConstants>TRACE</DefineConstants>
  38. <ErrorReport>prompt</ErrorReport>
  39. <WarningLevel>4</WarningLevel>
  40. </PropertyGroup>
  41. <PropertyGroup>
  42. <StartupObject />
  43. </PropertyGroup>
  44. <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x86'">
  45. <DebugSymbols>true</DebugSymbols>
  46. <OutputPath>bin\x86\Debug\</OutputPath>
  47. <DefineConstants>DEBUG;TRACE</DefineConstants>
  48. <DebugType>full</DebugType>
  49. <PlatformTarget>x86</PlatformTarget>
  50. <ErrorReport>prompt</ErrorReport>
  51. <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
  52. </PropertyGroup>
  53. <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x86'">
  54. <OutputPath>bin\x86\Release\</OutputPath>
  55. <DefineConstants>TRACE</DefineConstants>
  56. <Optimize>true</Optimize>
  57. <DebugType>pdbonly</DebugType>
  58. <PlatformTarget>x86</PlatformTarget>
  59. <ErrorReport>prompt</ErrorReport>
  60. <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
  61. </PropertyGroup>
  62. <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x64'">
  63. <DebugSymbols>true</DebugSymbols>
  64. <OutputPath>bin\x64\Debug\</OutputPath>
  65. <DefineConstants>DEBUG;TRACE</DefineConstants>
  66. <DebugType>full</DebugType>
  67. <PlatformTarget>x64</PlatformTarget>
  68. <ErrorReport>prompt</ErrorReport>
  69. <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
  70. </PropertyGroup>
  71. <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x64'">
  72. <OutputPath>bin\x64\Release\</OutputPath>
  73. <DefineConstants>TRACE</DefineConstants>
  74. <Optimize>true</Optimize>
  75. <DebugType>pdbonly</DebugType>
  76. <PlatformTarget>x64</PlatformTarget>
  77. <ErrorReport>prompt</ErrorReport>
  78. <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
  79. </PropertyGroup>
  80. <ItemGroup>
  81. <Compile Include="Base\DKListBox.cs">
  82. <SubType>Component</SubType>
  83. </Compile>
  84. <Compile Include="Base\DKListBox.Designer.cs">
  85. <DependentUpon>DKListBox.cs</DependentUpon>
  86. </Compile>
  87. <Compile Include="CheckedListBox\C_CheckedListBoxEx.cs">
  88. <SubType>Component</SubType>
  89. </Compile>
  90. <Compile Include="CheckedListBox\C_CheckedListBoxEx.Designer.cs">
  91. <DependentUpon>C_CheckedListBoxEx.cs</DependentUpon>
  92. </Compile>
  93. <Compile Include="DataGridView\C_DGV_BarCode\C_DGV_BarCode.cs">
  94. <SubType>Component</SubType>
  95. </Compile>
  96. <Compile Include="DataGridView\C_DGV_BarCode\C_DGV_Cell_BarCode.cs" />
  97. <Compile Include="DataGridView\C_DGV_BarCode\C_DGV_Column_BarCode.cs" />
  98. <Compile Include="DataGridView\C_DGV_CheckBox\C_DGV_Column_CheckBox.cs" />
  99. <Compile Include="DataGridView\C_DGV_DateTimePicker\C_DGV_Cell_DateTimePicker.cs" />
  100. <Compile Include="DataGridView\C_DGV_DateTimePicker\C_DGV_Column_DateTimePicker.cs" />
  101. <Compile Include="DataGridView\C_DGV_DateTimePicker\C_DGV_DateTimePicker.cs">
  102. <SubType>Component</SubType>
  103. </Compile>
  104. <Compile Include="DataGridView\C_DGV_ListBoxComboBox\C_DGV_Cell_ListBoxComboBox.cs" />
  105. <Compile Include="DataGridView\C_DGV_ListBoxComboBox\C_DGV_Column_ListBoxComboBox.cs" />
  106. <Compile Include="DataGridView\C_DGV_ListBoxComboBox\C_DGV_ListBoxComboBox.cs">
  107. <SubType>Component</SubType>
  108. </Compile>
  109. <Compile Include="DataGridView\C_DGV_ListBoxComboBox\C_DGV_ListBoxComboBox.Designer.cs">
  110. <DependentUpon>C_DGV_ListBoxComboBox.cs</DependentUpon>
  111. </Compile>
  112. <Compile Include="ListBox\C_ListBox.cs">
  113. <SubType>Component</SubType>
  114. </Compile>
  115. <Compile Include="ListBox\C_ListBox.Designer.cs">
  116. <DependentUpon>C_ListBox.cs</DependentUpon>
  117. </Compile>
  118. <Compile Include="MessageBox\DKMessageBox.cs" />
  119. <Compile Include="TextBox\C_TXT_BarCode.cs">
  120. <SubType>Component</SubType>
  121. </Compile>
  122. <Compile Include="TextBox\C_TXT_BarCode.Designer.cs">
  123. <DependentUpon>C_TXT_BarCode.cs</DependentUpon>
  124. </Compile>
  125. <Compile Include="TextBox\C_TXT_CodeEx.cs">
  126. <SubType>Component</SubType>
  127. </Compile>
  128. <Compile Include="TextBox\C_TXT_CodeEx.Designer.cs">
  129. <DependentUpon>C_TXT_CodeEx.cs</DependentUpon>
  130. </Compile>
  131. <Compile Include="TextBox\DKTextBoxBase.cs">
  132. <SubType>Component</SubType>
  133. </Compile>
  134. <Compile Include="TextBox\DKTextBoxBase.Designer.cs">
  135. <DependentUpon>DKTextBoxBase.cs</DependentUpon>
  136. </Compile>
  137. <Compile Include="UserControls\DKCheckBoxComboBox\DKListBoxComboBox.cs">
  138. <SubType>Component</SubType>
  139. </Compile>
  140. <Compile Include="UserControls\DKCheckBoxComboBox\DKListBoxComboBox.Designer.cs">
  141. <DependentUpon>DKListBoxComboBox.cs</DependentUpon>
  142. </Compile>
  143. <Compile Include="UserControls\DKCheckBoxComboBox\DKCheckedListBoxComboBox.cs">
  144. <SubType>Component</SubType>
  145. </Compile>
  146. <Compile Include="UserControls\DKCheckBoxComboBox\DKCheckedListBoxComboBox.Designer.cs">
  147. <DependentUpon>DKCheckedListBoxComboBox.cs</DependentUpon>
  148. </Compile>
  149. <Compile Include="UserControls\DKCheckBoxComboBox\DKCheckBoxComboBox.cs">
  150. <SubType>Component</SubType>
  151. </Compile>
  152. <Compile Include="UserControls\DKCheckBoxComboBox\DKCheckBoxComboBox.Designer.cs">
  153. <DependentUpon>DKCheckBoxComboBox.cs</DependentUpon>
  154. </Compile>
  155. <Compile Include="UserControls\DKCheckBoxComboBox\GripBounds.cs" />
  156. <Compile Include="UserControls\DKCheckBoxComboBox\ListControlContainer.cs">
  157. <SubType>UserControl</SubType>
  158. </Compile>
  159. <Compile Include="UserControls\DKCheckBoxComboBox\ListControlContainer.Designer.cs">
  160. <DependentUpon>ListControlContainer.cs</DependentUpon>
  161. </Compile>
  162. <Compile Include="UserControls\DKCheckBoxComboBox\NativeMethods.cs" />
  163. <Compile Include="UserControls\DKCheckBoxComboBox\Popup.cs">
  164. <SubType>Component</SubType>
  165. </Compile>
  166. <Compile Include="UserControls\DKCheckBoxComboBox\Popup.Designer.cs">
  167. <DependentUpon>Popup.cs</DependentUpon>
  168. </Compile>
  169. <Compile Include="UserControls\DKCheckBoxComboBox\PopupComboBox.cs">
  170. <SubType>Component</SubType>
  171. </Compile>
  172. <Compile Include="UserControls\DKCheckBoxComboBox\PopupComboBox.Designer.cs">
  173. <DependentUpon>PopupComboBox.cs</DependentUpon>
  174. </Compile>
  175. <Compile Include="UserControls\DKCheckBoxComboBox\Selection Wrappers\DataTableWrappers.cs" />
  176. <Compile Include="UserControls\DKCheckBoxComboBox\Selection Wrappers\ListSelectionWrapper.cs" />
  177. <Compile Include="UserControls\DKCheckBoxComboBox\Selection Wrappers\ObjectSelectionWrapper.cs" />
  178. <Compile Include="UserControls\DKButtonTreeView.cs">
  179. <SubType>UserControl</SubType>
  180. </Compile>
  181. <Compile Include="UserControls\DKButtonTreeView.Designer.cs">
  182. <DependentUpon>DKButtonTreeView.cs</DependentUpon>
  183. </Compile>
  184. <Compile Include="Base\DKCheckBox.cs">
  185. <SubType>Component</SubType>
  186. </Compile>
  187. <Compile Include="Base\DKCheckBox.Designer.cs">
  188. <DependentUpon>DKCheckBox.cs</DependentUpon>
  189. </Compile>
  190. <Compile Include="Base\DKCheckedListBox.cs">
  191. <SubType>Component</SubType>
  192. </Compile>
  193. <Compile Include="Base\DKCheckedListBox.Designer.cs">
  194. <DependentUpon>DKCheckedListBox.cs</DependentUpon>
  195. </Compile>
  196. <Compile Include="Base\DKComboBox.cs">
  197. <SubType>Component</SubType>
  198. </Compile>
  199. <Compile Include="Base\DKComboBox.Designer.cs">
  200. <DependentUpon>DKComboBox.cs</DependentUpon>
  201. </Compile>
  202. <Compile Include="Base\ControlsConst.cs" />
  203. <Compile Include="Base\DKButton.cs">
  204. <SubType>Component</SubType>
  205. </Compile>
  206. <Compile Include="Base\DKButton.Designer.cs">
  207. <DependentUpon>DKButton.cs</DependentUpon>
  208. </Compile>
  209. <Compile Include="Base\DKDataGridView.cs">
  210. <SubType>Component</SubType>
  211. </Compile>
  212. <Compile Include="Base\DKDataGridView.Designer.cs">
  213. <DependentUpon>DKDataGridView.cs</DependentUpon>
  214. </Compile>
  215. <Compile Include="Base\DKDateTimePicker.cs">
  216. <SubType>Component</SubType>
  217. </Compile>
  218. <Compile Include="Base\DKDateTimePicker.Designer.cs">
  219. <DependentUpon>DKDateTimePicker.cs</DependentUpon>
  220. </Compile>
  221. <Compile Include="Base\DKForm.cs">
  222. <SubType>Form</SubType>
  223. </Compile>
  224. <Compile Include="Base\DKForm.Designer.cs">
  225. <DependentUpon>DKForm.cs</DependentUpon>
  226. </Compile>
  227. <Compile Include="Base\DKGroupBox.cs">
  228. <SubType>Component</SubType>
  229. </Compile>
  230. <Compile Include="Base\DKGroupBox.Designer.cs">
  231. <DependentUpon>DKGroupBox.cs</DependentUpon>
  232. </Compile>
  233. <Compile Include="Base\DKLabel.cs">
  234. <SubType>Component</SubType>
  235. </Compile>
  236. <Compile Include="Base\DKLabel.Designer.cs">
  237. <DependentUpon>DKLabel.cs</DependentUpon>
  238. </Compile>
  239. <Compile Include="Base\DKRadioButton.cs">
  240. <SubType>Component</SubType>
  241. </Compile>
  242. <Compile Include="Base\DKRadioButton.Designer.cs">
  243. <DependentUpon>DKRadioButton.cs</DependentUpon>
  244. </Compile>
  245. <Compile Include="Base\DKTextBox.cs">
  246. <SubType>Component</SubType>
  247. </Compile>
  248. <Compile Include="Base\DKTextBox.Designer.cs">
  249. <DependentUpon>DKTextBox.cs</DependentUpon>
  250. </Compile>
  251. <Compile Include="Base\DKToolStrip.cs">
  252. <SubType>Component</SubType>
  253. </Compile>
  254. <Compile Include="Base\DKToolStrip.Designer.cs">
  255. <DependentUpon>DKToolStrip.cs</DependentUpon>
  256. </Compile>
  257. <Compile Include="Base\IDKControl.cs" />
  258. <Compile Include="Button\C_Button.cs">
  259. <SubType>Component</SubType>
  260. </Compile>
  261. <Compile Include="Button\C_Button.designer.cs">
  262. <DependentUpon>C_Button.cs</DependentUpon>
  263. </Compile>
  264. <Compile Include="CheckBox\C_CheckBox.cs">
  265. <SubType>Component</SubType>
  266. </Compile>
  267. <Compile Include="CheckBox\C_CheckBox.Designer.cs">
  268. <DependentUpon>C_CheckBox.cs</DependentUpon>
  269. </Compile>
  270. <Compile Include="CheckedListBox\CheckedBoxListEx.cs">
  271. <SubType>UserControl</SubType>
  272. </Compile>
  273. <Compile Include="CheckedListBox\CheckedBoxListEx.Designer.cs">
  274. <DependentUpon>CheckedBoxListEx.cs</DependentUpon>
  275. </Compile>
  276. <Compile Include="CheckedListBox\C_CheckedListBox.cs">
  277. <SubType>Component</SubType>
  278. </Compile>
  279. <Compile Include="CheckedListBox\C_CheckedListBox.Designer.cs">
  280. <DependentUpon>C_CheckedListBox.cs</DependentUpon>
  281. </Compile>
  282. <Compile Include="CheckedListBox\C_StatusCheckBox.cs">
  283. <SubType>UserControl</SubType>
  284. </Compile>
  285. <Compile Include="CheckedListBox\C_StatusCheckBox.Designer.cs">
  286. <DependentUpon>C_StatusCheckBox.cs</DependentUpon>
  287. </Compile>
  288. <Compile Include="CheckedListBox\C_ValidCheckedBoxList.cs">
  289. <SubType>UserControl</SubType>
  290. </Compile>
  291. <Compile Include="CheckedListBox\C_ValidCheckedBoxList.Designer.cs">
  292. <DependentUpon>C_ValidCheckedBoxList.cs</DependentUpon>
  293. </Compile>
  294. <Compile Include="ComboBox\C_ComboBox.cs">
  295. <SubType>Component</SubType>
  296. </Compile>
  297. <Compile Include="ComboBox\C_ComboBox.Designer.cs">
  298. <DependentUpon>C_ComboBox.cs</DependentUpon>
  299. </Compile>
  300. <Compile Include="DataGridView\C_DataGridView.cs">
  301. <SubType>Component</SubType>
  302. </Compile>
  303. <Compile Include="DataGridView\C_DataGridView.Designer.cs">
  304. <DependentUpon>C_DataGridView.cs</DependentUpon>
  305. </Compile>
  306. <Compile Include="DataGridView\C_DGV_Code\C_DGV_Cell_Code.cs" />
  307. <Compile Include="DataGridView\C_DGV_Code\C_DGV_Code.cs">
  308. <SubType>Component</SubType>
  309. </Compile>
  310. <Compile Include="DataGridView\C_DGV_Code\C_DGV_Column_Code.cs" />
  311. <Compile Include="DataGridView\C_DGV_Digital\C_DGV_Cell_Digital.cs" />
  312. <Compile Include="DataGridView\C_DGV_Digital\C_DGV_Column_Digital.cs" />
  313. <Compile Include="DataGridView\C_DGV_Digital\C_DGV_Digital.cs">
  314. <SubType>Component</SubType>
  315. </Compile>
  316. <Compile Include="DataGridView\C_DGV_DropDownList\C_DGV_Cell_DropDownList.cs" />
  317. <Compile Include="DataGridView\C_DGV_DropDownList\C_DGV_Column_DropDownList.cs" />
  318. <Compile Include="DataGridView\C_DGV_DropDownList\C_DGV_DropDownList.cs">
  319. <SubType>Component</SubType>
  320. </Compile>
  321. <Compile Include="DateTime\C_DateTimePicker.cs">
  322. <SubType>Component</SubType>
  323. </Compile>
  324. <Compile Include="DateTime\C_DateTimePicker.Designer.cs">
  325. <DependentUpon>C_DateTimePicker.cs</DependentUpon>
  326. </Compile>
  327. <Compile Include="Form\dkStatusStrip.cs">
  328. <SubType>Component</SubType>
  329. </Compile>
  330. <Compile Include="Form\dkStatusStrip.Designer.cs">
  331. <DependentUpon>dkStatusStrip.cs</DependentUpon>
  332. </Compile>
  333. <Compile Include="Form\FormBase.cs">
  334. <SubType>Form</SubType>
  335. </Compile>
  336. <Compile Include="Form\FormBase.Designer.cs">
  337. <DependentUpon>FormBase.cs</DependentUpon>
  338. </Compile>
  339. <Compile Include="GroupBox\C_GroupBox.cs">
  340. <SubType>Component</SubType>
  341. </Compile>
  342. <Compile Include="GroupBox\C_GroupBox.Designer.cs">
  343. <DependentUpon>C_GroupBox.cs</DependentUpon>
  344. </Compile>
  345. <Compile Include="Label\C_Label.cs">
  346. <SubType>Component</SubType>
  347. </Compile>
  348. <Compile Include="Label\C_Label.Designer.cs">
  349. <DependentUpon>C_Label.cs</DependentUpon>
  350. </Compile>
  351. <Compile Include="Properties\AssemblyInfo.cs" />
  352. <Compile Include="RadioButton\C_RadioButton.cs">
  353. <SubType>Component</SubType>
  354. </Compile>
  355. <Compile Include="RadioButton\C_RadioButton.Designer.cs">
  356. <DependentUpon>C_RadioButton.cs</DependentUpon>
  357. </Compile>
  358. <Compile Include="Resource.Designer.cs">
  359. <AutoGen>True</AutoGen>
  360. <DesignTime>True</DesignTime>
  361. <DependentUpon>Resource.resx</DependentUpon>
  362. </Compile>
  363. <Compile Include="TextBox\C_TextBox.cs">
  364. <SubType>Component</SubType>
  365. </Compile>
  366. <Compile Include="TextBox\C_TextBox.Designer.cs">
  367. <DependentUpon>C_TextBox.cs</DependentUpon>
  368. </Compile>
  369. <Compile Include="TextBox\C_TXT_Code.cs">
  370. <SubType>Component</SubType>
  371. </Compile>
  372. <Compile Include="TextBox\C_TXT_Code.Designer.cs">
  373. <DependentUpon>C_TXT_Code.cs</DependentUpon>
  374. </Compile>
  375. <Compile Include="TextBox\C_TXT_Digital.cs">
  376. <SubType>Component</SubType>
  377. </Compile>
  378. <Compile Include="TextBox\C_TXT_Digital.Designer.cs">
  379. <DependentUpon>C_TXT_Digital.cs</DependentUpon>
  380. </Compile>
  381. <Compile Include="TextBox\C_TXT_DropDownList.cs">
  382. <SubType>Component</SubType>
  383. </Compile>
  384. <Compile Include="TextBox\C_TXT_DropDownList.Designer.cs">
  385. <DependentUpon>C_TXT_DropDownList.cs</DependentUpon>
  386. </Compile>
  387. <Compile Include="TextBox\C_TXT_Email.cs">
  388. <SubType>Component</SubType>
  389. </Compile>
  390. <Compile Include="TextBox\C_TXT_Email.Designer.cs">
  391. <DependentUpon>C_TXT_Email.cs</DependentUpon>
  392. </Compile>
  393. <Compile Include="TextBox\C_TXT_IDCard.cs">
  394. <SubType>Component</SubType>
  395. </Compile>
  396. <Compile Include="TextBox\C_TXT_IDCard.Designer.cs">
  397. <DependentUpon>C_TXT_IDCard.cs</DependentUpon>
  398. </Compile>
  399. <Compile Include="TextBox\C_TXT_PostalCode.cs">
  400. <SubType>Component</SubType>
  401. </Compile>
  402. <Compile Include="TextBox\C_TXT_PostalCode.Designer.cs">
  403. <DependentUpon>C_TXT_PostalCode.cs</DependentUpon>
  404. </Compile>
  405. <Compile Include="TextBox\C_TXT_Tel.cs">
  406. <SubType>Component</SubType>
  407. </Compile>
  408. <Compile Include="TextBox\C_TXT_Tel.Designer.cs">
  409. <DependentUpon>C_TXT_Tel.cs</DependentUpon>
  410. </Compile>
  411. <Compile Include="ToolStrip\C_ToolStrip.cs">
  412. <SubType>Component</SubType>
  413. </Compile>
  414. <Compile Include="ToolStrip\C_ToolStrip.Designer.cs">
  415. <DependentUpon>C_ToolStrip.cs</DependentUpon>
  416. </Compile>
  417. </ItemGroup>
  418. <ItemGroup>
  419. <ProjectReference Include="..\BaseResources\BaseResources.csproj">
  420. <Project>{61710211-9b80-45c1-b338-fdf984c9ae43}</Project>
  421. <Name>BaseResources</Name>
  422. </ProjectReference>
  423. <ProjectReference Include="..\Library\Library.csproj">
  424. <Project>{922d0f0f-01c2-4fa5-a4ad-00064232f455}</Project>
  425. <Name>Library</Name>
  426. </ProjectReference>
  427. </ItemGroup>
  428. <ItemGroup>
  429. <Reference Include="ExportExcel, Version=1.0.0.0, Culture=neutral, processorArchitecture=x86">
  430. <SpecificVersion>False</SpecificVersion>
  431. <HintPath>DLL\ExportExcel.dll</HintPath>
  432. </Reference>
  433. <Reference Include="NPOI, Version=2.1.1.0, Culture=neutral, PublicKeyToken=0df73ec7942b34e1, processorArchitecture=MSIL">
  434. <SpecificVersion>False</SpecificVersion>
  435. <HintPath>DLL\NPOI.dll</HintPath>
  436. </Reference>
  437. <Reference Include="System" />
  438. <Reference Include="System.Data" />
  439. <Reference Include="System.Drawing" />
  440. <Reference Include="System.Windows.Forms" />
  441. <Reference Include="System.Xml" />
  442. </ItemGroup>
  443. <ItemGroup>
  444. <EmbeddedResource Include="Base\DKForm.resx">
  445. <DependentUpon>DKForm.cs</DependentUpon>
  446. </EmbeddedResource>
  447. <EmbeddedResource Include="CheckedListBox\C_ValidCheckedBoxList.resx">
  448. <DependentUpon>C_ValidCheckedBoxList.cs</DependentUpon>
  449. </EmbeddedResource>
  450. <EmbeddedResource Include="UserControls\DKCheckBoxComboBox\PopupComboBox.resx">
  451. <DependentUpon>PopupComboBox.cs</DependentUpon>
  452. </EmbeddedResource>
  453. <EmbeddedResource Include="UserControls\DKButtonTreeView.resx">
  454. <DependentUpon>DKButtonTreeView.cs</DependentUpon>
  455. </EmbeddedResource>
  456. <EmbeddedResource Include="Button\C_Button.resx">
  457. <DependentUpon>C_Button.cs</DependentUpon>
  458. </EmbeddedResource>
  459. <EmbeddedResource Include="CheckedListBox\C_StatusCheckBox.resx">
  460. <DependentUpon>C_StatusCheckBox.cs</DependentUpon>
  461. </EmbeddedResource>
  462. <EmbeddedResource Include="Form\dkStatusStrip.resx">
  463. <DependentUpon>dkStatusStrip.cs</DependentUpon>
  464. </EmbeddedResource>
  465. <EmbeddedResource Include="Form\FormBase.resx">
  466. <DependentUpon>FormBase.cs</DependentUpon>
  467. </EmbeddedResource>
  468. <EmbeddedResource Include="Resource.resx">
  469. <Generator>ResXFileCodeGenerator</Generator>
  470. <LastGenOutput>Resource.Designer.cs</LastGenOutput>
  471. </EmbeddedResource>
  472. </ItemGroup>
  473. <ItemGroup>
  474. <None Include="Resources\bg.png" />
  475. </ItemGroup>
  476. <ItemGroup>
  477. <None Include="Resources\searchButton.png" />
  478. </ItemGroup>
  479. <ItemGroup>
  480. <Content Include="DLL\ExportExcel.dll" />
  481. <Content Include="DLL\NPOI.dll" />
  482. </ItemGroup>
  483. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  484. <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
  485. Other similar extension points exist, see Microsoft.Common.targets.
  486. <Target Name="BeforeBuild">
  487. </Target>
  488. <Target Name="AfterBuild">
  489. </Target>
  490. -->
  491. </Project>