mdledit.vcproj 3.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168
  1. <?xml version="1.0" encoding="Windows-1252"?>
  2. <VisualStudioProject
  3. ProjectType="Visual C++"
  4. Version="7.10"
  5. Name="mdledit"
  6. ProjectGUID="{F150276A-D7D8-4C24-AA41-170A6F3D4CF9}"
  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="1"
  18. CharacterSet="2">
  19. <Tool
  20. Name="VCCLCompilerTool"
  21. Optimization="0"
  22. PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS"
  23. MinimalRebuild="TRUE"
  24. BasicRuntimeChecks="3"
  25. RuntimeLibrary="5"
  26. UsePrecompiledHeader="0"
  27. WarningLevel="3"
  28. Detect64BitPortabilityProblems="TRUE"
  29. DebugInformationFormat="4"/>
  30. <Tool
  31. Name="VCCustomBuildTool"/>
  32. <Tool
  33. Name="VCLinkerTool"
  34. OutputFile="$(OutDir)/mdledit.exe"
  35. LinkIncremental="2"
  36. GenerateDebugInformation="TRUE"
  37. ProgramDatabaseFile="$(OutDir)/mdledit.pdb"
  38. SubSystem="2"
  39. TargetMachine="1"/>
  40. <Tool
  41. Name="VCMIDLTool"/>
  42. <Tool
  43. Name="VCPostBuildEventTool"/>
  44. <Tool
  45. Name="VCPreBuildEventTool"/>
  46. <Tool
  47. Name="VCPreLinkEventTool"/>
  48. <Tool
  49. Name="VCResourceCompilerTool"/>
  50. <Tool
  51. Name="VCWebServiceProxyGeneratorTool"/>
  52. <Tool
  53. Name="VCXMLDataGeneratorTool"/>
  54. <Tool
  55. Name="VCWebDeploymentTool"/>
  56. <Tool
  57. Name="VCManagedWrapperGeneratorTool"/>
  58. <Tool
  59. Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
  60. </Configuration>
  61. <Configuration
  62. Name="Release|Win32"
  63. OutputDirectory="Release"
  64. IntermediateDirectory="Release"
  65. ConfigurationType="1"
  66. CharacterSet="2">
  67. <Tool
  68. Name="VCCLCompilerTool"
  69. Optimization="2"
  70. InlineFunctionExpansion="1"
  71. OmitFramePointers="TRUE"
  72. PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS"
  73. StringPooling="TRUE"
  74. RuntimeLibrary="4"
  75. EnableFunctionLevelLinking="TRUE"
  76. UsePrecompiledHeader="0"
  77. WarningLevel="3"
  78. Detect64BitPortabilityProblems="TRUE"
  79. DebugInformationFormat="3"/>
  80. <Tool
  81. Name="VCCustomBuildTool"/>
  82. <Tool
  83. Name="VCLinkerTool"
  84. OutputFile="$(OutDir)/mdledit.exe"
  85. LinkIncremental="1"
  86. GenerateDebugInformation="TRUE"
  87. SubSystem="2"
  88. OptimizeReferences="2"
  89. EnableCOMDATFolding="2"
  90. TargetMachine="1"/>
  91. <Tool
  92. Name="VCMIDLTool"/>
  93. <Tool
  94. Name="VCPostBuildEventTool"/>
  95. <Tool
  96. Name="VCPreBuildEventTool"/>
  97. <Tool
  98. Name="VCPreLinkEventTool"/>
  99. <Tool
  100. Name="VCResourceCompilerTool"/>
  101. <Tool
  102. Name="VCWebServiceProxyGeneratorTool"/>
  103. <Tool
  104. Name="VCXMLDataGeneratorTool"/>
  105. <Tool
  106. Name="VCWebDeploymentTool"/>
  107. <Tool
  108. Name="VCManagedWrapperGeneratorTool"/>
  109. <Tool
  110. Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
  111. </Configuration>
  112. </Configurations>
  113. <References>
  114. </References>
  115. <Files>
  116. <Filter
  117. Name="Source Files"
  118. Filter="cpp;c;cxx;def;odl;idl;hpj;bat;asm">
  119. <File
  120. RelativePath="geos.cpp">
  121. </File>
  122. <File
  123. RelativePath="mdledit.cpp">
  124. </File>
  125. <File
  126. RelativePath="network.cpp">
  127. </File>
  128. <File
  129. RelativePath="pch.cpp">
  130. </File>
  131. <File
  132. RelativePath="rm.cpp">
  133. </File>
  134. <File
  135. RelativePath="sound.cpp">
  136. </File>
  137. <File
  138. RelativePath="sphere.cpp">
  139. </File>
  140. <File
  141. RelativePath="string.cpp">
  142. </File>
  143. <File
  144. RelativePath="texture.cpp">
  145. </File>
  146. </Filter>
  147. <Filter
  148. Name="Header Files"
  149. Filter="h;hpp;hxx;hm;inl;inc">
  150. <File
  151. RelativePath="network.h">
  152. </File>
  153. <File
  154. RelativePath="pch.h">
  155. </File>
  156. <File
  157. RelativePath="sound.h">
  158. </File>
  159. </Filter>
  160. <Filter
  161. Name="Resource Files"
  162. Filter="rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe">
  163. </Filter>
  164. </Files>
  165. <Globals>
  166. </Globals>
  167. </VisualStudioProject>