Team Fortress 2 Source Code as on 22/4/2020
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

179 lines
4.7 KiB

  1. <?xml version="1.0" encoding="Windows-1252"?>
  2. <VisualStudioProject
  3. ProjectType="Visual C++"
  4. Version="7.10"
  5. Name="smdlexp"
  6. ProjectGUID="{E8699E31-F261-4277-8EBB-3B33F2EFCC89}"
  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="2"
  19. UseOfMFC="0"
  20. ATLMinimizesCRunTimeLibraryUsage="FALSE">
  21. <Tool
  22. Name="VCCLCompilerTool"
  23. Optimization="0"
  24. AdditionalIncludeDirectories="..\..\MAXSDK\INCLUDE"
  25. PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS"
  26. RuntimeLibrary="2"
  27. UsePrecompiledHeader="2"
  28. PrecompiledHeaderFile=".\Debug/smdlexp.pch"
  29. AssemblerListingLocation=".\Debug/"
  30. ObjectFile=".\Debug/"
  31. ProgramDataBaseFileName=".\Debug/"
  32. BrowseInformation="1"
  33. WarningLevel="3"
  34. SuppressStartupBanner="TRUE"
  35. DebugInformationFormat="4"
  36. CompileAs="0"/>
  37. <Tool
  38. Name="VCCustomBuildTool"/>
  39. <Tool
  40. Name="VCLinkerTool"
  41. AdditionalDependencies="maxutil.lib geom.lib mesh.lib core.lib COMCTL32.LIB"
  42. OutputFile="c:\3DSMAX3_1\plugins\SMDLEXP.DLE"
  43. LinkIncremental="1"
  44. SuppressStartupBanner="TRUE"
  45. AdditionalLibraryDirectories="..\..\maxsdk\lib"
  46. ModuleDefinitionFile=".\smdlexp.def"
  47. GenerateDebugInformation="TRUE"
  48. ProgramDatabaseFile=".\Debug/SMDLEXP.pdb"
  49. SubSystem="2"
  50. ImportLibrary=".\Debug/SMDLEXP.lib"
  51. TargetMachine="1"/>
  52. <Tool
  53. Name="VCMIDLTool"
  54. PreprocessorDefinitions="_DEBUG"
  55. MkTypLibCompatible="TRUE"
  56. SuppressStartupBanner="TRUE"
  57. TargetEnvironment="1"
  58. TypeLibraryName=".\Debug/smdlexp.tlb"
  59. HeaderFileName=""/>
  60. <Tool
  61. Name="VCPostBuildEventTool"/>
  62. <Tool
  63. Name="VCPreBuildEventTool"/>
  64. <Tool
  65. Name="VCPreLinkEventTool"/>
  66. <Tool
  67. Name="VCResourceCompilerTool"
  68. PreprocessorDefinitions="_DEBUG"
  69. Culture="1033"/>
  70. <Tool
  71. Name="VCWebServiceProxyGeneratorTool"/>
  72. <Tool
  73. Name="VCXMLDataGeneratorTool"/>
  74. <Tool
  75. Name="VCWebDeploymentTool"/>
  76. <Tool
  77. Name="VCManagedWrapperGeneratorTool"/>
  78. <Tool
  79. Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
  80. </Configuration>
  81. <Configuration
  82. Name="Release|Win32"
  83. OutputDirectory=".\Release"
  84. IntermediateDirectory=".\Release"
  85. ConfigurationType="2"
  86. UseOfMFC="0"
  87. ATLMinimizesCRunTimeLibraryUsage="FALSE">
  88. <Tool
  89. Name="VCCLCompilerTool"
  90. Optimization="2"
  91. InlineFunctionExpansion="1"
  92. AdditionalIncludeDirectories="\3DSMAX2.5\MAXSDK\INCLUDE,..\..\MAXSDK\INCLUDE"
  93. PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS"
  94. StringPooling="TRUE"
  95. RuntimeLibrary="0"
  96. EnableFunctionLevelLinking="TRUE"
  97. UsePrecompiledHeader="2"
  98. PrecompiledHeaderFile=".\Release/smdlexp.pch"
  99. AssemblerListingLocation=".\Release/"
  100. ObjectFile=".\Release/"
  101. ProgramDataBaseFileName=".\Release/"
  102. WarningLevel="3"
  103. SuppressStartupBanner="TRUE"
  104. CompileAs="0"/>
  105. <Tool
  106. Name="VCCustomBuildTool"/>
  107. <Tool
  108. Name="VCLinkerTool"
  109. AdditionalDependencies="maxutil.lib geom.lib mesh.lib core.lib COMCTL32.LIB"
  110. OutputFile="c:\3DSMAX3_1\plugins\SMDLEXP.DLE"
  111. LinkIncremental="1"
  112. SuppressStartupBanner="TRUE"
  113. AdditionalLibraryDirectories="..\..\maxsdk\lib"
  114. ModuleDefinitionFile=".\smdlexp.def"
  115. ProgramDatabaseFile=".\Release/SMDLEXP.pdb"
  116. SubSystem="2"
  117. ImportLibrary=".\Release/SMDLEXP.lib"
  118. TargetMachine="1"/>
  119. <Tool
  120. Name="VCMIDLTool"
  121. PreprocessorDefinitions="NDEBUG"
  122. MkTypLibCompatible="TRUE"
  123. SuppressStartupBanner="TRUE"
  124. TargetEnvironment="1"
  125. TypeLibraryName=".\Release/smdlexp.tlb"
  126. HeaderFileName=""/>
  127. <Tool
  128. Name="VCPostBuildEventTool"/>
  129. <Tool
  130. Name="VCPreBuildEventTool"/>
  131. <Tool
  132. Name="VCPreLinkEventTool"/>
  133. <Tool
  134. Name="VCResourceCompilerTool"
  135. PreprocessorDefinitions="NDEBUG"
  136. Culture="1033"/>
  137. <Tool
  138. Name="VCWebServiceProxyGeneratorTool"/>
  139. <Tool
  140. Name="VCXMLDataGeneratorTool"/>
  141. <Tool
  142. Name="VCWebDeploymentTool"/>
  143. <Tool
  144. Name="VCManagedWrapperGeneratorTool"/>
  145. <Tool
  146. Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
  147. </Configuration>
  148. </Configurations>
  149. <References>
  150. </References>
  151. <Files>
  152. <Filter
  153. Name="Source Files"
  154. Filter="cpp;c;cxx;rc;def;r;odl;idl;hpj;bat;for;f90">
  155. <File
  156. RelativePath="smdlexp.cpp">
  157. </File>
  158. <File
  159. RelativePath="smdlexp.def">
  160. </File>
  161. <File
  162. RelativePath="smdlexp.rc">
  163. </File>
  164. </Filter>
  165. <Filter
  166. Name="Header Files"
  167. Filter="h;hpp;hxx;hm;inl;fi;fd">
  168. <File
  169. RelativePath="smedefs.h">
  170. </File>
  171. </Filter>
  172. <Filter
  173. Name="Resource Files"
  174. Filter="ico;cur;bmp;dlg;rc2;rct;bin;cnt;rtf;gif;jpg;jpeg;jpe">
  175. </Filter>
  176. </Files>
  177. <Globals>
  178. </Globals>
  179. </VisualStudioProject>