tta.vcproj
上传用户:wstnjxml
上传日期:2014-04-03
资源大小:7248k
文件大小:13k
源码类别:

Windows CE

开发平台:

C/C++

  1. <?xml version="1.0" encoding="Windows-1252"?>
  2. <VisualStudioProject
  3. ProjectType="Visual C++"
  4. Version="8.00"
  5. Name="tta"
  6. ProjectGUID="{FA7C64A0-4864-4138-9F85-E41F57D6236E}"
  7. RootNamespace="tta"
  8. >
  9. <Platforms>
  10. <Platform
  11. Name="Win32"
  12. />
  13. </Platforms>
  14. <ToolFiles>
  15. </ToolFiles>
  16. <Configurations>
  17. <Configuration
  18. Name="Release|Win32"
  19. OutputDirectory=".Release"
  20. IntermediateDirectory=".Release"
  21. ConfigurationType="2"
  22. InheritedPropertySheets="$(VCInstallDir)VCProjectDefaultsUpgradeFromVC60.vsprops"
  23. UseOfMFC="0"
  24. ATLMinimizesCRunTimeLibraryUsage="false"
  25. CharacterSet="2"
  26. >
  27. <Tool
  28. Name="VCPreBuildEventTool"
  29. />
  30. <Tool
  31. Name="VCCustomBuildTool"
  32. />
  33. <Tool
  34. Name="VCXMLDataGeneratorTool"
  35. />
  36. <Tool
  37. Name="VCWebServiceProxyGeneratorTool"
  38. />
  39. <Tool
  40. Name="VCMIDLTool"
  41. PreprocessorDefinitions="NDEBUG"
  42. MkTypLibCompatible="true"
  43. SuppressStartupBanner="true"
  44. TargetEnvironment="1"
  45. TypeLibraryName=".Release/tta.tlb"
  46. HeaderFileName=""
  47. />
  48. <Tool
  49. Name="VCCLCompilerTool"
  50. Optimization="2"
  51. AdditionalIncludeDirectories="ttalib"
  52. PreprocessorDefinitions="NDEBUG;_USRDLL;WIN32;_WINDOWS"
  53. StringPooling="true"
  54. RuntimeLibrary="0"
  55. EnableFunctionLevelLinking="true"
  56. PrecompiledHeaderFile=".Release/tta.pch"
  57. AssemblerListingLocation=".Release/"
  58. ObjectFile=".Release/"
  59. ProgramDataBaseFileName=".Release/"
  60. SuppressStartupBanner="true"
  61. DebugInformationFormat="3"
  62. />
  63. <Tool
  64. Name="VCManagedResourceCompilerTool"
  65. />
  66. <Tool
  67. Name="VCResourceCompilerTool"
  68. PreprocessorDefinitions="NDEBUG"
  69. Culture="1038"
  70. />
  71. <Tool
  72. Name="VCPreLinkEventTool"
  73. />
  74. <Tool
  75. Name="VCLinkerTool"
  76. OutputFile="../release/tta.plg"
  77. LinkIncremental="1"
  78. SuppressStartupBanner="true"
  79. ProgramDatabaseFile=".Release/tta.pdb"
  80. GenerateMapFile="true"
  81. MapFileName=".Release/tta.map"
  82. ImportLibrary=".Release/tta.lib"
  83. TargetMachine="1"
  84. />
  85. <Tool
  86. Name="VCALinkTool"
  87. />
  88. <Tool
  89. Name="VCManifestTool"
  90. />
  91. <Tool
  92. Name="VCXDCMakeTool"
  93. />
  94. <Tool
  95. Name="VCBscMakeTool"
  96. SuppressStartupBanner="true"
  97. OutputFile=".Release/tta.bsc"
  98. />
  99. <Tool
  100. Name="VCFxCopTool"
  101. />
  102. <Tool
  103. Name="VCAppVerifierTool"
  104. />
  105. <Tool
  106. Name="VCWebDeploymentTool"
  107. />
  108. <Tool
  109. Name="VCPostBuildEventTool"
  110. />
  111. </Configuration>
  112. <Configuration
  113. Name="Debug|Win32"
  114. OutputDirectory=".Debug"
  115. IntermediateDirectory=".Debug"
  116. ConfigurationType="2"
  117. InheritedPropertySheets="$(VCInstallDir)VCProjectDefaultsUpgradeFromVC60.vsprops"
  118. UseOfMFC="0"
  119. ATLMinimizesCRunTimeLibraryUsage="false"
  120. CharacterSet="2"
  121. >
  122. <Tool
  123. Name="VCPreBuildEventTool"
  124. />
  125. <Tool
  126. Name="VCCustomBuildTool"
  127. />
  128. <Tool
  129. Name="VCXMLDataGeneratorTool"
  130. />
  131. <Tool
  132. Name="VCWebServiceProxyGeneratorTool"
  133. />
  134. <Tool
  135. Name="VCMIDLTool"
  136. PreprocessorDefinitions="_DEBUG"
  137. MkTypLibCompatible="true"
  138. SuppressStartupBanner="true"
  139. TargetEnvironment="1"
  140. TypeLibraryName=".Debug/tta.tlb"
  141. HeaderFileName=""
  142. />
  143. <Tool
  144. Name="VCCLCompilerTool"
  145. Optimization="0"
  146. AdditionalIncludeDirectories="ttalib"
  147. PreprocessorDefinitions="_DEBUG;_USRDLL;WIN32;_WINDOWS"
  148. MinimalRebuild="true"
  149. BasicRuntimeChecks="3"
  150. RuntimeLibrary="3"
  151. PrecompiledHeaderFile=".Debug/tta.pch"
  152. AssemblerListingLocation=".Debug/"
  153. ObjectFile=".Debug/"
  154. ProgramDataBaseFileName=".Debug/"
  155. SuppressStartupBanner="true"
  156. DebugInformationFormat="4"
  157. />
  158. <Tool
  159. Name="VCManagedResourceCompilerTool"
  160. />
  161. <Tool
  162. Name="VCResourceCompilerTool"
  163. PreprocessorDefinitions="_DEBUG"
  164. Culture="1038"
  165. />
  166. <Tool
  167. Name="VCPreLinkEventTool"
  168. />
  169. <Tool
  170. Name="VCLinkerTool"
  171. OutputFile="../debug/tta.plg"
  172. LinkIncremental="2"
  173. SuppressStartupBanner="true"
  174. GenerateDebugInformation="true"
  175. ProgramDatabaseFile=".Debug/tta.pdb"
  176. ImportLibrary=".Debug/tta.lib"
  177. TargetMachine="1"
  178. />
  179. <Tool
  180. Name="VCALinkTool"
  181. />
  182. <Tool
  183. Name="VCManifestTool"
  184. />
  185. <Tool
  186. Name="VCXDCMakeTool"
  187. />
  188. <Tool
  189. Name="VCBscMakeTool"
  190. SuppressStartupBanner="true"
  191. OutputFile=".Debug/tta.bsc"
  192. />
  193. <Tool
  194. Name="VCFxCopTool"
  195. />
  196. <Tool
  197. Name="VCAppVerifierTool"
  198. />
  199. <Tool
  200. Name="VCWebDeploymentTool"
  201. />
  202. <Tool
  203. Name="VCPostBuildEventTool"
  204. />
  205. </Configuration>
  206. <Configuration
  207. Name="ReleaseNoPlugins|Win32"
  208. OutputDirectory="$(ConfigurationName)"
  209. IntermediateDirectory="$(ConfigurationName)"
  210. ConfigurationType="4"
  211. InheritedPropertySheets="$(VCInstallDir)VCProjectDefaultsUpgradeFromVC60.vsprops"
  212. UseOfMFC="0"
  213. ATLMinimizesCRunTimeLibraryUsage="false"
  214. CharacterSet="2"
  215. WholeProgramOptimization="0"
  216. >
  217. <Tool
  218. Name="VCPreBuildEventTool"
  219. />
  220. <Tool
  221. Name="VCCustomBuildTool"
  222. />
  223. <Tool
  224. Name="VCXMLDataGeneratorTool"
  225. />
  226. <Tool
  227. Name="VCWebServiceProxyGeneratorTool"
  228. />
  229. <Tool
  230. Name="VCMIDLTool"
  231. PreprocessorDefinitions="NDEBUG"
  232. MkTypLibCompatible="true"
  233. SuppressStartupBanner="true"
  234. TargetEnvironment="1"
  235. TypeLibraryName=".Release/tta.tlb"
  236. HeaderFileName=""
  237. />
  238. <Tool
  239. Name="VCCLCompilerTool"
  240. Optimization="2"
  241. AdditionalIncludeDirectories="ttalib"
  242. PreprocessorDefinitions="NDEBUG;_USRDLL;WIN32;_WINDOWS;NO_PLUGINS"
  243. StringPooling="true"
  244. RuntimeLibrary="0"
  245. EnableFunctionLevelLinking="true"
  246. PrecompiledHeaderFile=".Release/tta.pch"
  247. AssemblerListingLocation=".Release/"
  248. ObjectFile=".Release/"
  249. ProgramDataBaseFileName=".Release/"
  250. SuppressStartupBanner="true"
  251. DebugInformationFormat="3"
  252. />
  253. <Tool
  254. Name="VCManagedResourceCompilerTool"
  255. />
  256. <Tool
  257. Name="VCResourceCompilerTool"
  258. PreprocessorDefinitions="NDEBUG"
  259. Culture="1038"
  260. />
  261. <Tool
  262. Name="VCPreLinkEventTool"
  263. />
  264. <Tool
  265. Name="VCLibrarianTool"
  266. />
  267. <Tool
  268. Name="VCALinkTool"
  269. />
  270. <Tool
  271. Name="VCXDCMakeTool"
  272. />
  273. <Tool
  274. Name="VCBscMakeTool"
  275. SuppressStartupBanner="true"
  276. OutputFile=".Release/tta.bsc"
  277. />
  278. <Tool
  279. Name="VCFxCopTool"
  280. />
  281. <Tool
  282. Name="VCPostBuildEventTool"
  283. />
  284. </Configuration>
  285. <Configuration
  286. Name="Debug Unicode|Win32"
  287. OutputDirectory="$(ConfigurationName)"
  288. IntermediateDirectory="$(ConfigurationName)"
  289. ConfigurationType="2"
  290. InheritedPropertySheets="$(VCInstallDir)VCProjectDefaultsUpgradeFromVC60.vsprops"
  291. UseOfMFC="0"
  292. ATLMinimizesCRunTimeLibraryUsage="false"
  293. CharacterSet="2"
  294. >
  295. <Tool
  296. Name="VCPreBuildEventTool"
  297. />
  298. <Tool
  299. Name="VCCustomBuildTool"
  300. />
  301. <Tool
  302. Name="VCXMLDataGeneratorTool"
  303. />
  304. <Tool
  305. Name="VCWebServiceProxyGeneratorTool"
  306. />
  307. <Tool
  308. Name="VCMIDLTool"
  309. PreprocessorDefinitions="_DEBUG"
  310. MkTypLibCompatible="true"
  311. SuppressStartupBanner="true"
  312. TargetEnvironment="1"
  313. TypeLibraryName=".Debug/tta.tlb"
  314. HeaderFileName=""
  315. />
  316. <Tool
  317. Name="VCCLCompilerTool"
  318. Optimization="0"
  319. AdditionalIncludeDirectories="ttalib"
  320. PreprocessorDefinitions="_DEBUG;_USRDLL;WIN32;_WINDOWS"
  321. MinimalRebuild="true"
  322. BasicRuntimeChecks="3"
  323. RuntimeLibrary="3"
  324. PrecompiledHeaderFile=".Debug/tta.pch"
  325. AssemblerListingLocation=".Debug/"
  326. ObjectFile=".Debug/"
  327. ProgramDataBaseFileName=".Debug/"
  328. SuppressStartupBanner="true"
  329. DebugInformationFormat="4"
  330. />
  331. <Tool
  332. Name="VCManagedResourceCompilerTool"
  333. />
  334. <Tool
  335. Name="VCResourceCompilerTool"
  336. PreprocessorDefinitions="_DEBUG"
  337. Culture="1038"
  338. />
  339. <Tool
  340. Name="VCPreLinkEventTool"
  341. />
  342. <Tool
  343. Name="VCLinkerTool"
  344. OutputFile="../debug/tta.plg"
  345. LinkIncremental="2"
  346. SuppressStartupBanner="true"
  347. GenerateDebugInformation="true"
  348. ProgramDatabaseFile=".Debug/tta.pdb"
  349. ImportLibrary=".Debug/tta.lib"
  350. TargetMachine="1"
  351. />
  352. <Tool
  353. Name="VCALinkTool"
  354. />
  355. <Tool
  356. Name="VCManifestTool"
  357. />
  358. <Tool
  359. Name="VCXDCMakeTool"
  360. />
  361. <Tool
  362. Name="VCBscMakeTool"
  363. SuppressStartupBanner="true"
  364. OutputFile=".Debug/tta.bsc"
  365. />
  366. <Tool
  367. Name="VCFxCopTool"
  368. />
  369. <Tool
  370. Name="VCAppVerifierTool"
  371. />
  372. <Tool
  373. Name="VCWebDeploymentTool"
  374. />
  375. <Tool
  376. Name="VCPostBuildEventTool"
  377. />
  378. </Configuration>
  379. <Configuration
  380. Name="Release Unicode|Win32"
  381. OutputDirectory="$(ConfigurationName)"
  382. IntermediateDirectory="$(ConfigurationName)"
  383. ConfigurationType="2"
  384. InheritedPropertySheets="$(VCInstallDir)VCProjectDefaultsUpgradeFromVC60.vsprops"
  385. UseOfMFC="0"
  386. ATLMinimizesCRunTimeLibraryUsage="false"
  387. CharacterSet="2"
  388. >
  389. <Tool
  390. Name="VCPreBuildEventTool"
  391. />
  392. <Tool
  393. Name="VCCustomBuildTool"
  394. />
  395. <Tool
  396. Name="VCXMLDataGeneratorTool"
  397. />
  398. <Tool
  399. Name="VCWebServiceProxyGeneratorTool"
  400. />
  401. <Tool
  402. Name="VCMIDLTool"
  403. PreprocessorDefinitions="NDEBUG"
  404. MkTypLibCompatible="true"
  405. SuppressStartupBanner="true"
  406. TargetEnvironment="1"
  407. TypeLibraryName=".Release/tta.tlb"
  408. HeaderFileName=""
  409. />
  410. <Tool
  411. Name="VCCLCompilerTool"
  412. Optimization="2"
  413. AdditionalIncludeDirectories="ttalib"
  414. PreprocessorDefinitions="NDEBUG;_USRDLL;WIN32;_WINDOWS"
  415. StringPooling="true"
  416. RuntimeLibrary="0"
  417. EnableFunctionLevelLinking="true"
  418. PrecompiledHeaderFile=".Release/tta.pch"
  419. AssemblerListingLocation=".Release/"
  420. ObjectFile=".Release/"
  421. ProgramDataBaseFileName=".Release/"
  422. SuppressStartupBanner="true"
  423. DebugInformationFormat="3"
  424. />
  425. <Tool
  426. Name="VCManagedResourceCompilerTool"
  427. />
  428. <Tool
  429. Name="VCResourceCompilerTool"
  430. PreprocessorDefinitions="NDEBUG"
  431. Culture="1038"
  432. />
  433. <Tool
  434. Name="VCPreLinkEventTool"
  435. />
  436. <Tool
  437. Name="VCLinkerTool"
  438. OutputFile="../release/tta.plg"
  439. LinkIncremental="1"
  440. SuppressStartupBanner="true"
  441. ProgramDatabaseFile=".Release/tta.pdb"
  442. GenerateMapFile="true"
  443. MapFileName=".Release/tta.map"
  444. ImportLibrary=".Release/tta.lib"
  445. TargetMachine="1"
  446. />
  447. <Tool
  448. Name="VCALinkTool"
  449. />
  450. <Tool
  451. Name="VCManifestTool"
  452. />
  453. <Tool
  454. Name="VCXDCMakeTool"
  455. />
  456. <Tool
  457. Name="VCBscMakeTool"
  458. SuppressStartupBanner="true"
  459. OutputFile=".Release/tta.bsc"
  460. />
  461. <Tool
  462. Name="VCFxCopTool"
  463. />
  464. <Tool
  465. Name="VCAppVerifierTool"
  466. />
  467. <Tool
  468. Name="VCWebDeploymentTool"
  469. />
  470. <Tool
  471. Name="VCPostBuildEventTool"
  472. />
  473. </Configuration>
  474. </Configurations>
  475. <References>
  476. <ProjectReference
  477. ReferencedProjectIdentifier="{A3E75400-2C70-4D89-9D45-E08DC8259E67}"
  478. RelativePathToProject="..commoncommon.vcproj"
  479. />
  480. </References>
  481. <Files>
  482. <Filter
  483. Name="Source Files"
  484. Filter="cpp;c;cxx;rc;def;r;odl;idl;hpj;bat"
  485. >
  486. <File
  487. RelativePath="stdafx.c"
  488. >
  489. <FileConfiguration
  490. Name="Release|Win32"
  491. >
  492. <Tool
  493. Name="VCCLCompilerTool"
  494. AdditionalIncludeDirectories=""
  495. PreprocessorDefinitions=""
  496. />
  497. </FileConfiguration>
  498. <FileConfiguration
  499. Name="Debug|Win32"
  500. >
  501. <Tool
  502. Name="VCCLCompilerTool"
  503. AdditionalIncludeDirectories=""
  504. PreprocessorDefinitions=""
  505. />
  506. </FileConfiguration>
  507. <FileConfiguration
  508. Name="ReleaseNoPlugins|Win32"
  509. ExcludedFromBuild="true"
  510. >
  511. <Tool
  512. Name="VCCLCompilerTool"
  513. AdditionalIncludeDirectories=""
  514. PreprocessorDefinitions=""
  515. />
  516. </FileConfiguration>
  517. <FileConfiguration
  518. Name="Debug Unicode|Win32"
  519. >
  520. <Tool
  521. Name="VCCLCompilerTool"
  522. AdditionalIncludeDirectories=""
  523. PreprocessorDefinitions=""
  524. />
  525. </FileConfiguration>
  526. <FileConfiguration
  527. Name="Release Unicode|Win32"
  528. >
  529. <Tool
  530. Name="VCCLCompilerTool"
  531. AdditionalIncludeDirectories=""
  532. PreprocessorDefinitions=""
  533. />
  534. </FileConfiguration>
  535. </File>
  536. <File
  537. RelativePath=".tta.c"
  538. >
  539. </File>
  540. </Filter>
  541. <Filter
  542. Name="Header Files"
  543. Filter="h;hpp;hxx;hm;inl"
  544. >
  545. <File
  546. RelativePath=".tta.h"
  547. >
  548. </File>
  549. </Filter>
  550. <Filter
  551. Name="ttalib"
  552. >
  553. <File
  554. RelativePath=".ttalibfilter.h"
  555. >
  556. </File>
  557. <File
  558. RelativePath=".ttalibttadec.c"
  559. >
  560. </File>
  561. <File
  562. RelativePath=".ttalibttadec.h"
  563. >
  564. </File>
  565. <File
  566. RelativePath=".ttalibttalib.h"
  567. >
  568. </File>
  569. </Filter>
  570. <Filter
  571. Name="Resource Files"
  572. Filter="ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe"
  573. >
  574. </Filter>
  575. </Files>
  576. <Globals>
  577. </Globals>
  578. </VisualStudioProject>