avl_set.vcproj 3.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127
  1. <?xml version="1.0" encoding="Windows-1252"?>
  2. <VisualStudioProject
  3. ProjectType="Visual C++"
  4. Version="7.10"
  5. Name="avl_set"
  6. ProjectGUID="{16909EE7-24AF-97C1-C76B-204B971BA959}"
  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="../../../../../"
  23. PreprocessorDefinitions="WIN32;_DEBUG;_CONSOLE"
  24. MinimalRebuild="TRUE"
  25. BasicRuntimeChecks="3"
  26. RuntimeLibrary="1"
  27. DisableLanguageExtensions="FALSE"
  28. TreatWChar_tAsBuiltInType="TRUE"
  29. ForceConformanceInForLoopScope="TRUE"
  30. UsePrecompiledHeader="0"
  31. WarningLevel="4"
  32. Detect64BitPortabilityProblems="TRUE"
  33. DebugInformationFormat="4"/>
  34. <Tool
  35. Name="VCCustomBuildTool"/>
  36. <Tool
  37. Name="VCLinkerTool"
  38. OutputFile="$(OutDir)/avl_set.exe"
  39. LinkIncremental="2"
  40. GenerateDebugInformation="TRUE"
  41. ProgramDatabaseFile="$(OutDir)/avl_set.pdb"
  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. AdditionalIncludeDirectories="../../../../../"
  74. PreprocessorDefinitions="WIN32;NDEBUG;_CONSOLE"
  75. RuntimeLibrary="0"
  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)/avl_set.exe"
  85. LinkIncremental="1"
  86. GenerateDebugInformation="TRUE"
  87. SubSystem="1"
  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;asmx"
  119. UniqueIdentifier="{FC776C11-2A4F-326F-1E35-4C72A23B325A}">
  120. <File
  121. RelativePath="..\..\..\test\avl_set_test.cpp">
  122. </File>
  123. </Filter>
  124. </Files>
  125. <Globals>
  126. </Globals>
  127. </VisualStudioProject>