LANShare.vcproj 5.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263
  1. <?xml version="1.0" encoding="gb2312"?>
  2. <VisualStudioProject
  3. ProjectType="Visual C++"
  4. Version="9.00"
  5. Name="LANShare"
  6. ProjectGUID="{39C60BAC-D469-4AD2-A1AE-CB2179EDEED3}"
  7. RootNamespace="LANShare"
  8. Keyword="MFCDLLProj"
  9. TargetFrameworkVersion="196613"
  10. >
  11. <Platforms>
  12. <Platform
  13. Name="Win32"
  14. />
  15. </Platforms>
  16. <ToolFiles>
  17. </ToolFiles>
  18. <Configurations>
  19. <Configuration
  20. Name="Debug|Win32"
  21. OutputDirectory="..\..\..\bin\$(SolutionName)"
  22. IntermediateDirectory="$(OutDir)\$(ProjectName)\$(ConfigurationName)"
  23. ConfigurationType="2"
  24. UseOfMFC="2"
  25. CharacterSet="2"
  26. >
  27. <Tool
  28. Name="VCPreBuildEventTool"
  29. />
  30. <Tool
  31. Name="VCCustomBuildTool"
  32. />
  33. <Tool
  34. Name="VCXMLDataGeneratorTool"
  35. />
  36. <Tool
  37. Name="VCWebServiceProxyGeneratorTool"
  38. />
  39. <Tool
  40. Name="VCMIDLTool"
  41. PreprocessorDefinitions="_DEBUG"
  42. MkTypLibCompatible="false"
  43. />
  44. <Tool
  45. Name="VCCLCompilerTool"
  46. Optimization="0"
  47. PreprocessorDefinitions="WIN32;_WINDOWS;_DEBUG;_USRDLL"
  48. MinimalRebuild="true"
  49. BasicRuntimeChecks="3"
  50. RuntimeLibrary="3"
  51. UsePrecompiledHeader="2"
  52. WarningLevel="3"
  53. DebugInformationFormat="4"
  54. />
  55. <Tool
  56. Name="VCManagedResourceCompilerTool"
  57. />
  58. <Tool
  59. Name="VCResourceCompilerTool"
  60. PreprocessorDefinitions="_DEBUG"
  61. Culture="2052"
  62. AdditionalIncludeDirectories="$(IntDir)"
  63. />
  64. <Tool
  65. Name="VCPreLinkEventTool"
  66. />
  67. <Tool
  68. Name="VCLinkerTool"
  69. LinkIncremental="2"
  70. UACExecutionLevel="2"
  71. ModuleDefinitionFile=".\LANShare.def"
  72. GenerateDebugInformation="true"
  73. SubSystem="2"
  74. TargetMachine="1"
  75. />
  76. <Tool
  77. Name="VCALinkTool"
  78. />
  79. <Tool
  80. Name="VCManifestTool"
  81. />
  82. <Tool
  83. Name="VCXDCMakeTool"
  84. />
  85. <Tool
  86. Name="VCBscMakeTool"
  87. />
  88. <Tool
  89. Name="VCFxCopTool"
  90. />
  91. <Tool
  92. Name="VCAppVerifierTool"
  93. />
  94. <Tool
  95. Name="VCPostBuildEventTool"
  96. />
  97. </Configuration>
  98. <Configuration
  99. Name="Release|Win32"
  100. OutputDirectory="..\..\..\bin\$(SolutionName)"
  101. IntermediateDirectory="$(OutDir)\$(ProjectName)\$(ConfigurationName)"
  102. ConfigurationType="2"
  103. UseOfMFC="1"
  104. CharacterSet="2"
  105. WholeProgramOptimization="1"
  106. >
  107. <Tool
  108. Name="VCPreBuildEventTool"
  109. CommandLine="subwcrev.exe $(SolutionDir) $(ProjectDir)$(ProjectName).rc $(ProjectDir)$(ProjectName).rc_"
  110. />
  111. <Tool
  112. Name="VCCustomBuildTool"
  113. />
  114. <Tool
  115. Name="VCXMLDataGeneratorTool"
  116. />
  117. <Tool
  118. Name="VCWebServiceProxyGeneratorTool"
  119. />
  120. <Tool
  121. Name="VCMIDLTool"
  122. PreprocessorDefinitions="NDEBUG"
  123. MkTypLibCompatible="false"
  124. />
  125. <Tool
  126. Name="VCCLCompilerTool"
  127. Optimization="2"
  128. EnableIntrinsicFunctions="true"
  129. PreprocessorDefinitions="WIN32;_WINDOWS;NDEBUG;_USRDLL"
  130. RuntimeLibrary="0"
  131. EnableFunctionLevelLinking="true"
  132. UsePrecompiledHeader="2"
  133. WarningLevel="3"
  134. DebugInformationFormat="3"
  135. />
  136. <Tool
  137. Name="VCManagedResourceCompilerTool"
  138. />
  139. <Tool
  140. Name="VCResourceCompilerTool"
  141. PreprocessorDefinitions="NDEBUG"
  142. Culture="2052"
  143. AdditionalIncludeDirectories="$(IntDir)"
  144. />
  145. <Tool
  146. Name="VCPreLinkEventTool"
  147. CommandLine="rc.exe /l 0x409 /fo &quot;$(IntDir)\$(ProjectName).res&quot; /d &quot;_AUTOVERSION_&quot; /d &quot;_AFXDLL&quot; &quot;$(ProjectDir)$(ProjectName).rc_&quot;"
  148. />
  149. <Tool
  150. Name="VCLinkerTool"
  151. LinkIncremental="1"
  152. UACExecutionLevel="2"
  153. ModuleDefinitionFile=".\LANShare.def"
  154. GenerateDebugInformation="true"
  155. SubSystem="2"
  156. OptimizeReferences="2"
  157. EnableCOMDATFolding="2"
  158. TargetMachine="1"
  159. />
  160. <Tool
  161. Name="VCALinkTool"
  162. />
  163. <Tool
  164. Name="VCManifestTool"
  165. />
  166. <Tool
  167. Name="VCXDCMakeTool"
  168. />
  169. <Tool
  170. Name="VCBscMakeTool"
  171. />
  172. <Tool
  173. Name="VCFxCopTool"
  174. />
  175. <Tool
  176. Name="VCAppVerifierTool"
  177. />
  178. <Tool
  179. Name="VCPostBuildEventTool"
  180. />
  181. </Configuration>
  182. </Configurations>
  183. <References>
  184. </References>
  185. <Files>
  186. <Filter
  187. Name="Ô´Îļþ"
  188. Filter="cpp;c;cc;cxx;def;odl;idl;hpj;bat;asm;asmx"
  189. UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}"
  190. >
  191. <File
  192. RelativePath=".\LANShare.cpp"
  193. >
  194. </File>
  195. <File
  196. RelativePath=".\LANShare.def"
  197. >
  198. </File>
  199. <File
  200. RelativePath=".\stdafx.cpp"
  201. >
  202. <FileConfiguration
  203. Name="Debug|Win32"
  204. >
  205. <Tool
  206. Name="VCCLCompilerTool"
  207. UsePrecompiledHeader="1"
  208. />
  209. </FileConfiguration>
  210. <FileConfiguration
  211. Name="Release|Win32"
  212. >
  213. <Tool
  214. Name="VCCLCompilerTool"
  215. UsePrecompiledHeader="1"
  216. />
  217. </FileConfiguration>
  218. </File>
  219. </Filter>
  220. <Filter
  221. Name="Í·Îļþ"
  222. Filter="h;hpp;hxx;hm;inl;inc;xsd"
  223. UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}"
  224. >
  225. <File
  226. RelativePath=".\LANShare.h"
  227. >
  228. </File>
  229. <File
  230. RelativePath=".\Resource.h"
  231. >
  232. </File>
  233. <File
  234. RelativePath=".\stdafx.h"
  235. >
  236. </File>
  237. <File
  238. RelativePath=".\targetver.h"
  239. >
  240. </File>
  241. </Filter>
  242. <Filter
  243. Name="×ÊÔ´Îļþ"
  244. Filter="rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe;resx;tiff;tif;png;wav"
  245. UniqueIdentifier="{67DA6AB6-F800-4c08-8B7A-83BB121AAD01}"
  246. >
  247. <File
  248. RelativePath=".\LANShare.rc"
  249. >
  250. </File>
  251. <File
  252. RelativePath=".\res\LANShare.rc2"
  253. >
  254. </File>
  255. </Filter>
  256. <File
  257. RelativePath=".\ReadMe.txt"
  258. >
  259. </File>
  260. </Files>
  261. <Globals>
  262. </Globals>
  263. </VisualStudioProject>