skinnedmeshexport.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="skinnedmeshexport"
  6. ProjectGUID="{D5A426DB-AD9D-4380-BD50-3C14204F24A2}"
  7. RootNamespace="skinnedmeshexport"
  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. PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS;_USRDLL;SKINNEDMESHEXPORT_EXPORTS"
  24. MinimalRebuild="TRUE"
  25. BasicRuntimeChecks="3"
  26. RuntimeLibrary="1"
  27. UsePrecompiledHeader="0"
  28. WarningLevel="3"
  29. Detect64BitPortabilityProblems="TRUE"
  30. DebugInformationFormat="4"/>
  31. <Tool
  32. Name="VCCustomBuildTool"/>
  33. <Tool
  34. Name="VCLinkerTool"
  35. AdditionalDependencies="comctl32.lib"
  36. OutputFile="skinnedmeshexport.dle"
  37. LinkIncremental="2"
  38. ModuleDefinitionFile="skinnedmeshexport.def"
  39. GenerateDebugInformation="TRUE"
  40. ProgramDatabaseFile="$(OutDir)/skinnedmeshexport.pdb"
  41. SubSystem="2"
  42. ImportLibrary="$(OutDir)/skinnedmeshexport.lib"
  43. TargetMachine="1"/>
  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. <Tool
  55. Name="VCWebServiceProxyGeneratorTool"/>
  56. <Tool
  57. Name="VCXMLDataGeneratorTool"/>
  58. <Tool
  59. Name="VCWebDeploymentTool"/>
  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="2"
  70. CharacterSet="2">
  71. <Tool
  72. Name="VCCLCompilerTool"
  73. PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS;_USRDLL;SKINNEDMESHEXPORT_EXPORTS"
  74. RuntimeLibrary="0"
  75. UsePrecompiledHeader="0"
  76. WarningLevel="3"
  77. Detect64BitPortabilityProblems="TRUE"
  78. DebugInformationFormat="3"/>
  79. <Tool
  80. Name="VCCustomBuildTool"/>
  81. <Tool
  82. Name="VCLinkerTool"
  83. AdditionalDependencies="comctl32.lib"
  84. OutputFile="skinnedmeshexport.dle"
  85. LinkIncremental="1"
  86. ModuleDefinitionFile="skinnedmeshexport.def"
  87. GenerateDebugInformation="TRUE"
  88. SubSystem="2"
  89. OptimizeReferences="2"
  90. EnableCOMDATFolding="2"
  91. ImportLibrary="$(OutDir)/skinnedmeshexport.lib"
  92. TargetMachine="1"/>
  93. <Tool
  94. Name="VCMIDLTool"/>
  95. <Tool
  96. Name="VCPostBuildEventTool"/>
  97. <Tool
  98. Name="VCPreBuildEventTool"/>
  99. <Tool
  100. Name="VCPreLinkEventTool"/>
  101. <Tool
  102. Name="VCResourceCompilerTool"/>
  103. <Tool
  104. Name="VCWebServiceProxyGeneratorTool"/>
  105. <Tool
  106. Name="VCXMLDataGeneratorTool"/>
  107. <Tool
  108. Name="VCWebDeploymentTool"/>
  109. <Tool
  110. Name="VCManagedWrapperGeneratorTool"/>
  111. <Tool
  112. Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
  113. </Configuration>
  114. </Configurations>
  115. <References>
  116. </References>
  117. <Files>
  118. <Filter
  119. Name="Source Files"
  120. Filter="cpp;c;cxx;def;odl;idl;hpj;bat;asm;asmx"
  121. UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}">
  122. <File
  123. RelativePath=".skinnedmeshexport.cpp">
  124. </File>
  125. <File
  126. RelativePath=".skinnedmeshexport.def">
  127. </File>
  128. </Filter>
  129. <Filter
  130. Name="Header Files"
  131. Filter="h;hpp;hxx;hm;inl;inc;xsd"
  132. UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}">
  133. </Filter>
  134. <Filter
  135. Name="Resource Files"
  136. Filter="rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe;resx"
  137. UniqueIdentifier="{67DA6AB6-F800-4c08-8B7A-83BB121AAD01}">
  138. </Filter>
  139. </Files>
  140. <Globals>
  141. </Globals>
  142. </VisualStudioProject>