ModifyVCProject.vcproj 6.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322
  1. <?xml version="1.0" encoding="gb2312"?>
  2. <VisualStudioProject
  3. ProjectType="Visual C++"
  4. Version="9.00"
  5. Name="ModifyVCProject"
  6. ProjectGUID="{FA4147A0-D63B-4FA6-8886-3E942CC8D043}"
  7. RootNamespace="ModifyVCProject"
  8. Keyword="MFCProj"
  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\$(ProjectName)"
  22. IntermediateDirectory="$(OutDir)\$(ConfigurationName)\"
  23. ConfigurationType="1"
  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. ValidateParameters="true"
  44. />
  45. <Tool
  46. Name="VCCLCompilerTool"
  47. Optimization="0"
  48. AdditionalIncludeDirectories="..\..\..\repos_main\common\tinyxml2;&quot;..\..\..\repos_main\common\STL-findfile&quot;"
  49. PreprocessorDefinitions="WIN32;_WINDOWS;_DEBUG"
  50. MinimalRebuild="true"
  51. BasicRuntimeChecks="3"
  52. RuntimeLibrary="3"
  53. UsePrecompiledHeader="2"
  54. WarningLevel="3"
  55. DebugInformationFormat="4"
  56. />
  57. <Tool
  58. Name="VCManagedResourceCompilerTool"
  59. />
  60. <Tool
  61. Name="VCResourceCompilerTool"
  62. PreprocessorDefinitions="_DEBUG"
  63. Culture="2052"
  64. AdditionalIncludeDirectories="$(IntDir)"
  65. />
  66. <Tool
  67. Name="VCPreLinkEventTool"
  68. />
  69. <Tool
  70. Name="VCLinkerTool"
  71. LinkIncremental="2"
  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\$(ProjectName)"
  101. IntermediateDirectory="$(OutDir)\$(ConfigurationName)\"
  102. ConfigurationType="1"
  103. UseOfMFC="2"
  104. CharacterSet="2"
  105. WholeProgramOptimization="1"
  106. >
  107. <Tool
  108. Name="VCPreBuildEventTool"
  109. />
  110. <Tool
  111. Name="VCCustomBuildTool"
  112. />
  113. <Tool
  114. Name="VCXMLDataGeneratorTool"
  115. />
  116. <Tool
  117. Name="VCWebServiceProxyGeneratorTool"
  118. />
  119. <Tool
  120. Name="VCMIDLTool"
  121. PreprocessorDefinitions="NDEBUG"
  122. MkTypLibCompatible="false"
  123. ValidateParameters="true"
  124. />
  125. <Tool
  126. Name="VCCLCompilerTool"
  127. Optimization="2"
  128. EnableIntrinsicFunctions="true"
  129. AdditionalIncludeDirectories="..\..\..\repos_main\common\tinyxml2;&quot;..\..\..\repos_main\common\STL-findfile&quot;"
  130. PreprocessorDefinitions="WIN32;_WINDOWS;NDEBUG"
  131. MinimalRebuild="false"
  132. RuntimeLibrary="2"
  133. EnableFunctionLevelLinking="true"
  134. UsePrecompiledHeader="2"
  135. WarningLevel="3"
  136. DebugInformationFormat="3"
  137. />
  138. <Tool
  139. Name="VCManagedResourceCompilerTool"
  140. />
  141. <Tool
  142. Name="VCResourceCompilerTool"
  143. PreprocessorDefinitions="NDEBUG"
  144. Culture="2052"
  145. AdditionalIncludeDirectories="$(IntDir)"
  146. />
  147. <Tool
  148. Name="VCPreLinkEventTool"
  149. />
  150. <Tool
  151. Name="VCLinkerTool"
  152. LinkIncremental="1"
  153. GenerateDebugInformation="true"
  154. SubSystem="2"
  155. OptimizeReferences="2"
  156. EnableCOMDATFolding="2"
  157. TargetMachine="1"
  158. />
  159. <Tool
  160. Name="VCALinkTool"
  161. />
  162. <Tool
  163. Name="VCManifestTool"
  164. />
  165. <Tool
  166. Name="VCXDCMakeTool"
  167. />
  168. <Tool
  169. Name="VCBscMakeTool"
  170. />
  171. <Tool
  172. Name="VCFxCopTool"
  173. />
  174. <Tool
  175. Name="VCAppVerifierTool"
  176. />
  177. <Tool
  178. Name="VCPostBuildEventTool"
  179. />
  180. </Configuration>
  181. </Configurations>
  182. <References>
  183. </References>
  184. <Files>
  185. <Filter
  186. Name="Ô´Îļþ"
  187. Filter="cpp;c;cc;cxx;def;odl;idl;hpj;bat;asm;asmx"
  188. UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}"
  189. >
  190. <File
  191. RelativePath=".\ModifyVCProject.cpp"
  192. >
  193. </File>
  194. <File
  195. RelativePath=".\ModifyVCProjectDlg.cpp"
  196. >
  197. </File>
  198. <File
  199. RelativePath=".\stdafx.cpp"
  200. >
  201. <FileConfiguration
  202. Name="Debug|Win32"
  203. >
  204. <Tool
  205. Name="VCCLCompilerTool"
  206. UsePrecompiledHeader="1"
  207. />
  208. </FileConfiguration>
  209. <FileConfiguration
  210. Name="Release|Win32"
  211. >
  212. <Tool
  213. Name="VCCLCompilerTool"
  214. UsePrecompiledHeader="1"
  215. />
  216. </FileConfiguration>
  217. </File>
  218. </Filter>
  219. <Filter
  220. Name="Í·Îļþ"
  221. Filter="h;hpp;hxx;hm;inl;inc;xsd"
  222. UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}"
  223. >
  224. <File
  225. RelativePath=".\ModifyVCProject.h"
  226. >
  227. </File>
  228. <File
  229. RelativePath=".\ModifyVCProjectDlg.h"
  230. >
  231. </File>
  232. <File
  233. RelativePath=".\Resource.h"
  234. >
  235. </File>
  236. <File
  237. RelativePath=".\stdafx.h"
  238. >
  239. </File>
  240. <File
  241. RelativePath=".\targetver.h"
  242. >
  243. </File>
  244. </Filter>
  245. <Filter
  246. Name="×ÊÔ´Îļþ"
  247. Filter="rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe;resx;tiff;tif;png;wav"
  248. UniqueIdentifier="{67DA6AB6-F800-4c08-8B7A-83BB121AAD01}"
  249. >
  250. <File
  251. RelativePath=".\res\ModifyVCProject.ico"
  252. >
  253. </File>
  254. <File
  255. RelativePath=".\ModifyVCProject.rc"
  256. >
  257. </File>
  258. <File
  259. RelativePath=".\res\ModifyVCProject.rc2"
  260. >
  261. </File>
  262. </Filter>
  263. <Filter
  264. Name="tinyxml"
  265. >
  266. <File
  267. RelativePath="..\..\..\repos_main\common\tinyxml2\stdint.h"
  268. >
  269. </File>
  270. <File
  271. RelativePath="..\..\..\repos_main\common\tinyxml2\tinyxml2.cpp"
  272. >
  273. <FileConfiguration
  274. Name="Debug|Win32"
  275. >
  276. <Tool
  277. Name="VCCLCompilerTool"
  278. UsePrecompiledHeader="0"
  279. />
  280. </FileConfiguration>
  281. <FileConfiguration
  282. Name="Release|Win32"
  283. >
  284. <Tool
  285. Name="VCCLCompilerTool"
  286. UsePrecompiledHeader="0"
  287. />
  288. </FileConfiguration>
  289. </File>
  290. <File
  291. RelativePath="..\..\..\repos_main\common\tinyxml2\tinyxml2.h"
  292. >
  293. </File>
  294. </Filter>
  295. <Filter
  296. Name="filehelp"
  297. >
  298. <File
  299. RelativePath="..\..\..\repos_main\common\STL-findfile\filehelp.cpp"
  300. >
  301. </File>
  302. <File
  303. RelativePath="..\..\..\repos_main\common\STL-findfile\filehelp.h"
  304. >
  305. </File>
  306. <File
  307. RelativePath="..\..\..\repos_main\common\STL-findfile\findfile.cpp"
  308. >
  309. </File>
  310. <File
  311. RelativePath="..\..\..\repos_main\common\STL-findfile\findfile.h"
  312. >
  313. </File>
  314. </Filter>
  315. <File
  316. RelativePath=".\ReadMe.txt"
  317. >
  318. </File>
  319. </Files>
  320. <Globals>
  321. </Globals>
  322. </VisualStudioProject>