testmt.vcproj 3.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134
  1. <?xml version="1.0" encoding="Windows-1252"?>
  2. <VisualStudioProject
  3. ProjectType="Visual C++"
  4. Version="7.10"
  5. Name="testmt"
  6. ProjectGUID="{2F1A196C-691F-4D66-883B-7190B89E42CB}"
  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;_CONSOLE"
  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. AdditionalOptions="/FORCE:MULTIPLE"
  35. OutputFile="$(OutDir)/testmt.exe"
  36. LinkIncremental="2"
  37. GenerateDebugInformation="TRUE"
  38. ProgramDatabaseFile="$(OutDir)/testmt.pdb"
  39. SubSystem="1"
  40. TargetMachine="1"/>
  41. <Tool
  42. Name="VCMIDLTool"/>
  43. <Tool
  44. Name="VCPostBuildEventTool"/>
  45. <Tool
  46. Name="VCPreBuildEventTool"/>
  47. <Tool
  48. Name="VCPreLinkEventTool"/>
  49. <Tool
  50. Name="VCResourceCompilerTool"/>
  51. <Tool
  52. Name="VCWebServiceProxyGeneratorTool"/>
  53. <Tool
  54. Name="VCXMLDataGeneratorTool"/>
  55. <Tool
  56. Name="VCWebDeploymentTool"/>
  57. <Tool
  58. Name="VCManagedWrapperGeneratorTool"/>
  59. <Tool
  60. Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
  61. </Configuration>
  62. <Configuration
  63. Name="Release|Win32"
  64. OutputDirectory="Release"
  65. IntermediateDirectory="Release"
  66. ConfigurationType="1"
  67. CharacterSet="2">
  68. <Tool
  69. Name="VCCLCompilerTool"
  70. PreprocessorDefinitions="WIN32;NDEBUG;_CONSOLE"
  71. RuntimeLibrary="4"
  72. UsePrecompiledHeader="0"
  73. WarningLevel="3"
  74. Detect64BitPortabilityProblems="TRUE"
  75. DebugInformationFormat="3"/>
  76. <Tool
  77. Name="VCCustomBuildTool"/>
  78. <Tool
  79. Name="VCLinkerTool"
  80. OutputFile="$(OutDir)/testmt.exe"
  81. LinkIncremental="1"
  82. GenerateDebugInformation="TRUE"
  83. SubSystem="1"
  84. OptimizeReferences="2"
  85. EnableCOMDATFolding="2"
  86. TargetMachine="1"/>
  87. <Tool
  88. Name="VCMIDLTool"/>
  89. <Tool
  90. Name="VCPostBuildEventTool"/>
  91. <Tool
  92. Name="VCPreBuildEventTool"/>
  93. <Tool
  94. Name="VCPreLinkEventTool"/>
  95. <Tool
  96. Name="VCResourceCompilerTool"/>
  97. <Tool
  98. Name="VCWebServiceProxyGeneratorTool"/>
  99. <Tool
  100. Name="VCXMLDataGeneratorTool"/>
  101. <Tool
  102. Name="VCWebDeploymentTool"/>
  103. <Tool
  104. Name="VCManagedWrapperGeneratorTool"/>
  105. <Tool
  106. Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
  107. </Configuration>
  108. </Configurations>
  109. <References>
  110. </References>
  111. <Files>
  112. <Filter
  113. Name="Quelldateien"
  114. Filter="cpp;c;cxx;def;odl;idl;hpj;bat;asm;asmx"
  115. UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}">
  116. <File
  117. RelativePath="..\..\testmt.c">
  118. </File>
  119. </Filter>
  120. <Filter
  121. Name="Headerdateien"
  122. Filter="h;hpp;hxx;hm;inl;inc;xsd"
  123. UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}">
  124. </Filter>
  125. <Filter
  126. Name="Ressourcendateien"
  127. Filter="rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe;resx"
  128. UniqueIdentifier="{67DA6AB6-F800-4c08-8B7A-83BB121AAD01}">
  129. </Filter>
  130. </Files>
  131. <Globals>
  132. </Globals>
  133. </VisualStudioProject>