threadpool.vcproj 3.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137
  1. <?xml version="1.0" encoding="Windows-1252"?>
  2. <VisualStudioProject
  3. ProjectType="Visual C++"
  4. Version="7.10"
  5. Name="threadpool"
  6. ProjectGUID="{12CC5DA2-87FF-456A-AF20-A243F168EFE8}"
  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="4"
  18. CharacterSet="2">
  19. <Tool
  20. Name="VCCLCompilerTool"
  21. Optimization="0"
  22. AdditionalIncludeDirectories="../../Wasabi"
  23. PreprocessorDefinitions="WIN32;_DEBUG;_LIB;_WIN32_WINNT=0x400"
  24. MinimalRebuild="TRUE"
  25. BasicRuntimeChecks="3"
  26. RuntimeLibrary="5"
  27. UsePrecompiledHeader="0"
  28. WarningLevel="3"
  29. Detect64BitPortabilityProblems="TRUE"
  30. DebugInformationFormat="4"/>
  31. <Tool
  32. Name="VCCustomBuildTool"/>
  33. <Tool
  34. Name="VCLibrarianTool"
  35. OutputFile="$(OutDir)/threadpool.lib"/>
  36. <Tool
  37. Name="VCMIDLTool"/>
  38. <Tool
  39. Name="VCPostBuildEventTool"/>
  40. <Tool
  41. Name="VCPreBuildEventTool"/>
  42. <Tool
  43. Name="VCPreLinkEventTool"/>
  44. <Tool
  45. Name="VCResourceCompilerTool"/>
  46. <Tool
  47. Name="VCWebServiceProxyGeneratorTool"/>
  48. <Tool
  49. Name="VCXMLDataGeneratorTool"/>
  50. <Tool
  51. Name="VCManagedWrapperGeneratorTool"/>
  52. <Tool
  53. Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
  54. </Configuration>
  55. <Configuration
  56. Name="Release|Win32"
  57. OutputDirectory="Release"
  58. IntermediateDirectory="Release"
  59. ConfigurationType="4"
  60. CharacterSet="2">
  61. <Tool
  62. Name="VCCLCompilerTool"
  63. AdditionalIncludeDirectories="../../Wasabi"
  64. PreprocessorDefinitions="WIN32;NDEBUG;_LIB;_WIN32_WINNT=0x400"
  65. RuntimeLibrary="4"
  66. UsePrecompiledHeader="0"
  67. WarningLevel="3"
  68. Detect64BitPortabilityProblems="TRUE"
  69. DebugInformationFormat="3"/>
  70. <Tool
  71. Name="VCCustomBuildTool"/>
  72. <Tool
  73. Name="VCLibrarianTool"
  74. OutputFile="$(OutDir)/threadpool.lib"/>
  75. <Tool
  76. Name="VCMIDLTool"/>
  77. <Tool
  78. Name="VCPostBuildEventTool"/>
  79. <Tool
  80. Name="VCPreBuildEventTool"/>
  81. <Tool
  82. Name="VCPreLinkEventTool"/>
  83. <Tool
  84. Name="VCResourceCompilerTool"/>
  85. <Tool
  86. Name="VCWebServiceProxyGeneratorTool"/>
  87. <Tool
  88. Name="VCXMLDataGeneratorTool"/>
  89. <Tool
  90. Name="VCManagedWrapperGeneratorTool"/>
  91. <Tool
  92. Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
  93. </Configuration>
  94. </Configurations>
  95. <References>
  96. </References>
  97. <Files>
  98. <Filter
  99. Name="Source Files"
  100. Filter="cpp;c;cxx;def;odl;idl;hpj;bat;asm;asmx"
  101. UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}">
  102. <File
  103. RelativePath=".\ThreadFunctions.cpp">
  104. </File>
  105. <File
  106. RelativePath=".\ThreadID.cpp">
  107. </File>
  108. <File
  109. RelativePath=".\ThreadPool.cpp">
  110. </File>
  111. </Filter>
  112. <Filter
  113. Name="Header Files"
  114. Filter="h;hpp;hxx;hm;inl;inc;xsd"
  115. UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}">
  116. <File
  117. RelativePath=".\api_threadpool.h">
  118. </File>
  119. <File
  120. RelativePath=".\ThreadFunctions.h">
  121. </File>
  122. <File
  123. RelativePath=".\ThreadID.h">
  124. </File>
  125. <File
  126. RelativePath=".\ThreadPool.h">
  127. </File>
  128. </Filter>
  129. <Filter
  130. Name="Resource Files"
  131. Filter="rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe;resx"
  132. UniqueIdentifier="{67DA6AB6-F800-4c08-8B7A-83BB121AAD01}">
  133. </Filter>
  134. </Files>
  135. <Globals>
  136. </Globals>
  137. </VisualStudioProject>