You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

389 lines
12 KiB

  1. <?xml version="1.0" encoding="Windows-1252"?>
  2. <VisualStudioProject
  3. ProjectType="Visual C++"
  4. Version="7.10"
  5. Name="ThreadTest"
  6. ProjectGUID="{792C0625-DE93-4756-AAFA-23CCED2157B0}"
  7. SccProjectName=""
  8. SccLocalPath="">
  9. <Platforms>
  10. <Platform
  11. Name="Win32"/>
  12. </Platforms>
  13. <Configurations>
  14. <Configuration
  15. Name="Release|Win32"
  16. OutputDirectory=".\..\..\..\..\..\Build\Win32\VC7.1\$(ConfigurationName)"
  17. IntermediateDirectory="$(OutDir)\obj\$(ProjectName)"
  18. ConfigurationType="1"
  19. UseOfMFC="0"
  20. ATLMinimizesCRunTimeLibraryUsage="FALSE">
  21. <Tool
  22. Name="VCCLCompilerTool"
  23. InlineFunctionExpansion="2"
  24. OptimizeForProcessor="0"
  25. AdditionalIncludeDirectories="..\..\..\..\..\src"
  26. PreprocessorDefinitions="NDEBUG;_CONSOLE;WIN32;_WINDOWS"
  27. StringPooling="TRUE"
  28. RuntimeLibrary="2"
  29. EnableFunctionLevelLinking="TRUE"
  30. DisableLanguageExtensions="FALSE"
  31. PrecompiledHeaderFile="$(IntDir)\ThreadTest.pch"
  32. AssemblerListingLocation="$(IntDir)\"
  33. ObjectFile="$(IntDir)\"
  34. ProgramDataBaseFileName="$(IntDir)\ThreadTest_vc71.pdb"
  35. WarningLevel="3"
  36. CompileAs="0"/>
  37. <Tool
  38. Name="VCCustomBuildTool"/>
  39. <Tool
  40. Name="VCLinkerTool"
  41. AdditionalOptions=""
  42. AdditionalDependencies="xerces-c_3.lib"
  43. OutputFile="$(OutDir)\ThreadTest.exe"
  44. LinkIncremental="1"
  45. AdditionalLibraryDirectories="$(OutDir)"
  46. ProgramDatabaseFile="$(OutDir)\ThreadTest.pdb"
  47. SubSystem="1"/>
  48. <Tool
  49. Name="VCMIDLTool"
  50. TypeLibraryName=".\..\..\..\..\..\Build\Win32\VC7.1\Release/ThreadTest.tlb"/>
  51. <Tool
  52. Name="VCPostBuildEventTool"/>
  53. <Tool
  54. Name="VCPreBuildEventTool"/>
  55. <Tool
  56. Name="VCPreLinkEventTool"/>
  57. <Tool
  58. Name="VCResourceCompilerTool"
  59. PreprocessorDefinitions="NDEBUG"
  60. Culture="1033"/>
  61. <Tool
  62. Name="VCWebServiceProxyGeneratorTool"/>
  63. <Tool
  64. Name="VCXMLDataGeneratorTool"/>
  65. <Tool
  66. Name="VCWebDeploymentTool"/>
  67. <Tool
  68. Name="VCManagedWrapperGeneratorTool"/>
  69. <Tool
  70. Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
  71. </Configuration>
  72. <Configuration
  73. Name="Debug|Win32"
  74. OutputDirectory=".\..\..\..\..\..\Build\Win32\VC7.1\$(ConfigurationName)"
  75. IntermediateDirectory="$(OutDir)\obj\$(ProjectName)"
  76. ConfigurationType="1"
  77. UseOfMFC="0"
  78. ATLMinimizesCRunTimeLibraryUsage="FALSE">
  79. <Tool
  80. Name="VCCLCompilerTool"
  81. Optimization="0"
  82. OptimizeForProcessor="0"
  83. AdditionalIncludeDirectories="..\..\..\..\..\src"
  84. PreprocessorDefinitions="_DEBUG;_CONSOLE;WIN32;_WINDOWS"
  85. BasicRuntimeChecks="3"
  86. RuntimeLibrary="3"
  87. DisableLanguageExtensions="FALSE"
  88. TreatWChar_tAsBuiltInType="FALSE"
  89. PrecompiledHeaderFile="$(IntDir)\ThreadTest.pch"
  90. AssemblerListingLocation="$(IntDir)\"
  91. ObjectFile="$(IntDir)\"
  92. ProgramDataBaseFileName="$(IntDir)\ThreadTest_vc71.pdb"
  93. WarningLevel="3"
  94. DebugInformationFormat="4"
  95. CompileAs="0"/>
  96. <Tool
  97. Name="VCCustomBuildTool"/>
  98. <Tool
  99. Name="VCLinkerTool"
  100. AdditionalOptions=""
  101. AdditionalDependencies="xerces-c_3D.lib"
  102. OutputFile="$(OutDir)\ThreadTest.exe"
  103. LinkIncremental="2"
  104. AdditionalLibraryDirectories="$(OutDir)"
  105. GenerateDebugInformation="TRUE"
  106. ProgramDatabaseFile="$(OutDir)\ThreadTest.pdb"
  107. SubSystem="1"/>
  108. <Tool
  109. Name="VCMIDLTool"
  110. TypeLibraryName=".\..\..\..\..\..\Build\Win32\VC7.1\Debug/ThreadTest.tlb"/>
  111. <Tool
  112. Name="VCPostBuildEventTool"/>
  113. <Tool
  114. Name="VCPreBuildEventTool"/>
  115. <Tool
  116. Name="VCPreLinkEventTool"/>
  117. <Tool
  118. Name="VCResourceCompilerTool"
  119. PreprocessorDefinitions="_DEBUG"
  120. Culture="1033"/>
  121. <Tool
  122. Name="VCWebServiceProxyGeneratorTool"/>
  123. <Tool
  124. Name="VCXMLDataGeneratorTool"/>
  125. <Tool
  126. Name="VCWebDeploymentTool"/>
  127. <Tool
  128. Name="VCManagedWrapperGeneratorTool"/>
  129. <Tool
  130. Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
  131. </Configuration>
  132. <Configuration
  133. Name="Static Release|Win32"
  134. OutputDirectory=".\..\..\..\..\..\Build\Win32\VC7.1\$(ConfigurationName)"
  135. IntermediateDirectory="$(OutDir)\obj\$(ProjectName)"
  136. ConfigurationType="1"
  137. UseOfMFC="0"
  138. ATLMinimizesCRunTimeLibraryUsage="FALSE">
  139. <Tool
  140. Name="VCCLCompilerTool"
  141. InlineFunctionExpansion="2"
  142. OptimizeForProcessor="0"
  143. AdditionalIncludeDirectories="..\..\..\..\..\src"
  144. PreprocessorDefinitions="NDEBUG;_CONSOLE;WIN32;_WINDOWS;XERCES_STATIC_LIBRARY"
  145. StringPooling="TRUE"
  146. RuntimeLibrary="0"
  147. EnableFunctionLevelLinking="TRUE"
  148. DisableLanguageExtensions="FALSE"
  149. PrecompiledHeaderFile="$(IntDir)\ThreadTest.pch"
  150. AssemblerListingLocation="$(IntDir)\"
  151. ObjectFile="$(IntDir)\"
  152. ProgramDataBaseFileName="$(IntDir)\ThreadTest_vc71.pdb"
  153. WarningLevel="3"
  154. CompileAs="0"/>
  155. <Tool
  156. Name="VCCustomBuildTool"/>
  157. <Tool
  158. Name="VCLinkerTool"
  159. AdditionalOptions=""
  160. AdditionalDependencies="xerces-c_static_3.lib"
  161. OutputFile="$(OutDir)\ThreadTest.exe"
  162. LinkIncremental="1"
  163. AdditionalLibraryDirectories="$(OutDir)"
  164. ProgramDatabaseFile="$(OutDir)\ThreadTest.pdb"
  165. SubSystem="1"/>
  166. <Tool
  167. Name="VCMIDLTool"
  168. TypeLibraryName=".\..\..\..\..\..\Build\Win32\VC7.1\StaticRelease/ThreadTest.tlb"/>
  169. <Tool
  170. Name="VCPostBuildEventTool"/>
  171. <Tool
  172. Name="VCPreBuildEventTool"/>
  173. <Tool
  174. Name="VCPreLinkEventTool"/>
  175. <Tool
  176. Name="VCResourceCompilerTool"
  177. PreprocessorDefinitions="NDEBUG"
  178. Culture="1033"/>
  179. <Tool
  180. Name="VCWebServiceProxyGeneratorTool"/>
  181. <Tool
  182. Name="VCXMLDataGeneratorTool"/>
  183. <Tool
  184. Name="VCWebDeploymentTool"/>
  185. <Tool
  186. Name="VCManagedWrapperGeneratorTool"/>
  187. <Tool
  188. Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
  189. </Configuration>
  190. <Configuration
  191. Name="Static Debug|Win32"
  192. OutputDirectory=".\..\..\..\..\..\Build\Win32\VC7.1\$(ConfigurationName)"
  193. IntermediateDirectory="$(OutDir)\obj\$(ProjectName)"
  194. ConfigurationType="1"
  195. UseOfMFC="0"
  196. ATLMinimizesCRunTimeLibraryUsage="FALSE">
  197. <Tool
  198. Name="VCCLCompilerTool"
  199. Optimization="0"
  200. OptimizeForProcessor="0"
  201. AdditionalIncludeDirectories="..\..\..\..\..\src"
  202. PreprocessorDefinitions="_DEBUG;_CONSOLE;WIN32;_WINDOWS;XERCES_STATIC_LIBRARY"
  203. BasicRuntimeChecks="3"
  204. RuntimeLibrary="1"
  205. DisableLanguageExtensions="FALSE"
  206. PrecompiledHeaderFile="$(IntDir)\ThreadTest.pch"
  207. AssemblerListingLocation="$(IntDir)\"
  208. ObjectFile="$(IntDir)\"
  209. ProgramDataBaseFileName="$(IntDir)\ThreadTest_vc71.pdb"
  210. WarningLevel="3"
  211. DebugInformationFormat="4"
  212. CompileAs="0"/>
  213. <Tool
  214. Name="VCCustomBuildTool"/>
  215. <Tool
  216. Name="VCLinkerTool"
  217. AdditionalOptions=""
  218. AdditionalDependencies="xerces-c_static_3D.lib"
  219. OutputFile="$(OutDir)\ThreadTest.exe"
  220. LinkIncremental="2"
  221. AdditionalLibraryDirectories="$(OutDir)"
  222. GenerateDebugInformation="TRUE"
  223. ProgramDatabaseFile="$(OutDir)\ThreadTest.pdb"
  224. SubSystem="1"/>
  225. <Tool
  226. Name="VCMIDLTool"
  227. TypeLibraryName=".\..\..\..\..\..\Build\Win32\VC7.1\StaticDebug/ThreadTest.tlb"/>
  228. <Tool
  229. Name="VCPostBuildEventTool"/>
  230. <Tool
  231. Name="VCPreBuildEventTool"/>
  232. <Tool
  233. Name="VCPreLinkEventTool"/>
  234. <Tool
  235. Name="VCResourceCompilerTool"
  236. PreprocessorDefinitions="_DEBUG"
  237. Culture="1033"/>
  238. <Tool
  239. Name="VCWebServiceProxyGeneratorTool"/>
  240. <Tool
  241. Name="VCXMLDataGeneratorTool"/>
  242. <Tool
  243. Name="VCWebDeploymentTool"/>
  244. <Tool
  245. Name="VCManagedWrapperGeneratorTool"/>
  246. <Tool
  247. Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
  248. </Configuration>
  249. <Configuration
  250. Name="ICU Debug|Win32"
  251. OutputDirectory=".\..\..\..\..\..\Build\Win32\VC7.1\$(ConfigurationName)"
  252. IntermediateDirectory="$(OutDir)\obj\$(ProjectName)"
  253. ConfigurationType="1"
  254. UseOfMFC="0"
  255. ATLMinimizesCRunTimeLibraryUsage="FALSE">
  256. <Tool
  257. Name="VCCLCompilerTool"
  258. Optimization="0"
  259. OptimizeForProcessor="0"
  260. AdditionalIncludeDirectories="..\..\..\..\..\src"
  261. PreprocessorDefinitions="_DEBUG;_CONSOLE;WIN32;_WINDOWS"
  262. BasicRuntimeChecks="3"
  263. RuntimeLibrary="3"
  264. DisableLanguageExtensions="FALSE"
  265. TreatWChar_tAsBuiltInType="FALSE"
  266. PrecompiledHeaderFile="$(IntDir)\ThreadTest.pch"
  267. AssemblerListingLocation="$(IntDir)\"
  268. ObjectFile="$(IntDir)\"
  269. ProgramDataBaseFileName="$(IntDir)\ThreadTest_vc71.pdb"
  270. WarningLevel="3"
  271. DebugInformationFormat="4"
  272. CompileAs="0"/>
  273. <Tool
  274. Name="VCCustomBuildTool"/>
  275. <Tool
  276. Name="VCLinkerTool"
  277. AdditionalOptions=""
  278. AdditionalDependencies="xerces-c_3D.lib"
  279. OutputFile="$(OutDir)\ThreadTest.exe"
  280. LinkIncremental="2"
  281. AdditionalLibraryDirectories="$(OutDir)"
  282. GenerateDebugInformation="TRUE"
  283. ProgramDatabaseFile="$(OutDir)\ThreadTest.pdb"
  284. SubSystem="1"/>
  285. <Tool
  286. Name="VCMIDLTool"
  287. TypeLibraryName=".\..\..\..\..\..\Build\Win32\VC7.1\Debug/ThreadTest.tlb"/>
  288. <Tool
  289. Name="VCPostBuildEventTool"/>
  290. <Tool
  291. Name="VCPreBuildEventTool"/>
  292. <Tool
  293. Name="VCPreLinkEventTool"/>
  294. <Tool
  295. Name="VCResourceCompilerTool"
  296. PreprocessorDefinitions="_DEBUG"
  297. Culture="1033"/>
  298. <Tool
  299. Name="VCWebServiceProxyGeneratorTool"/>
  300. <Tool
  301. Name="VCXMLDataGeneratorTool"/>
  302. <Tool
  303. Name="VCWebDeploymentTool"/>
  304. <Tool
  305. Name="VCManagedWrapperGeneratorTool"/>
  306. <Tool
  307. Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
  308. </Configuration>
  309. <Configuration
  310. Name="ICU Release|Win32"
  311. OutputDirectory=".\..\..\..\..\..\Build\Win32\VC7.1\$(ConfigurationName)"
  312. IntermediateDirectory="$(OutDir)\obj\$(ProjectName)"
  313. ConfigurationType="1"
  314. UseOfMFC="0"
  315. ATLMinimizesCRunTimeLibraryUsage="FALSE">
  316. <Tool
  317. Name="VCCLCompilerTool"
  318. InlineFunctionExpansion="2"
  319. OptimizeForProcessor="0"
  320. AdditionalIncludeDirectories="..\..\..\..\..\src"
  321. PreprocessorDefinitions="NDEBUG;_CONSOLE;WIN32;_WINDOWS"
  322. StringPooling="TRUE"
  323. RuntimeLibrary="2"
  324. EnableFunctionLevelLinking="TRUE"
  325. DisableLanguageExtensions="FALSE"
  326. PrecompiledHeaderFile="$(IntDir)\ThreadTest.pch"
  327. AssemblerListingLocation="$(IntDir)\"
  328. ObjectFile="$(IntDir)\"
  329. ProgramDataBaseFileName="$(IntDir)\ThreadTest_vc71.pdb"
  330. WarningLevel="3"
  331. CompileAs="0"/>
  332. <Tool
  333. Name="VCCustomBuildTool"/>
  334. <Tool
  335. Name="VCLinkerTool"
  336. AdditionalOptions=""
  337. AdditionalDependencies="xerces-c_3.lib"
  338. OutputFile="$(OutDir)\ThreadTest.exe"
  339. LinkIncremental="1"
  340. AdditionalLibraryDirectories="$(OutDir)"
  341. ProgramDatabaseFile="$(OutDir)\ThreadTest.pdb"
  342. SubSystem="1"/>
  343. <Tool
  344. Name="VCMIDLTool"
  345. TypeLibraryName=".\..\..\..\..\..\Build\Win32\VC7.1\Release/ThreadTest.tlb"/>
  346. <Tool
  347. Name="VCPostBuildEventTool"/>
  348. <Tool
  349. Name="VCPreBuildEventTool"/>
  350. <Tool
  351. Name="VCPreLinkEventTool"/>
  352. <Tool
  353. Name="VCResourceCompilerTool"
  354. PreprocessorDefinitions="NDEBUG"
  355. Culture="1033"/>
  356. <Tool
  357. Name="VCWebServiceProxyGeneratorTool"/>
  358. <Tool
  359. Name="VCXMLDataGeneratorTool"/>
  360. <Tool
  361. Name="VCWebDeploymentTool"/>
  362. <Tool
  363. Name="VCManagedWrapperGeneratorTool"/>
  364. <Tool
  365. Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
  366. </Configuration>
  367. </Configurations>
  368. <References>
  369. </References>
  370. <Files>
  371. <Filter
  372. Name="Source Files"
  373. Filter="cpp;c;cxx;rc;def;r;odl;idl;hpj;bat">
  374. <File
  375. RelativePath="..\..\..\..\..\tests\src\ThreadTest\ThreadTest.cpp">
  376. </File>
  377. </Filter>
  378. <Filter
  379. Name="Header Files"
  380. Filter="h;hpp;hxx;hm;inl">
  381. </Filter>
  382. <Filter
  383. Name="Resource Files"
  384. Filter="ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe">
  385. </Filter>
  386. </Files>
  387. <Globals>
  388. </Globals>
  389. </VisualStudioProject>