Shell.vcproj 6.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325
  1. <?xml version="1.0" encoding="Windows-1252"?>
  2. <VisualStudioProject
  3. ProjectType="Visual C++"
  4. Version="9.00"
  5. Name="Shell"
  6. ProjectGUID="{AF4FF882-AFD9-457B-979E-A5B482388D46}"
  7. TargetFrameworkVersion="131072"
  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="$(ProjectDir)$(ConfigurationName)"
  20. IntermediateDirectory="$(ConfigurationName)"
  21. ConfigurationType="4"
  22. >
  23. <Tool
  24. Name="VCPreBuildEventTool"
  25. />
  26. <Tool
  27. Name="VCCustomBuildTool"
  28. />
  29. <Tool
  30. Name="VCXMLDataGeneratorTool"
  31. />
  32. <Tool
  33. Name="VCWebServiceProxyGeneratorTool"
  34. />
  35. <Tool
  36. Name="VCMIDLTool"
  37. />
  38. <Tool
  39. Name="VCCLCompilerTool"
  40. Optimization="0"
  41. AdditionalIncludeDirectories=".\include;..\..\Include"
  42. RuntimeLibrary="3"
  43. WarningLevel="4"
  44. DebugInformationFormat="3"
  45. />
  46. <Tool
  47. Name="VCManagedResourceCompilerTool"
  48. />
  49. <Tool
  50. Name="VCResourceCompilerTool"
  51. />
  52. <Tool
  53. Name="VCPreLinkEventTool"
  54. />
  55. <Tool
  56. Name="VCLibrarianTool"
  57. AdditionalLibraryDirectories=""
  58. />
  59. <Tool
  60. Name="VCALinkTool"
  61. />
  62. <Tool
  63. Name="VCXDCMakeTool"
  64. />
  65. <Tool
  66. Name="VCBscMakeTool"
  67. />
  68. <Tool
  69. Name="VCFxCopTool"
  70. />
  71. <Tool
  72. Name="VCPostBuildEventTool"
  73. />
  74. </Configuration>
  75. <Configuration
  76. Name="Release|Win32"
  77. OutputDirectory="$(ProjectDir)$(ConfigurationName)"
  78. IntermediateDirectory="$(ConfigurationName)"
  79. ConfigurationType="4"
  80. >
  81. <Tool
  82. Name="VCPreBuildEventTool"
  83. />
  84. <Tool
  85. Name="VCCustomBuildTool"
  86. />
  87. <Tool
  88. Name="VCXMLDataGeneratorTool"
  89. />
  90. <Tool
  91. Name="VCWebServiceProxyGeneratorTool"
  92. />
  93. <Tool
  94. Name="VCMIDLTool"
  95. />
  96. <Tool
  97. Name="VCCLCompilerTool"
  98. AdditionalIncludeDirectories=".\include;..\..\Include"
  99. PreprocessorDefinitions="NDEBUG"
  100. RuntimeLibrary="2"
  101. WarningLevel="4"
  102. />
  103. <Tool
  104. Name="VCManagedResourceCompilerTool"
  105. />
  106. <Tool
  107. Name="VCResourceCompilerTool"
  108. />
  109. <Tool
  110. Name="VCPreLinkEventTool"
  111. />
  112. <Tool
  113. Name="VCLibrarianTool"
  114. AdditionalLibraryDirectories=""
  115. />
  116. <Tool
  117. Name="VCALinkTool"
  118. />
  119. <Tool
  120. Name="VCXDCMakeTool"
  121. />
  122. <Tool
  123. Name="VCBscMakeTool"
  124. />
  125. <Tool
  126. Name="VCFxCopTool"
  127. />
  128. <Tool
  129. Name="VCPostBuildEventTool"
  130. />
  131. </Configuration>
  132. </Configurations>
  133. <References>
  134. </References>
  135. <Files>
  136. <Filter
  137. Name="API"
  138. >
  139. <File
  140. RelativePath=".\src\Shell.cpp"
  141. >
  142. <FileConfiguration
  143. Name="Debug|Win32"
  144. >
  145. <Tool
  146. Name="VCCLCompilerTool"
  147. ObjectFile="$(IntDir)\$(InputName)3.obj"
  148. XMLDocumentationFileName="$(IntDir)\$(InputName)3.xdc"
  149. />
  150. </FileConfiguration>
  151. <FileConfiguration
  152. Name="Release|Win32"
  153. >
  154. <Tool
  155. Name="VCCLCompilerTool"
  156. ObjectFile="$(IntDir)\$(InputName)3.obj"
  157. XMLDocumentationFileName="$(IntDir)\$(InputName)3.xdc"
  158. />
  159. </FileConfiguration>
  160. </File>
  161. <File
  162. RelativePath=".\include\Shell.h"
  163. >
  164. </File>
  165. <File
  166. RelativePath=".\include\ShellOpenGL.h"
  167. >
  168. </File>
  169. <Filter
  170. Name="win32"
  171. >
  172. <File
  173. RelativePath=".\src\win32\ShellWin32.cpp"
  174. >
  175. </File>
  176. </Filter>
  177. <Filter
  178. Name="macosx"
  179. >
  180. <File
  181. RelativePath=".\src\macosx\ShellMacOSX.cpp"
  182. >
  183. <FileConfiguration
  184. Name="Debug|Win32"
  185. ExcludedFromBuild="true"
  186. >
  187. <Tool
  188. Name="VCCLCompilerTool"
  189. ObjectFile="$(IntDir)\$(InputName)1.obj"
  190. XMLDocumentationFileName="$(IntDir)\$(InputName)1.xdc"
  191. />
  192. </FileConfiguration>
  193. <FileConfiguration
  194. Name="Release|Win32"
  195. ExcludedFromBuild="true"
  196. >
  197. <Tool
  198. Name="VCCLCompilerTool"
  199. ObjectFile="$(IntDir)\$(InputName)1.obj"
  200. XMLDocumentationFileName="$(IntDir)\$(InputName)1.xdc"
  201. />
  202. </FileConfiguration>
  203. </File>
  204. </Filter>
  205. <Filter
  206. Name="x11"
  207. >
  208. <File
  209. RelativePath=".\src\x11\ShellX11.cpp"
  210. >
  211. <FileConfiguration
  212. Name="Debug|Win32"
  213. ExcludedFromBuild="true"
  214. >
  215. <Tool
  216. Name="VCCLCompilerTool"
  217. ObjectFile="$(IntDir)\$(InputName)2.obj"
  218. XMLDocumentationFileName="$(IntDir)\$(InputName)2.xdc"
  219. />
  220. </FileConfiguration>
  221. <FileConfiguration
  222. Name="Release|Win32"
  223. ExcludedFromBuild="true"
  224. >
  225. <Tool
  226. Name="VCCLCompilerTool"
  227. ObjectFile="$(IntDir)\$(InputName)2.obj"
  228. XMLDocumentationFileName="$(IntDir)\$(InputName)2.xdc"
  229. />
  230. </FileConfiguration>
  231. </File>
  232. </Filter>
  233. </Filter>
  234. <Filter
  235. Name="OpenGL"
  236. >
  237. <File
  238. RelativePath=".\src\ShellRenderInterfaceOpenGL.cpp"
  239. >
  240. </File>
  241. <File
  242. RelativePath=".\include\ShellRenderInterfaceOpenGL.h"
  243. >
  244. </File>
  245. </Filter>
  246. <Filter
  247. Name="Input"
  248. >
  249. <File
  250. RelativePath=".\src\Input.cpp"
  251. >
  252. </File>
  253. <File
  254. RelativePath=".\include\Input.h"
  255. >
  256. </File>
  257. <Filter
  258. Name="win32"
  259. >
  260. <File
  261. RelativePath=".\src\win32\InputWin32.cpp"
  262. >
  263. </File>
  264. <File
  265. RelativePath=".\include\win32\InputWin32.h"
  266. >
  267. </File>
  268. </Filter>
  269. <Filter
  270. Name="x11"
  271. >
  272. <File
  273. RelativePath=".\src\x11\InputX11.cpp"
  274. >
  275. <FileConfiguration
  276. Name="Debug|Win32"
  277. ExcludedFromBuild="true"
  278. >
  279. <Tool
  280. Name="VCCLCompilerTool"
  281. />
  282. </FileConfiguration>
  283. <FileConfiguration
  284. Name="Release|Win32"
  285. ExcludedFromBuild="true"
  286. >
  287. <Tool
  288. Name="VCCLCompilerTool"
  289. />
  290. </FileConfiguration>
  291. </File>
  292. </Filter>
  293. <Filter
  294. Name="macosx"
  295. >
  296. </Filter>
  297. </Filter>
  298. <Filter
  299. Name="System"
  300. >
  301. <File
  302. RelativePath=".\src\ShellSystemInterface.cpp"
  303. >
  304. </File>
  305. <File
  306. RelativePath=".\include\ShellSystemInterface.h"
  307. >
  308. </File>
  309. </Filter>
  310. <Filter
  311. Name="File"
  312. >
  313. <File
  314. RelativePath=".\src\ShellFileInterface.cpp"
  315. >
  316. </File>
  317. <File
  318. RelativePath=".\include\ShellFileInterface.h"
  319. >
  320. </File>
  321. </Filter>
  322. </Files>
  323. <Globals>
  324. </Globals>
  325. </VisualStudioProject>