example.vcproj 18 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738
  1. <?xml version="1.0" encoding="Windows-1252"?>
  2. <VisualStudioProject
  3. ProjectType="Visual C++"
  4. Version="9.00"
  5. Name="example-vc9"
  6. ProjectGUID="{5B83CA94-A2A6-43A6-8363-E5F4731443F7}"
  7. Keyword="Win32Proj"
  8. TargetFrameworkVersion="131072"
  9. >
  10. <Platforms>
  11. <Platform
  12. Name="Win32"
  13. />
  14. </Platforms>
  15. <ToolFiles>
  16. </ToolFiles>
  17. <Configurations>
  18. <Configuration
  19. Name="Debug|Win32"
  20. OutputDirectory="Debug"
  21. IntermediateDirectory="Debug"
  22. ConfigurationType="1"
  23. InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops"
  24. CharacterSet="2"
  25. >
  26. <Tool
  27. Name="VCPreBuildEventTool"
  28. />
  29. <Tool
  30. Name="VCCustomBuildTool"
  31. />
  32. <Tool
  33. Name="VCXMLDataGeneratorTool"
  34. />
  35. <Tool
  36. Name="VCWebServiceProxyGeneratorTool"
  37. />
  38. <Tool
  39. Name="VCMIDLTool"
  40. />
  41. <Tool
  42. Name="VCCLCompilerTool"
  43. AdditionalOptions="/EHa"
  44. Optimization="0"
  45. AdditionalIncludeDirectories="..\..\.."
  46. PreprocessorDefinitions="WIN32;_DEBUG;_CONSOLE;_SCL_SECURE_NO_DEPRECATE;_CRT_SECURE_NO_DEPRECATE"
  47. MinimalRebuild="false"
  48. ExceptionHandling="0"
  49. BasicRuntimeChecks="3"
  50. RuntimeLibrary="3"
  51. DisableLanguageExtensions="false"
  52. TreatWChar_tAsBuiltInType="true"
  53. ForceConformanceInForLoopScope="true"
  54. RuntimeTypeInfo="true"
  55. UsePrecompiledHeader="0"
  56. WarningLevel="3"
  57. Detect64BitPortabilityProblems="false"
  58. DebugInformationFormat="3"
  59. />
  60. <Tool
  61. Name="VCManagedResourceCompilerTool"
  62. />
  63. <Tool
  64. Name="VCResourceCompilerTool"
  65. />
  66. <Tool
  67. Name="VCPreLinkEventTool"
  68. />
  69. <Tool
  70. Name="VCLinkerTool"
  71. OutputFile="$(OutDir)/example.exe"
  72. LinkIncremental="2"
  73. GenerateDebugInformation="true"
  74. ProgramDatabaseFile="$(OutDir)/example.pdb"
  75. SubSystem="1"
  76. RandomizedBaseAddress="1"
  77. DataExecutionPrevention="0"
  78. TargetMachine="1"
  79. />
  80. <Tool
  81. Name="VCALinkTool"
  82. />
  83. <Tool
  84. Name="VCManifestTool"
  85. />
  86. <Tool
  87. Name="VCXDCMakeTool"
  88. />
  89. <Tool
  90. Name="VCBscMakeTool"
  91. />
  92. <Tool
  93. Name="VCFxCopTool"
  94. />
  95. <Tool
  96. Name="VCAppVerifierTool"
  97. />
  98. <Tool
  99. Name="VCPostBuildEventTool"
  100. />
  101. </Configuration>
  102. <Configuration
  103. Name="Release|Win32"
  104. OutputDirectory="Release"
  105. IntermediateDirectory="Release"
  106. ConfigurationType="1"
  107. InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops"
  108. CharacterSet="2"
  109. >
  110. <Tool
  111. Name="VCPreBuildEventTool"
  112. />
  113. <Tool
  114. Name="VCCustomBuildTool"
  115. />
  116. <Tool
  117. Name="VCXMLDataGeneratorTool"
  118. />
  119. <Tool
  120. Name="VCWebServiceProxyGeneratorTool"
  121. />
  122. <Tool
  123. Name="VCMIDLTool"
  124. />
  125. <Tool
  126. Name="VCCLCompilerTool"
  127. AdditionalIncludeDirectories="..\..\.."
  128. PreprocessorDefinitions="WIN32;NDEBUG;_CONSOLE;_SCL_SECURE_NO_DEPRECATE;_CRT_SECURE_NO_DEPRECATE"
  129. RuntimeLibrary="0"
  130. UsePrecompiledHeader="0"
  131. WarningLevel="3"
  132. Detect64BitPortabilityProblems="false"
  133. DebugInformationFormat="3"
  134. />
  135. <Tool
  136. Name="VCManagedResourceCompilerTool"
  137. />
  138. <Tool
  139. Name="VCResourceCompilerTool"
  140. />
  141. <Tool
  142. Name="VCPreLinkEventTool"
  143. />
  144. <Tool
  145. Name="VCLinkerTool"
  146. OutputFile="$(OutDir)/example.exe"
  147. LinkIncremental="1"
  148. GenerateDebugInformation="true"
  149. SubSystem="1"
  150. OptimizeReferences="2"
  151. EnableCOMDATFolding="2"
  152. RandomizedBaseAddress="1"
  153. DataExecutionPrevention="0"
  154. TargetMachine="1"
  155. />
  156. <Tool
  157. Name="VCALinkTool"
  158. />
  159. <Tool
  160. Name="VCManifestTool"
  161. />
  162. <Tool
  163. Name="VCXDCMakeTool"
  164. />
  165. <Tool
  166. Name="VCBscMakeTool"
  167. />
  168. <Tool
  169. Name="VCFxCopTool"
  170. />
  171. <Tool
  172. Name="VCAppVerifierTool"
  173. />
  174. <Tool
  175. Name="VCPostBuildEventTool"
  176. />
  177. </Configuration>
  178. </Configurations>
  179. <References>
  180. </References>
  181. <Files>
  182. <Filter
  183. Name="Source Files"
  184. Filter="cpp;c;cxx;def;odl;idl;hpj;bat;asm;asmx"
  185. UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}"
  186. >
  187. <File
  188. RelativePath=".\main.cpp"
  189. >
  190. </File>
  191. </Filter>
  192. <Filter
  193. Name="Header Files"
  194. Filter="h;hpp;hxx;hm;inl;inc;xsd;ipp"
  195. >
  196. </Filter>
  197. <Filter
  198. Name="xpressive Files"
  199. Filter="h;hpp;hxx;hm;inl;inc;xsd;ipp"
  200. UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}"
  201. >
  202. <File
  203. RelativePath="..\..\..\boost\xpressive\basic_regex.hpp"
  204. >
  205. </File>
  206. <File
  207. RelativePath="..\..\..\boost\xpressive\match_results.hpp"
  208. >
  209. </File>
  210. <File
  211. RelativePath="..\..\..\boost\xpressive\regex_actions.hpp"
  212. >
  213. </File>
  214. <File
  215. RelativePath="..\..\..\boost\xpressive\regex_algorithms.hpp"
  216. >
  217. </File>
  218. <File
  219. RelativePath="..\..\..\boost\xpressive\regex_compiler.hpp"
  220. >
  221. </File>
  222. <File
  223. RelativePath="..\..\..\boost\xpressive\regex_constants.hpp"
  224. >
  225. </File>
  226. <File
  227. RelativePath="..\..\..\boost\xpressive\regex_error.hpp"
  228. >
  229. </File>
  230. <File
  231. RelativePath="..\..\..\boost\xpressive\regex_iterator.hpp"
  232. >
  233. </File>
  234. <File
  235. RelativePath="..\..\..\boost\xpressive\regex_primitives.hpp"
  236. >
  237. </File>
  238. <File
  239. RelativePath="..\..\..\boost\xpressive\regex_token_iterator.hpp"
  240. >
  241. </File>
  242. <File
  243. RelativePath="..\..\..\boost\xpressive\regex_traits.hpp"
  244. >
  245. </File>
  246. <File
  247. RelativePath="..\..\..\boost\xpressive\sub_match.hpp"
  248. >
  249. </File>
  250. <File
  251. RelativePath="..\..\..\boost\xpressive\xpressive.hpp"
  252. >
  253. </File>
  254. <File
  255. RelativePath="..\..\..\boost\xpressive\xpressive_dynamic.hpp"
  256. >
  257. </File>
  258. <File
  259. RelativePath="..\..\..\boost\xpressive\xpressive_fwd.hpp"
  260. >
  261. </File>
  262. <File
  263. RelativePath="..\..\..\boost\xpressive\xpressive_static.hpp"
  264. >
  265. </File>
  266. <File
  267. RelativePath="..\..\..\boost\xpressive\xpressive_typeof.hpp"
  268. >
  269. </File>
  270. <Filter
  271. Name="detail"
  272. >
  273. <File
  274. RelativePath="..\..\..\boost\xpressive\detail\detail_fwd.hpp"
  275. >
  276. </File>
  277. <Filter
  278. Name="core"
  279. >
  280. <File
  281. RelativePath="..\..\..\boost\xpressive\detail\core\access.hpp"
  282. >
  283. </File>
  284. <File
  285. RelativePath="..\..\..\boost\xpressive\detail\core\action.hpp"
  286. >
  287. </File>
  288. <File
  289. RelativePath="..\..\..\boost\xpressive\detail\core\adaptor.hpp"
  290. >
  291. </File>
  292. <File
  293. RelativePath="..\..\..\boost\xpressive\detail\core\finder.hpp"
  294. >
  295. </File>
  296. <File
  297. RelativePath="..\..\..\boost\xpressive\detail\core\flow_control.hpp"
  298. >
  299. </File>
  300. <File
  301. RelativePath="..\..\..\boost\xpressive\detail\core\icase.hpp"
  302. >
  303. </File>
  304. <File
  305. RelativePath="..\..\..\boost\xpressive\detail\core\linker.hpp"
  306. >
  307. </File>
  308. <File
  309. RelativePath="..\..\..\boost\xpressive\detail\core\list.hpp"
  310. >
  311. </File>
  312. <File
  313. RelativePath="..\..\..\boost\xpressive\detail\core\matchers.hpp"
  314. >
  315. </File>
  316. <File
  317. RelativePath="..\..\..\boost\xpressive\detail\core\optimize.hpp"
  318. >
  319. </File>
  320. <File
  321. RelativePath="..\..\..\boost\xpressive\detail\core\peeker.hpp"
  322. >
  323. </File>
  324. <File
  325. RelativePath="..\..\..\boost\xpressive\detail\core\quant_style.hpp"
  326. >
  327. </File>
  328. <File
  329. RelativePath="..\..\..\boost\xpressive\detail\core\regex_impl.hpp"
  330. >
  331. </File>
  332. <File
  333. RelativePath="..\..\..\boost\xpressive\detail\core\results_cache.hpp"
  334. >
  335. </File>
  336. <File
  337. RelativePath="..\..\..\boost\xpressive\detail\core\state.hpp"
  338. >
  339. </File>
  340. <File
  341. RelativePath="..\..\..\boost\xpressive\detail\core\sub_match_impl.hpp"
  342. >
  343. </File>
  344. <File
  345. RelativePath="..\..\..\boost\xpressive\detail\core\sub_match_vector.hpp"
  346. >
  347. </File>
  348. <Filter
  349. Name="matcher"
  350. >
  351. <File
  352. RelativePath="..\..\..\boost\xpressive\detail\core\matcher\action_matcher.hpp"
  353. >
  354. </File>
  355. <File
  356. RelativePath="..\..\..\boost\xpressive\detail\core\matcher\alternate_end_matcher.hpp"
  357. >
  358. </File>
  359. <File
  360. RelativePath="..\..\..\boost\xpressive\detail\core\matcher\alternate_matcher.hpp"
  361. >
  362. </File>
  363. <File
  364. RelativePath="..\..\..\boost\xpressive\detail\core\matcher\any_matcher.hpp"
  365. >
  366. </File>
  367. <File
  368. RelativePath="..\..\..\boost\xpressive\detail\core\matcher\assert_bol_matcher.hpp"
  369. >
  370. </File>
  371. <File
  372. RelativePath="..\..\..\boost\xpressive\detail\core\matcher\assert_bos_matcher.hpp"
  373. >
  374. </File>
  375. <File
  376. RelativePath="..\..\..\boost\xpressive\detail\core\matcher\assert_eol_matcher.hpp"
  377. >
  378. </File>
  379. <File
  380. RelativePath="..\..\..\boost\xpressive\detail\core\matcher\assert_eos_matcher.hpp"
  381. >
  382. </File>
  383. <File
  384. RelativePath="..\..\..\boost\xpressive\detail\core\matcher\assert_line_base.hpp"
  385. >
  386. </File>
  387. <File
  388. RelativePath="..\..\..\boost\xpressive\detail\core\matcher\assert_word_matcher.hpp"
  389. >
  390. </File>
  391. <File
  392. RelativePath="..\..\..\boost\xpressive\detail\core\matcher\attr_begin_matcher.hpp"
  393. >
  394. </File>
  395. <File
  396. RelativePath="..\..\..\boost\xpressive\detail\core\matcher\attr_end_matcher.hpp"
  397. >
  398. </File>
  399. <File
  400. RelativePath="..\..\..\boost\xpressive\detail\core\matcher\attr_matcher.hpp"
  401. >
  402. </File>
  403. <File
  404. RelativePath="..\..\..\boost\xpressive\detail\core\matcher\charset_matcher.hpp"
  405. >
  406. </File>
  407. <File
  408. RelativePath="..\..\..\boost\xpressive\detail\core\matcher\end_matcher.hpp"
  409. >
  410. </File>
  411. <File
  412. RelativePath="..\..\..\boost\xpressive\detail\core\matcher\epsilon_matcher.hpp"
  413. >
  414. </File>
  415. <File
  416. RelativePath="..\..\..\boost\xpressive\detail\core\matcher\keeper_matcher.hpp"
  417. >
  418. </File>
  419. <File
  420. RelativePath="..\..\..\boost\xpressive\detail\core\matcher\literal_matcher.hpp"
  421. >
  422. </File>
  423. <File
  424. RelativePath="..\..\..\boost\xpressive\detail\core\matcher\logical_newline_matcher.hpp"
  425. >
  426. </File>
  427. <File
  428. RelativePath="..\..\..\boost\xpressive\detail\core\matcher\lookahead_matcher.hpp"
  429. >
  430. </File>
  431. <File
  432. RelativePath="..\..\..\boost\xpressive\detail\core\matcher\lookbehind_matcher.hpp"
  433. >
  434. </File>
  435. <File
  436. RelativePath="..\..\..\boost\xpressive\detail\core\matcher\mark_begin_matcher.hpp"
  437. >
  438. </File>
  439. <File
  440. RelativePath="..\..\..\boost\xpressive\detail\core\matcher\mark_end_matcher.hpp"
  441. >
  442. </File>
  443. <File
  444. RelativePath="..\..\..\boost\xpressive\detail\core\matcher\mark_matcher.hpp"
  445. >
  446. </File>
  447. <File
  448. RelativePath="..\..\..\boost\xpressive\detail\core\matcher\optional_matcher.hpp"
  449. >
  450. </File>
  451. <File
  452. RelativePath="..\..\..\boost\xpressive\detail\core\matcher\posix_charset_matcher.hpp"
  453. >
  454. </File>
  455. <File
  456. RelativePath="..\..\..\boost\xpressive\detail\core\matcher\predicate_matcher.hpp"
  457. >
  458. </File>
  459. <File
  460. RelativePath="..\..\..\boost\xpressive\detail\core\matcher\range_matcher.hpp"
  461. >
  462. </File>
  463. <File
  464. RelativePath="..\..\..\boost\xpressive\detail\core\matcher\regex_byref_matcher.hpp"
  465. >
  466. </File>
  467. <File
  468. RelativePath="..\..\..\boost\xpressive\detail\core\matcher\regex_matcher.hpp"
  469. >
  470. </File>
  471. <File
  472. RelativePath="..\..\..\boost\xpressive\detail\core\matcher\repeat_begin_matcher.hpp"
  473. >
  474. </File>
  475. <File
  476. RelativePath="..\..\..\boost\xpressive\detail\core\matcher\repeat_end_matcher.hpp"
  477. >
  478. </File>
  479. <File
  480. RelativePath="..\..\..\boost\xpressive\detail\core\matcher\set_matcher.hpp"
  481. >
  482. </File>
  483. <File
  484. RelativePath="..\..\..\boost\xpressive\detail\core\matcher\simple_repeat_matcher.hpp"
  485. >
  486. </File>
  487. <File
  488. RelativePath="..\..\..\boost\xpressive\detail\core\matcher\string_matcher.hpp"
  489. >
  490. </File>
  491. <File
  492. RelativePath="..\..\..\boost\xpressive\detail\core\matcher\true_matcher.hpp"
  493. >
  494. </File>
  495. </Filter>
  496. </Filter>
  497. <Filter
  498. Name="static"
  499. >
  500. <File
  501. RelativePath="..\..\..\boost\xpressive\detail\static\compile.hpp"
  502. >
  503. </File>
  504. <File
  505. RelativePath="..\..\..\boost\xpressive\detail\static\grammar.hpp"
  506. >
  507. </File>
  508. <File
  509. RelativePath="..\..\..\boost\xpressive\detail\static\is_pure.hpp"
  510. >
  511. </File>
  512. <File
  513. RelativePath="..\..\..\boost\xpressive\detail\static\modifier.hpp"
  514. >
  515. </File>
  516. <File
  517. RelativePath="..\..\..\boost\xpressive\detail\static\placeholders.hpp"
  518. >
  519. </File>
  520. <File
  521. RelativePath="..\..\..\boost\xpressive\detail\static\static.hpp"
  522. >
  523. </File>
  524. <File
  525. RelativePath="..\..\..\boost\xpressive\detail\static\transmogrify.hpp"
  526. >
  527. </File>
  528. <File
  529. RelativePath="..\..\..\boost\xpressive\detail\static\type_traits.hpp"
  530. >
  531. </File>
  532. <File
  533. RelativePath="..\..\..\boost\xpressive\detail\static\visitor.hpp"
  534. >
  535. </File>
  536. <File
  537. RelativePath="..\..\..\boost\xpressive\detail\static\width_of.hpp"
  538. >
  539. </File>
  540. <Filter
  541. Name="transforms"
  542. >
  543. <File
  544. RelativePath="..\..\..\boost\xpressive\detail\static\transforms\as_action.hpp"
  545. >
  546. </File>
  547. <File
  548. RelativePath="..\..\..\boost\xpressive\detail\static\transforms\as_alternate.hpp"
  549. >
  550. </File>
  551. <File
  552. RelativePath="..\..\..\boost\xpressive\detail\static\transforms\as_independent.hpp"
  553. >
  554. </File>
  555. <File
  556. RelativePath="..\..\..\boost\xpressive\detail\static\transforms\as_inverse.hpp"
  557. >
  558. </File>
  559. <File
  560. RelativePath="..\..\..\boost\xpressive\detail\static\transforms\as_marker.hpp"
  561. >
  562. </File>
  563. <File
  564. RelativePath="..\..\..\boost\xpressive\detail\static\transforms\as_matcher.hpp"
  565. >
  566. </File>
  567. <File
  568. RelativePath="..\..\..\boost\xpressive\detail\static\transforms\as_modifier.hpp"
  569. >
  570. </File>
  571. <File
  572. RelativePath="..\..\..\boost\xpressive\detail\static\transforms\as_quantifier.hpp"
  573. >
  574. </File>
  575. <File
  576. RelativePath="..\..\..\boost\xpressive\detail\static\transforms\as_sequence.hpp"
  577. >
  578. </File>
  579. <File
  580. RelativePath="..\..\..\boost\xpressive\detail\static\transforms\as_set.hpp"
  581. >
  582. </File>
  583. </Filter>
  584. </Filter>
  585. <Filter
  586. Name="utility"
  587. >
  588. <File
  589. RelativePath="..\..\..\boost\xpressive\detail\utility\algorithm.hpp"
  590. >
  591. </File>
  592. <File
  593. RelativePath="..\..\..\boost\xpressive\detail\utility\any.hpp"
  594. >
  595. </File>
  596. <File
  597. RelativePath="..\..\..\boost\xpressive\detail\utility\boyer_moore.hpp"
  598. >
  599. </File>
  600. <File
  601. RelativePath="..\..\..\boost\xpressive\detail\utility\cons.hpp"
  602. >
  603. </File>
  604. <File
  605. RelativePath="..\..\..\boost\xpressive\detail\utility\counted_base.hpp"
  606. >
  607. </File>
  608. <File
  609. RelativePath="..\..\..\boost\xpressive\detail\utility\dont_care.hpp"
  610. >
  611. </File>
  612. <File
  613. RelativePath="..\..\..\boost\xpressive\detail\utility\hash_peek_bitset.hpp"
  614. >
  615. </File>
  616. <File
  617. RelativePath="..\..\..\boost\xpressive\detail\utility\ignore_unused.hpp"
  618. >
  619. </File>
  620. <File
  621. RelativePath="..\..\..\boost\xpressive\detail\utility\literals.hpp"
  622. >
  623. </File>
  624. <File
  625. RelativePath="..\..\..\boost\xpressive\detail\utility\never_true.hpp"
  626. >
  627. </File>
  628. <File
  629. RelativePath="..\..\..\boost\xpressive\detail\utility\save_restore.hpp"
  630. >
  631. </File>
  632. <File
  633. RelativePath="..\..\..\boost\xpressive\detail\utility\sequence_stack.hpp"
  634. >
  635. </File>
  636. <File
  637. RelativePath="..\..\..\boost\xpressive\detail\utility\symbols.hpp"
  638. >
  639. </File>
  640. <File
  641. RelativePath="..\..\..\boost\xpressive\detail\utility\tracking_ptr.hpp"
  642. >
  643. </File>
  644. <File
  645. RelativePath="..\..\..\boost\xpressive\detail\utility\traits_utils.hpp"
  646. >
  647. </File>
  648. <File
  649. RelativePath="..\..\..\boost\xpressive\detail\utility\width.hpp"
  650. >
  651. </File>
  652. <Filter
  653. Name="chset"
  654. >
  655. <File
  656. RelativePath="..\..\..\boost\xpressive\detail\utility\chset\basic_chset.hpp"
  657. >
  658. </File>
  659. <File
  660. RelativePath="..\..\..\boost\xpressive\detail\utility\chset\basic_chset.ipp"
  661. >
  662. </File>
  663. <File
  664. RelativePath="..\..\..\boost\xpressive\detail\utility\chset\chset.hpp"
  665. >
  666. </File>
  667. <File
  668. RelativePath="..\..\..\boost\xpressive\detail\utility\chset\range_run.hpp"
  669. >
  670. </File>
  671. <File
  672. RelativePath="..\..\..\boost\xpressive\detail\utility\chset\range_run.ipp"
  673. >
  674. </File>
  675. </Filter>
  676. </Filter>
  677. <Filter
  678. Name="dynamic"
  679. >
  680. <File
  681. RelativePath="..\..\..\boost\xpressive\detail\dynamic\dynamic.hpp"
  682. >
  683. </File>
  684. <File
  685. RelativePath="..\..\..\boost\xpressive\detail\dynamic\matchable.hpp"
  686. >
  687. </File>
  688. <File
  689. RelativePath="..\..\..\boost\xpressive\detail\dynamic\parse_charset.hpp"
  690. >
  691. </File>
  692. <File
  693. RelativePath="..\..\..\boost\xpressive\detail\dynamic\parser.hpp"
  694. >
  695. </File>
  696. <File
  697. RelativePath="..\..\..\boost\xpressive\detail\dynamic\parser_enum.hpp"
  698. >
  699. </File>
  700. <File
  701. RelativePath="..\..\..\boost\xpressive\detail\dynamic\parser_traits.hpp"
  702. >
  703. </File>
  704. <File
  705. RelativePath="..\..\..\boost\xpressive\detail\dynamic\sequence.hpp"
  706. >
  707. </File>
  708. </Filter>
  709. </Filter>
  710. <Filter
  711. Name="traits"
  712. >
  713. <File
  714. RelativePath="..\..\..\boost\xpressive\traits\c_regex_traits.hpp"
  715. >
  716. </File>
  717. <File
  718. RelativePath="..\..\..\boost\xpressive\traits\cpp_regex_traits.hpp"
  719. >
  720. </File>
  721. <File
  722. RelativePath="..\..\..\boost\xpressive\traits\null_regex_traits.hpp"
  723. >
  724. </File>
  725. <Filter
  726. Name="detail"
  727. >
  728. <File
  729. RelativePath="..\..\..\boost\xpressive\traits\detail\c_ctype.hpp"
  730. >
  731. </File>
  732. </Filter>
  733. </Filter>
  734. </Filter>
  735. </Files>
  736. <Globals>
  737. </Globals>
  738. </VisualStudioProject>