RunPython.vcproj 7.1 KB

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