DirectoryDeltaTransfer.vcproj 3.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135
  1. <?xml version="1.0" encoding="Windows-1252"?>
  2. <VisualStudioProject
  3. ProjectType="Visual C++"
  4. Version="7.10"
  5. Name="DirectoryDeltaTransfer"
  6. ProjectGUID="{F0B736A1-3A14-429B-A1DD-5BB9FC8620BA}"
  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="1"
  18. CharacterSet="2"
  19. DeleteExtensionsOnClean="*.obj;*.ilk;*.pdb;*.tlb;*.tli;*.tlh;*.tmp;*.rsp;*.bat;$(TargetPath)">
  20. <Tool
  21. Name="VCCLCompilerTool"
  22. Optimization="0"
  23. AdditionalIncludeDirectories="./../../Source"
  24. PreprocessorDefinitions="WIN32;_DEBUG;_CONSOLE"
  25. MinimalRebuild="TRUE"
  26. BasicRuntimeChecks="3"
  27. RuntimeLibrary="1"
  28. UsePrecompiledHeader="0"
  29. WarningLevel="3"
  30. Detect64BitPortabilityProblems="TRUE"
  31. DebugInformationFormat="4"/>
  32. <Tool
  33. Name="VCCustomBuildTool"/>
  34. <Tool
  35. Name="VCLinkerTool"
  36. AdditionalDependencies="./../../Lib/RakNet_VS2008_LibStatic_Debug_Win32.lib ws2_32.lib"
  37. OutputFile="$(OutDir)/DirectoryDeltaTransfer.exe"
  38. LinkIncremental="2"
  39. IgnoreDefaultLibraryNames=""
  40. GenerateDebugInformation="TRUE"
  41. ProgramDatabaseFile="$(OutDir)/DirectoryDeltaTransfer.pdb"
  42. SubSystem="1"
  43. TargetMachine="1"/>
  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. <Tool
  55. Name="VCWebServiceProxyGeneratorTool"/>
  56. <Tool
  57. Name="VCXMLDataGeneratorTool"/>
  58. <Tool
  59. Name="VCWebDeploymentTool"/>
  60. <Tool
  61. Name="VCManagedWrapperGeneratorTool"/>
  62. <Tool
  63. Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
  64. </Configuration>
  65. <Configuration
  66. Name="Release|Win32"
  67. OutputDirectory="Release"
  68. IntermediateDirectory="Release"
  69. ConfigurationType="1"
  70. CharacterSet="2"
  71. DeleteExtensionsOnClean="*.obj;*.ilk;*.pdb;*.tlb;*.tli;*.tlh;*.tmp;*.rsp;*.bat;$(TargetPath)">
  72. <Tool
  73. Name="VCCLCompilerTool"
  74. AdditionalIncludeDirectories="./../../Source"
  75. PreprocessorDefinitions="WIN32;NDEBUG;_CONSOLE"
  76. RuntimeLibrary="0"
  77. UsePrecompiledHeader="0"
  78. WarningLevel="3"
  79. Detect64BitPortabilityProblems="TRUE"
  80. DebugInformationFormat="3"/>
  81. <Tool
  82. Name="VCCustomBuildTool"/>
  83. <Tool
  84. Name="VCLinkerTool"
  85. AdditionalDependencies="./../../Lib/RakNet_VS2008_LibStatic_Debug_Win32.lib ws2_32.lib"
  86. OutputFile="$(OutDir)/DirectoryDeltaTransfer.exe"
  87. LinkIncremental="1"
  88. IgnoreDefaultLibraryNames="LIBCMTD.lib"
  89. GenerateDebugInformation="TRUE"
  90. SubSystem="1"
  91. OptimizeReferences="2"
  92. EnableCOMDATFolding="2"
  93. TargetMachine="1"/>
  94. <Tool
  95. Name="VCMIDLTool"/>
  96. <Tool
  97. Name="VCPostBuildEventTool"/>
  98. <Tool
  99. Name="VCPreBuildEventTool"/>
  100. <Tool
  101. Name="VCPreLinkEventTool"/>
  102. <Tool
  103. Name="VCResourceCompilerTool"/>
  104. <Tool
  105. Name="VCWebServiceProxyGeneratorTool"/>
  106. <Tool
  107. Name="VCXMLDataGeneratorTool"/>
  108. <Tool
  109. Name="VCWebDeploymentTool"/>
  110. <Tool
  111. Name="VCManagedWrapperGeneratorTool"/>
  112. <Tool
  113. Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
  114. </Configuration>
  115. </Configurations>
  116. <References>
  117. </References>
  118. <Files>
  119. <Filter
  120. Name="Source Files"
  121. Filter="cpp;c;cxx;def;odl;idl;hpj;bat;asm;asmx"
  122. UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}">
  123. <File
  124. RelativePath=".\DirectoryDeltaTransferTest.cpp">
  125. </File>
  126. </Filter>
  127. <Filter
  128. Name="Header Files"
  129. Filter="h;hpp;hxx;hm;inl;inc;xsd"
  130. UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}">
  131. </Filter>
  132. </Files>
  133. <Globals>
  134. </Globals>
  135. </VisualStudioProject>
粤ICP备19079148号