PingPong.vcproj 7.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301
  1. <?xml version="1.0" encoding="Windows-1252"?>
  2. <VisualStudioProject
  3. ProjectType="Visual C++"
  4. Version="9.00"
  5. Name="PingPong"
  6. ProjectGUID="{11CCA9FC-6012-4B64-8C61-808D0F8D1B51}"
  7. RootNamespace="PingPong"
  8. Keyword="Win32Proj"
  9. TargetFrameworkVersion="131072"
  10. >
  11. <Platforms>
  12. <Platform
  13. Name="Win32"
  14. />
  15. </Platforms>
  16. <ToolFiles>
  17. </ToolFiles>
  18. <Configurations>
  19. <Configuration
  20. Name="Debug|Win32"
  21. OutputDirectory="Debug"
  22. IntermediateDirectory="Debug"
  23. ConfigurationType="1"
  24. InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops"
  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. />
  42. <Tool
  43. Name="VCCLCompilerTool"
  44. Optimization="0"
  45. AdditionalIncludeDirectories="..\..\..\.."
  46. PreprocessorDefinitions="WIN32;_DEBUG;_CONSOLE;BOOST_ALL_DYN_LINK"
  47. MinimalRebuild="true"
  48. BasicRuntimeChecks="3"
  49. RuntimeLibrary="3"
  50. BufferSecurityCheck="true"
  51. DisableLanguageExtensions="false"
  52. TreatWChar_tAsBuiltInType="true"
  53. ForceConformanceInForLoopScope="true"
  54. RuntimeTypeInfo="true"
  55. UsePrecompiledHeader="0"
  56. WarningLevel="4"
  57. WarnAsError="true"
  58. Detect64BitPortabilityProblems="false"
  59. DebugInformationFormat="4"
  60. />
  61. <Tool
  62. Name="VCManagedResourceCompilerTool"
  63. />
  64. <Tool
  65. Name="VCResourceCompilerTool"
  66. />
  67. <Tool
  68. Name="VCPreLinkEventTool"
  69. />
  70. <Tool
  71. Name="VCLinkerTool"
  72. OutputFile="$(OutDir)/PingPong.exe"
  73. LinkIncremental="2"
  74. AdditionalLibraryDirectories="&quot;$(ProjectDir)..\..\..\..\bin.v2\libs\thread\build\msvc-9.0\$(ConfigurationName)\threading-multi&quot;;&quot;$(ProjectDir)..\..\..\..\bin.v2\libs\date_time\build\msvc-9.0\$(ConfigurationName)\threading-multi&quot;"
  75. GenerateDebugInformation="true"
  76. ProgramDatabaseFile="$(OutDir)/PingPong.pdb"
  77. SubSystem="1"
  78. RandomizedBaseAddress="1"
  79. DataExecutionPrevention="0"
  80. TargetMachine="1"
  81. />
  82. <Tool
  83. Name="VCALinkTool"
  84. />
  85. <Tool
  86. Name="VCManifestTool"
  87. />
  88. <Tool
  89. Name="VCXDCMakeTool"
  90. />
  91. <Tool
  92. Name="VCBscMakeTool"
  93. />
  94. <Tool
  95. Name="VCFxCopTool"
  96. />
  97. <Tool
  98. Name="VCAppVerifierTool"
  99. />
  100. <Tool
  101. Name="VCPostBuildEventTool"
  102. CommandLine="copy $(ProjectDir)..\..\..\..\bin.v2\libs\thread\build\msvc-9.0\$(ConfigurationName)\threading-multi\*.dll $(TargetDir)&#x0D;&#x0A;copy $(ProjectDir)..\..\..\..\bin.v2\libs\date_time\build\msvc-9.0\$(ConfigurationName)\threading-multi\*.dll $(TargetDir)&#x0D;&#x0A;"
  103. />
  104. </Configuration>
  105. <Configuration
  106. Name="Release|Win32"
  107. OutputDirectory="Release"
  108. IntermediateDirectory="Release"
  109. ConfigurationType="1"
  110. InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops"
  111. CharacterSet="2"
  112. >
  113. <Tool
  114. Name="VCPreBuildEventTool"
  115. />
  116. <Tool
  117. Name="VCCustomBuildTool"
  118. />
  119. <Tool
  120. Name="VCXMLDataGeneratorTool"
  121. />
  122. <Tool
  123. Name="VCWebServiceProxyGeneratorTool"
  124. />
  125. <Tool
  126. Name="VCMIDLTool"
  127. />
  128. <Tool
  129. Name="VCCLCompilerTool"
  130. Optimization="3"
  131. InlineFunctionExpansion="2"
  132. AdditionalIncludeDirectories="..\..\..\.."
  133. PreprocessorDefinitions="WIN32;NDEBUG;_CONSOLE;BOOST_ALL_DYN_LINK"
  134. StringPooling="true"
  135. RuntimeLibrary="2"
  136. BufferSecurityCheck="false"
  137. EnableFunctionLevelLinking="true"
  138. DisableLanguageExtensions="false"
  139. TreatWChar_tAsBuiltInType="true"
  140. ForceConformanceInForLoopScope="true"
  141. UsePrecompiledHeader="0"
  142. WarningLevel="4"
  143. WarnAsError="true"
  144. Detect64BitPortabilityProblems="false"
  145. DebugInformationFormat="0"
  146. />
  147. <Tool
  148. Name="VCManagedResourceCompilerTool"
  149. />
  150. <Tool
  151. Name="VCResourceCompilerTool"
  152. />
  153. <Tool
  154. Name="VCPreLinkEventTool"
  155. />
  156. <Tool
  157. Name="VCLinkerTool"
  158. OutputFile="$(OutDir)/PingPong.exe"
  159. LinkIncremental="1"
  160. AdditionalLibraryDirectories="&quot;$(ProjectDir)..\..\..\..\bin.v2\libs\thread\build\msvc-9.0\$(ConfigurationName)\threading-multi&quot;;&quot;$(ProjectDir)..\..\..\..\bin.v2\libs\date_time\build\msvc-9.0\$(ConfigurationName)\threading-multi&quot;"
  161. GenerateDebugInformation="false"
  162. SubSystem="1"
  163. OptimizeReferences="2"
  164. EnableCOMDATFolding="2"
  165. RandomizedBaseAddress="1"
  166. DataExecutionPrevention="0"
  167. TargetMachine="1"
  168. />
  169. <Tool
  170. Name="VCALinkTool"
  171. />
  172. <Tool
  173. Name="VCManifestTool"
  174. />
  175. <Tool
  176. Name="VCXDCMakeTool"
  177. />
  178. <Tool
  179. Name="VCBscMakeTool"
  180. />
  181. <Tool
  182. Name="VCFxCopTool"
  183. />
  184. <Tool
  185. Name="VCAppVerifierTool"
  186. />
  187. <Tool
  188. Name="VCPostBuildEventTool"
  189. CommandLine="copy $(ProjectDir)..\..\..\..\bin.v2\libs\thread\build\msvc-9.0\$(ConfigurationName)\threading-multi\*.dll $(TargetDir)&#x0D;&#x0A;copy $(ProjectDir)..\..\..\..\bin.v2\libs\date_time\build\msvc-9.0\$(ConfigurationName)\threading-multi\*.dll $(TargetDir)&#x0D;&#x0A;"
  190. />
  191. </Configuration>
  192. </Configurations>
  193. <References>
  194. </References>
  195. <Files>
  196. <Filter
  197. Name="Source Files"
  198. Filter="cpp;c;cxx;def;odl;idl;hpj;bat;asm;asmx"
  199. UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}"
  200. >
  201. <File
  202. RelativePath=".\PingPong.cpp"
  203. >
  204. </File>
  205. <File
  206. RelativePath=".\Player.cpp"
  207. >
  208. </File>
  209. </Filter>
  210. <Filter
  211. Name="Statechart Header Files"
  212. >
  213. <File
  214. RelativePath="..\..\..\..\boost\statechart\asynchronous_state_machine.hpp"
  215. >
  216. </File>
  217. <File
  218. RelativePath="..\..\..\..\boost\statechart\custom_reaction.hpp"
  219. >
  220. </File>
  221. <File
  222. RelativePath="..\..\..\..\boost\statechart\deep_history.hpp"
  223. >
  224. </File>
  225. <File
  226. RelativePath="..\..\..\..\boost\statechart\deferral.hpp"
  227. >
  228. </File>
  229. <File
  230. RelativePath="..\..\..\..\boost\statechart\event.hpp"
  231. >
  232. </File>
  233. <File
  234. RelativePath="..\..\..\..\boost\statechart\event_base.hpp"
  235. >
  236. </File>
  237. <File
  238. RelativePath="..\..\..\..\boost\statechart\event_processor.hpp"
  239. >
  240. </File>
  241. <File
  242. RelativePath="..\..\..\..\boost\statechart\exception_translator.hpp"
  243. >
  244. </File>
  245. <File
  246. RelativePath="..\..\..\..\boost\statechart\fifo_scheduler.hpp"
  247. >
  248. </File>
  249. <File
  250. RelativePath="..\..\..\..\boost\statechart\in_state_reaction.hpp"
  251. >
  252. </File>
  253. <File
  254. RelativePath="..\..\..\..\boost\statechart\null_exception_translator.hpp"
  255. >
  256. </File>
  257. <File
  258. RelativePath="..\..\..\..\boost\statechart\result.hpp"
  259. >
  260. </File>
  261. <File
  262. RelativePath="..\..\..\..\boost\statechart\shallow_history.hpp"
  263. >
  264. </File>
  265. <File
  266. RelativePath="..\..\..\..\boost\statechart\simple_state.hpp"
  267. >
  268. </File>
  269. <File
  270. RelativePath="..\..\..\..\boost\statechart\state.hpp"
  271. >
  272. </File>
  273. <File
  274. RelativePath="..\..\..\..\boost\statechart\state_machine.hpp"
  275. >
  276. </File>
  277. <File
  278. RelativePath="..\..\..\..\boost\statechart\termination.hpp"
  279. >
  280. </File>
  281. <File
  282. RelativePath="..\..\..\..\boost\statechart\transition.hpp"
  283. >
  284. </File>
  285. </Filter>
  286. <Filter
  287. Name="Header Files"
  288. >
  289. <File
  290. RelativePath=".\Player.hpp"
  291. >
  292. </File>
  293. <File
  294. RelativePath=".\Waiting.hpp"
  295. >
  296. </File>
  297. </Filter>
  298. </Files>
  299. <Globals>
  300. </Globals>
  301. </VisualStudioProject>