physfs.vcproj 6.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271
  1. <?xml version="1.0" encoding = "Windows-1252"?>
  2. <VisualStudioProject
  3. ProjectType="Visual C++"
  4. Version="7.00"
  5. Name="physfs"
  6. ProjectGUID="{5D67886A-8D97-400E-BF1A-D9873B77ACEA}"
  7. SccProjectName=""
  8. SccLocalPath="">
  9. <Platforms>
  10. <Platform
  11. Name="Win32"/>
  12. </Platforms>
  13. <Configurations>
  14. <Configuration
  15. Name="Debug Multithreaded DLL|Win32"
  16. OutputDirectory=".\Debug"
  17. IntermediateDirectory=".\Debug"
  18. ConfigurationType="2"
  19. UseOfMFC="0"
  20. ATLMinimizesCRunTimeLibraryUsage="FALSE"
  21. CharacterSet="2">
  22. <Tool
  23. Name="VCCLCompilerTool"
  24. Optimization="0"
  25. AdditionalIncludeDirectories=".,zlib123"
  26. PreprocessorDefinitions="_DEBUG;WIN32;_WINDOWS;_USRDLL;Z_PREFIX;PHYSFS_EXPORTS;PHYSFS_SUPPORTS_GRP;PHYSFS_SUPPORTS_WAD;PHYSFS_SUPPORTS_ZIP;PHYSFS_SUPPORTS_QPAK;PHYSFS_SUPPORTS_HOG;PHYSFS_SUPPORTS_MVL"
  27. ExceptionHandling="FALSE"
  28. BasicRuntimeChecks="3"
  29. RuntimeLibrary="3"
  30. BufferSecurityCheck="TRUE"
  31. DisableLanguageExtensions="FALSE"
  32. ForceConformanceInForLoopScope="TRUE"
  33. UsePrecompiledHeader="0"
  34. PrecompiledHeaderFile=".\Debug/physfs.pch"
  35. AssemblerListingLocation=".\Debug/"
  36. ObjectFile=".\Debug/"
  37. ProgramDataBaseFileName=".\Debug/"
  38. WarningLevel="2"
  39. WarnAsError="TRUE"
  40. SuppressStartupBanner="TRUE"
  41. Detect64BitPortabilityProblems="TRUE"
  42. DebugInformationFormat="4"
  43. CompileAs="1"/>
  44. <Tool
  45. Name="VCCustomBuildTool"/>
  46. <Tool
  47. Name="VCLinkerTool"
  48. AdditionalOptions="/MACHINE:I386"
  49. ShowProgress="0"
  50. OutputFile=".\Debug/physfs.dll"
  51. Version="0.1.7"
  52. LinkIncremental="1"
  53. SuppressStartupBanner="TRUE"
  54. GenerateDebugInformation="TRUE"
  55. ProgramDatabaseFile=".\Debug/physfs.pdb"
  56. OptimizeForWindows98="1"
  57. ImportLibrary=".\Debug/physfs.lib"/>
  58. <Tool
  59. Name="VCMIDLTool"
  60. PreprocessorDefinitions="_DEBUG"
  61. MkTypLibCompatible="TRUE"
  62. SuppressStartupBanner="TRUE"
  63. TargetEnvironment="1"
  64. TypeLibraryName=".\Debug/physfs.tlb"/>
  65. <Tool
  66. Name="VCPostBuildEventTool"/>
  67. <Tool
  68. Name="VCPreBuildEventTool"/>
  69. <Tool
  70. Name="VCPreLinkEventTool"/>
  71. <Tool
  72. Name="VCResourceCompilerTool"
  73. PreprocessorDefinitions="_DEBUG"
  74. Culture="1033"/>
  75. <Tool
  76. Name="VCWebServiceProxyGeneratorTool"/>
  77. <Tool
  78. Name="VCWebDeploymentTool"/>
  79. </Configuration>
  80. <Configuration
  81. Name="Release Multithreaded DLL|Win32"
  82. OutputDirectory=".\Release"
  83. IntermediateDirectory=".\Release"
  84. ConfigurationType="2"
  85. UseOfMFC="0"
  86. ATLMinimizesCRunTimeLibraryUsage="FALSE"
  87. CharacterSet="2"
  88. WholeProgramOptimization="TRUE">
  89. <Tool
  90. Name="VCCLCompilerTool"
  91. GlobalOptimizations="TRUE"
  92. InlineFunctionExpansion="1"
  93. EnableIntrinsicFunctions="TRUE"
  94. FavorSizeOrSpeed="1"
  95. OmitFramePointers="FALSE"
  96. AdditionalIncludeDirectories=".,zlib123"
  97. PreprocessorDefinitions="NDEBUG;WIN32;_WINDOWS;_USRDLL;Z_PREFIX;PHYSFS_EXPORTS;PHYSFS_SUPPORTS_GRP;PHYSFS_SUPPORTS_WAD;PHYSFS_SUPPORTS_ZIP;PHYSFS_SUPPORTS_QPAK;PHYSFS_SUPPORTS_HOG;PHYSFS_SUPPORTS_MVL"
  98. StringPooling="TRUE"
  99. ExceptionHandling="FALSE"
  100. RuntimeLibrary="2"
  101. BufferSecurityCheck="FALSE"
  102. EnableFunctionLevelLinking="TRUE"
  103. DisableLanguageExtensions="FALSE"
  104. ForceConformanceInForLoopScope="TRUE"
  105. UsePrecompiledHeader="0"
  106. PrecompiledHeaderFile=".\Release/physfs.pch"
  107. AssemblerListingLocation=".\Release/"
  108. ObjectFile=".\Release/"
  109. ProgramDataBaseFileName=".\Release/"
  110. WarningLevel="2"
  111. WarnAsError="TRUE"
  112. SuppressStartupBanner="TRUE"
  113. Detect64BitPortabilityProblems="TRUE"
  114. CompileAs="1"/>
  115. <Tool
  116. Name="VCCustomBuildTool"/>
  117. <Tool
  118. Name="VCLinkerTool"
  119. AdditionalOptions="/MACHINE:I386"
  120. ShowProgress="0"
  121. OutputFile=".\Release/physfs.dll"
  122. Version="0.1.7"
  123. LinkIncremental="1"
  124. SuppressStartupBanner="TRUE"
  125. ProgramDatabaseFile=".\Release/physfs.pdb"
  126. OptimizeReferences="2"
  127. EnableCOMDATFolding="2"
  128. OptimizeForWindows98="1"
  129. ImportLibrary=".\Release/physfs.lib"/>
  130. <Tool
  131. Name="VCMIDLTool"
  132. PreprocessorDefinitions="NDEBUG"
  133. MkTypLibCompatible="TRUE"
  134. SuppressStartupBanner="TRUE"
  135. TargetEnvironment="1"
  136. TypeLibraryName=".\Release/physfs.tlb"/>
  137. <Tool
  138. Name="VCPostBuildEventTool"/>
  139. <Tool
  140. Name="VCPreBuildEventTool"/>
  141. <Tool
  142. Name="VCPreLinkEventTool"/>
  143. <Tool
  144. Name="VCResourceCompilerTool"
  145. PreprocessorDefinitions="NDEBUG"
  146. Culture="1033"/>
  147. <Tool
  148. Name="VCWebServiceProxyGeneratorTool"/>
  149. <Tool
  150. Name="VCWebDeploymentTool"/>
  151. </Configuration>
  152. </Configurations>
  153. <Files>
  154. <Filter
  155. Name="Source Files"
  156. Filter="cpp;c;cxx;rc;def;r;odl;idl;hpj;bat">
  157. <File
  158. RelativePath=".\zlib123\adler32.c">
  159. </File>
  160. <File
  161. RelativePath=".\zlib123\compress.c">
  162. </File>
  163. <File
  164. RelativePath=".\zlib123\crc32.c">
  165. </File>
  166. <File
  167. RelativePath=".\zlib123\deflate.c">
  168. </File>
  169. <File
  170. RelativePath=".\archivers\dir.c">
  171. </File>
  172. <File
  173. RelativePath=".\archivers\grp.c">
  174. </File>
  175. <File
  176. RelativePath="archivers\hog.c">
  177. </File>
  178. <File
  179. RelativePath=".\zlib123\inffast.c">
  180. </File>
  181. <File
  182. RelativePath=".\zlib123\inflate.c">
  183. </File>
  184. <File
  185. RelativePath=".\zlib123\inftrees.c">
  186. </File>
  187. <File
  188. RelativePath="archivers\mvl.c">
  189. </File>
  190. <File
  191. RelativePath=".\physfs.c">
  192. </File>
  193. <File
  194. RelativePath=".\physfs_byteorder.c">
  195. </File>
  196. <File
  197. RelativePath=".\physfs_unicode.c">
  198. </File>
  199. <File
  200. RelativePath="archivers\qpak.c">
  201. </File>
  202. <File
  203. RelativePath=".\zlib123\trees.c">
  204. </File>
  205. <File
  206. RelativePath=".\zlib123\uncompr.c">
  207. </File>
  208. <File
  209. RelativePath=".\archivers\wad.c">
  210. </File>
  211. <File
  212. RelativePath=".\platform\windows.c">
  213. </File>
  214. <File
  215. RelativePath=".\archivers\zip.c">
  216. </File>
  217. <File
  218. RelativePath=".\zlib123\zutil.c">
  219. </File>
  220. </Filter>
  221. <Filter
  222. Name="Header Files"
  223. Filter="h;hpp;hxx;hm;inl">
  224. <File
  225. RelativePath=".\zlib123\deflate.h">
  226. </File>
  227. <File
  228. RelativePath=".\zlib123\infblock.h">
  229. </File>
  230. <File
  231. RelativePath=".\zlib123\infcodes.h">
  232. </File>
  233. <File
  234. RelativePath=".\zlib123\inffast.h">
  235. </File>
  236. <File
  237. RelativePath=".\zlib123\inffixed.h">
  238. </File>
  239. <File
  240. RelativePath=".\zlib123\inftrees.h">
  241. </File>
  242. <File
  243. RelativePath=".\zlib123\infutil.h">
  244. </File>
  245. <File
  246. RelativePath=".\physfs.h">
  247. </File>
  248. <File
  249. RelativePath=".\physfs_internal.h">
  250. </File>
  251. <File
  252. RelativePath=".\zlib123\trees.h">
  253. </File>
  254. <File
  255. RelativePath=".\zlib123\zconf.h">
  256. </File>
  257. <File
  258. RelativePath=".\zlib123\zlib.h">
  259. </File>
  260. <File
  261. RelativePath=".\zlib123\zutil.h">
  262. </File>
  263. </Filter>
  264. <Filter
  265. Name="Resource Files"
  266. Filter="ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe">
  267. </Filter>
  268. </Files>
  269. <Globals>
  270. </Globals>
  271. </VisualStudioProject>