entityq3.vcproj 8.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344
  1. <?xml version="1.0" encoding="Windows-1252"?>
  2. <VisualStudioProject
  3. ProjectType="Visual C++"
  4. Version="7.10"
  5. Name="entityq3"
  6. ProjectGUID="{49C5823A-5E50-4029-ACEE-1627EBB79E47}"
  7. RootNamespace="entityq3"
  8. Keyword="Win32Proj">
  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="2"
  19. CharacterSet="2">
  20. <Tool
  21. Name="VCCLCompilerTool"
  22. Optimization="0"
  23. AdditionalIncludeDirectories="../../include;../../libs;&quot;../../../STLPort-4.6/stlport&quot;"
  24. PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS;_USRDLL;ENTITYQ3_EXPORTS"
  25. StringPooling="TRUE"
  26. MinimalRebuild="TRUE"
  27. ExceptionHandling="FALSE"
  28. BasicRuntimeChecks="0"
  29. RuntimeLibrary="3"
  30. BufferSecurityCheck="FALSE"
  31. ForceConformanceInForLoopScope="TRUE"
  32. UsePrecompiledHeader="0"
  33. BrowseInformation="0"
  34. WarningLevel="3"
  35. Detect64BitPortabilityProblems="TRUE"
  36. DebugInformationFormat="3"
  37. DisableSpecificWarnings="4610;4510;4512;4505;4100;4127"/>
  38. <Tool
  39. Name="VCCustomBuildTool"/>
  40. <Tool
  41. Name="VCLinkerTool"
  42. OutputFile="$(OutDir)/entityq3.dll"
  43. LinkIncremental="1"
  44. IgnoreDefaultLibraryNames="msvcprtd.lib"
  45. ModuleDefinitionFile="$(ProjectName).def"
  46. GenerateDebugInformation="TRUE"
  47. ProgramDatabaseFile="$(OutDir)/entityq3.pdb"
  48. SubSystem="2"
  49. ImportLibrary="$(OutDir)/entityq3.lib"
  50. TargetMachine="1"/>
  51. <Tool
  52. Name="VCMIDLTool"/>
  53. <Tool
  54. Name="VCPostBuildEventTool"
  55. CommandLine="copy &quot;$(TargetPath)&quot; &quot;$(SolutionDir)install\modules&quot;
  56. copy &quot;$(TargetDir)$(TargetName).pdb&quot; &quot;$(SolutionDir)install\modules&quot;
  57. "/>
  58. <Tool
  59. Name="VCPreBuildEventTool"/>
  60. <Tool
  61. Name="VCPreLinkEventTool"/>
  62. <Tool
  63. Name="VCResourceCompilerTool"/>
  64. <Tool
  65. Name="VCWebServiceProxyGeneratorTool"/>
  66. <Tool
  67. Name="VCXMLDataGeneratorTool"/>
  68. <Tool
  69. Name="VCWebDeploymentTool"/>
  70. <Tool
  71. Name="VCManagedWrapperGeneratorTool"/>
  72. <Tool
  73. Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
  74. </Configuration>
  75. <Configuration
  76. Name="Release|Win32"
  77. OutputDirectory="Release"
  78. IntermediateDirectory="Release"
  79. ConfigurationType="2"
  80. CharacterSet="2"
  81. WholeProgramOptimization="TRUE">
  82. <Tool
  83. Name="VCCLCompilerTool"
  84. GlobalOptimizations="TRUE"
  85. InlineFunctionExpansion="2"
  86. EnableIntrinsicFunctions="TRUE"
  87. FavorSizeOrSpeed="1"
  88. OptimizeForWindowsApplication="FALSE"
  89. AdditionalIncludeDirectories="../../include;../../libs;&quot;../../../STLPort-4.6/stlport&quot;"
  90. PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS;_USRDLL;ENTITYQ3_EXPORTS"
  91. StringPooling="TRUE"
  92. ExceptionHandling="FALSE"
  93. RuntimeLibrary="2"
  94. BufferSecurityCheck="FALSE"
  95. ForceConformanceInForLoopScope="TRUE"
  96. UsePrecompiledHeader="0"
  97. WarningLevel="4"
  98. Detect64BitPortabilityProblems="TRUE"
  99. DebugInformationFormat="3"
  100. DisableSpecificWarnings="4610;4510;4512;4505;4100;4127"/>
  101. <Tool
  102. Name="VCCustomBuildTool"/>
  103. <Tool
  104. Name="VCLinkerTool"
  105. OutputFile="$(OutDir)/entityq3.dll"
  106. LinkIncremental="1"
  107. IgnoreDefaultLibraryNames="msvcprt.lib"
  108. ModuleDefinitionFile="$(ProjectName).def"
  109. GenerateDebugInformation="TRUE"
  110. SubSystem="2"
  111. OptimizeReferences="2"
  112. EnableCOMDATFolding="2"
  113. ImportLibrary="$(OutDir)/entityq3.lib"
  114. TargetMachine="1"
  115. FixedBaseAddress="0"/>
  116. <Tool
  117. Name="VCMIDLTool"/>
  118. <Tool
  119. Name="VCPostBuildEventTool"
  120. CommandLine="copy &quot;$(TargetPath)&quot; &quot;$(SolutionDir)install\modules&quot;
  121. copy &quot;$(TargetDir)$(TargetName).pdb&quot; &quot;$(SolutionDir)install\modules&quot;
  122. "/>
  123. <Tool
  124. Name="VCPreBuildEventTool"/>
  125. <Tool
  126. Name="VCPreLinkEventTool"/>
  127. <Tool
  128. Name="VCResourceCompilerTool"/>
  129. <Tool
  130. Name="VCWebServiceProxyGeneratorTool"/>
  131. <Tool
  132. Name="VCXMLDataGeneratorTool"/>
  133. <Tool
  134. Name="VCWebDeploymentTool"/>
  135. <Tool
  136. Name="VCManagedWrapperGeneratorTool"/>
  137. <Tool
  138. Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
  139. </Configuration>
  140. </Configurations>
  141. <References>
  142. </References>
  143. <Files>
  144. <Filter
  145. Name="src"
  146. Filter="">
  147. <File
  148. RelativePath=".\plugin.cpp">
  149. </File>
  150. <File
  151. RelativePath=".\plugin.h">
  152. </File>
  153. <Filter
  154. Name="entities"
  155. Filter="">
  156. <File
  157. RelativePath=".\doom3group.cpp">
  158. </File>
  159. <File
  160. RelativePath=".\doom3group.h">
  161. </File>
  162. <File
  163. RelativePath=".\eclassmodel.cpp">
  164. </File>
  165. <File
  166. RelativePath=".\eclassmodel.h">
  167. </File>
  168. <File
  169. RelativePath=".\generic.cpp">
  170. </File>
  171. <File
  172. RelativePath=".\generic.h">
  173. </File>
  174. <File
  175. RelativePath=".\group.cpp">
  176. </File>
  177. <File
  178. RelativePath=".\group.h">
  179. </File>
  180. <File
  181. RelativePath=".\light.cpp">
  182. </File>
  183. <File
  184. RelativePath=".\light.h">
  185. </File>
  186. <File
  187. RelativePath=".\miscmodel.cpp">
  188. </File>
  189. <File
  190. RelativePath=".\miscmodel.h">
  191. </File>
  192. </Filter>
  193. <Filter
  194. Name="modules"
  195. Filter="">
  196. <File
  197. RelativePath=".\entity.cpp">
  198. </File>
  199. <File
  200. RelativePath=".\entity.h">
  201. </File>
  202. <File
  203. RelativePath=".\skincache.cpp">
  204. </File>
  205. <File
  206. RelativePath=".\skincache.h">
  207. </File>
  208. </Filter>
  209. <Filter
  210. Name="components"
  211. Filter="">
  212. <File
  213. RelativePath=".\angle.cpp">
  214. </File>
  215. <File
  216. RelativePath=".\angle.h">
  217. </File>
  218. <File
  219. RelativePath=".\angles.cpp">
  220. </File>
  221. <File
  222. RelativePath=".\angles.h">
  223. </File>
  224. <File
  225. RelativePath=".\colour.cpp">
  226. </File>
  227. <File
  228. RelativePath=".\colour.h">
  229. </File>
  230. <File
  231. RelativePath=".\curve.cpp">
  232. </File>
  233. <File
  234. RelativePath=".\curve.h">
  235. </File>
  236. <File
  237. RelativePath=".\filters.cpp">
  238. </File>
  239. <File
  240. RelativePath=".\filters.h">
  241. </File>
  242. <File
  243. RelativePath=".\keyobservers.cpp">
  244. </File>
  245. <File
  246. RelativePath=".\keyobservers.h">
  247. </File>
  248. <File
  249. RelativePath=".\model.cpp">
  250. </File>
  251. <File
  252. RelativePath=".\model.h">
  253. </File>
  254. <File
  255. RelativePath=".\modelskinkey.cpp">
  256. </File>
  257. <File
  258. RelativePath=".\modelskinkey.h">
  259. </File>
  260. <File
  261. RelativePath=".\namedentity.cpp">
  262. </File>
  263. <File
  264. RelativePath=".\namedentity.h">
  265. </File>
  266. <File
  267. RelativePath=".\namekeys.cpp">
  268. </File>
  269. <File
  270. RelativePath=".\namekeys.h">
  271. </File>
  272. <File
  273. RelativePath=".\origin.cpp">
  274. </File>
  275. <File
  276. RelativePath=".\origin.h">
  277. </File>
  278. <File
  279. RelativePath=".\rotation.cpp">
  280. </File>
  281. <File
  282. RelativePath=".\rotation.h">
  283. </File>
  284. <File
  285. RelativePath=".\scale.cpp">
  286. </File>
  287. <File
  288. RelativePath=".\scale.h">
  289. </File>
  290. <File
  291. RelativePath=".\targetable.cpp">
  292. </File>
  293. <File
  294. RelativePath=".\targetable.h">
  295. </File>
  296. </Filter>
  297. </Filter>
  298. <File
  299. RelativePath="..\..\debug.py">
  300. <FileConfiguration
  301. Name="Debug|Win32">
  302. <Tool
  303. Name="VCCustomBuildTool"
  304. CommandLine="python &quot;$(SolutionDir)debug.py&quot;
  305. "
  306. AdditionalDependencies="&quot;$(SolutionDir)install\modules\$(TargetName).pdb&quot;"
  307. Outputs="&quot;$(TargetDir)$(TargetName).pdb&quot;"/>
  308. </FileConfiguration>
  309. <FileConfiguration
  310. Name="Release|Win32">
  311. <Tool
  312. Name="VCCustomBuildTool"
  313. CommandLine="python &quot;$(SolutionDir)debug.py&quot;
  314. "
  315. AdditionalDependencies="&quot;$(SolutionDir)install\modules\$(TargetName).pdb&quot;"
  316. Outputs="&quot;$(TargetDir)$(TargetName).pdb&quot;"/>
  317. </FileConfiguration>
  318. </File>
  319. <File
  320. RelativePath=".\entityq3.def">
  321. <FileConfiguration
  322. Name="Debug|Win32">
  323. <Tool
  324. Name="VCCustomBuildTool"
  325. CommandLine="python &quot;$(SolutionDir)touch.py&quot; &quot;$(TargetPath)&quot;
  326. "
  327. AdditionalDependencies="&quot;$(SolutionDir)install\modules\$(TargetFileName)&quot;"
  328. Outputs="&quot;$(TargetPath)&quot;"/>
  329. </FileConfiguration>
  330. <FileConfiguration
  331. Name="Release|Win32">
  332. <Tool
  333. Name="VCCustomBuildTool"
  334. CommandLine="python &quot;$(SolutionDir)touch.py&quot; &quot;$(TargetPath)&quot;
  335. "
  336. AdditionalDependencies="&quot;$(SolutionDir)install\modules\$(TargetFileName)&quot;"
  337. Outputs="&quot;$(TargetPath)&quot;"/>
  338. </FileConfiguration>
  339. </File>
  340. </Files>
  341. <Globals>
  342. </Globals>
  343. </VisualStudioProject>