ppremake.vcproj 5.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279
  1. <?xml version="1.0" encoding="Windows-1252"?>
  2. <VisualStudioProject
  3. ProjectType="Visual C++"
  4. Version="7.10"
  5. Name="ppremake"
  6. ProjectGUID="{B2B6A5F5-4403-4386-9294-B10EE8B0B3E8}"
  7. Keyword="CustomAppWizProj">
  8. <Platforms>
  9. <Platform
  10. Name="Win32"/>
  11. </Platforms>
  12. <Configurations>
  13. <Configuration
  14. Name="Debug|Win32"
  15. IntermediateDirectory="Debug"
  16. ConfigurationType="1">
  17. <Tool
  18. Name="VCCLCompilerTool"/>
  19. <Tool
  20. Name="VCCustomBuildTool"/>
  21. <Tool
  22. Name="VCLinkerTool"/>
  23. <Tool
  24. Name="VCMIDLTool"/>
  25. <Tool
  26. Name="VCPostBuildEventTool"/>
  27. <Tool
  28. Name="VCPreBuildEventTool"/>
  29. <Tool
  30. Name="VCPreLinkEventTool"/>
  31. <Tool
  32. Name="VCResourceCompilerTool"/>
  33. <Tool
  34. Name="VCWebServiceProxyGeneratorTool"/>
  35. <Tool
  36. Name="VCXMLDataGeneratorTool"/>
  37. <Tool
  38. Name="VCWebDeploymentTool"/>
  39. <Tool
  40. Name="VCManagedWrapperGeneratorTool"/>
  41. <Tool
  42. Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
  43. </Configuration>
  44. <Configuration
  45. Name="Release|Win32"
  46. IntermediateDirectory="Release"
  47. ConfigurationType="1">
  48. <Tool
  49. Name="VCCLCompilerTool"/>
  50. <Tool
  51. Name="VCCustomBuildTool"/>
  52. <Tool
  53. Name="VCLinkerTool"/>
  54. <Tool
  55. Name="VCMIDLTool"/>
  56. <Tool
  57. Name="VCPostBuildEventTool"/>
  58. <Tool
  59. Name="VCPreBuildEventTool"/>
  60. <Tool
  61. Name="VCPreLinkEventTool"/>
  62. <Tool
  63. Name="VCResourceCompilerTool"/>
  64. <Tool
  65. Name="VCWebServiceProxyGeneratorTool"/>
  66. <Tool
  67. Name="VCXMLDataGeneratorTool"/>
  68. <Tool
  69. Name="VCWebDeploymentTool"/>
  70. <Tool
  71. Name="VCManagedWrapperGeneratorTool"/>
  72. <Tool
  73. Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
  74. </Configuration>
  75. </Configurations>
  76. <References>
  77. </References>
  78. <Files>
  79. <Filter
  80. Name="Template Files"
  81. Filter="txt">
  82. <File
  83. RelativePath="Templates\1033\ReadMe.txt">
  84. </File>
  85. </Filter>
  86. <Filter
  87. Name="HTML Files"
  88. Filter="htm">
  89. </Filter>
  90. <Filter
  91. Name="Image Files"
  92. Filter="bmp">
  93. </Filter>
  94. <Filter
  95. Name="Script Files"
  96. Filter="js">
  97. <File
  98. RelativePath="Scripts\1033\default.js">
  99. </File>
  100. </Filter>
  101. <Filter
  102. Name="Miscellaneous Files"
  103. Filter="vsz;vsdir;ico;vcproj;csproj;css;inf">
  104. <File
  105. RelativePath="default.vcproj">
  106. </File>
  107. <File
  108. RelativePath="ppremake.ico">
  109. </File>
  110. <File
  111. RelativePath="ppremake.vsdir">
  112. </File>
  113. <File
  114. RelativePath="ppremake.vsz">
  115. </File>
  116. <File
  117. RelativePath="Templates\1033\Templates.inf">
  118. </File>
  119. </Filter>
  120. <File
  121. RelativePath="check_include.cxx">
  122. </File>
  123. <File
  124. RelativePath="check_include.h">
  125. </File>
  126. <File
  127. RelativePath="config_msvc.h">
  128. </File>
  129. <File
  130. RelativePath="dSearchPath.cxx">
  131. </File>
  132. <File
  133. RelativePath="dSearchPath.h">
  134. </File>
  135. <File
  136. RelativePath="dSearchPath.I">
  137. </File>
  138. <File
  139. RelativePath="executionEnvironment.cxx">
  140. </File>
  141. <File
  142. RelativePath="executionEnvironment.h">
  143. </File>
  144. <File
  145. RelativePath="filename.cxx">
  146. </File>
  147. <File
  148. RelativePath="filename.h">
  149. </File>
  150. <File
  151. RelativePath="filename.I">
  152. </File>
  153. <File
  154. RelativePath="globPattern.cxx">
  155. </File>
  156. <File
  157. RelativePath="globPattern.h">
  158. </File>
  159. <File
  160. RelativePath="globPattern.I">
  161. </File>
  162. <File
  163. RelativePath="gnu_getopt.c">
  164. </File>
  165. <File
  166. RelativePath="gnu_getopt.h">
  167. </File>
  168. <File
  169. RelativePath="gnu_regex.c">
  170. </File>
  171. <File
  172. RelativePath="gnu_regex.h">
  173. </File>
  174. <File
  175. RelativePath="md5.c">
  176. </File>
  177. <File
  178. RelativePath="md5.h">
  179. </File>
  180. <File
  181. RelativePath="ppCommandFile.cxx">
  182. </File>
  183. <File
  184. RelativePath="ppCommandFile.h">
  185. </File>
  186. <File
  187. RelativePath="ppDependableFile.cxx">
  188. </File>
  189. <File
  190. RelativePath="ppDependableFile.h">
  191. </File>
  192. <File
  193. RelativePath="ppDirectory.cxx">
  194. </File>
  195. <File
  196. RelativePath="ppDirectory.h">
  197. </File>
  198. <File
  199. RelativePath="ppDirectoryTree.cxx">
  200. </File>
  201. <File
  202. RelativePath="ppDirectoryTree.h">
  203. </File>
  204. <File
  205. RelativePath="ppFilenamePattern.cxx">
  206. </File>
  207. <File
  208. RelativePath="ppFilenamePattern.h">
  209. </File>
  210. <File
  211. RelativePath="ppMain.cxx">
  212. </File>
  213. <File
  214. RelativePath="ppMain.h">
  215. </File>
  216. <File
  217. RelativePath="ppNamedScopes.cxx">
  218. </File>
  219. <File
  220. RelativePath="ppNamedScopes.h">
  221. </File>
  222. <File
  223. RelativePath="ppremake.cxx">
  224. </File>
  225. <File
  226. RelativePath="ppremake.h">
  227. </File>
  228. <File
  229. RelativePath="ppScope.cxx">
  230. </File>
  231. <File
  232. RelativePath="ppScope.h">
  233. </File>
  234. <File
  235. RelativePath="ppSubroutine.cxx">
  236. </File>
  237. <File
  238. RelativePath="ppSubroutine.h">
  239. </File>
  240. <File
  241. RelativePath="sedAddress.cxx">
  242. </File>
  243. <File
  244. RelativePath="sedAddress.h">
  245. </File>
  246. <File
  247. RelativePath="sedCommand.cxx">
  248. </File>
  249. <File
  250. RelativePath="sedCommand.h">
  251. </File>
  252. <File
  253. RelativePath="sedContext.cxx">
  254. </File>
  255. <File
  256. RelativePath="sedContext.h">
  257. </File>
  258. <File
  259. RelativePath="sedProcess.cxx">
  260. </File>
  261. <File
  262. RelativePath="sedProcess.h">
  263. </File>
  264. <File
  265. RelativePath="sedScript.cxx">
  266. </File>
  267. <File
  268. RelativePath="sedScript.h">
  269. </File>
  270. <File
  271. RelativePath="tokenize.cxx">
  272. </File>
  273. <File
  274. RelativePath="tokenize.h">
  275. </File>
  276. </Files>
  277. <Globals>
  278. </Globals>
  279. </VisualStudioProject>