q3asm.vcproj 4.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196
  1. <?xml version="1.0" encoding="Windows-1252"?>
  2. <VisualStudioProject
  3. ProjectType="Visual C++"
  4. Version="7.10"
  5. Name="q3asm"
  6. SccProjectName="&quot;$/source/q3asm&quot;, YUCAAAAA"
  7. SccLocalPath=".">
  8. <Platforms>
  9. <Platform
  10. Name="Win32"/>
  11. </Platforms>
  12. <Configurations>
  13. <Configuration
  14. Name="Release|Win32"
  15. OutputDirectory=".\Release"
  16. IntermediateDirectory=".\Release"
  17. ConfigurationType="1"
  18. UseOfMFC="0"
  19. ATLMinimizesCRunTimeLibraryUsage="FALSE"
  20. CharacterSet="2">
  21. <Tool
  22. Name="VCCLCompilerTool"
  23. Optimization="2"
  24. InlineFunctionExpansion="1"
  25. AdditionalIncludeDirectories="../common"
  26. PreprocessorDefinitions="WIN32;NDEBUG;_CONSOLE"
  27. StringPooling="TRUE"
  28. RuntimeLibrary="4"
  29. EnableFunctionLevelLinking="TRUE"
  30. UsePrecompiledHeader="2"
  31. PrecompiledHeaderFile=".\Release/q3asm.pch"
  32. AssemblerListingLocation=".\Release/"
  33. ObjectFile=".\Release/"
  34. ProgramDataBaseFileName=".\Release/"
  35. WarningLevel="3"
  36. SuppressStartupBanner="TRUE"
  37. CompileAs="0"/>
  38. <Tool
  39. Name="VCCustomBuildTool"/>
  40. <Tool
  41. Name="VCLinkerTool"
  42. OutputFile=".\Release/q3asm.exe"
  43. LinkIncremental="1"
  44. SuppressStartupBanner="TRUE"
  45. ProgramDatabaseFile=".\Release/q3asm.pdb"
  46. SubSystem="1"
  47. TargetMachine="1"/>
  48. <Tool
  49. Name="VCMIDLTool"
  50. TypeLibraryName=".\Release/q3asm.tlb"
  51. HeaderFileName=""/>
  52. <Tool
  53. Name="VCPostBuildEventTool"/>
  54. <Tool
  55. Name="VCPreBuildEventTool"/>
  56. <Tool
  57. Name="VCPreLinkEventTool"/>
  58. <Tool
  59. Name="VCResourceCompilerTool"
  60. PreprocessorDefinitions="NDEBUG"
  61. Culture="1033"/>
  62. <Tool
  63. Name="VCWebServiceProxyGeneratorTool"/>
  64. <Tool
  65. Name="VCXMLDataGeneratorTool"/>
  66. <Tool
  67. Name="VCWebDeploymentTool"/>
  68. <Tool
  69. Name="VCManagedWrapperGeneratorTool"/>
  70. <Tool
  71. Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
  72. </Configuration>
  73. <Configuration
  74. Name="Debug|Win32"
  75. OutputDirectory=".\Debug"
  76. IntermediateDirectory=".\Debug"
  77. ConfigurationType="1"
  78. UseOfMFC="0"
  79. ATLMinimizesCRunTimeLibraryUsage="FALSE"
  80. CharacterSet="2">
  81. <Tool
  82. Name="VCCLCompilerTool"
  83. Optimization="0"
  84. AdditionalIncludeDirectories="../common"
  85. PreprocessorDefinitions="WIN32;_DEBUG;_CONSOLE"
  86. BasicRuntimeChecks="3"
  87. RuntimeLibrary="5"
  88. UsePrecompiledHeader="2"
  89. PrecompiledHeaderFile=".\Debug/q3asm.pch"
  90. AssemblerListingLocation=".\Debug/"
  91. ObjectFile=".\Debug/"
  92. ProgramDataBaseFileName=".\Debug/"
  93. WarningLevel="3"
  94. SuppressStartupBanner="TRUE"
  95. DebugInformationFormat="4"
  96. CompileAs="0"/>
  97. <Tool
  98. Name="VCCustomBuildTool"/>
  99. <Tool
  100. Name="VCLinkerTool"
  101. OutputFile=".\Debug/q3asm.exe"
  102. LinkIncremental="2"
  103. SuppressStartupBanner="TRUE"
  104. GenerateDebugInformation="TRUE"
  105. ProgramDatabaseFile=".\Debug/q3asm.pdb"
  106. SubSystem="1"
  107. TargetMachine="1"/>
  108. <Tool
  109. Name="VCMIDLTool"
  110. TypeLibraryName=".\Debug/q3asm.tlb"
  111. HeaderFileName=""/>
  112. <Tool
  113. Name="VCPostBuildEventTool"/>
  114. <Tool
  115. Name="VCPreBuildEventTool"/>
  116. <Tool
  117. Name="VCPreLinkEventTool"/>
  118. <Tool
  119. Name="VCResourceCompilerTool"
  120. PreprocessorDefinitions="_DEBUG"
  121. Culture="1033"/>
  122. <Tool
  123. Name="VCWebServiceProxyGeneratorTool"/>
  124. <Tool
  125. Name="VCXMLDataGeneratorTool"/>
  126. <Tool
  127. Name="VCWebDeploymentTool"/>
  128. <Tool
  129. Name="VCManagedWrapperGeneratorTool"/>
  130. <Tool
  131. Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
  132. </Configuration>
  133. </Configurations>
  134. <References>
  135. </References>
  136. <Files>
  137. <Filter
  138. Name="Source Files"
  139. Filter="cpp;c;cxx;rc;def;r;odl;idl;hpj;bat">
  140. <File
  141. RelativePath="cmdlib.c">
  142. <FileConfiguration
  143. Name="Release|Win32">
  144. <Tool
  145. Name="VCCLCompilerTool"
  146. Optimization="2"
  147. AdditionalIncludeDirectories=""
  148. PreprocessorDefinitions=""/>
  149. </FileConfiguration>
  150. <FileConfiguration
  151. Name="Debug|Win32">
  152. <Tool
  153. Name="VCCLCompilerTool"
  154. Optimization="0"
  155. AdditionalIncludeDirectories=""
  156. PreprocessorDefinitions=""
  157. BasicRuntimeChecks="3"/>
  158. </FileConfiguration>
  159. </File>
  160. <File
  161. RelativePath="q3asm.c">
  162. <FileConfiguration
  163. Name="Release|Win32">
  164. <Tool
  165. Name="VCCLCompilerTool"
  166. Optimization="2"
  167. AdditionalIncludeDirectories=""
  168. PreprocessorDefinitions=""/>
  169. </FileConfiguration>
  170. <FileConfiguration
  171. Name="Debug|Win32">
  172. <Tool
  173. Name="VCCLCompilerTool"
  174. Optimization="0"
  175. AdditionalIncludeDirectories=""
  176. PreprocessorDefinitions=""
  177. BasicRuntimeChecks="3"/>
  178. </FileConfiguration>
  179. </File>
  180. </Filter>
  181. <Filter
  182. Name="Header Files"
  183. Filter="h;hpp;hxx;hm;inl">
  184. <File
  185. RelativePath="..\common\cmdlib.h">
  186. </File>
  187. </Filter>
  188. <Filter
  189. Name="Resource Files"
  190. Filter="ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe">
  191. </Filter>
  192. </Files>
  193. <Globals>
  194. </Globals>
  195. </VisualStudioProject>