AutoCompilation.vcproj 7.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355
  1. <?xml version="1.0" encoding="gb2312"?>
  2. <VisualStudioProject
  3. ProjectType="Visual C++"
  4. Version="9.00"
  5. Name="AutoCompilation"
  6. ProjectGUID="{B732C43E-3D58-4663-8B7E-707D7634AF76}"
  7. TargetFrameworkVersion="196613"
  8. >
  9. <Platforms>
  10. <Platform
  11. Name="Win32"
  12. />
  13. </Platforms>
  14. <ToolFiles>
  15. </ToolFiles>
  16. <Configurations>
  17. <Configuration
  18. Name="Debug|Win32"
  19. OutputDirectory="$(SolutionDir)$(ConfigurationName)"
  20. IntermediateDirectory="$(ConfigurationName)"
  21. ConfigurationType="1"
  22. CharacterSet="1"
  23. >
  24. <Tool
  25. Name="VCPreBuildEventTool"
  26. />
  27. <Tool
  28. Name="VCCustomBuildTool"
  29. />
  30. <Tool
  31. Name="VCXMLDataGeneratorTool"
  32. />
  33. <Tool
  34. Name="VCWebServiceProxyGeneratorTool"
  35. />
  36. <Tool
  37. Name="VCMIDLTool"
  38. />
  39. <Tool
  40. Name="VCCLCompilerTool"
  41. Optimization="0"
  42. AdditionalIncludeDirectories="&quot;$(SOUIPATH)\config&quot;;&quot;$(SOUIPATH)\components&quot;;&quot;$(SOUIPATH)\SOUI\include&quot;;&quot;$(SOUIPATH)\utilities\include&quot;"
  43. PreprocessorDefinitions="WIN32;_WINDOWS;STRICT;_DEBUG"
  44. RuntimeLibrary="3"
  45. TreatWChar_tAsBuiltInType="true"
  46. UsePrecompiledHeader="2"
  47. BrowseInformation="1"
  48. WarningLevel="3"
  49. SuppressStartupBanner="true"
  50. DebugInformationFormat="4"
  51. />
  52. <Tool
  53. Name="VCManagedResourceCompilerTool"
  54. />
  55. <Tool
  56. Name="VCResourceCompilerTool"
  57. PreprocessorDefinitions="_UNICODE;UNICODE;_DEBUG;_DEBUG"
  58. Culture="2052"
  59. />
  60. <Tool
  61. Name="VCPreLinkEventTool"
  62. />
  63. <Tool
  64. Name="VCLinkerTool"
  65. AdditionalDependencies="utilitiesd.lib souid.lib"
  66. LinkIncremental="2"
  67. SuppressStartupBanner="true"
  68. AdditionalLibraryDirectories="&quot;$(SOUIPATH)\bin&quot;"
  69. GenerateDebugInformation="true"
  70. SubSystem="2"
  71. />
  72. <Tool
  73. Name="VCALinkTool"
  74. />
  75. <Tool
  76. Name="VCManifestTool"
  77. />
  78. <Tool
  79. Name="VCXDCMakeTool"
  80. />
  81. <Tool
  82. Name="VCBscMakeTool"
  83. />
  84. <Tool
  85. Name="VCFxCopTool"
  86. />
  87. <Tool
  88. Name="VCAppVerifierTool"
  89. />
  90. <Tool
  91. Name="VCPostBuildEventTool"
  92. />
  93. </Configuration>
  94. <Configuration
  95. Name="Release|Win32"
  96. OutputDirectory="$(SolutionDir)$(ConfigurationName)"
  97. IntermediateDirectory="$(ConfigurationName)"
  98. ConfigurationType="1"
  99. CharacterSet="1"
  100. >
  101. <Tool
  102. Name="VCPreBuildEventTool"
  103. />
  104. <Tool
  105. Name="VCCustomBuildTool"
  106. />
  107. <Tool
  108. Name="VCXMLDataGeneratorTool"
  109. />
  110. <Tool
  111. Name="VCWebServiceProxyGeneratorTool"
  112. />
  113. <Tool
  114. Name="VCMIDLTool"
  115. />
  116. <Tool
  117. Name="VCCLCompilerTool"
  118. WholeProgramOptimization="true"
  119. AdditionalIncludeDirectories="&quot;$(SOUIPATH)\config&quot;;&quot;$(SOUIPATH)\components&quot;;&quot;$(SOUIPATH)\SOUI\include&quot;;&quot;$(SOUIPATH)\utilities\include&quot;"
  120. PreprocessorDefinitions="WIN32;_WINDOWS;NDEBUG"
  121. RuntimeLibrary="2"
  122. TreatWChar_tAsBuiltInType="true"
  123. UsePrecompiledHeader="2"
  124. WarningLevel="3"
  125. SuppressStartupBanner="true"
  126. />
  127. <Tool
  128. Name="VCManagedResourceCompilerTool"
  129. />
  130. <Tool
  131. Name="VCResourceCompilerTool"
  132. Culture="2052"
  133. />
  134. <Tool
  135. Name="VCPreLinkEventTool"
  136. />
  137. <Tool
  138. Name="VCLinkerTool"
  139. AdditionalDependencies="utilities.lib soui.lib"
  140. LinkIncremental="1"
  141. SuppressStartupBanner="true"
  142. AdditionalLibraryDirectories="&quot;$(SOUIPATH)\bin&quot;"
  143. GenerateDebugInformation="true"
  144. SubSystem="2"
  145. />
  146. <Tool
  147. Name="VCALinkTool"
  148. />
  149. <Tool
  150. Name="VCManifestTool"
  151. />
  152. <Tool
  153. Name="VCXDCMakeTool"
  154. />
  155. <Tool
  156. Name="VCBscMakeTool"
  157. />
  158. <Tool
  159. Name="VCFxCopTool"
  160. />
  161. <Tool
  162. Name="VCAppVerifierTool"
  163. />
  164. <Tool
  165. Name="VCPostBuildEventTool"
  166. />
  167. </Configuration>
  168. </Configurations>
  169. <References>
  170. </References>
  171. <Files>
  172. <Filter
  173. Name="Source Files"
  174. Filter="cpp;c;cxx;def;odl;idl;hpj;bat;asm"
  175. >
  176. <File
  177. RelativePath=".\AutoCompilation.cpp"
  178. >
  179. </File>
  180. <File
  181. RelativePath=".\CLoginDlg.cpp"
  182. >
  183. </File>
  184. <File
  185. RelativePath=".\MainDlg.cpp"
  186. >
  187. </File>
  188. <File
  189. RelativePath=".\trayicon\SShellNofityHwnd2.cpp"
  190. >
  191. </File>
  192. <File
  193. RelativePath=".\trayicon\SShellNotifyIcon.cpp"
  194. >
  195. </File>
  196. <File
  197. RelativePath=".\stdafx.cpp"
  198. >
  199. <FileConfiguration
  200. Name="Debug|Win32"
  201. >
  202. <Tool
  203. Name="VCCLCompilerTool"
  204. UsePrecompiledHeader="1"
  205. />
  206. </FileConfiguration>
  207. <FileConfiguration
  208. Name="Release|Win32"
  209. >
  210. <Tool
  211. Name="VCCLCompilerTool"
  212. UsePrecompiledHeader="1"
  213. />
  214. </FileConfiguration>
  215. </File>
  216. </Filter>
  217. <Filter
  218. Name="Header Files"
  219. Filter="h;hpp;hxx;hm;inl;inc"
  220. >
  221. <File
  222. RelativePath=".\CLoginDlg.h"
  223. >
  224. </File>
  225. <File
  226. RelativePath=".\MainDlg.h"
  227. >
  228. </File>
  229. <File
  230. RelativePath=".\resource.h"
  231. >
  232. </File>
  233. <File
  234. RelativePath=".\trayicon\SShellNofityHwnd2.h"
  235. >
  236. </File>
  237. <File
  238. RelativePath=".\trayicon\SShellNotifyIcon.h"
  239. >
  240. </File>
  241. <File
  242. RelativePath=".\stdafx.h"
  243. >
  244. </File>
  245. </Filter>
  246. <Filter
  247. Name="Resource Files"
  248. Filter="rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;jpg;jpeg;jpe;manifest"
  249. >
  250. <File
  251. RelativePath=".\AutoCompilation.rc"
  252. >
  253. </File>
  254. <File
  255. RelativePath=".\res\soui_res.rc2"
  256. >
  257. </File>
  258. </Filter>
  259. <Filter
  260. Name="SoUI Resource"
  261. Filter="idx;xml;png;gif;jpg;ico;lua;bmp"
  262. >
  263. <File
  264. RelativePath=".\uires\values\color.xml"
  265. >
  266. </File>
  267. <File
  268. RelativePath=".\uires\xml\dlg_login.xml"
  269. >
  270. </File>
  271. <File
  272. RelativePath=".\uires\xml\dlg_main.xml"
  273. >
  274. </File>
  275. <File
  276. RelativePath=".\uires\uidef\init.xml"
  277. >
  278. </File>
  279. <File
  280. RelativePath=".\uires\Translator\lang_cn.xml"
  281. >
  282. </File>
  283. <File
  284. RelativePath=".\uires\Translator\lang_jp.xml"
  285. >
  286. </File>
  287. <File
  288. RelativePath=".\uires\xml\menu_tray.xml"
  289. >
  290. </File>
  291. <File
  292. RelativePath=".\uires\xml\page.xml"
  293. >
  294. </File>
  295. <File
  296. RelativePath=".\uires\image\page_icons.png"
  297. >
  298. </File>
  299. <File
  300. RelativePath=".\uires\values\skin.xml"
  301. >
  302. </File>
  303. <File
  304. RelativePath=".\uires\image\soui.ico"
  305. >
  306. </File>
  307. <File
  308. RelativePath=".\uires\values\string.xml"
  309. >
  310. </File>
  311. <File
  312. RelativePath=".\uires\image\tab_main.png"
  313. >
  314. </File>
  315. <File
  316. RelativePath=".\uires\image\traymenu_icons.png"
  317. >
  318. </File>
  319. <File
  320. RelativePath=".\uires\uires.idx"
  321. >
  322. <FileConfiguration
  323. Name="Debug|Win32"
  324. >
  325. <Tool
  326. Name="VCCustomBuildTool"
  327. Description="Building SoUI Resource"
  328. CommandLine="&quot;$(SOUIPATH)\tools\uiresbuilder.exe&quot; -i &quot;$(InputPath)&quot; -p uires -r .\res\soui_res.rc2 -h .\res\resource.h idtable&#x0D;&#x0A;"
  329. Outputs=".\res\soui_res.rc2;"
  330. />
  331. </FileConfiguration>
  332. <FileConfiguration
  333. Name="Release|Win32"
  334. >
  335. <Tool
  336. Name="VCCustomBuildTool"
  337. Description="Building SoUI Resource"
  338. CommandLine="&quot;$(SOUIPATH)\tools\uiresbuilder.exe&quot; -i &quot;$(InputPath)&quot; -p uires -r .\res\soui_res.rc2 -h .\res\resource.h idtable&#x0D;&#x0A;"
  339. Outputs=".\res\soui_res.rc2;"
  340. />
  341. </FileConfiguration>
  342. </File>
  343. </Filter>
  344. <File
  345. RelativePath=".\license.txt"
  346. >
  347. </File>
  348. <File
  349. RelativePath=".\readme.txt"
  350. >
  351. </File>
  352. </Files>
  353. <Globals>
  354. </Globals>
  355. </VisualStudioProject>