SpecialFx.vcproj 6.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317
  1. <?xml version="1.0" encoding="gb2312"?>
  2. <VisualStudioProject
  3. ProjectType="Visual C++"
  4. Version="9.00"
  5. Name="SpecialFx"
  6. ProjectGUID="{081B90E7-B80A-4368-AB48-F9F1D0F357CB}"
  7. Keyword="MFCProj"
  8. TargetFrameworkVersion="131072"
  9. >
  10. <Platforms>
  11. <Platform
  12. Name="Win32"
  13. />
  14. </Platforms>
  15. <ToolFiles>
  16. </ToolFiles>
  17. <Configurations>
  18. <Configuration
  19. Name="Debug|Win32"
  20. OutputDirectory="Debug"
  21. IntermediateDirectory="Debug"
  22. ConfigurationType="1"
  23. InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops"
  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. AdditionalIncludeDirectories="..\log4cproj_c\Log4C"
  48. PreprocessorDefinitions="WIN32;_WINDOWS;_DEBUG;LOG4C_ENABLE"
  49. MinimalRebuild="true"
  50. BasicRuntimeChecks="3"
  51. RuntimeLibrary="3"
  52. TreatWChar_tAsBuiltInType="true"
  53. UsePrecompiledHeader="2"
  54. WarningLevel="3"
  55. Detect64BitPortabilityProblems="true"
  56. DebugInformationFormat="4"
  57. />
  58. <Tool
  59. Name="VCManagedResourceCompilerTool"
  60. />
  61. <Tool
  62. Name="VCResourceCompilerTool"
  63. PreprocessorDefinitions="_DEBUG"
  64. Culture="2052"
  65. AdditionalIncludeDirectories="$(IntDir)"
  66. />
  67. <Tool
  68. Name="VCPreLinkEventTool"
  69. />
  70. <Tool
  71. Name="VCLinkerTool"
  72. AdditionalDependencies="..\log4cproj_c\Log4C\lib\log4c.lib"
  73. LinkIncremental="2"
  74. GenerateDebugInformation="true"
  75. SubSystem="2"
  76. RandomizedBaseAddress="1"
  77. DataExecutionPrevention="0"
  78. TargetMachine="1"
  79. />
  80. <Tool
  81. Name="VCALinkTool"
  82. />
  83. <Tool
  84. Name="VCManifestTool"
  85. />
  86. <Tool
  87. Name="VCXDCMakeTool"
  88. />
  89. <Tool
  90. Name="VCBscMakeTool"
  91. />
  92. <Tool
  93. Name="VCFxCopTool"
  94. />
  95. <Tool
  96. Name="VCAppVerifierTool"
  97. />
  98. <Tool
  99. Name="VCPostBuildEventTool"
  100. />
  101. </Configuration>
  102. <Configuration
  103. Name="Release|Win32"
  104. OutputDirectory="Release"
  105. IntermediateDirectory="Release"
  106. ConfigurationType="1"
  107. InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops"
  108. UseOfMFC="2"
  109. CharacterSet="2"
  110. >
  111. <Tool
  112. Name="VCPreBuildEventTool"
  113. />
  114. <Tool
  115. Name="VCCustomBuildTool"
  116. />
  117. <Tool
  118. Name="VCXMLDataGeneratorTool"
  119. />
  120. <Tool
  121. Name="VCWebServiceProxyGeneratorTool"
  122. />
  123. <Tool
  124. Name="VCMIDLTool"
  125. PreprocessorDefinitions="NDEBUG"
  126. MkTypLibCompatible="false"
  127. />
  128. <Tool
  129. Name="VCCLCompilerTool"
  130. PreprocessorDefinitions="WIN32;_WINDOWS;NDEBUG"
  131. MinimalRebuild="false"
  132. RuntimeLibrary="2"
  133. TreatWChar_tAsBuiltInType="true"
  134. UsePrecompiledHeader="2"
  135. WarningLevel="3"
  136. Detect64BitPortabilityProblems="true"
  137. DebugInformationFormat="3"
  138. />
  139. <Tool
  140. Name="VCManagedResourceCompilerTool"
  141. />
  142. <Tool
  143. Name="VCResourceCompilerTool"
  144. PreprocessorDefinitions="NDEBUG"
  145. Culture="2052"
  146. AdditionalIncludeDirectories="$(IntDir)"
  147. />
  148. <Tool
  149. Name="VCPreLinkEventTool"
  150. />
  151. <Tool
  152. Name="VCLinkerTool"
  153. LinkIncremental="1"
  154. GenerateDebugInformation="true"
  155. SubSystem="2"
  156. OptimizeReferences="2"
  157. EnableCOMDATFolding="2"
  158. RandomizedBaseAddress="1"
  159. DataExecutionPrevention="0"
  160. TargetMachine="1"
  161. />
  162. <Tool
  163. Name="VCALinkTool"
  164. />
  165. <Tool
  166. Name="VCManifestTool"
  167. />
  168. <Tool
  169. Name="VCXDCMakeTool"
  170. />
  171. <Tool
  172. Name="VCBscMakeTool"
  173. />
  174. <Tool
  175. Name="VCFxCopTool"
  176. />
  177. <Tool
  178. Name="VCAppVerifierTool"
  179. />
  180. <Tool
  181. Name="VCPostBuildEventTool"
  182. />
  183. </Configuration>
  184. </Configurations>
  185. <References>
  186. </References>
  187. <Files>
  188. <Filter
  189. Name="Ô´Îļþ"
  190. Filter="cpp;c;cxx;def;odl;idl;hpj;bat;asm;asmx"
  191. UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}"
  192. >
  193. <File
  194. RelativePath=".\CFireRoutine.cpp"
  195. >
  196. </File>
  197. <File
  198. RelativePath=".\CPlasmaRoutine.cpp"
  199. >
  200. </File>
  201. <File
  202. RelativePath=".\CWaterRoutine.cpp"
  203. >
  204. </File>
  205. <File
  206. RelativePath=".\DIBSectionLite.cpp"
  207. >
  208. </File>
  209. <File
  210. RelativePath=".\SpecialFx.cpp"
  211. >
  212. </File>
  213. <File
  214. RelativePath=".\SpecialFxDlg.cpp"
  215. >
  216. </File>
  217. <File
  218. RelativePath=".\stdafx.cpp"
  219. >
  220. <FileConfiguration
  221. Name="Debug|Win32"
  222. >
  223. <Tool
  224. Name="VCCLCompilerTool"
  225. UsePrecompiledHeader="1"
  226. />
  227. </FileConfiguration>
  228. <FileConfiguration
  229. Name="Release|Win32"
  230. >
  231. <Tool
  232. Name="VCCLCompilerTool"
  233. UsePrecompiledHeader="1"
  234. />
  235. </FileConfiguration>
  236. </File>
  237. </Filter>
  238. <Filter
  239. Name="Í·Îļþ"
  240. Filter="h;hpp;hxx;hm;inl;inc;xsd"
  241. UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}"
  242. >
  243. <File
  244. RelativePath=".\AutoBuildCount.h"
  245. >
  246. </File>
  247. <File
  248. RelativePath=".\CFireRoutine.h"
  249. >
  250. </File>
  251. <File
  252. RelativePath=".\CPlasmaRoutine.h"
  253. >
  254. </File>
  255. <File
  256. RelativePath=".\CWaterRoutine.h"
  257. >
  258. </File>
  259. <File
  260. RelativePath=".\DIBSectionLite.h"
  261. >
  262. </File>
  263. <File
  264. RelativePath=".\Resource.h"
  265. >
  266. </File>
  267. <File
  268. RelativePath=".\SpecialFx.h"
  269. >
  270. </File>
  271. <File
  272. RelativePath=".\SpecialFxDlg.h"
  273. >
  274. </File>
  275. <File
  276. RelativePath=".\stdafx.h"
  277. >
  278. </File>
  279. </Filter>
  280. <Filter
  281. Name="×ÊÔ´Îļþ"
  282. Filter="rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe;resx"
  283. UniqueIdentifier="{67DA6AB6-F800-4c08-8B7A-83BB121AAD01}"
  284. >
  285. <File
  286. RelativePath=".\res\CodeProject.bmp"
  287. >
  288. </File>
  289. <File
  290. RelativePath=".\res\SpecialFx.ico"
  291. >
  292. </File>
  293. <File
  294. RelativePath=".\SpecialFx.rc"
  295. >
  296. </File>
  297. <File
  298. RelativePath=".\res\SpecialFx.rc2"
  299. >
  300. </File>
  301. </Filter>
  302. <File
  303. RelativePath=".\ReadMe.txt"
  304. >
  305. </File>
  306. <File
  307. RelativePath=".\res\SpecialFx.manifest"
  308. >
  309. </File>
  310. </Files>
  311. <Globals>
  312. <Global
  313. Name="RESOURCE_FILE"
  314. Value="SpecialFx.rc"
  315. />
  316. </Globals>
  317. </VisualStudioProject>