example2.vcproj 3.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139
  1. <?xml version="1.0" encoding="Windows-1252"?>
  2. <VisualStudioProject
  3. ProjectType="Visual C++"
  4. Version="7.10"
  5. Name="example2"
  6. ProjectGUID="{1757BA1C-E0B4-42AB-A1E0-B9575607732D}"
  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. AdditionalDependencies="C:\Projects\duma_2_4_26\stacktrace\lib\stacktraced.lib"
  36. OutputFile="$(OutDir)/example2.exe"
  37. LinkIncremental="2"
  38. GenerateDebugInformation="TRUE"
  39. ProgramDatabaseFile="$(OutDir)/example2.pdb"
  40. GenerateMapFile="TRUE"
  41. MapLines="TRUE"
  42. SubSystem="1"
  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="1"
  70. CharacterSet="2">
  71. <Tool
  72. Name="VCCLCompilerTool"
  73. PreprocessorDefinitions="WIN32;NDEBUG;_CONSOLE"
  74. RuntimeLibrary="4"
  75. UsePrecompiledHeader="0"
  76. WarningLevel="3"
  77. Detect64BitPortabilityProblems="TRUE"
  78. DebugInformationFormat="3"/>
  79. <Tool
  80. Name="VCCustomBuildTool"/>
  81. <Tool
  82. Name="VCLinkerTool"
  83. AdditionalDependencies="C:\Projects\duma_2_4_26\stacktrace\lib\stacktraced.lib"
  84. OutputFile="$(OutDir)/example2.exe"
  85. LinkIncremental="1"
  86. GenerateDebugInformation="TRUE"
  87. GenerateMapFile="TRUE"
  88. SubSystem="1"
  89. OptimizeReferences="2"
  90. EnableCOMDATFolding="2"
  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="Quelldateien"
  119. Filter="cpp;c;cxx;def;odl;idl;hpj;bat;asm;asmx"
  120. UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}">
  121. <File
  122. RelativePath="..\..\examples\example2.cpp">
  123. </File>
  124. </Filter>
  125. <Filter
  126. Name="Headerdateien"
  127. Filter="h;hpp;hxx;hm;inl;inc;xsd"
  128. UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}">
  129. </Filter>
  130. <Filter
  131. Name="Ressourcendateien"
  132. Filter="rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe;resx"
  133. UniqueIdentifier="{67DA6AB6-F800-4c08-8B7A-83BB121AAD01}">
  134. </Filter>
  135. </Files>
  136. <Globals>
  137. </Globals>
  138. </VisualStudioProject>