PageRenderTime 30ms CodeModel.GetById 8ms RepoModel.GetById 1ms app.codeStats 0ms

/mordor/examples/iombench.vcproj

http://github.com/mozy/mordor
MSBuild | 367 lines | 367 code | 0 blank | 0 comment | 0 complexity | bf3a92e4e4a34868152460263b56a903 MD5 | raw file
Possible License(s): BSD-3-Clause
  1. <?xml version="1.0" encoding="Windows-1252"?>
  2. <VisualStudioProject
  3. ProjectType="Visual C++"
  4. Version="9.00"
  5. Name="iombench"
  6. ProjectGUID="{C96B814F-E7C2-4465-8FFB-C49105929E68}"
  7. RootNamespace="iombench"
  8. Keyword="Win32Proj"
  9. TargetFrameworkVersion="196613"
  10. >
  11. <Platforms>
  12. <Platform
  13. Name="Win32"
  14. />
  15. <Platform
  16. Name="x64"
  17. />
  18. </Platforms>
  19. <ToolFiles>
  20. </ToolFiles>
  21. <Configurations>
  22. <Configuration
  23. Name="Debug|Win32"
  24. OutputDirectory="$(SolutionDir)$(PlatformName)\$(ConfigurationName)"
  25. IntermediateDirectory="$(PlatformName)\$(ConfigurationName)\$(ProjectName)"
  26. ConfigurationType="1"
  27. CharacterSet="1"
  28. BuildLogFile="$(IntDir)\$(TargetName)-BuildLog.htm"
  29. >
  30. <Tool
  31. Name="VCPreBuildEventTool"
  32. />
  33. <Tool
  34. Name="VCCustomBuildTool"
  35. />
  36. <Tool
  37. Name="VCXMLDataGeneratorTool"
  38. />
  39. <Tool
  40. Name="VCWebServiceProxyGeneratorTool"
  41. />
  42. <Tool
  43. Name="VCMIDLTool"
  44. />
  45. <Tool
  46. Name="VCCLCompilerTool"
  47. Optimization="0"
  48. AdditionalIncludeDirectories="../.."
  49. PreprocessorDefinitions="WIN32;_DEBUG;_CONSOLE"
  50. MinimalRebuild="true"
  51. BasicRuntimeChecks="3"
  52. RuntimeLibrary="3"
  53. ProgramDataBaseFileName="$(IntDir)\$(TargetName)-vc90.pdb"
  54. WarningLevel="3"
  55. WarnAsError="true"
  56. DebugInformationFormat="4"
  57. DisableSpecificWarnings="4345"
  58. />
  59. <Tool
  60. Name="VCManagedResourceCompilerTool"
  61. />
  62. <Tool
  63. Name="VCResourceCompilerTool"
  64. />
  65. <Tool
  66. Name="VCPreLinkEventTool"
  67. />
  68. <Tool
  69. Name="VCLinkerTool"
  70. LinkIncremental="2"
  71. GenerateDebugInformation="true"
  72. SubSystem="1"
  73. TargetMachine="1"
  74. />
  75. <Tool
  76. Name="VCALinkTool"
  77. />
  78. <Tool
  79. Name="VCManifestTool"
  80. />
  81. <Tool
  82. Name="VCXDCMakeTool"
  83. />
  84. <Tool
  85. Name="VCBscMakeTool"
  86. />
  87. <Tool
  88. Name="VCFxCopTool"
  89. />
  90. <Tool
  91. Name="VCAppVerifierTool"
  92. />
  93. <Tool
  94. Name="VCPostBuildEventTool"
  95. />
  96. </Configuration>
  97. <Configuration
  98. Name="Debug|x64"
  99. OutputDirectory="$(SolutionDir)$(PlatformName)\$(ConfigurationName)"
  100. IntermediateDirectory="$(PlatformName)\$(ConfigurationName)\$(ProjectName)"
  101. ConfigurationType="1"
  102. CharacterSet="1"
  103. BuildLogFile="$(IntDir)\$(TargetName)-BuildLog.htm"
  104. >
  105. <Tool
  106. Name="VCPreBuildEventTool"
  107. />
  108. <Tool
  109. Name="VCCustomBuildTool"
  110. />
  111. <Tool
  112. Name="VCXMLDataGeneratorTool"
  113. />
  114. <Tool
  115. Name="VCWebServiceProxyGeneratorTool"
  116. />
  117. <Tool
  118. Name="VCMIDLTool"
  119. TargetEnvironment="3"
  120. />
  121. <Tool
  122. Name="VCCLCompilerTool"
  123. Optimization="0"
  124. AdditionalIncludeDirectories="../.."
  125. PreprocessorDefinitions="WIN32;_DEBUG;_CONSOLE"
  126. MinimalRebuild="true"
  127. BasicRuntimeChecks="3"
  128. RuntimeLibrary="3"
  129. ProgramDataBaseFileName="$(IntDir)\$(TargetName)-vc90.pdb"
  130. WarningLevel="3"
  131. WarnAsError="true"
  132. DebugInformationFormat="3"
  133. DisableSpecificWarnings="4345"
  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. LinkIncremental="2"
  147. GenerateDebugInformation="true"
  148. SubSystem="1"
  149. TargetMachine="17"
  150. />
  151. <Tool
  152. Name="VCALinkTool"
  153. />
  154. <Tool
  155. Name="VCManifestTool"
  156. />
  157. <Tool
  158. Name="VCXDCMakeTool"
  159. />
  160. <Tool
  161. Name="VCBscMakeTool"
  162. />
  163. <Tool
  164. Name="VCFxCopTool"
  165. />
  166. <Tool
  167. Name="VCAppVerifierTool"
  168. />
  169. <Tool
  170. Name="VCPostBuildEventTool"
  171. />
  172. </Configuration>
  173. <Configuration
  174. Name="Release|Win32"
  175. OutputDirectory="$(SolutionDir)$(PlatformName)\$(ConfigurationName)"
  176. IntermediateDirectory="$(PlatformName)\$(ConfigurationName)\$(ProjectName)"
  177. ConfigurationType="1"
  178. CharacterSet="1"
  179. WholeProgramOptimization="1"
  180. BuildLogFile="$(IntDir)\$(TargetName)-BuildLog.htm"
  181. >
  182. <Tool
  183. Name="VCPreBuildEventTool"
  184. />
  185. <Tool
  186. Name="VCCustomBuildTool"
  187. />
  188. <Tool
  189. Name="VCXMLDataGeneratorTool"
  190. />
  191. <Tool
  192. Name="VCWebServiceProxyGeneratorTool"
  193. />
  194. <Tool
  195. Name="VCMIDLTool"
  196. />
  197. <Tool
  198. Name="VCCLCompilerTool"
  199. Optimization="2"
  200. EnableIntrinsicFunctions="true"
  201. AdditionalIncludeDirectories="../.."
  202. PreprocessorDefinitions="WIN32;NDEBUG;_CONSOLE"
  203. RuntimeLibrary="2"
  204. EnableFunctionLevelLinking="true"
  205. ProgramDataBaseFileName="$(IntDir)\$(TargetName)-vc90.pdb"
  206. WarningLevel="3"
  207. WarnAsError="true"
  208. DebugInformationFormat="3"
  209. DisableSpecificWarnings="4345"
  210. />
  211. <Tool
  212. Name="VCManagedResourceCompilerTool"
  213. />
  214. <Tool
  215. Name="VCResourceCompilerTool"
  216. />
  217. <Tool
  218. Name="VCPreLinkEventTool"
  219. />
  220. <Tool
  221. Name="VCLinkerTool"
  222. LinkIncremental="1"
  223. GenerateDebugInformation="true"
  224. SubSystem="1"
  225. OptimizeReferences="2"
  226. EnableCOMDATFolding="2"
  227. TargetMachine="1"
  228. />
  229. <Tool
  230. Name="VCALinkTool"
  231. />
  232. <Tool
  233. Name="VCManifestTool"
  234. />
  235. <Tool
  236. Name="VCXDCMakeTool"
  237. />
  238. <Tool
  239. Name="VCBscMakeTool"
  240. />
  241. <Tool
  242. Name="VCFxCopTool"
  243. />
  244. <Tool
  245. Name="VCAppVerifierTool"
  246. />
  247. <Tool
  248. Name="VCPostBuildEventTool"
  249. />
  250. </Configuration>
  251. <Configuration
  252. Name="Release|x64"
  253. OutputDirectory="$(SolutionDir)$(PlatformName)\$(ConfigurationName)"
  254. IntermediateDirectory="$(PlatformName)\$(ConfigurationName)\$(ProjectName)"
  255. ConfigurationType="1"
  256. CharacterSet="1"
  257. WholeProgramOptimization="1"
  258. BuildLogFile="$(IntDir)\$(TargetName)-BuildLog.htm"
  259. >
  260. <Tool
  261. Name="VCPreBuildEventTool"
  262. />
  263. <Tool
  264. Name="VCCustomBuildTool"
  265. />
  266. <Tool
  267. Name="VCXMLDataGeneratorTool"
  268. />
  269. <Tool
  270. Name="VCWebServiceProxyGeneratorTool"
  271. />
  272. <Tool
  273. Name="VCMIDLTool"
  274. TargetEnvironment="3"
  275. />
  276. <Tool
  277. Name="VCCLCompilerTool"
  278. Optimization="2"
  279. EnableIntrinsicFunctions="true"
  280. AdditionalIncludeDirectories="../.."
  281. PreprocessorDefinitions="WIN32;NDEBUG;_CONSOLE"
  282. RuntimeLibrary="2"
  283. EnableFunctionLevelLinking="true"
  284. ProgramDataBaseFileName="$(IntDir)\$(TargetName)-vc90.pdb"
  285. WarningLevel="3"
  286. WarnAsError="true"
  287. DebugInformationFormat="3"
  288. DisableSpecificWarnings="4345"
  289. />
  290. <Tool
  291. Name="VCManagedResourceCompilerTool"
  292. />
  293. <Tool
  294. Name="VCResourceCompilerTool"
  295. />
  296. <Tool
  297. Name="VCPreLinkEventTool"
  298. />
  299. <Tool
  300. Name="VCLinkerTool"
  301. LinkIncremental="1"
  302. GenerateDebugInformation="true"
  303. SubSystem="1"
  304. OptimizeReferences="2"
  305. EnableCOMDATFolding="2"
  306. TargetMachine="17"
  307. />
  308. <Tool
  309. Name="VCALinkTool"
  310. />
  311. <Tool
  312. Name="VCManifestTool"
  313. />
  314. <Tool
  315. Name="VCXDCMakeTool"
  316. />
  317. <Tool
  318. Name="VCBscMakeTool"
  319. />
  320. <Tool
  321. Name="VCFxCopTool"
  322. />
  323. <Tool
  324. Name="VCAppVerifierTool"
  325. />
  326. <Tool
  327. Name="VCPostBuildEventTool"
  328. />
  329. </Configuration>
  330. </Configurations>
  331. <References>
  332. </References>
  333. <Files>
  334. <Filter
  335. Name="Source Files"
  336. Filter="cpp;c;cc;cxx;def;odl;idl;hpj;bat;asm;asmx"
  337. UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}"
  338. >
  339. <File
  340. RelativePath=".\iombench.cpp"
  341. >
  342. </File>
  343. <File
  344. RelativePath=".\netbench.cpp"
  345. >
  346. </File>
  347. </Filter>
  348. <Filter
  349. Name="Header Files"
  350. Filter="h;hpp;hxx;hm;inl;inc;xsd"
  351. UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}"
  352. >
  353. <File
  354. RelativePath=".\netbench.h"
  355. >
  356. </File>
  357. </Filter>
  358. <Filter
  359. Name="Resource Files"
  360. Filter="rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe;resx;tiff;tif;png;wav"
  361. UniqueIdentifier="{67DA6AB6-F800-4c08-8B7A-83BB121AAD01}"
  362. >
  363. </Filter>
  364. </Files>
  365. <Globals>
  366. </Globals>
  367. </VisualStudioProject>