flat_set_test.vcproj 4.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137
  1. <?xml version="1.0" encoding="Windows-1252"?>
  2. <VisualStudioProject
  3. ProjectType="Visual C++"
  4. Version="7.10"
  5. Name="flat_set_test"
  6. ProjectGUID="{58CCE183-6092-48FE-A4F7-BA0D3A792637}"
  7. Keyword="Win32Proj">
  8. <Platforms>
  9. <Platform
  10. Name="Win32"/>
  11. </Platforms>
  12. <Configurations>
  13. <Configuration
  14. Name="Debug|Win32"
  15. OutputDirectory="../../Bin/Win32/Debug"
  16. IntermediateDirectory="Debug/flat_set_test"
  17. ConfigurationType="1"
  18. CharacterSet="2">
  19. <Tool
  20. Name="VCCLCompilerTool"
  21. Optimization="0"
  22. AdditionalIncludeDirectories="../../../.."
  23. PreprocessorDefinitions="WIN32;_DEBUG;_CONSOLE"
  24. GeneratePreprocessedFile="0"
  25. KeepComments="FALSE"
  26. MinimalRebuild="TRUE"
  27. BasicRuntimeChecks="3"
  28. RuntimeLibrary="3"
  29. TreatWChar_tAsBuiltInType="TRUE"
  30. ForceConformanceInForLoopScope="FALSE"
  31. UsePrecompiledHeader="0"
  32. WarningLevel="4"
  33. Detect64BitPortabilityProblems="TRUE"
  34. DebugInformationFormat="3"/>
  35. <Tool
  36. Name="VCCustomBuildTool"/>
  37. <Tool
  38. Name="VCLinkerTool"
  39. AdditionalDependencies="winmm.lib"
  40. OutputFile="$(OutDir)/flat_set_test_d.exe"
  41. LinkIncremental="1"
  42. AdditionalLibraryDirectories="../../../../stage/lib"
  43. GenerateDebugInformation="TRUE"
  44. ProgramDatabaseFile="$(OutDir)/flat_set_test.pdb"
  45. SubSystem="1"
  46. TargetMachine="1"
  47. FixedBaseAddress="1"
  48. />
  49. <Tool
  50. Name="VCMIDLTool"/>
  51. <Tool
  52. Name="VCPostBuildEventTool"/>
  53. <Tool
  54. Name="VCPreBuildEventTool"/>
  55. <Tool
  56. Name="VCPreLinkEventTool"/>
  57. <Tool
  58. Name="VCResourceCompilerTool"/>
  59. <Tool
  60. Name="VCWebServiceProxyGeneratorTool"/>
  61. <Tool
  62. Name="VCXMLDataGeneratorTool"/>
  63. <Tool
  64. Name="VCWebDeploymentTool"/>
  65. <Tool
  66. Name="VCManagedWrapperGeneratorTool"/>
  67. <Tool
  68. Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
  69. </Configuration>
  70. <Configuration
  71. Name="Release|Win32"
  72. OutputDirectory="../../Bin/Win32/Release"
  73. IntermediateDirectory="Release/flat_set_test"
  74. ConfigurationType="1"
  75. CharacterSet="2">
  76. <Tool
  77. Name="VCCLCompilerTool"
  78. AdditionalIncludeDirectories="../../../.."
  79. PreprocessorDefinitions="WIN32;NDEBUG;_CONSOLE"
  80. RuntimeLibrary="2"
  81. TreatWChar_tAsBuiltInType="TRUE"
  82. ForceConformanceInForLoopScope="FALSE"
  83. UsePrecompiledHeader="0"
  84. WarningLevel="4"
  85. Detect64BitPortabilityProblems="TRUE"
  86. DebugInformationFormat="0"/>
  87. <Tool
  88. Name="VCCustomBuildTool"/>
  89. <Tool
  90. Name="VCLinkerTool"
  91. AdditionalDependencies="winmm.lib"
  92. OutputFile="$(OutDir)/flat_set_test.exe"
  93. LinkIncremental="1"
  94. AdditionalLibraryDirectories="../../../../stage/lib"
  95. GenerateDebugInformation="TRUE"
  96. SubSystem="1"
  97. OptimizeReferences="2"
  98. EnableCOMDATFolding="2"
  99. TargetMachine="1"
  100. FixedBaseAddress="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. <Filter
  127. Name="Source Files"
  128. Filter="cpp;c;cxx;def;odl;idl;hpj;bat;asm;asmx"
  129. UniqueIdentifier="{4FC737F1-C7A5-4376-A066-252A26A32D7A}">
  130. <File
  131. RelativePath="..\..\test\flat_set_test.cpp">
  132. </File>
  133. </Filter>
  134. </Files>
  135. <Globals>
  136. </Globals>
  137. </VisualStudioProject>