redirect.vcproj
上传用户:jxpjxmjjw
上传日期:2009-12-07
资源大小:5877k
文件大小:4k
源码类别:

模拟服务器

开发平台:

Visual C++

  1. <?xml version="1.0" encoding="Windows-1252"?>
  2. <VisualStudioProject
  3. ProjectType="Visual C++"
  4. Version="7.10"
  5. Name="redirect"
  6. SccProjectName=""
  7. SccLocalPath="">
  8. <Platforms>
  9. <Platform
  10. Name="Win32"/>
  11. </Platforms>
  12. <Configurations>
  13. <Configuration
  14. Name="Release|Win32"
  15. OutputDirectory=".redirect___Win32_Release"
  16. IntermediateDirectory=".redirect___Win32_Release"
  17. ConfigurationType="4"
  18. UseOfMFC="0"
  19. ATLMinimizesCRunTimeLibraryUsage="FALSE"
  20. CharacterSet="2">
  21. <Tool
  22. Name="VCCLCompilerTool"
  23. Optimization="2"
  24. InlineFunctionExpansion="1"
  25. AdditionalIncludeDirectories="....srcshared"
  26. PreprocessorDefinitions="WIN32;NDEBUG;_LIB"
  27. StringPooling="TRUE"
  28. RuntimeLibrary="0"
  29. EnableFunctionLevelLinking="TRUE"
  30. UsePrecompiledHeader="2"
  31. PrecompiledHeaderFile=".redirect___Win32_Release/redirect.pch"
  32. AssemblerListingLocation=".redirect___Win32_Release/"
  33. ObjectFile=".redirect___Win32_Release/"
  34. ProgramDataBaseFileName=".redirect___Win32_Release/"
  35. WarningLevel="3"
  36. SuppressStartupBanner="TRUE"
  37. CompileAs="0"/>
  38. <Tool
  39. Name="VCCustomBuildTool"/>
  40. <Tool
  41. Name="VCLibrarianTool"
  42. OutputFile=".redirect___Win32_Releaseredirect.lib"
  43. SuppressStartupBanner="TRUE"/>
  44. <Tool
  45. Name="VCMIDLTool"/>
  46. <Tool
  47. Name="VCPostBuildEventTool"/>
  48. <Tool
  49. Name="VCPreBuildEventTool"/>
  50. <Tool
  51. Name="VCPreLinkEventTool"/>
  52. <Tool
  53. Name="VCResourceCompilerTool"
  54. PreprocessorDefinitions="NDEBUG"
  55. Culture="1033"/>
  56. <Tool
  57. Name="VCWebServiceProxyGeneratorTool"/>
  58. <Tool
  59. Name="VCXMLDataGeneratorTool"/>
  60. <Tool
  61. Name="VCManagedWrapperGeneratorTool"/>
  62. <Tool
  63. Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
  64. </Configuration>
  65. <Configuration
  66. Name="Debug|Win32"
  67. OutputDirectory=".redirect___Win32_Debug"
  68. IntermediateDirectory=".redirect___Win32_Debug"
  69. ConfigurationType="4"
  70. UseOfMFC="0"
  71. ATLMinimizesCRunTimeLibraryUsage="FALSE"
  72. CharacterSet="2">
  73. <Tool
  74. Name="VCCLCompilerTool"
  75. Optimization="0"
  76. AdditionalIncludeDirectories="....srcshared"
  77. PreprocessorDefinitions="WIN32;_DEBUG;_LIB"
  78. BasicRuntimeChecks="3"
  79. RuntimeLibrary="1"
  80. UsePrecompiledHeader="2"
  81. PrecompiledHeaderFile=".redirect___Win32_Debug/redirect.pch"
  82. AssemblerListingLocation=".redirect___Win32_Debug/"
  83. ObjectFile=".redirect___Win32_Debug/"
  84. ProgramDataBaseFileName=".redirect___Win32_Debug/"
  85. WarningLevel="3"
  86. SuppressStartupBanner="TRUE"
  87. DebugInformationFormat="3"
  88. CompileAs="0"/>
  89. <Tool
  90. Name="VCCustomBuildTool"/>
  91. <Tool
  92. Name="VCLibrarianTool"
  93. OutputFile=".redirect___Win32_Debugredirect.lib"
  94. SuppressStartupBanner="TRUE"/>
  95. <Tool
  96. Name="VCMIDLTool"/>
  97. <Tool
  98. Name="VCPostBuildEventTool"/>
  99. <Tool
  100. Name="VCPreBuildEventTool"/>
  101. <Tool
  102. Name="VCPreLinkEventTool"/>
  103. <Tool
  104. Name="VCResourceCompilerTool"
  105. PreprocessorDefinitions="_DEBUG"
  106. Culture="1033"/>
  107. <Tool
  108. Name="VCWebServiceProxyGeneratorTool"/>
  109. <Tool
  110. Name="VCXMLDataGeneratorTool"/>
  111. <Tool
  112. Name="VCManagedWrapperGeneratorTool"/>
  113. <Tool
  114. Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
  115. </Configuration>
  116. </Configurations>
  117. <References>
  118. </References>
  119. <Files>
  120. <File
  121. RelativePath="....srcredirectRedirectorSrv.cpp">
  122. <FileConfiguration
  123. Name="Release|Win32">
  124. <Tool
  125. Name="VCCLCompilerTool"
  126. Optimization="2"
  127. AdditionalIncludeDirectories=""
  128. PreprocessorDefinitions=""/>
  129. </FileConfiguration>
  130. <FileConfiguration
  131. Name="Debug|Win32">
  132. <Tool
  133. Name="VCCLCompilerTool"
  134. Optimization="0"
  135. AdditionalIncludeDirectories=""
  136. PreprocessorDefinitions=""
  137. BasicRuntimeChecks="3"/>
  138. </FileConfiguration>
  139. </File>
  140. <File
  141. RelativePath="....srcredirectRedirectorSrv.h">
  142. </File>
  143. </Files>
  144. <Globals>
  145. </Globals>
  146. </VisualStudioProject>