feedback.vcproj 6.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321
  1. <?xml version="1.0" encoding="Windows-1252"?>
  2. <VisualStudioProject
  3. ProjectType="Visual C++"
  4. Version="9.00"
  5. Name="feedback"
  6. ProjectGUID="{A845D04C-A95E-424C-BFA8-D7706DBA78BF}"
  7. RootNamespace="feedback"
  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="$(ConfigurationName)"
  22. IntermediateDirectory="$(ConfigurationName)"
  23. ConfigurationType="1"
  24. InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops"
  25. CharacterSet="1"
  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;_WINDOWS;_CRT_SECURE_NO_WARNINGS"
  47. BasicRuntimeChecks="3"
  48. RuntimeLibrary="1"
  49. UsePrecompiledHeader="0"
  50. PrecompiledHeaderThrough="precomp.h"
  51. WarningLevel="3"
  52. DebugInformationFormat="4"
  53. ForcedIncludeFiles="precomp.h"
  54. />
  55. <Tool
  56. Name="VCManagedResourceCompilerTool"
  57. />
  58. <Tool
  59. Name="VCResourceCompilerTool"
  60. />
  61. <Tool
  62. Name="VCPreLinkEventTool"
  63. />
  64. <Tool
  65. Name="VCLinkerTool"
  66. AdditionalDependencies="comctl32.lib msvcrtd.lib libcpmtd.lib rpcrt4.lib"
  67. OutputFile="$(ProgramFiles)\winamp\reporter.exe"
  68. GenerateManifest="false"
  69. IgnoreDefaultLibraryNames="libcmtd"
  70. GenerateDebugInformation="true"
  71. ProgramDatabaseFile="$(OutDir)/feedback.pdb"
  72. SubSystem="2"
  73. RandomizedBaseAddress="1"
  74. DataExecutionPrevention="0"
  75. TargetMachine="1"
  76. />
  77. <Tool
  78. Name="VCALinkTool"
  79. />
  80. <Tool
  81. Name="VCManifestTool"
  82. AdditionalManifestFiles="manifest.xml"
  83. />
  84. <Tool
  85. Name="VCXDCMakeTool"
  86. />
  87. <Tool
  88. Name="VCBscMakeTool"
  89. />
  90. <Tool
  91. Name="VCFxCopTool"
  92. />
  93. <Tool
  94. Name="VCAppVerifierTool"
  95. />
  96. <Tool
  97. Name="VCPostBuildEventTool"
  98. />
  99. </Configuration>
  100. <Configuration
  101. Name="Release|Win32"
  102. OutputDirectory="$(ConfigurationName)"
  103. IntermediateDirectory="$(ConfigurationName)"
  104. ConfigurationType="1"
  105. InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops"
  106. UseOfATL="0"
  107. ATLMinimizesCRunTimeLibraryUsage="false"
  108. CharacterSet="1"
  109. WholeProgramOptimization="1"
  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. Optimization="1"
  129. FavorSizeOrSpeed="2"
  130. AdditionalIncludeDirectories="."
  131. PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS;_CRT_SECURE_NO_WARNINGS"
  132. StringPooling="true"
  133. BufferSecurityCheck="false"
  134. UsePrecompiledHeader="2"
  135. PrecompiledHeaderThrough="precomp.h"
  136. WarningLevel="3"
  137. DebugInformationFormat="3"
  138. ForcedIncludeFiles="precomp.h"
  139. />
  140. <Tool
  141. Name="VCManagedResourceCompilerTool"
  142. />
  143. <Tool
  144. Name="VCResourceCompilerTool"
  145. />
  146. <Tool
  147. Name="VCPreLinkEventTool"
  148. />
  149. <Tool
  150. Name="VCLinkerTool"
  151. AdditionalDependencies="comctl32.lib libcpmt.lib rpcrt4.lib"
  152. OutputFile="$(ProgramFiles)\winamp\reporter.exe"
  153. LinkIncremental="1"
  154. GenerateManifest="false"
  155. IgnoreDefaultLibraryNames=""
  156. GenerateDebugInformation="true"
  157. ProgramDatabaseFile="$(OutDir)/$(ProjectName).pdb"
  158. SubSystem="2"
  159. OptimizeReferences="2"
  160. EnableCOMDATFolding="2"
  161. EntryPointSymbol=""
  162. RandomizedBaseAddress="1"
  163. TargetMachine="1"
  164. />
  165. <Tool
  166. Name="VCALinkTool"
  167. />
  168. <Tool
  169. Name="VCManifestTool"
  170. AdditionalManifestFiles="manifest.xml"
  171. />
  172. <Tool
  173. Name="VCXDCMakeTool"
  174. />
  175. <Tool
  176. Name="VCBscMakeTool"
  177. />
  178. <Tool
  179. Name="VCFxCopTool"
  180. />
  181. <Tool
  182. Name="VCAppVerifierTool"
  183. />
  184. <Tool
  185. Name="VCPostBuildEventTool"
  186. />
  187. </Configuration>
  188. </Configurations>
  189. <References>
  190. </References>
  191. <Files>
  192. <Filter
  193. Name="Source Files"
  194. Filter="cpp;c;cxx;def;odl;idl;hpj;bat;asm;asmx"
  195. UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}"
  196. >
  197. <File
  198. RelativePath=".\main.cpp"
  199. >
  200. </File>
  201. <File
  202. RelativePath=".\operations.cpp"
  203. >
  204. </File>
  205. <File
  206. RelativePath=".\precomp.cpp"
  207. >
  208. <FileConfiguration
  209. Name="Release|Win32"
  210. >
  211. <Tool
  212. Name="VCCLCompilerTool"
  213. UsePrecompiledHeader="1"
  214. />
  215. </FileConfiguration>
  216. </File>
  217. <File
  218. RelativePath=".\silent.cpp"
  219. >
  220. </File>
  221. </Filter>
  222. <Filter
  223. Name="Header Files"
  224. Filter="h;hpp;hxx;hm;inl;inc;xsd"
  225. UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}"
  226. >
  227. <File
  228. RelativePath=".\main.h"
  229. >
  230. </File>
  231. <File
  232. RelativePath=".\precomp.h"
  233. >
  234. </File>
  235. <File
  236. RelativePath=".\Resource.h"
  237. >
  238. </File>
  239. </Filter>
  240. <Filter
  241. Name="Resource Files"
  242. Filter="rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe;resx"
  243. UniqueIdentifier="{67DA6AB6-F800-4c08-8B7A-83BB121AAD01}"
  244. >
  245. <File
  246. RelativePath=".\feedback.rc"
  247. >
  248. </File>
  249. <File
  250. RelativePath=".\manifest.xml"
  251. >
  252. </File>
  253. </Filter>
  254. <Filter
  255. Name="Settings"
  256. >
  257. <File
  258. RelativePath="..\config.cpp"
  259. >
  260. </File>
  261. <File
  262. RelativePath="..\config.h"
  263. >
  264. </File>
  265. <File
  266. RelativePath="..\settings.cpp"
  267. >
  268. </File>
  269. <File
  270. RelativePath="..\settings.h"
  271. >
  272. </File>
  273. </Filter>
  274. <Filter
  275. Name="zip"
  276. >
  277. <File
  278. RelativePath=".\xzip\XZip.cpp"
  279. >
  280. </File>
  281. <File
  282. RelativePath=".\xzip\XZip.h"
  283. >
  284. </File>
  285. </Filter>
  286. <Filter
  287. Name="smtp"
  288. >
  289. <File
  290. RelativePath=".\smtp\Base64.cpp"
  291. >
  292. </File>
  293. <File
  294. RelativePath=".\smtp\Base64.h"
  295. >
  296. </File>
  297. <File
  298. RelativePath=".\smtp\Smtp.cpp"
  299. >
  300. </File>
  301. <File
  302. RelativePath=".\smtp\Smtp.h"
  303. >
  304. </File>
  305. </Filter>
  306. <Filter
  307. Name="email"
  308. >
  309. <File
  310. RelativePath=".\email\SendEmail.cpp"
  311. >
  312. </File>
  313. <File
  314. RelativePath=".\email\SendEmail.h"
  315. >
  316. </File>
  317. </Filter>
  318. </Files>
  319. <Globals>
  320. </Globals>
  321. </VisualStudioProject>