meshexport.vcproj
上传用户:qccn516
上传日期:2013-05-02
资源大小:3382k
文件大小:4k
源码类别:

游戏引擎

开发平台:

Visual C++

  1. <?xml version="1.0" encoding="windows-1251"?>
  2. <VisualStudioProject
  3. ProjectType="Visual C++"
  4. Version="7.10"
  5. Name="meshexport"
  6. ProjectGUID="{8DE4A514-D3F9-4EB4-9504-8101B8920A5D}"
  7. Keyword="Win32Proj">
  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="2"
  18. CharacterSet="2">
  19. <Tool
  20. Name="VCCLCompilerTool"
  21. Optimization="0"
  22. PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS;_USRDLL;MESHEXPORT_EXPORTS"
  23. MinimalRebuild="TRUE"
  24. BasicRuntimeChecks="3"
  25. RuntimeLibrary="1"
  26. UsePrecompiledHeader="0"
  27. WarningLevel="3"
  28. Detect64BitPortabilityProblems="TRUE"
  29. DebugInformationFormat="4"/>
  30. <Tool
  31. Name="VCCustomBuildTool"/>
  32. <Tool
  33. Name="VCLinkerTool"
  34. AdditionalDependencies="comctl32.lib"
  35. OutputFile="meshexport.dle"
  36. LinkIncremental="2"
  37. ModuleDefinitionFile="meshexport.def"
  38. GenerateDebugInformation="TRUE"
  39. ProgramDatabaseFile="$(OutDir)/meshexport.pdb"
  40. SubSystem="2"
  41. ImportLibrary="$(OutDir)/meshexport.lib"
  42. TargetMachine="1"/>
  43. <Tool
  44. Name="VCMIDLTool"/>
  45. <Tool
  46. Name="VCPostBuildEventTool"/>
  47. <Tool
  48. Name="VCPreBuildEventTool"/>
  49. <Tool
  50. Name="VCPreLinkEventTool"/>
  51. <Tool
  52. Name="VCResourceCompilerTool"/>
  53. <Tool
  54. Name="VCWebServiceProxyGeneratorTool"/>
  55. <Tool
  56. Name="VCXMLDataGeneratorTool"/>
  57. <Tool
  58. Name="VCWebDeploymentTool"/>
  59. <Tool
  60. Name="VCManagedWrapperGeneratorTool"/>
  61. <Tool
  62. Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
  63. </Configuration>
  64. <Configuration
  65. Name="Release|Win32"
  66. OutputDirectory="Release"
  67. IntermediateDirectory="Release"
  68. ConfigurationType="2"
  69. CharacterSet="2">
  70. <Tool
  71. Name="VCCLCompilerTool"
  72. PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS;_USRDLL;MESHEXPORT_EXPORTS"
  73. RuntimeLibrary="0"
  74. UsePrecompiledHeader="0"
  75. WarningLevel="3"
  76. Detect64BitPortabilityProblems="TRUE"
  77. DebugInformationFormat="3"/>
  78. <Tool
  79. Name="VCCustomBuildTool"/>
  80. <Tool
  81. Name="VCLinkerTool"
  82. AdditionalDependencies="comctl32.lib"
  83. OutputFile="meshexport.dle"
  84. LinkIncremental="1"
  85. ModuleDefinitionFile="meshexport.def"
  86. GenerateDebugInformation="TRUE"
  87. SubSystem="2"
  88. OptimizeReferences="2"
  89. EnableCOMDATFolding="2"
  90. ImportLibrary="$(OutDir)/meshexport.lib"
  91. TargetMachine="1"/>
  92. <Tool
  93. Name="VCMIDLTool"/>
  94. <Tool
  95. Name="VCPostBuildEventTool"/>
  96. <Tool
  97. Name="VCPreBuildEventTool"/>
  98. <Tool
  99. Name="VCPreLinkEventTool"/>
  100. <Tool
  101. Name="VCResourceCompilerTool"/>
  102. <Tool
  103. Name="VCWebServiceProxyGeneratorTool"/>
  104. <Tool
  105. Name="VCXMLDataGeneratorTool"/>
  106. <Tool
  107. Name="VCWebDeploymentTool"/>
  108. <Tool
  109. Name="VCManagedWrapperGeneratorTool"/>
  110. <Tool
  111. Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
  112. </Configuration>
  113. </Configurations>
  114. <References>
  115. </References>
  116. <Files>
  117. <Filter
  118. Name="Source Files"
  119. Filter="cpp;c;cxx;def;odl;idl;hpj;bat;asm;asmx"
  120. UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}">
  121. <File
  122. RelativePath=".meshexport.cpp">
  123. </File>
  124. <File
  125. RelativePath=".meshexport.def">
  126. </File>
  127. </Filter>
  128. <Filter
  129. Name="Header Files"
  130. Filter="h;hpp;hxx;hm;inl;inc;xsd"
  131. UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}">
  132. </Filter>
  133. <Filter
  134. Name="Resource Files"
  135. Filter="rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe;resx"
  136. UniqueIdentifier="{67DA6AB6-F800-4c08-8B7A-83BB121AAD01}">
  137. </Filter>
  138. </Files>
  139. <Globals>
  140. </Globals>
  141. </VisualStudioProject>