Profiling.vcproj 3.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133
  1. <?xml version="1.0" encoding="Windows-1252"?>
  2. <VisualStudioProject
  3. ProjectType="Visual C++"
  4. Version="7.10"
  5. Name="30.Profiling"
  6. ProjectGUID="{65D9DE2E-B73E-4ADF-96D1-BF4A8B7F4F97}"
  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. AdditionalIncludeDirectories="..\..\include"
  23. PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS"
  24. MinimalRebuild="TRUE"
  25. BasicRuntimeChecks="3"
  26. RuntimeLibrary="5"
  27. UsePrecompiledHeader="0"
  28. WarningLevel="3"
  29. Detect64BitPortabilityProblems="TRUE"
  30. DebugInformationFormat="4"/>
  31. <Tool
  32. Name="VCCustomBuildTool"/>
  33. <Tool
  34. Name="VCLinkerTool"
  35. OutputFile="..\..\bin\Win32-VisualStudio\30.Profiling.exe"
  36. LinkIncremental="1"
  37. AdditionalLibraryDirectories="..\..\lib\Win32-visualstudio"
  38. GenerateDebugInformation="TRUE"
  39. ProgramDatabaseFile="$(OutDir)/Profiling.pdb"
  40. SubSystem="1"
  41. TargetMachine="1"/>
  42. <Tool
  43. Name="VCMIDLTool"/>
  44. <Tool
  45. Name="VCPostBuildEventTool"/>
  46. <Tool
  47. Name="VCPreBuildEventTool"/>
  48. <Tool
  49. Name="VCPreLinkEventTool"/>
  50. <Tool
  51. Name="VCResourceCompilerTool"/>
  52. <Tool
  53. Name="VCWebServiceProxyGeneratorTool"/>
  54. <Tool
  55. Name="VCXMLDataGeneratorTool"/>
  56. <Tool
  57. Name="VCWebDeploymentTool"/>
  58. <Tool
  59. Name="VCManagedWrapperGeneratorTool"/>
  60. <Tool
  61. Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
  62. </Configuration>
  63. <Configuration
  64. Name="Release|Win32"
  65. OutputDirectory="Release"
  66. IntermediateDirectory="Release"
  67. ConfigurationType="1"
  68. CharacterSet="2"
  69. WholeProgramOptimization="TRUE">
  70. <Tool
  71. Name="VCCLCompilerTool"
  72. AdditionalOptions="/QIfist /Oa"
  73. Optimization="3"
  74. GlobalOptimizations="TRUE"
  75. InlineFunctionExpansion="2"
  76. EnableIntrinsicFunctions="TRUE"
  77. FavorSizeOrSpeed="1"
  78. OmitFramePointers="TRUE"
  79. AdditionalIncludeDirectories="..\..\include"
  80. PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS"
  81. RuntimeLibrary="4"
  82. BufferSecurityCheck="FALSE"
  83. UsePrecompiledHeader="0"
  84. WarningLevel="3"
  85. Detect64BitPortabilityProblems="TRUE"
  86. DebugInformationFormat="0"
  87. CallingConvention="1"/>
  88. <Tool
  89. Name="VCCustomBuildTool"/>
  90. <Tool
  91. Name="VCLinkerTool"
  92. OutputFile="..\..\bin\Win32-VisualStudio\30.Profiling.exe"
  93. LinkIncremental="1"
  94. SuppressStartupBanner="TRUE"
  95. AdditionalLibraryDirectories="..\..\lib\Win32-visualstudio"
  96. GenerateDebugInformation="FALSE"
  97. SubSystem="1"
  98. OptimizeReferences="2"
  99. EnableCOMDATFolding="2"
  100. TargetMachine="1"/>
  101. <Tool
  102. Name="VCMIDLTool"/>
  103. <Tool
  104. Name="VCPostBuildEventTool"/>
  105. <Tool
  106. Name="VCPreBuildEventTool"/>
  107. <Tool
  108. Name="VCPreLinkEventTool"/>
  109. <Tool
  110. Name="VCResourceCompilerTool"/>
  111. <Tool
  112. Name="VCWebServiceProxyGeneratorTool"/>
  113. <Tool
  114. Name="VCXMLDataGeneratorTool"/>
  115. <Tool
  116. Name="VCWebDeploymentTool"/>
  117. <Tool
  118. Name="VCManagedWrapperGeneratorTool"/>
  119. <Tool
  120. Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
  121. </Configuration>
  122. </Configurations>
  123. <References>
  124. </References>
  125. <Files>
  126. <File
  127. RelativePath=".\main.cpp">
  128. </File>
  129. </Files>
  130. <Globals>
  131. </Globals>
  132. </VisualStudioProject>