TestDLL.vcproj 3.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137
  1. <?xml version="1.0" encoding="Windows-1252"?>
  2. <VisualStudioProject
  3. ProjectType="Visual C++"
  4. Version="7.10"
  5. Name="TestDLL"
  6. ProjectGUID="{6E58C3CC-5323-4C29-9AA0-AFF0C627DB04}"
  7. RootNamespace="TestDLL"
  8. Keyword="Win32Proj">
  9. <Platforms>
  10. <Platform
  11. Name="Win32"/>
  12. </Platforms>
  13. <Configurations>
  14. <Configuration
  15. Name="Debug|Win32"
  16. OutputDirectory="Debug"
  17. IntermediateDirectory="Debug"
  18. ConfigurationType="1"
  19. CharacterSet="2">
  20. <Tool
  21. Name="VCCLCompilerTool"
  22. Optimization="0"
  23. AdditionalIncludeDirectories="./../../Source"
  24. PreprocessorDefinitions="WIN32;_DEBUG;_CONSOLE"
  25. MinimalRebuild="TRUE"
  26. BasicRuntimeChecks="3"
  27. RuntimeLibrary="5"
  28. UsePrecompiledHeader="0"
  29. WarningLevel="3"
  30. Detect64BitPortabilityProblems="TRUE"
  31. DebugInformationFormat="4"/>
  32. <Tool
  33. Name="VCCustomBuildTool"/>
  34. <Tool
  35. Name="VCLinkerTool"
  36. OutputFile="$(OutDir)/TestDLL.exe"
  37. LinkIncremental="2"
  38. GenerateDebugInformation="TRUE"
  39. ProgramDatabaseFile="$(OutDir)/TestDLL.pdb"
  40. SubSystem="1"
  41. TargetMachine="1"/>
  42. <Tool
  43. Name="VCMIDLTool"/>
  44. <Tool
  45. Name="VCPostBuildEventTool"
  46. CommandLine="copy $(SolutionDir)Lib\RakNetDebug.dll"/>
  47. <Tool
  48. Name="VCPreBuildEventTool"/>
  49. <Tool
  50. Name="VCPreLinkEventTool"/>
  51. <Tool
  52. Name="VCResourceCompilerTool"/>
  53. <Tool
  54. Name="VCWebServiceProxyGeneratorTool"/>
  55. <Tool
  56. Name="VCXMLDataGeneratorTool"/>
  57. <Tool
  58. Name="VCWebDeploymentTool"/>
  59. <Tool
  60. Name="VCManagedWrapperGeneratorTool"/>
  61. <Tool
  62. Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
  63. </Configuration>
  64. <Configuration
  65. Name="Release|Win32"
  66. OutputDirectory="Release"
  67. IntermediateDirectory="Release"
  68. ConfigurationType="1"
  69. CharacterSet="2">
  70. <Tool
  71. Name="VCCLCompilerTool"
  72. AdditionalIncludeDirectories="./../../Source"
  73. PreprocessorDefinitions="WIN32;NDEBUG;_CONSOLE"
  74. RuntimeLibrary="4"
  75. UsePrecompiledHeader="0"
  76. WarningLevel="3"
  77. Detect64BitPortabilityProblems="TRUE"
  78. DebugInformationFormat="3"/>
  79. <Tool
  80. Name="VCCustomBuildTool"/>
  81. <Tool
  82. Name="VCLinkerTool"
  83. OutputFile="$(OutDir)/TestDLL.exe"
  84. LinkIncremental="1"
  85. GenerateDebugInformation="TRUE"
  86. SubSystem="1"
  87. OptimizeReferences="2"
  88. EnableCOMDATFolding="2"
  89. TargetMachine="1"/>
  90. <Tool
  91. Name="VCMIDLTool"/>
  92. <Tool
  93. Name="VCPostBuildEventTool"
  94. CommandLine="copy $(SolutionDir)Lib\RakNet.dll"/>
  95. <Tool
  96. Name="VCPreBuildEventTool"/>
  97. <Tool
  98. Name="VCPreLinkEventTool"/>
  99. <Tool
  100. Name="VCResourceCompilerTool"/>
  101. <Tool
  102. Name="VCWebServiceProxyGeneratorTool"/>
  103. <Tool
  104. Name="VCXMLDataGeneratorTool"/>
  105. <Tool
  106. Name="VCWebDeploymentTool"/>
  107. <Tool
  108. Name="VCManagedWrapperGeneratorTool"/>
  109. <Tool
  110. Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
  111. </Configuration>
  112. </Configurations>
  113. <References>
  114. </References>
  115. <Files>
  116. <Filter
  117. Name="Source Files"
  118. Filter="cpp;c;cxx;def;odl;idl;hpj;bat;asm;asmx"
  119. UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}">
  120. <File
  121. RelativePath=".\main.cpp">
  122. </File>
  123. </Filter>
  124. <Filter
  125. Name="Header Files"
  126. Filter="h;hpp;hxx;hm;inl;inc;xsd"
  127. UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}">
  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>
粤ICP备19079148号