WFControls.csproj 18 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423
  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>{34C3D971-DE12-44EA-9943-581C24860A84}</ProjectGuid>
  8. <OutputType>Library</OutputType>
  9. <AppDesignerFolder>Properties</AppDesignerFolder>
  10. <RootNamespace>Dongke.WinForm.Controls</RootNamespace>
  11. <AssemblyName>WFControls</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. </PropertyGroup>
  32. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
  33. <DebugType>pdbonly</DebugType>
  34. <Optimize>true</Optimize>
  35. <OutputPath>bin\Release\</OutputPath>
  36. <DefineConstants>TRACE</DefineConstants>
  37. <ErrorReport>prompt</ErrorReport>
  38. <WarningLevel>4</WarningLevel>
  39. </PropertyGroup>
  40. <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x86'">
  41. <DebugSymbols>true</DebugSymbols>
  42. <OutputPath>bin\x86\Debug\</OutputPath>
  43. <DefineConstants>DEBUG;TRACE</DefineConstants>
  44. <DebugType>full</DebugType>
  45. <PlatformTarget>x86</PlatformTarget>
  46. <ErrorReport>prompt</ErrorReport>
  47. <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
  48. <DocumentationFile>
  49. </DocumentationFile>
  50. </PropertyGroup>
  51. <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x86'">
  52. <OutputPath>bin\x86\Release\</OutputPath>
  53. <DefineConstants>TRACE</DefineConstants>
  54. <Optimize>true</Optimize>
  55. <DebugType>pdbonly</DebugType>
  56. <PlatformTarget>x86</PlatformTarget>
  57. <ErrorReport>prompt</ErrorReport>
  58. <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
  59. </PropertyGroup>
  60. <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x64'">
  61. <DebugSymbols>true</DebugSymbols>
  62. <OutputPath>bin\x64\Debug\</OutputPath>
  63. <DefineConstants>DEBUG;TRACE</DefineConstants>
  64. <DebugType>full</DebugType>
  65. <PlatformTarget>x64</PlatformTarget>
  66. <ErrorReport>prompt</ErrorReport>
  67. <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
  68. </PropertyGroup>
  69. <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x64'">
  70. <OutputPath>bin\x64\Release\</OutputPath>
  71. <DefineConstants>TRACE</DefineConstants>
  72. <Optimize>true</Optimize>
  73. <DebugType>pdbonly</DebugType>
  74. <PlatformTarget>x64</PlatformTarget>
  75. <ErrorReport>prompt</ErrorReport>
  76. <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
  77. </PropertyGroup>
  78. <ItemGroup>
  79. <Compile Include="00_Toolkit\BorderColorPaint.cs" />
  80. <Compile Include="01_Common\CommonSetting.cs" />
  81. <Compile Include="02_Resource\InitializeSettings.cs" />
  82. <Compile Include="10_Base\Converter\DNumberConverter.cs" />
  83. <Compile Include="10_Base\Converter\NoneExcludedImageIndexConverter.cs" />
  84. <Compile Include="10_Base\Converter\SelectedDTPConverter.cs" />
  85. <Compile Include="10_Base\Enum\CollapseChainReaction.cs" />
  86. <Compile Include="10_Base\Enum\ControlErrorCode.cs" />
  87. <Compile Include="10_Base\Enum\Date\DateRangeUnit.cs" />
  88. <Compile Include="10_Base\Enum\Date\DateTimeRangeAutoCheck.cs" />
  89. <Compile Include="10_Base\Enum\Date\DateTimeRangeUnit.cs" />
  90. <Compile Include="10_Base\Enum\EnteredSelectTextStyle.cs" />
  91. <Compile Include="10_Base\Enum\FlagCheckBoxChecked.cs" />
  92. <Compile Include="10_Base\Enum\FlagRadioBoxChecked.cs" />
  93. <Compile Include="02_Resource\Constant.cs" />
  94. <Compile Include="10_Base\Enum\Fom\FormType.cs" />
  95. <Compile Include="10_Base\Enum\InputErrorAlert.cs" />
  96. <Compile Include="10_Base\Enum\LimitInputKind.cs" />
  97. <Compile Include="10_Base\Enum\Fom\PurviewType.cs" />
  98. <Compile Include="10_Base\Enum\ShowDecimalPlaces.cs" />
  99. <Compile Include="10_Base\Enum\TextPadStyle.cs" />
  100. <Compile Include="10_Base\Enum\Date\TimeRangeUnit.cs" />
  101. <Compile Include="10_Base\Enum\SearchBoxValueFrom.cs" />
  102. <Compile Include="10_Base\EventArgs\AsyncEndEventArgs.cs" />
  103. <Compile Include="10_Base\EventArgs\GroupBoxCollapseLinkingEventArgs.cs" />
  104. <Compile Include="10_Base\EventArgs\GroupBoxCollapsingEventArgs.cs" />
  105. <Compile Include="10_Base\EventArgs\ItemCheckedEventArgs.cs" />
  106. <Compile Include="10_Base\EventArgs\TextPasteEventArgs.cs" />
  107. <Compile Include="10_Base\EventHandler\AsyncEndEventHandler.cs" />
  108. <Compile Include="10_Base\EventHandler\GroupBoxCollapseLinkingEventHandler.cs" />
  109. <Compile Include="10_Base\EventHandler\GroupBoxCollapsingEventHandler.cs" />
  110. <Compile Include="10_Base\EventHandler\ItemCheckedEventHandler.cs" />
  111. <Compile Include="10_Base\EventHandler\TextPasteEventHandler.cs" />
  112. <Compile Include="10_Base\Interface\IAsyncControl.cs" />
  113. <Compile Include="10_Base\Interface\IChildNativeWindow.cs" />
  114. <Compile Include="10_Base\Interface\IDKControl.cs" />
  115. <Compile Include="10_Base\Interface\IDataVerifiable.cs" />
  116. <Compile Include="10_Base\Interface\IInputDataVerifiable.cs" />
  117. <Compile Include="10_Base\Interface\IMustInput.cs" />
  118. <Compile Include="10_Base\Other\ChildNativeWindow.cs" />
  119. <Compile Include="10_Base\Structs\DNumber.cs" />
  120. <Compile Include="11_Standard\00_Label\LblLabel.cs">
  121. <SubType>Component</SubType>
  122. </Compile>
  123. <Compile Include="11_Standard\00_Label\LklLinkLabel.cs">
  124. <SubType>Component</SubType>
  125. </Compile>
  126. <Compile Include="11_Standard\01_Button\BtnButton.cs">
  127. <SubType>Component</SubType>
  128. </Compile>
  129. <Compile Include="11_Standard\03_RadioButton\RdoFlagRadioBox.cs">
  130. <SubType>UserControl</SubType>
  131. </Compile>
  132. <Compile Include="11_Standard\03_RadioButton\RdoFlagRadioBox.Designer.cs">
  133. <DependentUpon>RdoFlagRadioBox.cs</DependentUpon>
  134. </Compile>
  135. <Compile Include="11_Standard\03_RadioButton\RdoRadioButton.cs">
  136. <SubType>Component</SubType>
  137. </Compile>
  138. <Compile Include="11_Standard\04_CheckBox\ChkCheckBox.cs">
  139. <SubType>Component</SubType>
  140. </Compile>
  141. <Compile Include="11_Standard\04_CheckBox\ChkFlagCheckBox.cs">
  142. <SubType>UserControl</SubType>
  143. </Compile>
  144. <Compile Include="11_Standard\04_CheckBox\ChkFlagCheckBox.Designer.cs">
  145. <DependentUpon>ChkFlagCheckBox.cs</DependentUpon>
  146. </Compile>
  147. <Compile Include="11_Standard\05_ListBox\FtlFilterListBox.cs">
  148. <SubType>UserControl</SubType>
  149. </Compile>
  150. <Compile Include="11_Standard\05_ListBox\FtlFilterListBox.Designer.cs">
  151. <DependentUpon>FtlFilterListBox.cs</DependentUpon>
  152. </Compile>
  153. <Compile Include="11_Standard\05_ListBox\LstListBox.cs">
  154. <SubType>Component</SubType>
  155. </Compile>
  156. <Compile Include="11_Standard\06_CheckedListBox\CalCheckAllListBox.cs">
  157. <SubType>UserControl</SubType>
  158. </Compile>
  159. <Compile Include="11_Standard\06_CheckedListBox\CalCheckAllListBox.Designer.cs">
  160. <DependentUpon>CalCheckAllListBox.cs</DependentUpon>
  161. </Compile>
  162. <Compile Include="11_Standard\06_CheckedListBox\CklCheckedListBox.cs">
  163. <SubType>Component</SubType>
  164. </Compile>
  165. <Compile Include="11_Standard\07_ComboBox\CkcCheckedComboBox.cs">
  166. <SubType>Component</SubType>
  167. </Compile>
  168. <Compile Include="11_Standard\07_ComboBox\CmbComboBox.cs">
  169. <SubType>Component</SubType>
  170. </Compile>
  171. <Compile Include="11_Standard\07_ComboBox\FtcFilterComboBox.cs">
  172. <SubType>Component</SubType>
  173. </Compile>
  174. <Compile Include="11_Standard\07_ComboBox\PopupComboBox\GripBounds.cs" />
  175. <Compile Include="11_Standard\07_ComboBox\PopupComboBox\IPopupControl.cs" />
  176. <Compile Include="11_Standard\07_ComboBox\PopupComboBox\NativeMethods.cs" />
  177. <Compile Include="11_Standard\07_ComboBox\PopupComboBox\PopupComboBox.cs">
  178. <SubType>Component</SubType>
  179. </Compile>
  180. <Compile Include="11_Standard\07_ComboBox\PopupComboBox\PopupControlHost.cs">
  181. <SubType>Component</SubType>
  182. </Compile>
  183. <Compile Include="11_Standard\08_TextBox\00_Base\TextBoxCodeBase.cs">
  184. <SubType>Component</SubType>
  185. </Compile>
  186. <Compile Include="11_Standard\08_TextBox\00_Base\TextBoxNumerical.cs">
  187. <SubType>Component</SubType>
  188. </Compile>
  189. <Compile Include="11_Standard\08_TextBox\00_Base\TextBoxRejected.cs">
  190. <SubType>Component</SubType>
  191. </Compile>
  192. <Compile Include="11_Standard\08_TextBox\01_Code\TxtCode.cs">
  193. <SubType>Component</SubType>
  194. </Compile>
  195. <Compile Include="11_Standard\08_TextBox\01_Code\TxtCodeNo.cs">
  196. <SubType>Component</SubType>
  197. </Compile>
  198. <Compile Include="11_Standard\08_TextBox\01_Code\TxtEmail.cs">
  199. <SubType>Component</SubType>
  200. </Compile>
  201. <Compile Include="11_Standard\08_TextBox\01_Code\TxtIDCard.cs">
  202. <SubType>Component</SubType>
  203. </Compile>
  204. <Compile Include="11_Standard\08_TextBox\01_Code\TxtDigital.cs">
  205. <SubType>Component</SubType>
  206. </Compile>
  207. <Compile Include="11_Standard\08_TextBox\01_Code\TxtPassport.cs">
  208. <SubType>Component</SubType>
  209. </Compile>
  210. <Compile Include="11_Standard\08_TextBox\01_Code\TxtPhone.cs">
  211. <SubType>Component</SubType>
  212. </Compile>
  213. <Compile Include="11_Standard\08_TextBox\01_Code\TxtZipCode.cs">
  214. <SubType>Component</SubType>
  215. </Compile>
  216. <Compile Include="11_Standard\08_TextBox\02_Numerical\TxtMoney.cs">
  217. <SubType>Component</SubType>
  218. </Compile>
  219. <Compile Include="11_Standard\08_TextBox\02_Numerical\TxtNumerical.cs">
  220. <SubType>Component</SubType>
  221. </Compile>
  222. <Compile Include="11_Standard\08_TextBox\TxtTextBox.cs">
  223. <SubType>Component</SubType>
  224. </Compile>
  225. <Compile Include="11_Standard\09_SearchBox\ISearchBoxForm.cs" />
  226. <Compile Include="11_Standard\09_SearchBox\ScbSearch2Box.cs">
  227. <SubType>UserControl</SubType>
  228. </Compile>
  229. <Compile Include="11_Standard\09_SearchBox\ScbSearch2Box.Designer.cs">
  230. <DependentUpon>ScbSearch2Box.cs</DependentUpon>
  231. </Compile>
  232. <Compile Include="11_Standard\09_SearchBox\ScbSearchBox.cs">
  233. <SubType>UserControl</SubType>
  234. </Compile>
  235. <Compile Include="11_Standard\09_SearchBox\ScbSearchBox.Designer.cs">
  236. <DependentUpon>ScbSearchBox.cs</DependentUpon>
  237. </Compile>
  238. <Compile Include="11_Standard\10_DateTime\Component\DtrDateRange.cs">
  239. <SubType>Component</SubType>
  240. </Compile>
  241. <Compile Include="11_Standard\10_DateTime\Component\DtrDateTimeRange.cs">
  242. <SubType>Component</SubType>
  243. </Compile>
  244. <Compile Include="11_Standard\10_DateTime\Component\DtrTimeRange.cs">
  245. <SubType>Component</SubType>
  246. </Compile>
  247. <Compile Include="11_Standard\10_DateTime\DateTimePickerBase.cs">
  248. <SubType>Component</SubType>
  249. </Compile>
  250. <Compile Include="11_Standard\10_DateTime\DateTimeBase.cs">
  251. <SubType>Component</SubType>
  252. </Compile>
  253. <Compile Include="11_Standard\10_DateTime\DtpYear.cs">
  254. <SubType>Component</SubType>
  255. </Compile>
  256. <Compile Include="11_Standard\10_DateTime\DtpMonth.cs">
  257. <SubType>Component</SubType>
  258. </Compile>
  259. <Compile Include="11_Standard\10_DateTime\DtpDate.cs">
  260. <SubType>Component</SubType>
  261. </Compile>
  262. <Compile Include="11_Standard\10_DateTime\DtpDateTimeM.cs">
  263. <SubType>Component</SubType>
  264. </Compile>
  265. <Compile Include="11_Standard\10_DateTime\DtpTimeM.cs">
  266. <SubType>Component</SubType>
  267. </Compile>
  268. <Compile Include="11_Standard\10_DateTime\DtpTime.cs">
  269. <SubType>Component</SubType>
  270. </Compile>
  271. <Compile Include="11_Standard\10_DateTime\DtpDateTime.cs">
  272. <SubType>Component</SubType>
  273. </Compile>
  274. <Compile Include="11_Standard\10_DateTime\DtpDateTimePicker.cs">
  275. <SubType>Component</SubType>
  276. </Compile>
  277. <Compile Include="11_Standard\10_DateTime\Interface\ITimeRange.cs" />
  278. <Compile Include="11_Standard\10_DateTime\Interface\IDateRange.cs" />
  279. <Compile Include="11_Standard\10_DateTime\Interface\IDateTimeRange.cs" />
  280. <Compile Include="11_Standard\11_TreeView\TvwTreeView.cs">
  281. <SubType>Component</SubType>
  282. </Compile>
  283. <Compile Include="12_Container\01_GroupBox\GrpCollapsible.cs">
  284. <SubType>Component</SubType>
  285. </Compile>
  286. <Compile Include="12_Container\01_GroupBox\GrpGroupBox.cs">
  287. <SubType>Component</SubType>
  288. </Compile>
  289. <Compile Include="12_Container\02_Panel\PnlPanel.cs">
  290. <SubType>Component</SubType>
  291. </Compile>
  292. <Compile Include="12_Container\03_SplitContainer\SplSplitContainer.cs">
  293. <SubType>Component</SubType>
  294. </Compile>
  295. <Compile Include="12_Strip\01_ToolStrip\TsrToolStrip.cs">
  296. <SubType>Component</SubType>
  297. </Compile>
  298. <Compile Include="12_Strip\03_StatusStrip\SsrAsyncStatusStrip.cs">
  299. <SubType>Component</SubType>
  300. </Compile>
  301. <Compile Include="12_Strip\03_StatusStrip\SsrAsyncStatusStrip.Designer.cs">
  302. <DependentUpon>SsrAsyncStatusStrip.cs</DependentUpon>
  303. </Compile>
  304. <Compile Include="12_Strip\03_StatusStrip\SsrStatusStrip.cs">
  305. <SubType>Component</SubType>
  306. </Compile>
  307. <Compile Include="14_Form\FormBase.cs">
  308. <SubType>Form</SubType>
  309. </Compile>
  310. <Compile Include="14_Form\FormBase.Designer.cs">
  311. <DependentUpon>FormBase.cs</DependentUpon>
  312. </Compile>
  313. <Compile Include="14_Form\FormDialog.cs">
  314. <SubType>Form</SubType>
  315. </Compile>
  316. <Compile Include="14_Form\FormDialog.Designer.cs">
  317. <DependentUpon>FormDialog.cs</DependentUpon>
  318. </Compile>
  319. <Compile Include="14_Form\FormMultiple.cs">
  320. <SubType>Form</SubType>
  321. </Compile>
  322. <Compile Include="14_Form\FormMultiple.Designer.cs">
  323. <DependentUpon>FormMultiple.cs</DependentUpon>
  324. </Compile>
  325. <Compile Include="14_Form\FormSingle.cs">
  326. <SubType>Form</SubType>
  327. </Compile>
  328. <Compile Include="14_Form\FormSingle.Designer.cs">
  329. <DependentUpon>FormSingle.cs</DependentUpon>
  330. </Compile>
  331. <Compile Include="Properties\AssemblyInfo.cs" />
  332. <Compile Include="Properties\Resources.Designer.cs">
  333. <AutoGen>True</AutoGen>
  334. <DesignTime>True</DesignTime>
  335. <DependentUpon>Resources.resx</DependentUpon>
  336. </Compile>
  337. </ItemGroup>
  338. <ItemGroup>
  339. <Reference Include="System" />
  340. <Reference Include="System.Data" />
  341. <Reference Include="System.Drawing" />
  342. <Reference Include="System.Windows.Forms" />
  343. <Reference Include="System.XML" />
  344. <Reference Include="Utilities, Version=1.0.0.0, Culture=neutral, processorArchitecture=x86">
  345. <SpecificVersion>False</SpecificVersion>
  346. <HintPath>..\..\DLL\Utilities.dll</HintPath>
  347. </Reference>
  348. </ItemGroup>
  349. <ItemGroup>
  350. <Folder Include="11_Standard\08_TextBox\03_Ex\" />
  351. <Folder Include="12_Strip\02_MenuStrip\" />
  352. <Folder Include="20_UserControl\" />
  353. </ItemGroup>
  354. <ItemGroup>
  355. <EmbeddedResource Include="11_Standard\04_CheckBox\ChkFlagCheckBox.resx">
  356. <DependentUpon>ChkFlagCheckBox.cs</DependentUpon>
  357. </EmbeddedResource>
  358. <EmbeddedResource Include="11_Standard\05_ListBox\FtlFilterListBox.resx">
  359. <DependentUpon>FtlFilterListBox.cs</DependentUpon>
  360. </EmbeddedResource>
  361. <EmbeddedResource Include="11_Standard\06_CheckedListBox\CalCheckAllListBox.resx">
  362. <DependentUpon>CalCheckAllListBox.cs</DependentUpon>
  363. </EmbeddedResource>
  364. <EmbeddedResource Include="11_Standard\09_SearchBox\ScbSearch2Box.resx">
  365. <DependentUpon>ScbSearch2Box.cs</DependentUpon>
  366. </EmbeddedResource>
  367. <EmbeddedResource Include="11_Standard\09_SearchBox\ScbSearchBox.resx">
  368. <DependentUpon>ScbSearchBox.cs</DependentUpon>
  369. </EmbeddedResource>
  370. <EmbeddedResource Include="14_Form\FormBase.resx">
  371. <DependentUpon>FormBase.cs</DependentUpon>
  372. </EmbeddedResource>
  373. <EmbeddedResource Include="14_Form\FormDialog.resx">
  374. <DependentUpon>FormDialog.cs</DependentUpon>
  375. </EmbeddedResource>
  376. <EmbeddedResource Include="Properties\Resources.resx">
  377. <Generator>PublicResXFileCodeGenerator</Generator>
  378. <SubType>Designer</SubType>
  379. <LastGenOutput>Resources.Designer.cs</LastGenOutput>
  380. </EmbeddedResource>
  381. </ItemGroup>
  382. <ItemGroup>
  383. <None Include="Resources\Button_Back_00.png" />
  384. <None Include="Resources\Button_Disable_00.png" />
  385. <None Include="Resources\Button_Enter_00.png" />
  386. <None Include="Resources\ClearInput_00.png" />
  387. <None Include="Resources\SearchBox_Button_00.png" />
  388. <None Include="Resources\Form_Back_00.png" />
  389. <None Include="Resources\Status_Communicating_00.gif" />
  390. <None Include="Resources\Form_Icon_00.ico" />
  391. <None Include="Resources\ToolStrip_Back_00.png" />
  392. <None Include="Resources\ToolStrip_Back_01.png" />
  393. <EmbeddedResource Include="ToolboxBitmap\Button_00.bmp" />
  394. <EmbeddedResource Include="ToolboxBitmap\DateTimeRange_00.bmp" />
  395. <EmbeddedResource Include="ToolboxBitmap\SearchBox_00.bmp" />
  396. </ItemGroup>
  397. <ItemGroup>
  398. <ProjectReference Include="..\BaseControls\BaseControls.csproj">
  399. <Project>{7590dcac-f66d-4230-b713-268c865a7bb1}</Project>
  400. <Name>BaseControls</Name>
  401. </ProjectReference>
  402. <ProjectReference Include="..\BaseResources\BaseResources.csproj">
  403. <Project>{dcaa5778-c5ed-4958-9d76-d994fdb673e0}</Project>
  404. <Name>BaseResources</Name>
  405. </ProjectReference>
  406. <ProjectReference Include="..\Library\Library.csproj">
  407. <Project>{9f8bb971-d302-4ba3-b332-76ce4de6fcc9}</Project>
  408. <Name>Library</Name>
  409. </ProjectReference>
  410. </ItemGroup>
  411. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  412. <PropertyGroup>
  413. <PostBuildEvent>
  414. </PostBuildEvent>
  415. </PropertyGroup>
  416. <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
  417. Other similar extension points exist, see Microsoft.Common.targets.
  418. <Target Name="BeforeBuild">
  419. </Target>
  420. <Target Name="AfterBuild">
  421. </Target>
  422. -->
  423. </Project>