libogg_static.vcproj 17 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816
  1. <?xml version="1.0" encoding="Windows-1252"?>
  2. <VisualStudioProject
  3. ProjectType="Visual C++"
  4. Version="8,00"
  5. Name="libogg_static"
  6. ProjectGUID="{15CBFEFF-7965-41F5-B4E2-21E8795C9159}"
  7. RootNamespace="libogg"
  8. Keyword="Win32Proj"
  9. >
  10. <Platforms>
  11. <Platform
  12. Name="Win32"
  13. />
  14. <Platform
  15. Name="x64"
  16. />
  17. <Platform
  18. Name="Windows Mobile 5.0 Pocket PC SDK (ARMV4I)"
  19. />
  20. <Platform
  21. Name="Windows Mobile 5.0 Smartphone SDK (ARMV4I)"
  22. />
  23. <Platform
  24. Name="Windows Mobile 6 Professional SDK (ARMV4I)"
  25. />
  26. </Platforms>
  27. <ToolFiles>
  28. </ToolFiles>
  29. <Configurations>
  30. <Configuration
  31. Name="Debug|Win32"
  32. OutputDirectory="$(SolutionDir)$(PlatformName)\$(ConfigurationName)"
  33. IntermediateDirectory="$(PlatformName)\$(ConfigurationName)"
  34. ConfigurationType="4"
  35. CharacterSet="1"
  36. >
  37. <Tool
  38. Name="VCPreBuildEventTool"
  39. />
  40. <Tool
  41. Name="VCCustomBuildTool"
  42. />
  43. <Tool
  44. Name="VCXMLDataGeneratorTool"
  45. />
  46. <Tool
  47. Name="VCWebServiceProxyGeneratorTool"
  48. />
  49. <Tool
  50. Name="VCMIDLTool"
  51. />
  52. <Tool
  53. Name="VCCLCompilerTool"
  54. Optimization="0"
  55. AdditionalIncludeDirectories="..\..\include"
  56. PreprocessorDefinitions="_BIND_TO_CURRENT_CRT_VERSION;WIN32;_DEBUG;_WINDOWS;_USRDLL;LIBOGG_EXPORTS"
  57. MinimalRebuild="true"
  58. BasicRuntimeChecks="3"
  59. RuntimeLibrary="3"
  60. UsePrecompiledHeader="0"
  61. WarningLevel="4"
  62. Detect64BitPortabilityProblems="true"
  63. DebugInformationFormat="4"
  64. CallingConvention="0"
  65. CompileAs="1"
  66. />
  67. <Tool
  68. Name="VCManagedResourceCompilerTool"
  69. />
  70. <Tool
  71. Name="VCResourceCompilerTool"
  72. />
  73. <Tool
  74. Name="VCPreLinkEventTool"
  75. />
  76. <Tool
  77. Name="VCLibrarianTool"
  78. />
  79. <Tool
  80. Name="VCALinkTool"
  81. />
  82. <Tool
  83. Name="VCXDCMakeTool"
  84. />
  85. <Tool
  86. Name="VCBscMakeTool"
  87. />
  88. <Tool
  89. Name="VCFxCopTool"
  90. />
  91. <Tool
  92. Name="VCPostBuildEventTool"
  93. />
  94. </Configuration>
  95. <Configuration
  96. Name="Debug|x64"
  97. OutputDirectory="$(SolutionDir)$(PlatformName)\$(ConfigurationName)"
  98. IntermediateDirectory="$(PlatformName)\$(ConfigurationName)"
  99. ConfigurationType="4"
  100. CharacterSet="1"
  101. >
  102. <Tool
  103. Name="VCPreBuildEventTool"
  104. />
  105. <Tool
  106. Name="VCCustomBuildTool"
  107. />
  108. <Tool
  109. Name="VCXMLDataGeneratorTool"
  110. />
  111. <Tool
  112. Name="VCWebServiceProxyGeneratorTool"
  113. />
  114. <Tool
  115. Name="VCMIDLTool"
  116. TargetEnvironment="3"
  117. />
  118. <Tool
  119. Name="VCCLCompilerTool"
  120. Optimization="0"
  121. AdditionalIncludeDirectories="..\..\include"
  122. PreprocessorDefinitions="_BIND_TO_CURRENT_CRT_VERSION;WIN32;_DEBUG;_WINDOWS;_USRDLL;LIBOGG_EXPORTS"
  123. MinimalRebuild="true"
  124. BasicRuntimeChecks="3"
  125. RuntimeLibrary="3"
  126. UsePrecompiledHeader="0"
  127. WarningLevel="4"
  128. Detect64BitPortabilityProblems="true"
  129. DebugInformationFormat="3"
  130. CallingConvention="0"
  131. CompileAs="1"
  132. />
  133. <Tool
  134. Name="VCManagedResourceCompilerTool"
  135. />
  136. <Tool
  137. Name="VCResourceCompilerTool"
  138. />
  139. <Tool
  140. Name="VCPreLinkEventTool"
  141. />
  142. <Tool
  143. Name="VCLibrarianTool"
  144. />
  145. <Tool
  146. Name="VCALinkTool"
  147. />
  148. <Tool
  149. Name="VCXDCMakeTool"
  150. />
  151. <Tool
  152. Name="VCBscMakeTool"
  153. />
  154. <Tool
  155. Name="VCFxCopTool"
  156. />
  157. <Tool
  158. Name="VCPostBuildEventTool"
  159. />
  160. </Configuration>
  161. <Configuration
  162. Name="Debug|Windows Mobile 5.0 Pocket PC SDK (ARMV4I)"
  163. OutputDirectory="$(SolutionDir)$(PlatformName)\$(ConfigurationName)"
  164. IntermediateDirectory="$(PlatformName)\$(ConfigurationName)"
  165. ConfigurationType="4"
  166. CharacterSet="1"
  167. >
  168. <Tool
  169. Name="VCPreBuildEventTool"
  170. />
  171. <Tool
  172. Name="VCCustomBuildTool"
  173. />
  174. <Tool
  175. Name="VCXMLDataGeneratorTool"
  176. />
  177. <Tool
  178. Name="VCWebServiceProxyGeneratorTool"
  179. />
  180. <Tool
  181. Name="VCMIDLTool"
  182. TargetEnvironment="1"
  183. />
  184. <Tool
  185. Name="VCCLCompilerTool"
  186. ExecutionBucket="7"
  187. Optimization="0"
  188. AdditionalIncludeDirectories="..\..\include"
  189. PreprocessorDefinitions="_DEBUG;_WINDOWS;_USRDLL;LIBOGG_EXPORTS;_WIN32_WCE=$(CEVER);UNDER_CE;WINCE;$(ARCHFAM);$(_ARCHFAM_)"
  190. MinimalRebuild="true"
  191. RuntimeLibrary="1"
  192. TreatWChar_tAsBuiltInType="false"
  193. UsePrecompiledHeader="0"
  194. WarningLevel="4"
  195. DebugInformationFormat="3"
  196. CompileAs="1"
  197. />
  198. <Tool
  199. Name="VCManagedResourceCompilerTool"
  200. />
  201. <Tool
  202. Name="VCResourceCompilerTool"
  203. />
  204. <Tool
  205. Name="VCPreLinkEventTool"
  206. />
  207. <Tool
  208. Name="VCLibrarianTool"
  209. AdditionalOptions=""
  210. />
  211. <Tool
  212. Name="VCALinkTool"
  213. />
  214. <Tool
  215. Name="VCXDCMakeTool"
  216. />
  217. <Tool
  218. Name="VCBscMakeTool"
  219. />
  220. <Tool
  221. Name="VCCodeSignTool"
  222. />
  223. <Tool
  224. Name="VCPostBuildEventTool"
  225. />
  226. <DeploymentTool
  227. ForceDirty="-1"
  228. RemoteDirectory=""
  229. RegisterOutput="0"
  230. AdditionalFiles=""
  231. />
  232. <DebuggerTool
  233. />
  234. </Configuration>
  235. <Configuration
  236. Name="Debug|Windows Mobile 5.0 Smartphone SDK (ARMV4I)"
  237. OutputDirectory="$(SolutionDir)$(PlatformName)\$(ConfigurationName)"
  238. IntermediateDirectory="$(PlatformName)\$(ConfigurationName)"
  239. ConfigurationType="4"
  240. CharacterSet="1"
  241. >
  242. <Tool
  243. Name="VCPreBuildEventTool"
  244. />
  245. <Tool
  246. Name="VCCustomBuildTool"
  247. />
  248. <Tool
  249. Name="VCXMLDataGeneratorTool"
  250. />
  251. <Tool
  252. Name="VCWebServiceProxyGeneratorTool"
  253. />
  254. <Tool
  255. Name="VCMIDLTool"
  256. TargetEnvironment="1"
  257. />
  258. <Tool
  259. Name="VCCLCompilerTool"
  260. ExecutionBucket="7"
  261. Optimization="0"
  262. AdditionalIncludeDirectories="..\..\include"
  263. PreprocessorDefinitions="_DEBUG;_WINDOWS;_USRDLL;LIBOGG_EXPORTS;_WIN32_WCE=$(CEVER);UNDER_CE;WINCE;$(ARCHFAM);$(_ARCHFAM_)"
  264. MinimalRebuild="true"
  265. RuntimeLibrary="1"
  266. TreatWChar_tAsBuiltInType="false"
  267. UsePrecompiledHeader="0"
  268. WarningLevel="4"
  269. DebugInformationFormat="3"
  270. CompileAs="1"
  271. />
  272. <Tool
  273. Name="VCManagedResourceCompilerTool"
  274. />
  275. <Tool
  276. Name="VCResourceCompilerTool"
  277. />
  278. <Tool
  279. Name="VCPreLinkEventTool"
  280. />
  281. <Tool
  282. Name="VCLibrarianTool"
  283. AdditionalOptions=""
  284. />
  285. <Tool
  286. Name="VCALinkTool"
  287. />
  288. <Tool
  289. Name="VCXDCMakeTool"
  290. />
  291. <Tool
  292. Name="VCBscMakeTool"
  293. />
  294. <Tool
  295. Name="VCCodeSignTool"
  296. />
  297. <Tool
  298. Name="VCPostBuildEventTool"
  299. />
  300. <DeploymentTool
  301. ForceDirty="-1"
  302. RemoteDirectory=""
  303. RegisterOutput="0"
  304. AdditionalFiles=""
  305. />
  306. <DebuggerTool
  307. />
  308. </Configuration>
  309. <Configuration
  310. Name="Debug|Windows Mobile 6 Professional SDK (ARMV4I)"
  311. OutputDirectory="$(SolutionDir)$(PlatformName)\$(ConfigurationName)"
  312. IntermediateDirectory="$(PlatformName)\$(ConfigurationName)"
  313. ConfigurationType="4"
  314. CharacterSet="1"
  315. >
  316. <Tool
  317. Name="VCPreBuildEventTool"
  318. />
  319. <Tool
  320. Name="VCCustomBuildTool"
  321. />
  322. <Tool
  323. Name="VCXMLDataGeneratorTool"
  324. />
  325. <Tool
  326. Name="VCWebServiceProxyGeneratorTool"
  327. />
  328. <Tool
  329. Name="VCMIDLTool"
  330. TargetEnvironment="1"
  331. />
  332. <Tool
  333. Name="VCCLCompilerTool"
  334. ExecutionBucket="7"
  335. Optimization="0"
  336. AdditionalIncludeDirectories="..\..\include"
  337. PreprocessorDefinitions="_DEBUG;_WINDOWS;_USRDLL;LIBOGG_EXPORTS;_WIN32_WCE=$(CEVER);UNDER_CE;WINCE;$(ARCHFAM);$(_ARCHFAM_)"
  338. MinimalRebuild="true"
  339. RuntimeLibrary="1"
  340. TreatWChar_tAsBuiltInType="false"
  341. UsePrecompiledHeader="0"
  342. WarningLevel="4"
  343. DebugInformationFormat="3"
  344. CompileAs="1"
  345. />
  346. <Tool
  347. Name="VCManagedResourceCompilerTool"
  348. />
  349. <Tool
  350. Name="VCResourceCompilerTool"
  351. />
  352. <Tool
  353. Name="VCPreLinkEventTool"
  354. />
  355. <Tool
  356. Name="VCLibrarianTool"
  357. AdditionalOptions=""
  358. />
  359. <Tool
  360. Name="VCALinkTool"
  361. />
  362. <Tool
  363. Name="VCXDCMakeTool"
  364. />
  365. <Tool
  366. Name="VCBscMakeTool"
  367. />
  368. <Tool
  369. Name="VCCodeSignTool"
  370. />
  371. <Tool
  372. Name="VCPostBuildEventTool"
  373. />
  374. <DeploymentTool
  375. ForceDirty="-1"
  376. RemoteDirectory=""
  377. RegisterOutput="0"
  378. AdditionalFiles=""
  379. />
  380. <DebuggerTool
  381. />
  382. </Configuration>
  383. <Configuration
  384. Name="Release|Win32"
  385. OutputDirectory="$(SolutionDir)$(PlatformName)\$(ConfigurationName)"
  386. IntermediateDirectory="$(PlatformName)\$(ConfigurationName)"
  387. ConfigurationType="4"
  388. CharacterSet="1"
  389. WholeProgramOptimization="1"
  390. >
  391. <Tool
  392. Name="VCPreBuildEventTool"
  393. />
  394. <Tool
  395. Name="VCCustomBuildTool"
  396. />
  397. <Tool
  398. Name="VCXMLDataGeneratorTool"
  399. />
  400. <Tool
  401. Name="VCWebServiceProxyGeneratorTool"
  402. />
  403. <Tool
  404. Name="VCMIDLTool"
  405. />
  406. <Tool
  407. Name="VCCLCompilerTool"
  408. Optimization="3"
  409. InlineFunctionExpansion="2"
  410. EnableIntrinsicFunctions="true"
  411. FavorSizeOrSpeed="1"
  412. WholeProgramOptimization="false"
  413. AdditionalIncludeDirectories="..\..\include"
  414. PreprocessorDefinitions="_BIND_TO_CURRENT_CRT_VERSION;WIN32;NDEBUG;_WINDOWS;_USRDLL;LIBOGG_EXPORTS"
  415. StringPooling="true"
  416. ExceptionHandling="0"
  417. RuntimeLibrary="2"
  418. BufferSecurityCheck="false"
  419. UsePrecompiledHeader="0"
  420. WarningLevel="4"
  421. Detect64BitPortabilityProblems="true"
  422. DebugInformationFormat="0"
  423. CallingConvention="0"
  424. CompileAs="1"
  425. DisableSpecificWarnings="4244"
  426. />
  427. <Tool
  428. Name="VCManagedResourceCompilerTool"
  429. />
  430. <Tool
  431. Name="VCResourceCompilerTool"
  432. />
  433. <Tool
  434. Name="VCPreLinkEventTool"
  435. />
  436. <Tool
  437. Name="VCLibrarianTool"
  438. />
  439. <Tool
  440. Name="VCALinkTool"
  441. />
  442. <Tool
  443. Name="VCXDCMakeTool"
  444. />
  445. <Tool
  446. Name="VCBscMakeTool"
  447. />
  448. <Tool
  449. Name="VCFxCopTool"
  450. />
  451. <Tool
  452. Name="VCPostBuildEventTool"
  453. />
  454. </Configuration>
  455. <Configuration
  456. Name="Release|x64"
  457. OutputDirectory="$(SolutionDir)$(PlatformName)\$(ConfigurationName)"
  458. IntermediateDirectory="$(PlatformName)\$(ConfigurationName)"
  459. ConfigurationType="4"
  460. CharacterSet="1"
  461. WholeProgramOptimization="1"
  462. >
  463. <Tool
  464. Name="VCPreBuildEventTool"
  465. />
  466. <Tool
  467. Name="VCCustomBuildTool"
  468. />
  469. <Tool
  470. Name="VCXMLDataGeneratorTool"
  471. />
  472. <Tool
  473. Name="VCWebServiceProxyGeneratorTool"
  474. />
  475. <Tool
  476. Name="VCMIDLTool"
  477. TargetEnvironment="3"
  478. />
  479. <Tool
  480. Name="VCCLCompilerTool"
  481. Optimization="3"
  482. InlineFunctionExpansion="2"
  483. EnableIntrinsicFunctions="true"
  484. FavorSizeOrSpeed="1"
  485. WholeProgramOptimization="false"
  486. AdditionalIncludeDirectories="..\..\include"
  487. PreprocessorDefinitions="_BIND_TO_CURRENT_CRT_VERSION;WIN32;NDEBUG;_WINDOWS;_USRDLL;LIBOGG_EXPORTS"
  488. StringPooling="true"
  489. ExceptionHandling="0"
  490. RuntimeLibrary="2"
  491. BufferSecurityCheck="false"
  492. UsePrecompiledHeader="0"
  493. WarningLevel="4"
  494. Detect64BitPortabilityProblems="true"
  495. DebugInformationFormat="0"
  496. CallingConvention="0"
  497. CompileAs="1"
  498. DisableSpecificWarnings="4244"
  499. />
  500. <Tool
  501. Name="VCManagedResourceCompilerTool"
  502. />
  503. <Tool
  504. Name="VCResourceCompilerTool"
  505. />
  506. <Tool
  507. Name="VCPreLinkEventTool"
  508. />
  509. <Tool
  510. Name="VCLibrarianTool"
  511. />
  512. <Tool
  513. Name="VCALinkTool"
  514. />
  515. <Tool
  516. Name="VCXDCMakeTool"
  517. />
  518. <Tool
  519. Name="VCBscMakeTool"
  520. />
  521. <Tool
  522. Name="VCFxCopTool"
  523. />
  524. <Tool
  525. Name="VCPostBuildEventTool"
  526. />
  527. </Configuration>
  528. <Configuration
  529. Name="Release|Windows Mobile 5.0 Pocket PC SDK (ARMV4I)"
  530. OutputDirectory="$(SolutionDir)$(PlatformName)\$(ConfigurationName)"
  531. IntermediateDirectory="$(PlatformName)\$(ConfigurationName)"
  532. ConfigurationType="4"
  533. CharacterSet="1"
  534. WholeProgramOptimization="1"
  535. >
  536. <Tool
  537. Name="VCPreBuildEventTool"
  538. />
  539. <Tool
  540. Name="VCCustomBuildTool"
  541. />
  542. <Tool
  543. Name="VCXMLDataGeneratorTool"
  544. />
  545. <Tool
  546. Name="VCWebServiceProxyGeneratorTool"
  547. />
  548. <Tool
  549. Name="VCMIDLTool"
  550. TargetEnvironment="1"
  551. />
  552. <Tool
  553. Name="VCCLCompilerTool"
  554. ExecutionBucket="7"
  555. Optimization="3"
  556. InlineFunctionExpansion="2"
  557. EnableIntrinsicFunctions="true"
  558. FavorSizeOrSpeed="1"
  559. WholeProgramOptimization="false"
  560. AdditionalIncludeDirectories="..\..\include"
  561. PreprocessorDefinitions="NDEBUG;_WINDOWS;_USRDLL;LIBOGG_EXPORTS;_WIN32_WCE=$(CEVER);UNDER_CE;WINCE;$(ARCHFAM);$(_ARCHFAM_)"
  562. StringPooling="true"
  563. ExceptionHandling="0"
  564. RuntimeLibrary="0"
  565. BufferSecurityCheck="false"
  566. UsePrecompiledHeader="0"
  567. WarningLevel="4"
  568. DebugInformationFormat="3"
  569. CompileAs="1"
  570. DisableSpecificWarnings="4244"
  571. />
  572. <Tool
  573. Name="VCManagedResourceCompilerTool"
  574. />
  575. <Tool
  576. Name="VCResourceCompilerTool"
  577. />
  578. <Tool
  579. Name="VCPreLinkEventTool"
  580. />
  581. <Tool
  582. Name="VCLibrarianTool"
  583. AdditionalOptions=""
  584. />
  585. <Tool
  586. Name="VCALinkTool"
  587. />
  588. <Tool
  589. Name="VCXDCMakeTool"
  590. />
  591. <Tool
  592. Name="VCBscMakeTool"
  593. />
  594. <Tool
  595. Name="VCCodeSignTool"
  596. />
  597. <Tool
  598. Name="VCPostBuildEventTool"
  599. />
  600. <DeploymentTool
  601. ForceDirty="-1"
  602. RemoteDirectory=""
  603. RegisterOutput="0"
  604. AdditionalFiles=""
  605. />
  606. <DebuggerTool
  607. />
  608. </Configuration>
  609. <Configuration
  610. Name="Release|Windows Mobile 5.0 Smartphone SDK (ARMV4I)"
  611. OutputDirectory="$(SolutionDir)$(PlatformName)\$(ConfigurationName)"
  612. IntermediateDirectory="$(PlatformName)\$(ConfigurationName)"
  613. ConfigurationType="4"
  614. CharacterSet="1"
  615. WholeProgramOptimization="1"
  616. >
  617. <Tool
  618. Name="VCPreBuildEventTool"
  619. />
  620. <Tool
  621. Name="VCCustomBuildTool"
  622. />
  623. <Tool
  624. Name="VCXMLDataGeneratorTool"
  625. />
  626. <Tool
  627. Name="VCWebServiceProxyGeneratorTool"
  628. />
  629. <Tool
  630. Name="VCMIDLTool"
  631. TargetEnvironment="1"
  632. />
  633. <Tool
  634. Name="VCCLCompilerTool"
  635. ExecutionBucket="7"
  636. Optimization="3"
  637. InlineFunctionExpansion="2"
  638. EnableIntrinsicFunctions="true"
  639. FavorSizeOrSpeed="1"
  640. WholeProgramOptimization="false"
  641. AdditionalIncludeDirectories="..\..\include"
  642. PreprocessorDefinitions="NDEBUG;_WINDOWS;_USRDLL;LIBOGG_EXPORTS;_WIN32_WCE=$(CEVER);UNDER_CE;WINCE;$(ARCHFAM);$(_ARCHFAM_)"
  643. StringPooling="true"
  644. ExceptionHandling="0"
  645. RuntimeLibrary="0"
  646. BufferSecurityCheck="false"
  647. UsePrecompiledHeader="0"
  648. WarningLevel="4"
  649. DebugInformationFormat="3"
  650. CompileAs="1"
  651. DisableSpecificWarnings="4244"
  652. />
  653. <Tool
  654. Name="VCManagedResourceCompilerTool"
  655. />
  656. <Tool
  657. Name="VCResourceCompilerTool"
  658. />
  659. <Tool
  660. Name="VCPreLinkEventTool"
  661. />
  662. <Tool
  663. Name="VCLibrarianTool"
  664. AdditionalOptions=""
  665. />
  666. <Tool
  667. Name="VCALinkTool"
  668. />
  669. <Tool
  670. Name="VCXDCMakeTool"
  671. />
  672. <Tool
  673. Name="VCBscMakeTool"
  674. />
  675. <Tool
  676. Name="VCCodeSignTool"
  677. />
  678. <Tool
  679. Name="VCPostBuildEventTool"
  680. />
  681. <DeploymentTool
  682. ForceDirty="-1"
  683. RemoteDirectory=""
  684. RegisterOutput="0"
  685. AdditionalFiles=""
  686. />
  687. <DebuggerTool
  688. />
  689. </Configuration>
  690. <Configuration
  691. Name="Release|Windows Mobile 6 Professional SDK (ARMV4I)"
  692. OutputDirectory="$(SolutionDir)$(PlatformName)\$(ConfigurationName)"
  693. IntermediateDirectory="$(PlatformName)\$(ConfigurationName)"
  694. ConfigurationType="4"
  695. CharacterSet="1"
  696. WholeProgramOptimization="1"
  697. >
  698. <Tool
  699. Name="VCPreBuildEventTool"
  700. />
  701. <Tool
  702. Name="VCCustomBuildTool"
  703. />
  704. <Tool
  705. Name="VCXMLDataGeneratorTool"
  706. />
  707. <Tool
  708. Name="VCWebServiceProxyGeneratorTool"
  709. />
  710. <Tool
  711. Name="VCMIDLTool"
  712. TargetEnvironment="1"
  713. />
  714. <Tool
  715. Name="VCCLCompilerTool"
  716. ExecutionBucket="7"
  717. Optimization="3"
  718. InlineFunctionExpansion="2"
  719. EnableIntrinsicFunctions="true"
  720. FavorSizeOrSpeed="1"
  721. WholeProgramOptimization="false"
  722. AdditionalIncludeDirectories="..\..\include"
  723. PreprocessorDefinitions="NDEBUG;_WINDOWS;_USRDLL;LIBOGG_EXPORTS;_WIN32_WCE=$(CEVER);UNDER_CE;WINCE;$(ARCHFAM);$(_ARCHFAM_)"
  724. StringPooling="true"
  725. ExceptionHandling="0"
  726. RuntimeLibrary="0"
  727. BufferSecurityCheck="false"
  728. UsePrecompiledHeader="0"
  729. WarningLevel="4"
  730. DebugInformationFormat="3"
  731. CompileAs="1"
  732. DisableSpecificWarnings="4244"
  733. />
  734. <Tool
  735. Name="VCManagedResourceCompilerTool"
  736. />
  737. <Tool
  738. Name="VCResourceCompilerTool"
  739. />
  740. <Tool
  741. Name="VCPreLinkEventTool"
  742. />
  743. <Tool
  744. Name="VCLibrarianTool"
  745. AdditionalOptions=""
  746. />
  747. <Tool
  748. Name="VCALinkTool"
  749. />
  750. <Tool
  751. Name="VCXDCMakeTool"
  752. />
  753. <Tool
  754. Name="VCBscMakeTool"
  755. />
  756. <Tool
  757. Name="VCCodeSignTool"
  758. />
  759. <Tool
  760. Name="VCPostBuildEventTool"
  761. />
  762. <DeploymentTool
  763. ForceDirty="-1"
  764. RemoteDirectory=""
  765. RegisterOutput="0"
  766. AdditionalFiles=""
  767. />
  768. <DebuggerTool
  769. />
  770. </Configuration>
  771. </Configurations>
  772. <References>
  773. </References>
  774. <Files>
  775. <Filter
  776. Name="Source Files"
  777. Filter="cpp;c;cxx;def;odl;idl;hpj;bat;asm;asmx"
  778. UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}"
  779. >
  780. <File
  781. RelativePath="..\..\src\bitwise.c"
  782. >
  783. </File>
  784. <File
  785. RelativePath="..\..\src\framing.c"
  786. >
  787. </File>
  788. <File
  789. RelativePath="..\ogg.def"
  790. >
  791. </File>
  792. </Filter>
  793. <Filter
  794. Name="Header Files"
  795. Filter="h;hpp;hxx;hm;inl;inc;xsd"
  796. UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}"
  797. >
  798. <File
  799. RelativePath="..\..\include\ogg\ogg.h"
  800. >
  801. </File>
  802. <File
  803. RelativePath="..\..\include\ogg\os_types.h"
  804. >
  805. </File>
  806. </Filter>
  807. <Filter
  808. Name="Resource Files"
  809. Filter="rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe;resx"
  810. UniqueIdentifier="{67DA6AB6-F800-4c08-8B7A-83BB121AAD01}"
  811. >
  812. </Filter>
  813. </Files>
  814. <Globals>
  815. </Globals>
  816. </VisualStudioProject>