ppremake.vcproj 5.0 KB

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