ModuleSVNManager.vcproj 6.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336
  1. <?xml version="1.0" encoding="gb2312"?>
  2. <VisualStudioProject
  3. ProjectType="Visual C++"
  4. Version="9.00"
  5. Name="ModuleSVNManager"
  6. ProjectGUID="{B3290F7E-5D1F-4C5E-BDCB-71007D0A9DAC}"
  7. RootNamespace="ModuleSVNManager"
  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\$(SolutionName)"
  22. IntermediateDirectory="$(OutDir)\$(ProjectName)\$(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. PreprocessorDefinitions="WIN32;_WINDOWS;_DEBUG"
  49. MinimalRebuild="true"
  50. BasicRuntimeChecks="3"
  51. RuntimeLibrary="3"
  52. UsePrecompiledHeader="2"
  53. WarningLevel="3"
  54. DebugInformationFormat="4"
  55. />
  56. <Tool
  57. Name="VCManagedResourceCompilerTool"
  58. />
  59. <Tool
  60. Name="VCResourceCompilerTool"
  61. PreprocessorDefinitions="_DEBUG"
  62. Culture="2052"
  63. AdditionalIncludeDirectories="$(IntDir)"
  64. />
  65. <Tool
  66. Name="VCPreLinkEventTool"
  67. />
  68. <Tool
  69. Name="VCLinkerTool"
  70. LinkIncremental="2"
  71. GenerateDebugInformation="true"
  72. SubSystem="2"
  73. TargetMachine="1"
  74. />
  75. <Tool
  76. Name="VCALinkTool"
  77. />
  78. <Tool
  79. Name="VCManifestTool"
  80. />
  81. <Tool
  82. Name="VCXDCMakeTool"
  83. />
  84. <Tool
  85. Name="VCBscMakeTool"
  86. />
  87. <Tool
  88. Name="VCFxCopTool"
  89. />
  90. <Tool
  91. Name="VCAppVerifierTool"
  92. />
  93. <Tool
  94. Name="VCPostBuildEventTool"
  95. />
  96. </Configuration>
  97. <Configuration
  98. Name="Release|Win32"
  99. OutputDirectory="..\..\..\..\bin\$(SolutionName)"
  100. IntermediateDirectory="$(OutDir)\$(ProjectName)\$(ConfigurationName)"
  101. ConfigurationType="1"
  102. UseOfMFC="1"
  103. CharacterSet="2"
  104. WholeProgramOptimization="1"
  105. >
  106. <Tool
  107. Name="VCPreBuildEventTool"
  108. />
  109. <Tool
  110. Name="VCCustomBuildTool"
  111. />
  112. <Tool
  113. Name="VCXMLDataGeneratorTool"
  114. />
  115. <Tool
  116. Name="VCWebServiceProxyGeneratorTool"
  117. />
  118. <Tool
  119. Name="VCMIDLTool"
  120. PreprocessorDefinitions="NDEBUG"
  121. MkTypLibCompatible="false"
  122. ValidateParameters="true"
  123. />
  124. <Tool
  125. Name="VCCLCompilerTool"
  126. Optimization="2"
  127. EnableIntrinsicFunctions="true"
  128. PreprocessorDefinitions="WIN32;_WINDOWS;NDEBUG"
  129. MinimalRebuild="false"
  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. />
  148. <Tool
  149. Name="VCLinkerTool"
  150. LinkIncremental="1"
  151. GenerateDebugInformation="true"
  152. SubSystem="2"
  153. OptimizeReferences="2"
  154. EnableCOMDATFolding="2"
  155. TargetMachine="1"
  156. />
  157. <Tool
  158. Name="VCALinkTool"
  159. />
  160. <Tool
  161. Name="VCManifestTool"
  162. />
  163. <Tool
  164. Name="VCXDCMakeTool"
  165. />
  166. <Tool
  167. Name="VCBscMakeTool"
  168. />
  169. <Tool
  170. Name="VCFxCopTool"
  171. />
  172. <Tool
  173. Name="VCAppVerifierTool"
  174. />
  175. <Tool
  176. Name="VCPostBuildEventTool"
  177. />
  178. </Configuration>
  179. </Configurations>
  180. <References>
  181. </References>
  182. <Files>
  183. <Filter
  184. Name="Ô´Îļþ"
  185. Filter="cpp;c;cc;cxx;def;odl;idl;hpj;bat;asm;asmx"
  186. UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}"
  187. >
  188. <File
  189. RelativePath=".\Base64.cpp"
  190. >
  191. </File>
  192. <File
  193. RelativePath=".\CharEncoding.cpp"
  194. >
  195. </File>
  196. <File
  197. RelativePath=".\DataImpl.cpp"
  198. >
  199. </File>
  200. <File
  201. RelativePath=".\filehelper.cpp"
  202. >
  203. </File>
  204. <File
  205. RelativePath=".\findfile.cpp"
  206. >
  207. </File>
  208. <File
  209. RelativePath=".\Global.cpp"
  210. >
  211. </File>
  212. <File
  213. RelativePath=".\ModuleSVNManager.cpp"
  214. >
  215. </File>
  216. <File
  217. RelativePath=".\ModuleSVNManagerDlg.cpp"
  218. >
  219. </File>
  220. <File
  221. RelativePath=".\stdafx.cpp"
  222. >
  223. <FileConfiguration
  224. Name="Debug|Win32"
  225. >
  226. <Tool
  227. Name="VCCLCompilerTool"
  228. UsePrecompiledHeader="1"
  229. />
  230. </FileConfiguration>
  231. <FileConfiguration
  232. Name="Release|Win32"
  233. >
  234. <Tool
  235. Name="VCCLCompilerTool"
  236. UsePrecompiledHeader="1"
  237. />
  238. </FileConfiguration>
  239. </File>
  240. </Filter>
  241. <Filter
  242. Name="Í·Îļþ"
  243. Filter="h;hpp;hxx;hm;inl;inc;xsd"
  244. UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}"
  245. >
  246. <File
  247. RelativePath=".\Base64.h"
  248. >
  249. </File>
  250. <File
  251. RelativePath=".\CharEncoding.h"
  252. >
  253. </File>
  254. <File
  255. RelativePath=".\Const.h"
  256. >
  257. </File>
  258. <File
  259. RelativePath=".\CritSection.h"
  260. >
  261. </File>
  262. <File
  263. RelativePath=".\DataImpl.h"
  264. >
  265. </File>
  266. <File
  267. RelativePath=".\filehelper.h"
  268. >
  269. </File>
  270. <File
  271. RelativePath=".\findfile.h"
  272. >
  273. </File>
  274. <File
  275. RelativePath=".\Global.h"
  276. >
  277. </File>
  278. <File
  279. RelativePath=".\ModuleSVNManager.h"
  280. >
  281. </File>
  282. <File
  283. RelativePath=".\ModuleSVNManagerDlg.h"
  284. >
  285. </File>
  286. <File
  287. RelativePath=".\Resource.h"
  288. >
  289. </File>
  290. <File
  291. RelativePath=".\sqlite3.h"
  292. >
  293. </File>
  294. <File
  295. RelativePath=".\stdafx.h"
  296. >
  297. </File>
  298. <File
  299. RelativePath=".\TableInfo.h"
  300. >
  301. </File>
  302. <File
  303. RelativePath=".\targetver.h"
  304. >
  305. </File>
  306. </Filter>
  307. <Filter
  308. Name="×ÊÔ´Îļþ"
  309. Filter="rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe;resx;tiff;tif;png;wav"
  310. UniqueIdentifier="{67DA6AB6-F800-4c08-8B7A-83BB121AAD01}"
  311. >
  312. <File
  313. RelativePath=".\res\ModuleSVNManager.ico"
  314. >
  315. </File>
  316. <File
  317. RelativePath=".\ModuleSVNManager.rc"
  318. >
  319. </File>
  320. <File
  321. RelativePath=".\res\ModuleSVNManager.rc2"
  322. >
  323. </File>
  324. </Filter>
  325. <File
  326. RelativePath=".\ReadMe.txt"
  327. >
  328. </File>
  329. </Files>
  330. <Globals>
  331. <Global
  332. Name="RESOURCE_FILE"
  333. Value="ModuleSVNManager.rc"
  334. />
  335. </Globals>
  336. </VisualStudioProject>