cmdlib.vcproj 2.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123
  1. <?xml version="1.0" encoding="Windows-1252"?>
  2. <VisualStudioProject
  3. ProjectType="Visual C++"
  4. Version="7.10"
  5. Name="cmdlib"
  6. ProjectGUID="{8845C5C1-4154-425F-8643-447FADC03449}"
  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="4"
  18. CharacterSet="2">
  19. <Tool
  20. Name="VCCLCompilerTool"
  21. Optimization="0"
  22. AdditionalIncludeDirectories="../"
  23. PreprocessorDefinitions="WIN32;_DEBUG;_LIB"
  24. StringPooling="TRUE"
  25. MinimalRebuild="TRUE"
  26. ExceptionHandling="FALSE"
  27. BasicRuntimeChecks="0"
  28. RuntimeLibrary="3"
  29. UsePrecompiledHeader="0"
  30. BrowseInformation="0"
  31. WarningLevel="3"
  32. Detect64BitPortabilityProblems="TRUE"
  33. DebugInformationFormat="4"/>
  34. <Tool
  35. Name="VCCustomBuildTool"/>
  36. <Tool
  37. Name="VCLibrarianTool"
  38. OutputFile="$(OutDir)/cmdlib.lib"/>
  39. <Tool
  40. Name="VCMIDLTool"/>
  41. <Tool
  42. Name="VCPostBuildEventTool"/>
  43. <Tool
  44. Name="VCPreBuildEventTool"/>
  45. <Tool
  46. Name="VCPreLinkEventTool"/>
  47. <Tool
  48. Name="VCResourceCompilerTool"/>
  49. <Tool
  50. Name="VCWebServiceProxyGeneratorTool"/>
  51. <Tool
  52. Name="VCXMLDataGeneratorTool"/>
  53. <Tool
  54. Name="VCManagedWrapperGeneratorTool"/>
  55. <Tool
  56. Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
  57. </Configuration>
  58. <Configuration
  59. Name="Release|Win32"
  60. OutputDirectory="Release"
  61. IntermediateDirectory="Release"
  62. ConfigurationType="4"
  63. CharacterSet="2">
  64. <Tool
  65. Name="VCCLCompilerTool"
  66. GlobalOptimizations="TRUE"
  67. InlineFunctionExpansion="2"
  68. EnableIntrinsicFunctions="TRUE"
  69. OptimizeForWindowsApplication="TRUE"
  70. AdditionalIncludeDirectories="../"
  71. PreprocessorDefinitions="WIN32;NDEBUG;_LIB"
  72. StringPooling="TRUE"
  73. ExceptionHandling="FALSE"
  74. RuntimeLibrary="2"
  75. BufferSecurityCheck="FALSE"
  76. UsePrecompiledHeader="0"
  77. WarningLevel="3"
  78. Detect64BitPortabilityProblems="TRUE"
  79. DebugInformationFormat="3"/>
  80. <Tool
  81. Name="VCCustomBuildTool"/>
  82. <Tool
  83. Name="VCLibrarianTool"
  84. OutputFile="$(OutDir)/cmdlib.lib"/>
  85. <Tool
  86. Name="VCMIDLTool"/>
  87. <Tool
  88. Name="VCPostBuildEventTool"/>
  89. <Tool
  90. Name="VCPreBuildEventTool"/>
  91. <Tool
  92. Name="VCPreLinkEventTool"/>
  93. <Tool
  94. Name="VCResourceCompilerTool"/>
  95. <Tool
  96. Name="VCWebServiceProxyGeneratorTool"/>
  97. <Tool
  98. Name="VCXMLDataGeneratorTool"/>
  99. <Tool
  100. Name="VCManagedWrapperGeneratorTool"/>
  101. <Tool
  102. Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
  103. </Configuration>
  104. </Configurations>
  105. <References>
  106. </References>
  107. <Files>
  108. <Filter
  109. Name="src"
  110. Filter="cpp;c;cxx;def;odl;idl;hpj;bat;asm;asmx"
  111. UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}">
  112. <File
  113. RelativePath=".\cmdlib.cpp">
  114. </File>
  115. <File
  116. RelativePath="..\cmdlib.h">
  117. </File>
  118. </Filter>
  119. </Files>
  120. <Globals>
  121. </Globals>
  122. </VisualStudioProject>