example.vcproj 11 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396
  1. <?xml version="1.0" encoding="Windows-1252"?>
  2. <VisualStudioProject
  3. ProjectType="Visual C++"
  4. Version="7.10"
  5. Name="example"
  6. ProjectGUID="{57D2AB8B-8CBB-4B28-921E-C6916109B843}"
  7. Keyword="Win32Proj">
  8. <Platforms>
  9. <Platform
  10. Name="Win32"/>
  11. </Platforms>
  12. <Configurations>
  13. <Configuration
  14. Name="Debug|Win32"
  15. OutputDirectory="Debug"
  16. IntermediateDirectory="Debug"
  17. ConfigurationType="1"
  18. CharacterSet="2">
  19. <Tool
  20. Name="VCCLCompilerTool"
  21. Optimization="0"
  22. AdditionalIncludeDirectories="..\..\..;$(BOOST_ROOT)"
  23. PreprocessorDefinitions="WIN32;_DEBUG;_CONSOLE"
  24. MinimalRebuild="TRUE"
  25. BasicRuntimeChecks="3"
  26. RuntimeLibrary="5"
  27. UsePrecompiledHeader="0"
  28. WarningLevel="3"
  29. Detect64BitPortabilityProblems="TRUE"
  30. DebugInformationFormat="3"/>
  31. <Tool
  32. Name="VCCustomBuildTool"/>
  33. <Tool
  34. Name="VCLinkerTool"
  35. OutputFile="$(OutDir)/example.exe"
  36. LinkIncremental="2"
  37. GenerateDebugInformation="TRUE"
  38. ProgramDatabaseFile="$(OutDir)/example.pdb"
  39. SubSystem="1"
  40. TargetMachine="1"/>
  41. <Tool
  42. Name="VCMIDLTool"/>
  43. <Tool
  44. Name="VCPostBuildEventTool"/>
  45. <Tool
  46. Name="VCPreBuildEventTool"/>
  47. <Tool
  48. Name="VCPreLinkEventTool"/>
  49. <Tool
  50. Name="VCResourceCompilerTool"/>
  51. <Tool
  52. Name="VCWebServiceProxyGeneratorTool"/>
  53. <Tool
  54. Name="VCXMLDataGeneratorTool"/>
  55. <Tool
  56. Name="VCWebDeploymentTool"/>
  57. <Tool
  58. Name="VCManagedWrapperGeneratorTool"/>
  59. <Tool
  60. Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
  61. </Configuration>
  62. <Configuration
  63. Name="Release|Win32"
  64. OutputDirectory="Release"
  65. IntermediateDirectory="Release"
  66. ConfigurationType="1"
  67. CharacterSet="2">
  68. <Tool
  69. Name="VCCLCompilerTool"
  70. AdditionalIncludeDirectories="..\..\..;$(BOOST_ROOT)"
  71. PreprocessorDefinitions="WIN32;NDEBUG;_CONSOLE"
  72. RuntimeLibrary="4"
  73. UsePrecompiledHeader="0"
  74. WarningLevel="3"
  75. Detect64BitPortabilityProblems="TRUE"
  76. DebugInformationFormat="3"/>
  77. <Tool
  78. Name="VCCustomBuildTool"/>
  79. <Tool
  80. Name="VCLinkerTool"
  81. OutputFile="$(OutDir)/example.exe"
  82. LinkIncremental="1"
  83. GenerateDebugInformation="TRUE"
  84. SubSystem="1"
  85. OptimizeReferences="2"
  86. EnableCOMDATFolding="2"
  87. TargetMachine="1"/>
  88. <Tool
  89. Name="VCMIDLTool"/>
  90. <Tool
  91. Name="VCPostBuildEventTool"/>
  92. <Tool
  93. Name="VCPreBuildEventTool"/>
  94. <Tool
  95. Name="VCPreLinkEventTool"/>
  96. <Tool
  97. Name="VCResourceCompilerTool"/>
  98. <Tool
  99. Name="VCWebServiceProxyGeneratorTool"/>
  100. <Tool
  101. Name="VCXMLDataGeneratorTool"/>
  102. <Tool
  103. Name="VCWebDeploymentTool"/>
  104. <Tool
  105. Name="VCManagedWrapperGeneratorTool"/>
  106. <Tool
  107. Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
  108. </Configuration>
  109. </Configurations>
  110. <References>
  111. </References>
  112. <Files>
  113. <Filter
  114. Name="Source Files"
  115. Filter="cpp;c;cxx;def;odl;idl;hpj;bat;asm;asmx"
  116. UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}">
  117. <File
  118. RelativePath=".\main.cpp">
  119. </File>
  120. </Filter>
  121. <Filter
  122. Name="Header Files"
  123. Filter="h;hpp;hxx;hm;inl;inc;xsd"
  124. UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}">
  125. <File
  126. RelativePath="..\..\..\boost\accumulators\accumulators.hpp">
  127. </File>
  128. <File
  129. RelativePath="..\..\..\boost\accumulators\accumulators_fwd.hpp">
  130. </File>
  131. <File
  132. RelativePath="..\..\..\boost\accumulators\statistics.hpp">
  133. </File>
  134. <File
  135. RelativePath="..\..\..\boost\accumulators\statistics_fwd.hpp">
  136. </File>
  137. <Filter
  138. Name="statistics"
  139. Filter="">
  140. <File
  141. RelativePath="..\..\..\boost\accumulators\statistics\count.hpp">
  142. </File>
  143. <File
  144. RelativePath="..\..\..\boost\accumulators\statistics\covariance.hpp">
  145. </File>
  146. <File
  147. RelativePath="..\..\..\boost\accumulators\statistics\density.hpp">
  148. </File>
  149. <File
  150. RelativePath="..\..\..\boost\accumulators\statistics\error_of.hpp">
  151. </File>
  152. <File
  153. RelativePath="..\..\..\boost\accumulators\statistics\error_of_mean.hpp">
  154. </File>
  155. <File
  156. RelativePath="..\..\..\boost\accumulators\statistics\extended_p_square.hpp">
  157. </File>
  158. <File
  159. RelativePath="..\..\..\boost\accumulators\statistics\extended_p_square_quantile.hpp">
  160. </File>
  161. <File
  162. RelativePath="..\..\..\boost\accumulators\statistics\kurtosis.hpp">
  163. </File>
  164. <File
  165. RelativePath="..\..\..\boost\accumulators\statistics\max.hpp">
  166. </File>
  167. <File
  168. RelativePath="..\..\..\boost\accumulators\statistics\mean.hpp">
  169. </File>
  170. <File
  171. RelativePath="..\..\..\boost\accumulators\statistics\median.hpp">
  172. </File>
  173. <File
  174. RelativePath="..\..\..\boost\accumulators\statistics\min.hpp">
  175. </File>
  176. <File
  177. RelativePath="..\..\..\boost\accumulators\statistics\moment.hpp">
  178. </File>
  179. <File
  180. RelativePath="..\..\..\boost\accumulators\statistics\p_square_cumulative_distribution.hpp">
  181. </File>
  182. <File
  183. RelativePath="..\..\..\boost\accumulators\statistics\p_square_quantile.hpp">
  184. </File>
  185. <File
  186. RelativePath="..\..\..\boost\accumulators\statistics\peaks_over_threshold.hpp">
  187. </File>
  188. <File
  189. RelativePath="..\..\..\boost\accumulators\statistics\pot_quantile.hpp">
  190. </File>
  191. <File
  192. RelativePath="..\..\..\boost\accumulators\statistics\pot_tail_mean.hpp">
  193. </File>
  194. <File
  195. RelativePath="..\..\..\boost\accumulators\statistics\skewness.hpp">
  196. </File>
  197. <File
  198. RelativePath="..\..\..\boost\accumulators\statistics\stats.hpp">
  199. </File>
  200. <File
  201. RelativePath="..\..\..\boost\accumulators\statistics\sum.hpp">
  202. </File>
  203. <File
  204. RelativePath="..\..\..\boost\accumulators\statistics\tail.hpp">
  205. </File>
  206. <File
  207. RelativePath="..\..\..\boost\accumulators\statistics\tail_mean.hpp">
  208. </File>
  209. <File
  210. RelativePath="..\..\..\boost\accumulators\statistics\tail_quantile.hpp">
  211. </File>
  212. <File
  213. RelativePath="..\..\..\boost\accumulators\statistics\tail_variate.hpp">
  214. </File>
  215. <File
  216. RelativePath="..\..\..\boost\accumulators\statistics\tail_variate_means.hpp">
  217. </File>
  218. <File
  219. RelativePath="..\..\..\boost\accumulators\statistics\times2_iterator.hpp">
  220. </File>
  221. <File
  222. RelativePath="..\..\..\boost\accumulators\statistics\variance.hpp">
  223. </File>
  224. <File
  225. RelativePath="..\..\..\boost\accumulators\statistics\weighted_covariance.hpp">
  226. </File>
  227. <File
  228. RelativePath="..\..\..\boost\accumulators\statistics\weighted_density.hpp">
  229. </File>
  230. <File
  231. RelativePath="..\..\..\boost\accumulators\statistics\weighted_extended_p_square.hpp">
  232. </File>
  233. <File
  234. RelativePath="..\..\..\boost\accumulators\statistics\weighted_kurtosis.hpp">
  235. </File>
  236. <File
  237. RelativePath="..\..\..\boost\accumulators\statistics\weighted_mean.hpp">
  238. </File>
  239. <File
  240. RelativePath="..\..\..\boost\accumulators\statistics\weighted_median.hpp">
  241. </File>
  242. <File
  243. RelativePath="..\..\..\boost\accumulators\statistics\weighted_moment.hpp">
  244. </File>
  245. <File
  246. RelativePath="..\..\..\boost\accumulators\statistics\weighted_p_square_cumulative_distribution.hpp">
  247. </File>
  248. <File
  249. RelativePath="..\..\..\boost\accumulators\statistics\weighted_p_square_quantile.hpp">
  250. </File>
  251. <File
  252. RelativePath="..\..\..\boost\accumulators\statistics\weighted_peaks_over_threshold.hpp">
  253. </File>
  254. <File
  255. RelativePath="..\..\..\boost\accumulators\statistics\weighted_skewness.hpp">
  256. </File>
  257. <File
  258. RelativePath="..\..\..\boost\accumulators\statistics\weighted_sum.hpp">
  259. </File>
  260. <File
  261. RelativePath="..\..\..\boost\accumulators\statistics\weighted_tail_mean.hpp">
  262. </File>
  263. <File
  264. RelativePath="..\..\..\boost\accumulators\statistics\weighted_tail_quantile.hpp">
  265. </File>
  266. <File
  267. RelativePath="..\..\..\boost\accumulators\statistics\weighted_tail_variate_means.hpp">
  268. </File>
  269. <File
  270. RelativePath="..\..\..\boost\accumulators\statistics\weighted_variance.hpp">
  271. </File>
  272. <File
  273. RelativePath="..\..\..\boost\accumulators\statistics\with_error.hpp">
  274. </File>
  275. <Filter
  276. Name="variates"
  277. Filter="">
  278. <File
  279. RelativePath="..\..\..\boost\accumulators\statistics\variates\covariate.hpp">
  280. </File>
  281. </Filter>
  282. <Filter
  283. Name="parameters"
  284. Filter="">
  285. <File
  286. RelativePath="..\..\..\boost\accumulators\statistics\parameters\quantile_probability.hpp">
  287. </File>
  288. </Filter>
  289. </Filter>
  290. <Filter
  291. Name="framework"
  292. Filter="">
  293. <File
  294. RelativePath="..\..\..\boost\accumulators\framework\accumulator_base.hpp">
  295. </File>
  296. <File
  297. RelativePath="..\..\..\boost\accumulators\framework\accumulator_concept.hpp">
  298. </File>
  299. <File
  300. RelativePath="..\..\..\boost\accumulators\framework\accumulator_set.hpp">
  301. </File>
  302. <File
  303. RelativePath="..\..\..\boost\accumulators\framework\depends_on.hpp">
  304. </File>
  305. <File
  306. RelativePath="..\..\..\boost\accumulators\framework\external.hpp">
  307. </File>
  308. <File
  309. RelativePath="..\..\..\boost\accumulators\framework\extractor.hpp">
  310. </File>
  311. <File
  312. RelativePath="..\..\..\boost\accumulators\framework\features.hpp">
  313. </File>
  314. <Filter
  315. Name="parameters"
  316. Filter="">
  317. <File
  318. RelativePath="..\..\..\boost\accumulators\framework\parameters\accumulator.hpp">
  319. </File>
  320. <File
  321. RelativePath="..\..\..\boost\accumulators\framework\parameters\sample.hpp">
  322. </File>
  323. <File
  324. RelativePath="..\..\..\boost\accumulators\framework\parameters\weight.hpp">
  325. </File>
  326. <File
  327. RelativePath="..\..\..\boost\accumulators\framework\parameters\weights.hpp">
  328. </File>
  329. </Filter>
  330. <Filter
  331. Name="accumulators"
  332. Filter="">
  333. <File
  334. RelativePath="..\..\..\boost\accumulators\framework\accumulators\droppable_accumulator.hpp">
  335. </File>
  336. <File
  337. RelativePath="..\..\..\boost\accumulators\framework\accumulators\external_accumulator.hpp">
  338. </File>
  339. <File
  340. RelativePath="..\..\..\boost\accumulators\framework\accumulators\reference_accumulator.hpp">
  341. </File>
  342. <File
  343. RelativePath="..\..\..\boost\accumulators\framework\accumulators\value_accumulator.hpp">
  344. </File>
  345. </Filter>
  346. </Filter>
  347. <Filter
  348. Name="numeric"
  349. Filter="">
  350. <File
  351. RelativePath="..\..\..\boost\accumulators\numeric\functional.hpp">
  352. </File>
  353. <File
  354. RelativePath="..\..\..\boost\accumulators\numeric\functional_fwd.hpp">
  355. </File>
  356. <Filter
  357. Name="functional"
  358. Filter="">
  359. <File
  360. RelativePath="..\..\..\boost\accumulators\numeric\functional\complex.hpp">
  361. </File>
  362. <File
  363. RelativePath="..\..\..\boost\accumulators\numeric\functional\valarray.hpp">
  364. </File>
  365. <File
  366. RelativePath="..\..\..\boost\accumulators\numeric\functional\vector.hpp">
  367. </File>
  368. </Filter>
  369. <Filter
  370. Name="detail"
  371. Filter="">
  372. <File
  373. RelativePath="..\..\..\boost\accumulators\numeric\detail\function1.hpp">
  374. </File>
  375. <File
  376. RelativePath="..\..\..\boost\accumulators\numeric\detail\function2.hpp">
  377. </File>
  378. <File
  379. RelativePath="..\..\..\boost\accumulators\numeric\detail\function3.hpp">
  380. </File>
  381. <File
  382. RelativePath="..\..\..\boost\accumulators\numeric\detail\function4.hpp">
  383. </File>
  384. <File
  385. RelativePath="..\..\..\boost\accumulators\numeric\detail\function_n.hpp">
  386. </File>
  387. <File
  388. RelativePath="..\..\..\boost\accumulators\numeric\detail\pod_singleton.hpp">
  389. </File>
  390. </Filter>
  391. </Filter>
  392. </Filter>
  393. </Files>
  394. <Globals>
  395. </Globals>
  396. </VisualStudioProject>