FilterText_StaticLib.vcproj
上传用户:dzyhzl
上传日期:2019-04-29
资源大小:56270k
文件大小:4k
源码类别:

模拟服务器

开发平台:

C/C++

  1. <?xml version="1.0" encoding = "gb2312"?>
  2. <VisualStudioProject
  3. ProjectType="Visual C++"
  4. Version="7.00"
  5. Name="FilterText_StaticLib"
  6. ProjectGUID="{47BFD3C1-A007-474A-B322-41AF00281C66}"
  7. SccProjectName=""
  8. SccLocalPath="">
  9. <Platforms>
  10. <Platform
  11. Name="Win32"/>
  12. </Platforms>
  13. <Configurations>
  14. <Configuration
  15. Name="Release|Win32"
  16. OutputDirectory=".FilterText_StaticLib___Win32_Release"
  17. IntermediateDirectory=".FilterText_StaticLib___Win32_Release"
  18. ConfigurationType="4"
  19. UseOfMFC="0"
  20. ATLMinimizesCRunTimeLibraryUsage="FALSE"
  21. CharacterSet="2">
  22. <Tool
  23. Name="VCCLCompilerTool"
  24. InlineFunctionExpansion="1"
  25. PreprocessorDefinitions="WIN32,NDEBUG,_LIB,FILTERTEXT_STATICLIB"
  26. StringPooling="TRUE"
  27. RuntimeLibrary="3"
  28. EnableFunctionLevelLinking="TRUE"
  29. UsePrecompiledHeader="2"
  30. PrecompiledHeaderFile=".FilterText_StaticLib___Win32_Release/FilterText_StaticLib.pch"
  31. AssemblerListingLocation=".FilterText_StaticLib___Win32_Release/"
  32. ObjectFile=".FilterText_StaticLib___Win32_Release/"
  33. ProgramDataBaseFileName=".FilterText_StaticLib___Win32_Release/"
  34. WarningLevel="3"
  35. SuppressStartupBanner="TRUE"/>
  36. <Tool
  37. Name="VCCustomBuildTool"/>
  38. <Tool
  39. Name="VCLibrarianTool"
  40. OutputFile=".FilterText_StaticLib___Win32_ReleaseFilterText_StaticLib.lib"
  41. SuppressStartupBanner="TRUE"/>
  42. <Tool
  43. Name="VCMIDLTool"/>
  44. <Tool
  45. Name="VCPostBuildEventTool"
  46. CommandLine="md ....librelease
  47. copy FilterText_StaticLib___Win32_ReleaseFilterText_StaticLib.lib ....libreleaseFilterText_StaticLib.lib
  48. "/>
  49. <Tool
  50. Name="VCPreBuildEventTool"/>
  51. <Tool
  52. Name="VCPreLinkEventTool"/>
  53. <Tool
  54. Name="VCResourceCompilerTool"
  55. PreprocessorDefinitions="NDEBUG"
  56. Culture="2052"/>
  57. <Tool
  58. Name="VCWebServiceProxyGeneratorTool"/>
  59. </Configuration>
  60. <Configuration
  61. Name="Debug|Win32"
  62. OutputDirectory=".FilterText_StaticLib___Win32_Debug"
  63. IntermediateDirectory=".FilterText_StaticLib___Win32_Debug"
  64. ConfigurationType="4"
  65. UseOfMFC="0"
  66. ATLMinimizesCRunTimeLibraryUsage="FALSE"
  67. CharacterSet="2">
  68. <Tool
  69. Name="VCCLCompilerTool"
  70. Optimization="0"
  71. PreprocessorDefinitions="WIN32,_DEBUG,_LIB,FILTERTEXT_STATICLIB"
  72. BasicRuntimeChecks="3"
  73. RuntimeLibrary="3"
  74. UsePrecompiledHeader="2"
  75. PrecompiledHeaderFile=".FilterText_StaticLib___Win32_Debug/FilterText_StaticLib.pch"
  76. AssemblerListingLocation=".FilterText_StaticLib___Win32_Debug/"
  77. ObjectFile=".FilterText_StaticLib___Win32_Debug/"
  78. ProgramDataBaseFileName=".FilterText_StaticLib___Win32_Debug/"
  79. WarningLevel="3"
  80. SuppressStartupBanner="TRUE"
  81. DebugInformationFormat="4"/>
  82. <Tool
  83. Name="VCCustomBuildTool"/>
  84. <Tool
  85. Name="VCLibrarianTool"
  86. OutputFile=".FilterText_StaticLib___Win32_DebugFilterText_StaticLib.lib"
  87. SuppressStartupBanner="TRUE"/>
  88. <Tool
  89. Name="VCMIDLTool"/>
  90. <Tool
  91. Name="VCPostBuildEventTool"
  92. CommandLine="md ....libdebug
  93. copy FilterText_StaticLib___Win32_DebugFilterText_StaticLib.lib ....libdebugFilterText_StaticLib.lib
  94. "/>
  95. <Tool
  96. Name="VCPreBuildEventTool"/>
  97. <Tool
  98. Name="VCPreLinkEventTool"/>
  99. <Tool
  100. Name="VCResourceCompilerTool"
  101. PreprocessorDefinitions="_DEBUG"
  102. Culture="2052"/>
  103. <Tool
  104. Name="VCWebServiceProxyGeneratorTool"/>
  105. </Configuration>
  106. </Configurations>
  107. <Files>
  108. <Filter
  109. Name="Source Files"
  110. Filter="cpp;c;cxx;rc;def;r;odl;idl;hpj;bat">
  111. <File
  112. RelativePath=".FilterText.cpp">
  113. </File>
  114. <File
  115. RelativePath=".Regexp.cpp">
  116. </File>
  117. </Filter>
  118. <Filter
  119. Name="Header Files"
  120. Filter="h;hpp;hxx;hm;inl">
  121. <File
  122. RelativePath=".FilterText.h">
  123. </File>
  124. <File
  125. RelativePath=".Regexp.h">
  126. </File>
  127. </Filter>
  128. </Files>
  129. <Globals>
  130. </Globals>
  131. </VisualStudioProject>