pak.vcproj 4.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174
  1. <?xml version="1.0" encoding="Windows-1252"?>
  2. <VisualStudioProject
  3. ProjectType="Visual C++"
  4. Version="7.10"
  5. Name="pak"
  6. SccProjectName="&quot;$/source/q3radiant&quot;, FEFAAAAA"
  7. SccLocalPath="..\..\q3radiant">
  8. <Platforms>
  9. <Platform
  10. Name="Win32"/>
  11. </Platforms>
  12. <Configurations>
  13. <Configuration
  14. Name="Debug|Win32"
  15. OutputDirectory=".\Debug"
  16. IntermediateDirectory=".\Debug"
  17. ConfigurationType="4"
  18. UseOfMFC="0"
  19. ATLMinimizesCRunTimeLibraryUsage="FALSE"
  20. CharacterSet="2">
  21. <Tool
  22. Name="VCCLCompilerTool"
  23. Optimization="0"
  24. AdditionalIncludeDirectories=".."
  25. PreprocessorDefinitions="WIN32;_DEBUG;_LIB"
  26. BasicRuntimeChecks="3"
  27. RuntimeLibrary="1"
  28. RuntimeTypeInfo="TRUE"
  29. UsePrecompiledHeader="2"
  30. PrecompiledHeaderFile=".\Debug/pak.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="VCLibrarianTool"
  42. OutputFile="..\pakd.lib"
  43. SuppressStartupBanner="TRUE"/>
  44. <Tool
  45. Name="VCMIDLTool"/>
  46. <Tool
  47. Name="VCPostBuildEventTool"/>
  48. <Tool
  49. Name="VCPreBuildEventTool"/>
  50. <Tool
  51. Name="VCPreLinkEventTool"/>
  52. <Tool
  53. Name="VCResourceCompilerTool"
  54. PreprocessorDefinitions="_DEBUG"
  55. Culture="1033"/>
  56. <Tool
  57. Name="VCWebServiceProxyGeneratorTool"/>
  58. <Tool
  59. Name="VCXMLDataGeneratorTool"/>
  60. <Tool
  61. Name="VCManagedWrapperGeneratorTool"/>
  62. <Tool
  63. Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
  64. </Configuration>
  65. <Configuration
  66. Name="Release|Win32"
  67. OutputDirectory=".\Release"
  68. IntermediateDirectory=".\Release"
  69. ConfigurationType="4"
  70. UseOfMFC="0"
  71. ATLMinimizesCRunTimeLibraryUsage="FALSE"
  72. CharacterSet="2">
  73. <Tool
  74. Name="VCCLCompilerTool"
  75. Optimization="0"
  76. AdditionalIncludeDirectories=".."
  77. PreprocessorDefinitions="WIN32;NDEBUG;_LIB"
  78. RuntimeLibrary="0"
  79. RuntimeTypeInfo="TRUE"
  80. UsePrecompiledHeader="2"
  81. PrecompiledHeaderFile=".\Release/pak.pch"
  82. AssemblerListingLocation=".\Release/"
  83. ObjectFile=".\Release/"
  84. ProgramDataBaseFileName=".\Release/"
  85. WarningLevel="3"
  86. SuppressStartupBanner="TRUE"
  87. CompileAs="0"/>
  88. <Tool
  89. Name="VCCustomBuildTool"/>
  90. <Tool
  91. Name="VCLibrarianTool"
  92. OutputFile="..\pak.lib"
  93. SuppressStartupBanner="TRUE"/>
  94. <Tool
  95. Name="VCMIDLTool"/>
  96. <Tool
  97. Name="VCPostBuildEventTool"/>
  98. <Tool
  99. Name="VCPreBuildEventTool"/>
  100. <Tool
  101. Name="VCPreLinkEventTool"/>
  102. <Tool
  103. Name="VCResourceCompilerTool"
  104. PreprocessorDefinitions="NDEBUG"
  105. Culture="1033"/>
  106. <Tool
  107. Name="VCWebServiceProxyGeneratorTool"/>
  108. <Tool
  109. Name="VCXMLDataGeneratorTool"/>
  110. <Tool
  111. Name="VCManagedWrapperGeneratorTool"/>
  112. <Tool
  113. Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
  114. </Configuration>
  115. </Configurations>
  116. <References>
  117. </References>
  118. <Files>
  119. <Filter
  120. Name="Source Files"
  121. Filter="cpp;c;cxx;rc;def;r;odl;idl;hpj;bat">
  122. <File
  123. RelativePath="pakstuff.cpp">
  124. <FileConfiguration
  125. Name="Debug|Win32">
  126. <Tool
  127. Name="VCCLCompilerTool"
  128. Optimization="0"
  129. AdditionalIncludeDirectories=""
  130. PreprocessorDefinitions=""
  131. BasicRuntimeChecks="3"/>
  132. </FileConfiguration>
  133. <FileConfiguration
  134. Name="Release|Win32">
  135. <Tool
  136. Name="VCCLCompilerTool"
  137. Optimization="0"
  138. AdditionalIncludeDirectories=""
  139. PreprocessorDefinitions=""/>
  140. </FileConfiguration>
  141. </File>
  142. <File
  143. RelativePath="unzip.cpp">
  144. <FileConfiguration
  145. Name="Debug|Win32">
  146. <Tool
  147. Name="VCCLCompilerTool"
  148. Optimization="0"
  149. AdditionalIncludeDirectories=""
  150. PreprocessorDefinitions=""
  151. BasicRuntimeChecks="3"/>
  152. </FileConfiguration>
  153. <FileConfiguration
  154. Name="Release|Win32">
  155. <Tool
  156. Name="VCCLCompilerTool"
  157. Optimization="0"
  158. AdditionalIncludeDirectories=""
  159. PreprocessorDefinitions=""/>
  160. </FileConfiguration>
  161. </File>
  162. </Filter>
  163. <Filter
  164. Name="Header Files"
  165. Filter="h;hpp;hxx;hm;inl">
  166. <File
  167. RelativePath="..\pakstuff.h">
  168. </File>
  169. </Filter>
  170. </Files>
  171. <Globals>
  172. </Globals>
  173. </VisualStudioProject>