filesystem.vcproj 7.1 KB

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