Project.uvoptx 31 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798991001011021031041051061071081091101111121131141151161171181191201211221231241251261271281291301311321331341351361371381391401411421431441451461471481491501511521531541551561571581591601611621631641651661671681691701711721731741751761771781791801811821831841851861871881891901911921931941951961971981992002012022032042052062072082092102112122132142152162172182192202212222232242252262272282292302312322332342352362372382392402412422432442452462472482492502512522532542552562572582592602612622632642652662672682692702712722732742752762772782792802812822832842852862872882892902912922932942952962972982993003013023033043053063073083093103113123133143153163173183193203213223233243253263273283293303313323333343353363373383393403413423433443453463473483493503513523533543553563573583593603613623633643653663673683693703713723733743753763773783793803813823833843853863873883893903913923933943953963973983994004014024034044054064074084094104114124134144154164174184194204214224234244254264274284294304314324334344354364374384394404414424434444454464474484494504514524534544554564574584594604614624634644654664674684694704714724734744754764774784794804814824834844854864874884894904914924934944954964974984995005015025035045055065075085095105115125135145155165175185195205215225235245255265275285295305315325335345355365375385395405415425435445455465475485495505515525535545555565575585595605615625635645655665675685695705715725735745755765775785795805815825835845855865875885895905915925935945955965975985996006016026036046056066076086096106116126136146156166176186196206216226236246256266276286296306316326336346356366376386396406416426436446456466476486496506516526536546556566576586596606616626636646656666676686696706716726736746756766776786796806816826836846856866876886896906916926936946956966976986997007017027037047057067077087097107117127137147157167177187197207217227237247257267277287297307317327337347357367377387397407417427437447457467477487497507517527537547557567577587597607617627637647657667677687697707717727737747757767777787797807817827837847857867877887897907917927937947957967977987998008018028038048058068078088098108118128138148158168178188198208218228238248258268278288298308318328338348358368378388398408418428438448458468478488498508518528538548558568578588598608618628638648658668678688698708718728738748758768778788798808818828838848858868878888898908918928938948958968978988999009019029039049059069079089099109119129139149159169179189199209219229239249259269279289299309319329339349359369379389399409419429439449459469479489499509519529539549559569579589599609619629639649659669679689699709719729739749759769779789799809819829839849859869879889899909919929939949959969979989991000100110021003100410051006100710081009101010111012101310141015101610171018101910201021102210231024
  1. <?xml version="1.0" encoding="UTF-8" standalone="no" ?>
  2. <ProjectOpt xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="project_optx.xsd">
  3. <SchemaVersion>1.0</SchemaVersion>
  4. <Header>### uVision Project, (C) Keil Software</Header>
  5. <Extensions>
  6. <cExt>*.c</cExt>
  7. <aExt>*.s*; *.src; *.a*</aExt>
  8. <oExt>*.obj; *.o</oExt>
  9. <lExt>*.lib</lExt>
  10. <tExt>*.txt; *.h; *.inc; *.md</tExt>
  11. <pExt>*.plm</pExt>
  12. <CppX>*.cpp; *.cc; *.cxx</CppX>
  13. <nMigrate>0</nMigrate>
  14. </Extensions>
  15. <DaveTm>
  16. <dwLowDateTime>0</dwLowDateTime>
  17. <dwHighDateTime>0</dwHighDateTime>
  18. </DaveTm>
  19. <Target>
  20. <TargetName>PECAHeadHost</TargetName>
  21. <ToolsetNumber>0x4</ToolsetNumber>
  22. <ToolsetName>ARM-ADS</ToolsetName>
  23. <TargetOption>
  24. <CLKADS>12000000</CLKADS>
  25. <OPTTT>
  26. <gFlags>1</gFlags>
  27. <BeepAtEnd>1</BeepAtEnd>
  28. <RunSim>0</RunSim>
  29. <RunTarget>1</RunTarget>
  30. <RunAbUc>0</RunAbUc>
  31. </OPTTT>
  32. <OPTHX>
  33. <HexSelection>1</HexSelection>
  34. <FlashByte>65535</FlashByte>
  35. <HexRangeLowAddress>0</HexRangeLowAddress>
  36. <HexRangeHighAddress>0</HexRangeHighAddress>
  37. <HexOffset>0</HexOffset>
  38. </OPTHX>
  39. <OPTLEX>
  40. <PageWidth>79</PageWidth>
  41. <PageLength>66</PageLength>
  42. <TabStop>8</TabStop>
  43. <ListingPath>.\</ListingPath>
  44. </OPTLEX>
  45. <ListingPage>
  46. <CreateCListing>1</CreateCListing>
  47. <CreateAListing>1</CreateAListing>
  48. <CreateLListing>1</CreateLListing>
  49. <CreateIListing>0</CreateIListing>
  50. <AsmCond>1</AsmCond>
  51. <AsmSymb>1</AsmSymb>
  52. <AsmXref>0</AsmXref>
  53. <CCond>1</CCond>
  54. <CCode>0</CCode>
  55. <CListInc>0</CListInc>
  56. <CSymb>0</CSymb>
  57. <LinkerCodeListing>0</LinkerCodeListing>
  58. </ListingPage>
  59. <OPTXL>
  60. <LMap>1</LMap>
  61. <LComments>1</LComments>
  62. <LGenerateSymbols>1</LGenerateSymbols>
  63. <LLibSym>1</LLibSym>
  64. <LLines>1</LLines>
  65. <LLocSym>1</LLocSym>
  66. <LPubSym>1</LPubSym>
  67. <LXref>0</LXref>
  68. <LExpSel>0</LExpSel>
  69. </OPTXL>
  70. <OPTFL>
  71. <tvExp>1</tvExp>
  72. <tvExpOptDlg>0</tvExpOptDlg>
  73. <IsCurrentTarget>1</IsCurrentTarget>
  74. </OPTFL>
  75. <CpuCode>18</CpuCode>
  76. <Books>
  77. <Book>
  78. <Number>0</Number>
  79. <Title>Base Board Schematics (MCBSTM32E)</Title>
  80. <Path>C:\Tools\Keil_v5\ARM\PACK\Keil\STM32F1xx_DFP\1.0.5\Documents\mcbstm32e-base-board-schematics.pdf</Path>
  81. </Book>
  82. <Book>
  83. <Number>1</Number>
  84. <Title>Display Board Schematics (MCBSTM32E)</Title>
  85. <Path>C:\Tools\Keil_v5\ARM\PACK\Keil\STM32F1xx_DFP\1.0.5\Documents\mcbstm32e-display-board-schematics.pdf</Path>
  86. </Book>
  87. <Book>
  88. <Number>2</Number>
  89. <Title>User Manual (MCBSTM32E)</Title>
  90. <Path>C:\Tools\Keil_v5\ARM\PACK\Keil\STM32F1xx_DFP\1.0.5\Documents\mcbstm32e.chm</Path>
  91. </Book>
  92. <Book>
  93. <Number>3</Number>
  94. <Title>MCBSTM32E Evaluation Board Web Page (MCBSTM32E)</Title>
  95. <Path>http://www.keil.com/mcbstm32e/</Path>
  96. </Book>
  97. </Books>
  98. <DebugOpt>
  99. <uSim>0</uSim>
  100. <uTrg>1</uTrg>
  101. <sLdApp>1</sLdApp>
  102. <sGomain>1</sGomain>
  103. <sRbreak>1</sRbreak>
  104. <sRwatch>1</sRwatch>
  105. <sRmem>1</sRmem>
  106. <sRfunc>1</sRfunc>
  107. <sRbox>1</sRbox>
  108. <tLdApp>1</tLdApp>
  109. <tGomain>1</tGomain>
  110. <tRbreak>1</tRbreak>
  111. <tRwatch>1</tRwatch>
  112. <tRmem>1</tRmem>
  113. <tRfunc>0</tRfunc>
  114. <tRbox>1</tRbox>
  115. <tRtrace>1</tRtrace>
  116. <sRSysVw>1</sRSysVw>
  117. <tRSysVw>1</tRSysVw>
  118. <sRunDeb>0</sRunDeb>
  119. <sLrtime>0</sLrtime>
  120. <nTsel>6</nTsel>
  121. <sDll></sDll>
  122. <sDllPa></sDllPa>
  123. <sDlgDll></sDlgDll>
  124. <sDlgPa></sDlgPa>
  125. <sIfile></sIfile>
  126. <tDll></tDll>
  127. <tDllPa></tDllPa>
  128. <tDlgDll></tDlgDll>
  129. <tDlgPa></tDlgPa>
  130. <tIfile></tIfile>
  131. <pMon>Segger\JL2CM3.dll</pMon>
  132. </DebugOpt>
  133. <TargetDriverDllRegistry>
  134. <SetRegEntry>
  135. <Number>0</Number>
  136. <Key>JL2CM3</Key>
  137. <Name>-U69404209 -O78 -S2 -ZTIFSpeedSel5000 -A0 -C0 -JU1 -JI127.0.0.1 -JP0 -RST0 -N00("ARM CoreSight SW-DP") -D00(1BA01477) -L00(0) -TO18 -TC10000000 -TP21 -TDS8007 -TDT0 -TDC1F -TIEFFFFFFFF -TIP8 -TB1 -TFE0 -FO15 -FD20000000 -FC1000 -FN1 -FF0STM32F10x_512.FLM -FS08008000 -FL040000 -FP0($$Device:STM32F103VE$Flash\STM32F10x_512.FLM)</Name>
  138. </SetRegEntry>
  139. <SetRegEntry>
  140. <Number>0</Number>
  141. <Key>UL2CM3</Key>
  142. <Name>UL2CM3(-S0 -C0 -P0 -FD20000000 -FC1000 -FN1 -FF0STM32F10x_512 -FS08000000 -FL080000 -FP0($$Device:STM32F103VE$Flash\STM32F10x_512.FLM))</Name>
  143. </SetRegEntry>
  144. </TargetDriverDllRegistry>
  145. <Breakpoint>
  146. <Bp>
  147. <Number>0</Number>
  148. <Type>0</Type>
  149. <LineNumber>172</LineNumber>
  150. <EnabledFlag>1</EnabledFlag>
  151. <Address>0</Address>
  152. <ByteObject>0</ByteObject>
  153. <HtxType>0</HtxType>
  154. <ManyObjects>0</ManyObjects>
  155. <SizeOfObject>0</SizeOfObject>
  156. <BreakByAccess>0</BreakByAccess>
  157. <BreakIfRCount>0</BreakIfRCount>
  158. <Filename>..\USER\ControlSystem.c</Filename>
  159. <ExecCommand></ExecCommand>
  160. <Expression></Expression>
  161. </Bp>
  162. <Bp>
  163. <Number>1</Number>
  164. <Type>0</Type>
  165. <LineNumber>173</LineNumber>
  166. <EnabledFlag>1</EnabledFlag>
  167. <Address>0</Address>
  168. <ByteObject>0</ByteObject>
  169. <HtxType>0</HtxType>
  170. <ManyObjects>0</ManyObjects>
  171. <SizeOfObject>0</SizeOfObject>
  172. <BreakByAccess>0</BreakByAccess>
  173. <BreakIfRCount>0</BreakIfRCount>
  174. <Filename>..\USER\ControlSystem.c</Filename>
  175. <ExecCommand></ExecCommand>
  176. <Expression></Expression>
  177. </Bp>
  178. </Breakpoint>
  179. <Tracepoint>
  180. <THDelay>0</THDelay>
  181. </Tracepoint>
  182. <DebugFlag>
  183. <trace>0</trace>
  184. <periodic>0</periodic>
  185. <aLwin>0</aLwin>
  186. <aCover>0</aCover>
  187. <aSer1>0</aSer1>
  188. <aSer2>0</aSer2>
  189. <aPa>0</aPa>
  190. <viewmode>0</viewmode>
  191. <vrSel>0</vrSel>
  192. <aSym>0</aSym>
  193. <aTbox>0</aTbox>
  194. <AscS1>0</AscS1>
  195. <AscS2>0</AscS2>
  196. <AscS3>0</AscS3>
  197. <aSer3>0</aSer3>
  198. <eProf>0</eProf>
  199. <aLa>0</aLa>
  200. <aPa1>0</aPa1>
  201. <AscS4>0</AscS4>
  202. <aSer4>0</aSer4>
  203. <StkLoc>0</StkLoc>
  204. <TrcWin>0</TrcWin>
  205. <newCpu>0</newCpu>
  206. <uProt>0</uProt>
  207. </DebugFlag>
  208. <LintExecutable></LintExecutable>
  209. <LintConfigFile></LintConfigFile>
  210. <DebugDescription>
  211. <Enable>1</Enable>
  212. <EnableLog>0</EnableLog>
  213. <Protocol>2</Protocol>
  214. <DbgClock>10000000</DbgClock>
  215. </DebugDescription>
  216. </TargetOption>
  217. </Target>
  218. <Group>
  219. <GroupName>USER</GroupName>
  220. <tvExp>1</tvExp>
  221. <tvExpOptDlg>0</tvExpOptDlg>
  222. <cbSel>0</cbSel>
  223. <RteFlg>0</RteFlg>
  224. <File>
  225. <GroupNumber>1</GroupNumber>
  226. <FileNumber>1</FileNumber>
  227. <FileType>1</FileType>
  228. <tvExp>0</tvExp>
  229. <Focus>1</Focus>
  230. <tvExpOptDlg>0</tvExpOptDlg>
  231. <bDave2>0</bDave2>
  232. <PathWithFileName>..\USER\main.c</PathWithFileName>
  233. <FilenameWithoutPath>main.c</FilenameWithoutPath>
  234. <RteFlg>0</RteFlg>
  235. <bShared>0</bShared>
  236. </File>
  237. <File>
  238. <GroupNumber>1</GroupNumber>
  239. <FileNumber>2</FileNumber>
  240. <FileType>1</FileType>
  241. <tvExp>0</tvExp>
  242. <Focus>1</Focus>
  243. <tvExpOptDlg>0</tvExpOptDlg>
  244. <bDave2>0</bDave2>
  245. <PathWithFileName>..\USER\Driver.c</PathWithFileName>
  246. <FilenameWithoutPath>Driver.c</FilenameWithoutPath>
  247. <RteFlg>0</RteFlg>
  248. <bShared>0</bShared>
  249. </File>
  250. <File>
  251. <GroupNumber>1</GroupNumber>
  252. <FileNumber>3</FileNumber>
  253. <FileType>1</FileType>
  254. <tvExp>0</tvExp>
  255. <Focus>1</Focus>
  256. <tvExpOptDlg>0</tvExpOptDlg>
  257. <bDave2>0</bDave2>
  258. <PathWithFileName>..\USER\TypeDefine.c</PathWithFileName>
  259. <FilenameWithoutPath>TypeDefine.c</FilenameWithoutPath>
  260. <RteFlg>0</RteFlg>
  261. <bShared>0</bShared>
  262. </File>
  263. <File>
  264. <GroupNumber>1</GroupNumber>
  265. <FileNumber>4</FileNumber>
  266. <FileType>1</FileType>
  267. <tvExp>0</tvExp>
  268. <Focus>1</Focus>
  269. <tvExpOptDlg>0</tvExpOptDlg>
  270. <bDave2>0</bDave2>
  271. <PathWithFileName>..\USER\stm32f10x_it.c</PathWithFileName>
  272. <FilenameWithoutPath>stm32f10x_it.c</FilenameWithoutPath>
  273. <RteFlg>0</RteFlg>
  274. <bShared>0</bShared>
  275. </File>
  276. <File>
  277. <GroupNumber>1</GroupNumber>
  278. <FileNumber>5</FileNumber>
  279. <FileType>1</FileType>
  280. <tvExp>0</tvExp>
  281. <Focus>1</Focus>
  282. <tvExpOptDlg>0</tvExpOptDlg>
  283. <bDave2>0</bDave2>
  284. <PathWithFileName>..\USER\TimerSetup.c</PathWithFileName>
  285. <FilenameWithoutPath>TimerSetup.c</FilenameWithoutPath>
  286. <RteFlg>0</RteFlg>
  287. <bShared>0</bShared>
  288. </File>
  289. <File>
  290. <GroupNumber>1</GroupNumber>
  291. <FileNumber>6</FileNumber>
  292. <FileType>1</FileType>
  293. <tvExp>0</tvExp>
  294. <Focus>1</Focus>
  295. <tvExpOptDlg>0</tvExpOptDlg>
  296. <bDave2>0</bDave2>
  297. <PathWithFileName>..\USER\RTCSetup.c</PathWithFileName>
  298. <FilenameWithoutPath>RTCSetup.c</FilenameWithoutPath>
  299. <RteFlg>0</RteFlg>
  300. <bShared>0</bShared>
  301. </File>
  302. <File>
  303. <GroupNumber>1</GroupNumber>
  304. <FileNumber>7</FileNumber>
  305. <FileType>1</FileType>
  306. <tvExp>0</tvExp>
  307. <Focus>1</Focus>
  308. <tvExpOptDlg>0</tvExpOptDlg>
  309. <bDave2>0</bDave2>
  310. <PathWithFileName>..\USER\SPISetup.c</PathWithFileName>
  311. <FilenameWithoutPath>SPISetup.c</FilenameWithoutPath>
  312. <RteFlg>0</RteFlg>
  313. <bShared>0</bShared>
  314. </File>
  315. <File>
  316. <GroupNumber>1</GroupNumber>
  317. <FileNumber>8</FileNumber>
  318. <FileType>1</FileType>
  319. <tvExp>0</tvExp>
  320. <Focus>1</Focus>
  321. <tvExpOptDlg>0</tvExpOptDlg>
  322. <bDave2>0</bDave2>
  323. <PathWithFileName>..\USER\ADS1110Setup.c</PathWithFileName>
  324. <FilenameWithoutPath>ADS1110Setup.c</FilenameWithoutPath>
  325. <RteFlg>0</RteFlg>
  326. <bShared>0</bShared>
  327. </File>
  328. <File>
  329. <GroupNumber>1</GroupNumber>
  330. <FileNumber>9</FileNumber>
  331. <FileType>1</FileType>
  332. <tvExp>0</tvExp>
  333. <Focus>1</Focus>
  334. <tvExpOptDlg>0</tvExpOptDlg>
  335. <bDave2>0</bDave2>
  336. <PathWithFileName>..\USER\IICSetup.c</PathWithFileName>
  337. <FilenameWithoutPath>IICSetup.c</FilenameWithoutPath>
  338. <RteFlg>0</RteFlg>
  339. <bShared>0</bShared>
  340. </File>
  341. <File>
  342. <GroupNumber>1</GroupNumber>
  343. <FileNumber>10</FileNumber>
  344. <FileType>1</FileType>
  345. <tvExp>0</tvExp>
  346. <Focus>1</Focus>
  347. <tvExpOptDlg>0</tvExpOptDlg>
  348. <bDave2>0</bDave2>
  349. <PathWithFileName>..\USER\USARTSetup.c</PathWithFileName>
  350. <FilenameWithoutPath>USARTSetup.c</FilenameWithoutPath>
  351. <RteFlg>0</RteFlg>
  352. <bShared>0</bShared>
  353. </File>
  354. <File>
  355. <GroupNumber>1</GroupNumber>
  356. <FileNumber>11</FileNumber>
  357. <FileType>1</FileType>
  358. <tvExp>0</tvExp>
  359. <Focus>1</Focus>
  360. <tvExpOptDlg>0</tvExpOptDlg>
  361. <bDave2>0</bDave2>
  362. <PathWithFileName>..\USER\LCDSetup.c</PathWithFileName>
  363. <FilenameWithoutPath>LCDSetup.c</FilenameWithoutPath>
  364. <RteFlg>0</RteFlg>
  365. <bShared>0</bShared>
  366. </File>
  367. <File>
  368. <GroupNumber>1</GroupNumber>
  369. <FileNumber>12</FileNumber>
  370. <FileType>1</FileType>
  371. <tvExp>0</tvExp>
  372. <Focus>1</Focus>
  373. <tvExpOptDlg>0</tvExpOptDlg>
  374. <bDave2>0</bDave2>
  375. <PathWithFileName>..\USER\History.c</PathWithFileName>
  376. <FilenameWithoutPath>History.c</FilenameWithoutPath>
  377. <RteFlg>0</RteFlg>
  378. <bShared>0</bShared>
  379. </File>
  380. <File>
  381. <GroupNumber>1</GroupNumber>
  382. <FileNumber>13</FileNumber>
  383. <FileType>1</FileType>
  384. <tvExp>0</tvExp>
  385. <Focus>1</Focus>
  386. <tvExpOptDlg>0</tvExpOptDlg>
  387. <bDave2>0</bDave2>
  388. <PathWithFileName>..\USER\FlashSetup.c</PathWithFileName>
  389. <FilenameWithoutPath>FlashSetup.c</FilenameWithoutPath>
  390. <RteFlg>0</RteFlg>
  391. <bShared>0</bShared>
  392. </File>
  393. <File>
  394. <GroupNumber>1</GroupNumber>
  395. <FileNumber>14</FileNumber>
  396. <FileType>1</FileType>
  397. <tvExp>0</tvExp>
  398. <Focus>1</Focus>
  399. <tvExpOptDlg>0</tvExpOptDlg>
  400. <bDave2>0</bDave2>
  401. <PathWithFileName>..\USER\ParameterSet.c</PathWithFileName>
  402. <FilenameWithoutPath>ParameterSet.c</FilenameWithoutPath>
  403. <RteFlg>0</RteFlg>
  404. <bShared>0</bShared>
  405. </File>
  406. <File>
  407. <GroupNumber>1</GroupNumber>
  408. <FileNumber>15</FileNumber>
  409. <FileType>1</FileType>
  410. <tvExp>0</tvExp>
  411. <Focus>1</Focus>
  412. <tvExpOptDlg>0</tvExpOptDlg>
  413. <bDave2>0</bDave2>
  414. <PathWithFileName>..\USER\ADCSetup.c</PathWithFileName>
  415. <FilenameWithoutPath>ADCSetup.c</FilenameWithoutPath>
  416. <RteFlg>0</RteFlg>
  417. <bShared>0</bShared>
  418. </File>
  419. <File>
  420. <GroupNumber>1</GroupNumber>
  421. <FileNumber>16</FileNumber>
  422. <FileType>1</FileType>
  423. <tvExp>0</tvExp>
  424. <Focus>1</Focus>
  425. <tvExpOptDlg>0</tvExpOptDlg>
  426. <bDave2>0</bDave2>
  427. <PathWithFileName>..\USER\ControlSystem.c</PathWithFileName>
  428. <FilenameWithoutPath>ControlSystem.c</FilenameWithoutPath>
  429. <RteFlg>0</RteFlg>
  430. <bShared>0</bShared>
  431. </File>
  432. <File>
  433. <GroupNumber>1</GroupNumber>
  434. <FileNumber>17</FileNumber>
  435. <FileType>1</FileType>
  436. <tvExp>0</tvExp>
  437. <Focus>1</Focus>
  438. <tvExpOptDlg>0</tvExpOptDlg>
  439. <bDave2>0</bDave2>
  440. <PathWithFileName>..\USER\DrawLCDGUI.c</PathWithFileName>
  441. <FilenameWithoutPath>DrawLCDGUI.c</FilenameWithoutPath>
  442. <RteFlg>0</RteFlg>
  443. <bShared>0</bShared>
  444. </File>
  445. <File>
  446. <GroupNumber>1</GroupNumber>
  447. <FileNumber>18</FileNumber>
  448. <FileType>1</FileType>
  449. <tvExp>0</tvExp>
  450. <Focus>1</Focus>
  451. <tvExpOptDlg>0</tvExpOptDlg>
  452. <bDave2>0</bDave2>
  453. <PathWithFileName>..\USER\SystemAlarm.c</PathWithFileName>
  454. <FilenameWithoutPath>SystemAlarm.c</FilenameWithoutPath>
  455. <RteFlg>0</RteFlg>
  456. <bShared>0</bShared>
  457. </File>
  458. <File>
  459. <GroupNumber>1</GroupNumber>
  460. <FileNumber>19</FileNumber>
  461. <FileType>1</FileType>
  462. <tvExp>0</tvExp>
  463. <Focus>1</Focus>
  464. <tvExpOptDlg>0</tvExpOptDlg>
  465. <bDave2>0</bDave2>
  466. <PathWithFileName>..\USER\ZigbeeDataHandle.c</PathWithFileName>
  467. <FilenameWithoutPath>ZigbeeDataHandle.c</FilenameWithoutPath>
  468. <RteFlg>0</RteFlg>
  469. <bShared>0</bShared>
  470. </File>
  471. <File>
  472. <GroupNumber>1</GroupNumber>
  473. <FileNumber>20</FileNumber>
  474. <FileType>1</FileType>
  475. <tvExp>0</tvExp>
  476. <Focus>1</Focus>
  477. <tvExpOptDlg>0</tvExpOptDlg>
  478. <bDave2>0</bDave2>
  479. <PathWithFileName>..\USER\CRC16.C</PathWithFileName>
  480. <FilenameWithoutPath>CRC16.C</FilenameWithoutPath>
  481. <RteFlg>0</RteFlg>
  482. <bShared>0</bShared>
  483. </File>
  484. <File>
  485. <GroupNumber>1</GroupNumber>
  486. <FileNumber>21</FileNumber>
  487. <FileType>1</FileType>
  488. <tvExp>0</tvExp>
  489. <Focus>1</Focus>
  490. <tvExpOptDlg>0</tvExpOptDlg>
  491. <bDave2>0</bDave2>
  492. <PathWithFileName>..\USER\HostSlaveHandle.c</PathWithFileName>
  493. <FilenameWithoutPath>HostSlaveHandle.c</FilenameWithoutPath>
  494. <RteFlg>0</RteFlg>
  495. <bShared>0</bShared>
  496. </File>
  497. <File>
  498. <GroupNumber>1</GroupNumber>
  499. <FileNumber>22</FileNumber>
  500. <FileType>1</FileType>
  501. <tvExp>0</tvExp>
  502. <Focus>1</Focus>
  503. <tvExpOptDlg>0</tvExpOptDlg>
  504. <bDave2>0</bDave2>
  505. <PathWithFileName>..\USER\FM31256.c</PathWithFileName>
  506. <FilenameWithoutPath>FM31256.c</FilenameWithoutPath>
  507. <RteFlg>0</RteFlg>
  508. <bShared>0</bShared>
  509. </File>
  510. <File>
  511. <GroupNumber>1</GroupNumber>
  512. <FileNumber>23</FileNumber>
  513. <FileType>1</FileType>
  514. <tvExp>0</tvExp>
  515. <Focus>1</Focus>
  516. <tvExpOptDlg>0</tvExpOptDlg>
  517. <bDave2>0</bDave2>
  518. <PathWithFileName>..\USER\ADS1110ASetup.c</PathWithFileName>
  519. <FilenameWithoutPath>ADS1110ASetup.c</FilenameWithoutPath>
  520. <RteFlg>0</RteFlg>
  521. <bShared>0</bShared>
  522. </File>
  523. <File>
  524. <GroupNumber>1</GroupNumber>
  525. <FileNumber>24</FileNumber>
  526. <FileType>1</FileType>
  527. <tvExp>0</tvExp>
  528. <Focus>1</Focus>
  529. <tvExpOptDlg>0</tvExpOptDlg>
  530. <bDave2>0</bDave2>
  531. <PathWithFileName>..\USER\IIC2Setup.c</PathWithFileName>
  532. <FilenameWithoutPath>IIC2Setup.c</FilenameWithoutPath>
  533. <RteFlg>0</RteFlg>
  534. <bShared>0</bShared>
  535. </File>
  536. <File>
  537. <GroupNumber>1</GroupNumber>
  538. <FileNumber>25</FileNumber>
  539. <FileType>1</FileType>
  540. <tvExp>0</tvExp>
  541. <Focus>1</Focus>
  542. <tvExpOptDlg>0</tvExpOptDlg>
  543. <bDave2>0</bDave2>
  544. <PathWithFileName>..\USER\Lorawan.c</PathWithFileName>
  545. <FilenameWithoutPath>Lorawan.c</FilenameWithoutPath>
  546. <RteFlg>0</RteFlg>
  547. <bShared>0</bShared>
  548. </File>
  549. <File>
  550. <GroupNumber>1</GroupNumber>
  551. <FileNumber>26</FileNumber>
  552. <FileType>1</FileType>
  553. <tvExp>0</tvExp>
  554. <Focus>1</Focus>
  555. <tvExpOptDlg>0</tvExpOptDlg>
  556. <bDave2>0</bDave2>
  557. <PathWithFileName>..\USER\Bubble_ADCSetup.c</PathWithFileName>
  558. <FilenameWithoutPath>Bubble_ADCSetup.c</FilenameWithoutPath>
  559. <RteFlg>0</RteFlg>
  560. <bShared>0</bShared>
  561. </File>
  562. </Group>
  563. <Group>
  564. <GroupName>CMSIS</GroupName>
  565. <tvExp>0</tvExp>
  566. <tvExpOptDlg>0</tvExpOptDlg>
  567. <cbSel>0</cbSel>
  568. <RteFlg>0</RteFlg>
  569. <File>
  570. <GroupNumber>2</GroupNumber>
  571. <FileNumber>27</FileNumber>
  572. <FileType>1</FileType>
  573. <tvExp>0</tvExp>
  574. <Focus>1</Focus>
  575. <tvExpOptDlg>0</tvExpOptDlg>
  576. <bDave2>0</bDave2>
  577. <PathWithFileName>..\CMSIS\CM3\CoreSupport\core_cm3.c</PathWithFileName>
  578. <FilenameWithoutPath>core_cm3.c</FilenameWithoutPath>
  579. <RteFlg>0</RteFlg>
  580. <bShared>0</bShared>
  581. </File>
  582. <File>
  583. <GroupNumber>2</GroupNumber>
  584. <FileNumber>28</FileNumber>
  585. <FileType>1</FileType>
  586. <tvExp>0</tvExp>
  587. <Focus>1</Focus>
  588. <tvExpOptDlg>0</tvExpOptDlg>
  589. <bDave2>0</bDave2>
  590. <PathWithFileName>..\CMSIS\CM3\DeviceSupport\ST\STM32F10x\system_stm32f10x.c</PathWithFileName>
  591. <FilenameWithoutPath>system_stm32f10x.c</FilenameWithoutPath>
  592. <RteFlg>0</RteFlg>
  593. <bShared>0</bShared>
  594. </File>
  595. </Group>
  596. <Group>
  597. <GroupName>Libraries</GroupName>
  598. <tvExp>0</tvExp>
  599. <tvExpOptDlg>0</tvExpOptDlg>
  600. <cbSel>0</cbSel>
  601. <RteFlg>0</RteFlg>
  602. <File>
  603. <GroupNumber>3</GroupNumber>
  604. <FileNumber>29</FileNumber>
  605. <FileType>1</FileType>
  606. <tvExp>0</tvExp>
  607. <Focus>1</Focus>
  608. <tvExpOptDlg>0</tvExpOptDlg>
  609. <bDave2>0</bDave2>
  610. <PathWithFileName>..\Libraries\src\misc.c</PathWithFileName>
  611. <FilenameWithoutPath>misc.c</FilenameWithoutPath>
  612. <RteFlg>0</RteFlg>
  613. <bShared>0</bShared>
  614. </File>
  615. <File>
  616. <GroupNumber>3</GroupNumber>
  617. <FileNumber>30</FileNumber>
  618. <FileType>1</FileType>
  619. <tvExp>0</tvExp>
  620. <Focus>1</Focus>
  621. <tvExpOptDlg>0</tvExpOptDlg>
  622. <bDave2>0</bDave2>
  623. <PathWithFileName>..\Libraries\src\stm32f10x_exti.c</PathWithFileName>
  624. <FilenameWithoutPath>stm32f10x_exti.c</FilenameWithoutPath>
  625. <RteFlg>0</RteFlg>
  626. <bShared>0</bShared>
  627. </File>
  628. <File>
  629. <GroupNumber>3</GroupNumber>
  630. <FileNumber>31</FileNumber>
  631. <FileType>1</FileType>
  632. <tvExp>0</tvExp>
  633. <Focus>1</Focus>
  634. <tvExpOptDlg>0</tvExpOptDlg>
  635. <bDave2>0</bDave2>
  636. <PathWithFileName>..\Libraries\src\stm32f10x_gpio.c</PathWithFileName>
  637. <FilenameWithoutPath>stm32f10x_gpio.c</FilenameWithoutPath>
  638. <RteFlg>0</RteFlg>
  639. <bShared>0</bShared>
  640. </File>
  641. <File>
  642. <GroupNumber>3</GroupNumber>
  643. <FileNumber>32</FileNumber>
  644. <FileType>1</FileType>
  645. <tvExp>0</tvExp>
  646. <Focus>1</Focus>
  647. <tvExpOptDlg>0</tvExpOptDlg>
  648. <bDave2>0</bDave2>
  649. <PathWithFileName>..\Libraries\src\stm32f10x_rcc.c</PathWithFileName>
  650. <FilenameWithoutPath>stm32f10x_rcc.c</FilenameWithoutPath>
  651. <RteFlg>0</RteFlg>
  652. <bShared>0</bShared>
  653. </File>
  654. <File>
  655. <GroupNumber>3</GroupNumber>
  656. <FileNumber>33</FileNumber>
  657. <FileType>1</FileType>
  658. <tvExp>0</tvExp>
  659. <Focus>1</Focus>
  660. <tvExpOptDlg>0</tvExpOptDlg>
  661. <bDave2>0</bDave2>
  662. <PathWithFileName>..\Libraries\src\stm32f10x_usart.c</PathWithFileName>
  663. <FilenameWithoutPath>stm32f10x_usart.c</FilenameWithoutPath>
  664. <RteFlg>0</RteFlg>
  665. <bShared>0</bShared>
  666. </File>
  667. <File>
  668. <GroupNumber>3</GroupNumber>
  669. <FileNumber>34</FileNumber>
  670. <FileType>1</FileType>
  671. <tvExp>0</tvExp>
  672. <Focus>1</Focus>
  673. <tvExpOptDlg>0</tvExpOptDlg>
  674. <bDave2>0</bDave2>
  675. <PathWithFileName>..\Libraries\src\stm32f10x_rtc.c</PathWithFileName>
  676. <FilenameWithoutPath>stm32f10x_rtc.c</FilenameWithoutPath>
  677. <RteFlg>0</RteFlg>
  678. <bShared>0</bShared>
  679. </File>
  680. <File>
  681. <GroupNumber>3</GroupNumber>
  682. <FileNumber>35</FileNumber>
  683. <FileType>1</FileType>
  684. <tvExp>0</tvExp>
  685. <Focus>1</Focus>
  686. <tvExpOptDlg>0</tvExpOptDlg>
  687. <bDave2>0</bDave2>
  688. <PathWithFileName>..\Libraries\src\stm32f10x_tim.c</PathWithFileName>
  689. <FilenameWithoutPath>stm32f10x_tim.c</FilenameWithoutPath>
  690. <RteFlg>0</RteFlg>
  691. <bShared>0</bShared>
  692. </File>
  693. <File>
  694. <GroupNumber>3</GroupNumber>
  695. <FileNumber>36</FileNumber>
  696. <FileType>1</FileType>
  697. <tvExp>0</tvExp>
  698. <Focus>1</Focus>
  699. <tvExpOptDlg>0</tvExpOptDlg>
  700. <bDave2>0</bDave2>
  701. <PathWithFileName>..\Libraries\src\stm32f10x_pwr.c</PathWithFileName>
  702. <FilenameWithoutPath>stm32f10x_pwr.c</FilenameWithoutPath>
  703. <RteFlg>0</RteFlg>
  704. <bShared>0</bShared>
  705. </File>
  706. <File>
  707. <GroupNumber>3</GroupNumber>
  708. <FileNumber>37</FileNumber>
  709. <FileType>1</FileType>
  710. <tvExp>0</tvExp>
  711. <Focus>1</Focus>
  712. <tvExpOptDlg>0</tvExpOptDlg>
  713. <bDave2>0</bDave2>
  714. <PathWithFileName>..\Libraries\src\stm32f10x_bkp.c</PathWithFileName>
  715. <FilenameWithoutPath>stm32f10x_bkp.c</FilenameWithoutPath>
  716. <RteFlg>0</RteFlg>
  717. <bShared>0</bShared>
  718. </File>
  719. <File>
  720. <GroupNumber>3</GroupNumber>
  721. <FileNumber>38</FileNumber>
  722. <FileType>1</FileType>
  723. <tvExp>0</tvExp>
  724. <Focus>1</Focus>
  725. <tvExpOptDlg>0</tvExpOptDlg>
  726. <bDave2>0</bDave2>
  727. <PathWithFileName>..\Libraries\src\stm32f10x_flash.c</PathWithFileName>
  728. <FilenameWithoutPath>stm32f10x_flash.c</FilenameWithoutPath>
  729. <RteFlg>0</RteFlg>
  730. <bShared>0</bShared>
  731. </File>
  732. <File>
  733. <GroupNumber>3</GroupNumber>
  734. <FileNumber>39</FileNumber>
  735. <FileType>1</FileType>
  736. <tvExp>0</tvExp>
  737. <Focus>1</Focus>
  738. <tvExpOptDlg>0</tvExpOptDlg>
  739. <bDave2>0</bDave2>
  740. <PathWithFileName>..\Libraries\src\stm32f10x_adc.c</PathWithFileName>
  741. <FilenameWithoutPath>stm32f10x_adc.c</FilenameWithoutPath>
  742. <RteFlg>0</RteFlg>
  743. <bShared>0</bShared>
  744. </File>
  745. <File>
  746. <GroupNumber>3</GroupNumber>
  747. <FileNumber>40</FileNumber>
  748. <FileType>1</FileType>
  749. <tvExp>0</tvExp>
  750. <Focus>1</Focus>
  751. <tvExpOptDlg>0</tvExpOptDlg>
  752. <bDave2>0</bDave2>
  753. <PathWithFileName>..\Libraries\src\stm32f10x_dma.c</PathWithFileName>
  754. <FilenameWithoutPath>stm32f10x_dma.c</FilenameWithoutPath>
  755. <RteFlg>0</RteFlg>
  756. <bShared>0</bShared>
  757. </File>
  758. </Group>
  759. <Group>
  760. <GroupName>Startup</GroupName>
  761. <tvExp>1</tvExp>
  762. <tvExpOptDlg>0</tvExpOptDlg>
  763. <cbSel>0</cbSel>
  764. <RteFlg>0</RteFlg>
  765. <File>
  766. <GroupNumber>4</GroupNumber>
  767. <FileNumber>41</FileNumber>
  768. <FileType>2</FileType>
  769. <tvExp>0</tvExp>
  770. <Focus>1</Focus>
  771. <tvExpOptDlg>0</tvExpOptDlg>
  772. <bDave2>0</bDave2>
  773. <PathWithFileName>..\Startup\startup_stm32f10x_md.s</PathWithFileName>
  774. <FilenameWithoutPath>startup_stm32f10x_md.s</FilenameWithoutPath>
  775. <RteFlg>0</RteFlg>
  776. <bShared>0</bShared>
  777. </File>
  778. </Group>
  779. <Group>
  780. <GroupName>System</GroupName>
  781. <tvExp>0</tvExp>
  782. <tvExpOptDlg>0</tvExpOptDlg>
  783. <cbSel>0</cbSel>
  784. <RteFlg>0</RteFlg>
  785. <File>
  786. <GroupNumber>5</GroupNumber>
  787. <FileNumber>42</FileNumber>
  788. <FileType>1</FileType>
  789. <tvExp>0</tvExp>
  790. <Focus>1</Focus>
  791. <tvExpOptDlg>0</tvExpOptDlg>
  792. <bDave2>0</bDave2>
  793. <PathWithFileName>..\System\delay.c</PathWithFileName>
  794. <FilenameWithoutPath>delay.c</FilenameWithoutPath>
  795. <RteFlg>0</RteFlg>
  796. <bShared>0</bShared>
  797. </File>
  798. </Group>
  799. <Group>
  800. <GroupName>Module</GroupName>
  801. <tvExp>0</tvExp>
  802. <tvExpOptDlg>0</tvExpOptDlg>
  803. <cbSel>0</cbSel>
  804. <RteFlg>0</RteFlg>
  805. <File>
  806. <GroupNumber>6</GroupNumber>
  807. <FileNumber>43</FileNumber>
  808. <FileType>1</FileType>
  809. <tvExp>0</tvExp>
  810. <Focus>1</Focus>
  811. <tvExpOptDlg>0</tvExpOptDlg>
  812. <bDave2>0</bDave2>
  813. <PathWithFileName>..\NET\Module\at.c</PathWithFileName>
  814. <FilenameWithoutPath>at.c</FilenameWithoutPath>
  815. <RteFlg>0</RteFlg>
  816. <bShared>0</bShared>
  817. </File>
  818. <File>
  819. <GroupNumber>6</GroupNumber>
  820. <FileNumber>44</FileNumber>
  821. <FileType>1</FileType>
  822. <tvExp>0</tvExp>
  823. <Focus>1</Focus>
  824. <tvExpOptDlg>0</tvExpOptDlg>
  825. <bDave2>0</bDave2>
  826. <PathWithFileName>..\NET\Module\bc26.c</PathWithFileName>
  827. <FilenameWithoutPath>bc26.c</FilenameWithoutPath>
  828. <RteFlg>0</RteFlg>
  829. <bShared>0</bShared>
  830. </File>
  831. <File>
  832. <GroupNumber>6</GroupNumber>
  833. <FileNumber>45</FileNumber>
  834. <FileType>1</FileType>
  835. <tvExp>0</tvExp>
  836. <Focus>1</Focus>
  837. <tvExpOptDlg>0</tvExpOptDlg>
  838. <bDave2>0</bDave2>
  839. <PathWithFileName>..\NET\Module\esp8266.c</PathWithFileName>
  840. <FilenameWithoutPath>esp8266.c</FilenameWithoutPath>
  841. <RteFlg>0</RteFlg>
  842. <bShared>0</bShared>
  843. </File>
  844. <File>
  845. <GroupNumber>6</GroupNumber>
  846. <FileNumber>46</FileNumber>
  847. <FileType>1</FileType>
  848. <tvExp>0</tvExp>
  849. <Focus>1</Focus>
  850. <tvExpOptDlg>0</tvExpOptDlg>
  851. <bDave2>0</bDave2>
  852. <PathWithFileName>..\NET\Module\module_wrapper.c</PathWithFileName>
  853. <FilenameWithoutPath>module_wrapper.c</FilenameWithoutPath>
  854. <RteFlg>0</RteFlg>
  855. <bShared>0</bShared>
  856. </File>
  857. </Group>
  858. <Group>
  859. <GroupName>Util</GroupName>
  860. <tvExp>0</tvExp>
  861. <tvExpOptDlg>0</tvExpOptDlg>
  862. <cbSel>0</cbSel>
  863. <RteFlg>0</RteFlg>
  864. <File>
  865. <GroupNumber>7</GroupNumber>
  866. <FileNumber>47</FileNumber>
  867. <FileType>1</FileType>
  868. <tvExp>0</tvExp>
  869. <Focus>1</Focus>
  870. <tvExpOptDlg>0</tvExpOptDlg>
  871. <bDave2>0</bDave2>
  872. <PathWithFileName>..\NET\Util\cJSON.c</PathWithFileName>
  873. <FilenameWithoutPath>cJSON.c</FilenameWithoutPath>
  874. <RteFlg>0</RteFlg>
  875. <bShared>0</bShared>
  876. </File>
  877. <File>
  878. <GroupNumber>7</GroupNumber>
  879. <FileNumber>48</FileNumber>
  880. <FileType>1</FileType>
  881. <tvExp>0</tvExp>
  882. <Focus>1</Focus>
  883. <tvExpOptDlg>0</tvExpOptDlg>
  884. <bDave2>0</bDave2>
  885. <PathWithFileName>..\NET\Util\cJSON_Utils.c</PathWithFileName>
  886. <FilenameWithoutPath>cJSON_Utils.c</FilenameWithoutPath>
  887. <RteFlg>0</RteFlg>
  888. <bShared>0</bShared>
  889. </File>
  890. <File>
  891. <GroupNumber>7</GroupNumber>
  892. <FileNumber>49</FileNumber>
  893. <FileType>1</FileType>
  894. <tvExp>0</tvExp>
  895. <Focus>1</Focus>
  896. <tvExpOptDlg>0</tvExpOptDlg>
  897. <bDave2>0</bDave2>
  898. <PathWithFileName>..\NET\Util\crc.c</PathWithFileName>
  899. <FilenameWithoutPath>crc.c</FilenameWithoutPath>
  900. <RteFlg>0</RteFlg>
  901. <bShared>0</bShared>
  902. </File>
  903. <File>
  904. <GroupNumber>7</GroupNumber>
  905. <FileNumber>50</FileNumber>
  906. <FileType>1</FileType>
  907. <tvExp>0</tvExp>
  908. <Focus>1</Focus>
  909. <tvExpOptDlg>0</tvExpOptDlg>
  910. <bDave2>0</bDave2>
  911. <PathWithFileName>..\NET\Util\ProgramData.c</PathWithFileName>
  912. <FilenameWithoutPath>ProgramData.c</FilenameWithoutPath>
  913. <RteFlg>0</RteFlg>
  914. <bShared>0</bShared>
  915. </File>
  916. <File>
  917. <GroupNumber>7</GroupNumber>
  918. <FileNumber>51</FileNumber>
  919. <FileType>1</FileType>
  920. <tvExp>0</tvExp>
  921. <Focus>1</Focus>
  922. <tvExpOptDlg>0</tvExpOptDlg>
  923. <bDave2>0</bDave2>
  924. <PathWithFileName>..\NET\Util\sys.c</PathWithFileName>
  925. <FilenameWithoutPath>sys.c</FilenameWithoutPath>
  926. <RteFlg>0</RteFlg>
  927. <bShared>0</bShared>
  928. </File>
  929. <File>
  930. <GroupNumber>7</GroupNumber>
  931. <FileNumber>52</FileNumber>
  932. <FileType>1</FileType>
  933. <tvExp>0</tvExp>
  934. <Focus>1</Focus>
  935. <tvExpOptDlg>0</tvExpOptDlg>
  936. <bDave2>0</bDave2>
  937. <PathWithFileName>..\NET\Util\AES.c</PathWithFileName>
  938. <FilenameWithoutPath>AES.c</FilenameWithoutPath>
  939. <RteFlg>0</RteFlg>
  940. <bShared>0</bShared>
  941. </File>
  942. <File>
  943. <GroupNumber>7</GroupNumber>
  944. <FileNumber>53</FileNumber>
  945. <FileType>1</FileType>
  946. <tvExp>0</tvExp>
  947. <Focus>1</Focus>
  948. <tvExpOptDlg>0</tvExpOptDlg>
  949. <bDave2>0</bDave2>
  950. <PathWithFileName>..\NET\Util\mbedtls_util.c</PathWithFileName>
  951. <FilenameWithoutPath>mbedtls_util.c</FilenameWithoutPath>
  952. <RteFlg>0</RteFlg>
  953. <bShared>0</bShared>
  954. </File>
  955. </Group>
  956. <Group>
  957. <GroupName>COAP</GroupName>
  958. <tvExp>1</tvExp>
  959. <tvExpOptDlg>0</tvExpOptDlg>
  960. <cbSel>0</cbSel>
  961. <RteFlg>0</RteFlg>
  962. <File>
  963. <GroupNumber>8</GroupNumber>
  964. <FileNumber>54</FileNumber>
  965. <FileType>1</FileType>
  966. <tvExp>0</tvExp>
  967. <Focus>1</Focus>
  968. <tvExpOptDlg>0</tvExpOptDlg>
  969. <bDave2>0</bDave2>
  970. <PathWithFileName>..\NET\COAP\coap.c</PathWithFileName>
  971. <FilenameWithoutPath>coap.c</FilenameWithoutPath>
  972. <RteFlg>0</RteFlg>
  973. <bShared>0</bShared>
  974. </File>
  975. <File>
  976. <GroupNumber>8</GroupNumber>
  977. <FileNumber>55</FileNumber>
  978. <FileType>1</FileType>
  979. <tvExp>0</tvExp>
  980. <Focus>1</Focus>
  981. <tvExpOptDlg>0</tvExpOptDlg>
  982. <bDave2>0</bDave2>
  983. <PathWithFileName>..\NET\COAP\COAPHandle.c</PathWithFileName>
  984. <FilenameWithoutPath>COAPHandle.c</FilenameWithoutPath>
  985. <RteFlg>0</RteFlg>
  986. <bShared>0</bShared>
  987. </File>
  988. <File>
  989. <GroupNumber>8</GroupNumber>
  990. <FileNumber>56</FileNumber>
  991. <FileType>1</FileType>
  992. <tvExp>0</tvExp>
  993. <Focus>1</Focus>
  994. <tvExpOptDlg>0</tvExpOptDlg>
  995. <bDave2>0</bDave2>
  996. <PathWithFileName>..\NET\COAP\regist.c</PathWithFileName>
  997. <FilenameWithoutPath>regist.c</FilenameWithoutPath>
  998. <RteFlg>0</RteFlg>
  999. <bShared>0</bShared>
  1000. </File>
  1001. </Group>
  1002. <Group>
  1003. <GroupName>::Security</GroupName>
  1004. <tvExp>0</tvExp>
  1005. <tvExpOptDlg>0</tvExpOptDlg>
  1006. <cbSel>0</cbSel>
  1007. <RteFlg>1</RteFlg>
  1008. </Group>
  1009. </ProjectOpt>