strsafe.vcproj 3.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150
  1. <?xml version="1.0" encoding="Windows-1252"?>
  2. <VisualStudioProject
  3. ProjectType="Visual C++"
  4. Version="7.10"
  5. Name="strsafe"
  6. ProjectGUID="{8402F30F-5EFE-4066-9D94-0B47B6C83D43}"
  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="2"
  18. CharacterSet="2">
  19. <Tool
  20. Name="VCCLCompilerTool"
  21. Optimization="0"
  22. PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS;_USRDLL;STRSAFE_EXPORTS"
  23. MinimalRebuild="TRUE"
  24. BasicRuntimeChecks="3"
  25. RuntimeLibrary="1"
  26. UsePrecompiledHeader="0"
  27. WarningLevel="3"
  28. Detect64BitPortabilityProblems="TRUE"
  29. DebugInformationFormat="4"/>
  30. <Tool
  31. Name="VCCustomBuildTool"/>
  32. <Tool
  33. Name="VCLinkerTool"
  34. OutputFile="$(OutDir)/strsafe.dll"
  35. LinkIncremental="2"
  36. ModuleDefinitionFile="strsafe.def"
  37. GenerateDebugInformation="TRUE"
  38. ProgramDatabaseFile="$(OutDir)/strsafe.pdb"
  39. SubSystem="2"
  40. ImportLibrary="$(OutDir)/strsafe.lib"
  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="2"
  68. CharacterSet="2">
  69. <Tool
  70. Name="VCCLCompilerTool"
  71. Optimization="2"
  72. GlobalOptimizations="TRUE"
  73. EnableIntrinsicFunctions="TRUE"
  74. FavorSizeOrSpeed="1"
  75. OmitFramePointers="TRUE"
  76. PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS;_USRDLL;STRSAFE_EXPORTS"
  77. StringPooling="TRUE"
  78. RuntimeLibrary="2"
  79. EnableFunctionLevelLinking="TRUE"
  80. TreatWChar_tAsBuiltInType="TRUE"
  81. ForceConformanceInForLoopScope="TRUE"
  82. UsePrecompiledHeader="0"
  83. WarningLevel="3"
  84. Detect64BitPortabilityProblems="TRUE"
  85. DebugInformationFormat="3"/>
  86. <Tool
  87. Name="VCCustomBuildTool"/>
  88. <Tool
  89. Name="VCLinkerTool"
  90. AdditionalDependencies="unicows.lib"
  91. OutputFile="$(ProgramFiles)/Winamp/strsafe.dll"
  92. LinkIncremental="1"
  93. ModuleDefinitionFile="strsafe.def"
  94. GenerateDebugInformation="TRUE"
  95. SubSystem="2"
  96. OptimizeReferences="2"
  97. EnableCOMDATFolding="2"
  98. OptimizeForWindows98="1"
  99. ImportLibrary="$(OutDir)/strsafe.lib"
  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. <Filter
  127. Name="Source Files"
  128. Filter="cpp;c;cxx;def;odl;idl;hpj;bat;asm;asmx"
  129. UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}">
  130. <File
  131. RelativePath=".\strsafe.c">
  132. </File>
  133. <File
  134. RelativePath=".\strsafe.h">
  135. </File>
  136. </Filter>
  137. <Filter
  138. Name="Header Files"
  139. Filter="h;hpp;hxx;hm;inl;inc;xsd"
  140. UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}">
  141. </Filter>
  142. <Filter
  143. Name="Resource Files"
  144. Filter="rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe;resx"
  145. UniqueIdentifier="{67DA6AB6-F800-4c08-8B7A-83BB121AAD01}">
  146. </Filter>
  147. </Files>
  148. <Globals>
  149. </Globals>
  150. </VisualStudioProject>