InconsistentHistoryTest6.vcproj 4.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202
  1. <?xml version="1.0" encoding="Windows-1252"?>
  2. <VisualStudioProject
  3. ProjectType="Visual C++"
  4. Version="9.00"
  5. Name="InconsistentHistoryTest6"
  6. ProjectGUID="{7D2AB32E-930A-4758-8FAF-F5E0A19A411C}"
  7. RootNamespace="InconsistentHistoryTest6"
  8. Keyword="Win32Proj"
  9. TargetFrameworkVersion="131072"
  10. >
  11. <Platforms>
  12. <Platform
  13. Name="Win32"
  14. />
  15. </Platforms>
  16. <ToolFiles>
  17. </ToolFiles>
  18. <Configurations>
  19. <Configuration
  20. Name="Debug|Win32"
  21. OutputDirectory="$(ProjectName)Debug"
  22. IntermediateDirectory="$(ProjectName)Debug"
  23. ConfigurationType="1"
  24. InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops"
  25. CharacterSet="2"
  26. >
  27. <Tool
  28. Name="VCPreBuildEventTool"
  29. />
  30. <Tool
  31. Name="VCCustomBuildTool"
  32. />
  33. <Tool
  34. Name="VCXMLDataGeneratorTool"
  35. />
  36. <Tool
  37. Name="VCWebServiceProxyGeneratorTool"
  38. />
  39. <Tool
  40. Name="VCMIDLTool"
  41. />
  42. <Tool
  43. Name="VCCLCompilerTool"
  44. Optimization="0"
  45. AdditionalIncludeDirectories="..\..\..\"
  46. PreprocessorDefinitions="WIN32;_DEBUG;_CONSOLE"
  47. MinimalRebuild="true"
  48. BasicRuntimeChecks="3"
  49. RuntimeLibrary="3"
  50. DisableLanguageExtensions="true"
  51. TreatWChar_tAsBuiltInType="true"
  52. ForceConformanceInForLoopScope="true"
  53. RuntimeTypeInfo="true"
  54. UsePrecompiledHeader="0"
  55. WarningLevel="4"
  56. WarnAsError="true"
  57. Detect64BitPortabilityProblems="false"
  58. DebugInformationFormat="4"
  59. />
  60. <Tool
  61. Name="VCManagedResourceCompilerTool"
  62. />
  63. <Tool
  64. Name="VCResourceCompilerTool"
  65. />
  66. <Tool
  67. Name="VCPreLinkEventTool"
  68. />
  69. <Tool
  70. Name="VCLinkerTool"
  71. OutputFile="$(OutDir)/InconsistentHistoryTest6.exe"
  72. LinkIncremental="2"
  73. AdditionalLibraryDirectories=""
  74. GenerateDebugInformation="true"
  75. ProgramDatabaseFile="$(OutDir)/InconsistentHistoryTest6.pdb"
  76. SubSystem="1"
  77. RandomizedBaseAddress="1"
  78. DataExecutionPrevention="0"
  79. TargetMachine="1"
  80. />
  81. <Tool
  82. Name="VCALinkTool"
  83. />
  84. <Tool
  85. Name="VCManifestTool"
  86. />
  87. <Tool
  88. Name="VCXDCMakeTool"
  89. />
  90. <Tool
  91. Name="VCBscMakeTool"
  92. />
  93. <Tool
  94. Name="VCFxCopTool"
  95. />
  96. <Tool
  97. Name="VCAppVerifierTool"
  98. />
  99. <Tool
  100. Name="VCPostBuildEventTool"
  101. />
  102. </Configuration>
  103. <Configuration
  104. Name="Release|Win32"
  105. OutputDirectory="$(ProjectName)Release"
  106. IntermediateDirectory="$(ProjectName)Release"
  107. ConfigurationType="1"
  108. InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops"
  109. CharacterSet="2"
  110. >
  111. <Tool
  112. Name="VCPreBuildEventTool"
  113. />
  114. <Tool
  115. Name="VCCustomBuildTool"
  116. />
  117. <Tool
  118. Name="VCXMLDataGeneratorTool"
  119. />
  120. <Tool
  121. Name="VCWebServiceProxyGeneratorTool"
  122. />
  123. <Tool
  124. Name="VCMIDLTool"
  125. />
  126. <Tool
  127. Name="VCCLCompilerTool"
  128. AdditionalIncludeDirectories="..\..\..\"
  129. PreprocessorDefinitions="WIN32;NDEBUG;_CONSOLE"
  130. RuntimeLibrary="2"
  131. DisableLanguageExtensions="true"
  132. TreatWChar_tAsBuiltInType="true"
  133. ForceConformanceInForLoopScope="true"
  134. RuntimeTypeInfo="true"
  135. UsePrecompiledHeader="0"
  136. WarningLevel="4"
  137. WarnAsError="true"
  138. Detect64BitPortabilityProblems="false"
  139. DebugInformationFormat="3"
  140. />
  141. <Tool
  142. Name="VCManagedResourceCompilerTool"
  143. />
  144. <Tool
  145. Name="VCResourceCompilerTool"
  146. />
  147. <Tool
  148. Name="VCPreLinkEventTool"
  149. />
  150. <Tool
  151. Name="VCLinkerTool"
  152. OutputFile="$(OutDir)/InconsistentHistoryTest6.exe"
  153. LinkIncremental="1"
  154. AdditionalLibraryDirectories=""
  155. GenerateDebugInformation="true"
  156. SubSystem="1"
  157. OptimizeReferences="2"
  158. EnableCOMDATFolding="2"
  159. RandomizedBaseAddress="1"
  160. DataExecutionPrevention="0"
  161. TargetMachine="1"
  162. />
  163. <Tool
  164. Name="VCALinkTool"
  165. />
  166. <Tool
  167. Name="VCManifestTool"
  168. />
  169. <Tool
  170. Name="VCXDCMakeTool"
  171. />
  172. <Tool
  173. Name="VCBscMakeTool"
  174. />
  175. <Tool
  176. Name="VCFxCopTool"
  177. />
  178. <Tool
  179. Name="VCAppVerifierTool"
  180. />
  181. <Tool
  182. Name="VCPostBuildEventTool"
  183. />
  184. </Configuration>
  185. </Configurations>
  186. <References>
  187. </References>
  188. <Files>
  189. <Filter
  190. Name="Source Files"
  191. Filter="cpp;c;cxx;def;odl;idl;hpj;bat;asm;asmx"
  192. UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}"
  193. >
  194. <File
  195. RelativePath=".\InconsistentHistoryTest6.cpp"
  196. >
  197. </File>
  198. </Filter>
  199. </Files>
  200. <Globals>
  201. </Globals>
  202. </VisualStudioProject>