test_physfs.vcproj 3.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141
  1. <?xml version="1.0" encoding = "Windows-1252"?>
  2. <VisualStudioProject
  3. ProjectType="Visual C++"
  4. Version="7.00"
  5. Name="test_physfs"
  6. ProjectGUID="{D22063E7-734D-4246-B78B-4A3CBC536FD7}"
  7. SccProjectName=""
  8. SccLocalPath="">
  9. <Platforms>
  10. <Platform
  11. Name="Win32"/>
  12. </Platforms>
  13. <Configurations>
  14. <Configuration
  15. Name="Debug|Win32"
  16. OutputDirectory=".\Debug"
  17. IntermediateDirectory=".\Debug"
  18. ConfigurationType="1"
  19. UseOfMFC="0"
  20. ATLMinimizesCRunTimeLibraryUsage="FALSE"
  21. CharacterSet="2">
  22. <Tool
  23. Name="VCCLCompilerTool"
  24. Optimization="0"
  25. AdditionalIncludeDirectories="."
  26. PreprocessorDefinitions="WIN32,_DEBUG,_CONSOLE"
  27. BasicRuntimeChecks="3"
  28. RuntimeLibrary="3"
  29. UsePrecompiledHeader="2"
  30. PrecompiledHeaderFile=".\Debug/test_physfs.pch"
  31. AssemblerListingLocation=".\Debug/"
  32. ObjectFile=".\Debug/"
  33. ProgramDataBaseFileName=".\Debug/"
  34. WarningLevel="3"
  35. SuppressStartupBanner="TRUE"
  36. DebugInformationFormat="4"
  37. CompileAs="0"/>
  38. <Tool
  39. Name="VCCustomBuildTool"/>
  40. <Tool
  41. Name="VCLinkerTool"
  42. AdditionalOptions="/MACHINE:I386"
  43. AdditionalDependencies="Debug\physfs.lib odbc32.lib odbccp32.lib"
  44. OutputFile=".\Debug/test_physfs.exe"
  45. LinkIncremental="2"
  46. SuppressStartupBanner="TRUE"
  47. GenerateDebugInformation="TRUE"
  48. ProgramDatabaseFile=".\Debug/test_physfs.pdb"
  49. SubSystem="1"/>
  50. <Tool
  51. Name="VCMIDLTool"
  52. TypeLibraryName=".\Debug/test_physfs.tlb"/>
  53. <Tool
  54. Name="VCPostBuildEventTool"/>
  55. <Tool
  56. Name="VCPreBuildEventTool"/>
  57. <Tool
  58. Name="VCPreLinkEventTool"/>
  59. <Tool
  60. Name="VCResourceCompilerTool"
  61. PreprocessorDefinitions="_DEBUG"
  62. Culture="1033"/>
  63. <Tool
  64. Name="VCWebServiceProxyGeneratorTool"/>
  65. <Tool
  66. Name="VCWebDeploymentTool"/>
  67. </Configuration>
  68. <Configuration
  69. Name="Release|Win32"
  70. OutputDirectory=".\Release"
  71. IntermediateDirectory=".\Release"
  72. ConfigurationType="1"
  73. UseOfMFC="0"
  74. ATLMinimizesCRunTimeLibraryUsage="FALSE"
  75. CharacterSet="2">
  76. <Tool
  77. Name="VCCLCompilerTool"
  78. InlineFunctionExpansion="1"
  79. AdditionalIncludeDirectories="."
  80. PreprocessorDefinitions="WIN32,NDEBUG,_CONSOLE"
  81. StringPooling="TRUE"
  82. RuntimeLibrary="2"
  83. EnableFunctionLevelLinking="TRUE"
  84. UsePrecompiledHeader="2"
  85. PrecompiledHeaderFile=".\Release/test_physfs.pch"
  86. AssemblerListingLocation=".\Release/"
  87. ObjectFile=".\Release/"
  88. ProgramDataBaseFileName=".\Release/"
  89. WarningLevel="3"
  90. SuppressStartupBanner="TRUE"
  91. CompileAs="0"/>
  92. <Tool
  93. Name="VCCustomBuildTool"/>
  94. <Tool
  95. Name="VCLinkerTool"
  96. AdditionalOptions="/MACHINE:I386"
  97. AdditionalDependencies="Release\physfs.lib odbc32.lib odbccp32.lib"
  98. OutputFile=".\Release/test_physfs.exe"
  99. LinkIncremental="1"
  100. SuppressStartupBanner="TRUE"
  101. ProgramDatabaseFile=".\Release/test_physfs.pdb"
  102. SubSystem="1"/>
  103. <Tool
  104. Name="VCMIDLTool"
  105. TypeLibraryName=".\Release/test_physfs.tlb"/>
  106. <Tool
  107. Name="VCPostBuildEventTool"/>
  108. <Tool
  109. Name="VCPreBuildEventTool"/>
  110. <Tool
  111. Name="VCPreLinkEventTool"/>
  112. <Tool
  113. Name="VCResourceCompilerTool"
  114. PreprocessorDefinitions="NDEBUG"
  115. Culture="1033"/>
  116. <Tool
  117. Name="VCWebServiceProxyGeneratorTool"/>
  118. <Tool
  119. Name="VCWebDeploymentTool"/>
  120. </Configuration>
  121. </Configurations>
  122. <Files>
  123. <Filter
  124. Name="Source Files"
  125. Filter="cpp;c;cxx;rc;def;r;odl;idl;hpj;bat">
  126. <File
  127. RelativePath=".\test\test_physfs.c">
  128. </File>
  129. </Filter>
  130. <Filter
  131. Name="Header Files"
  132. Filter="h;hpp;hxx;hm;inl">
  133. </Filter>
  134. <Filter
  135. Name="Resource Files"
  136. Filter="ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe">
  137. </Filter>
  138. </Files>
  139. <Globals>
  140. </Globals>
  141. </VisualStudioProject>