gen_deviceprovider.vcproj 7.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415
  1. <?xml version="1.0" encoding="Windows-1252"?>
  2. <VisualStudioProject
  3. ProjectType="Visual C++"
  4. Version="9.00"
  5. Name="gen_deviceprovider"
  6. ProjectGUID="{A3C7D830-CD01-4C2B-9E1A-FB62B5236BA9}"
  7. RootNamespace="gen_deviceprovider"
  8. Keyword="Win32Proj"
  9. TargetFrameworkVersion="196613"
  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="$(SolutionDir)$(ConfigurationName)"
  22. IntermediateDirectory="$(ConfigurationName)"
  23. ConfigurationType="2"
  24. CharacterSet="1"
  25. >
  26. <Tool
  27. Name="VCPreBuildEventTool"
  28. />
  29. <Tool
  30. Name="VCCustomBuildTool"
  31. />
  32. <Tool
  33. Name="VCXMLDataGeneratorTool"
  34. />
  35. <Tool
  36. Name="VCWebServiceProxyGeneratorTool"
  37. />
  38. <Tool
  39. Name="VCMIDLTool"
  40. />
  41. <Tool
  42. Name="VCCLCompilerTool"
  43. Optimization="0"
  44. AdditionalIncludeDirectories="../..;../../wasabi;../../agave"
  45. PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS;_USRDLL;GEN_DEVICEPROVIDER_EXPORTS"
  46. MinimalRebuild="true"
  47. BasicRuntimeChecks="3"
  48. RuntimeLibrary="3"
  49. UsePrecompiledHeader="0"
  50. PrecompiledHeaderThrough=""
  51. WarningLevel="3"
  52. DebugInformationFormat="4"
  53. EnablePREfast="false"
  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 shlwapi.lib windowscodecs.lib"
  67. OutputFile="$(ProgramFiles)\winamp\plugins\gen_deviceprovider.dll"
  68. LinkIncremental="2"
  69. IgnoreDefaultLibraryNames="msvcprt.lib"
  70. GenerateDebugInformation="true"
  71. ProgramDatabaseFile="$(OutDir)\$(TargetName).pdb"
  72. SubSystem="2"
  73. SupportUnloadOfDelayLoadedDLL="true"
  74. ImportLibrary="$(OutDir)\$(TargetName).lib"
  75. TargetMachine="1"
  76. Profile="false"
  77. />
  78. <Tool
  79. Name="VCALinkTool"
  80. />
  81. <Tool
  82. Name="VCManifestTool"
  83. />
  84. <Tool
  85. Name="VCXDCMakeTool"
  86. OutputDocumentFile="$(OutDir)\$(TargetName).xml"
  87. />
  88. <Tool
  89. Name="VCBscMakeTool"
  90. />
  91. <Tool
  92. Name="VCFxCopTool"
  93. />
  94. <Tool
  95. Name="VCAppVerifierTool"
  96. />
  97. <Tool
  98. Name="VCPostBuildEventTool"
  99. />
  100. </Configuration>
  101. <Configuration
  102. Name="Release|Win32"
  103. OutputDirectory="$(SolutionDir)$(ConfigurationName)"
  104. IntermediateDirectory="$(ConfigurationName)"
  105. ConfigurationType="2"
  106. CharacterSet="1"
  107. WholeProgramOptimization="1"
  108. >
  109. <Tool
  110. Name="VCPreBuildEventTool"
  111. />
  112. <Tool
  113. Name="VCCustomBuildTool"
  114. />
  115. <Tool
  116. Name="VCXMLDataGeneratorTool"
  117. />
  118. <Tool
  119. Name="VCWebServiceProxyGeneratorTool"
  120. />
  121. <Tool
  122. Name="VCMIDLTool"
  123. />
  124. <Tool
  125. Name="VCCLCompilerTool"
  126. Optimization="2"
  127. EnableIntrinsicFunctions="true"
  128. AdditionalIncludeDirectories="../..;../../wasabi;../../agave"
  129. PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS;_USRDLL;GEN_DEVICEPROVIDER_EXPORTS"
  130. RuntimeLibrary="2"
  131. EnableFunctionLevelLinking="true"
  132. UsePrecompiledHeader="2"
  133. PrecompiledHeaderThrough="main.h"
  134. WarningLevel="3"
  135. DebugInformationFormat="3"
  136. />
  137. <Tool
  138. Name="VCManagedResourceCompilerTool"
  139. />
  140. <Tool
  141. Name="VCResourceCompilerTool"
  142. />
  143. <Tool
  144. Name="VCPreLinkEventTool"
  145. />
  146. <Tool
  147. Name="VCLinkerTool"
  148. AdditionalDependencies="comctl32.lib shlwapi.lib windowscodecs.lib"
  149. OutputFile="$(ProgramFiles)\winamp\plugins\gen_deviceprovider.dll"
  150. LinkIncremental="1"
  151. IgnoreDefaultLibraryNames="msvcprt.lib"
  152. GenerateDebugInformation="true"
  153. ProgramDatabaseFile="$(OutDir)\$(TargetName).pdb"
  154. SubSystem="2"
  155. OptimizeReferences="2"
  156. EnableCOMDATFolding="2"
  157. SupportUnloadOfDelayLoadedDLL="true"
  158. ImportLibrary="$(OutDir)\$(TargetName).lib"
  159. TargetMachine="1"
  160. />
  161. <Tool
  162. Name="VCALinkTool"
  163. />
  164. <Tool
  165. Name="VCManifestTool"
  166. />
  167. <Tool
  168. Name="VCXDCMakeTool"
  169. OutputDocumentFile="$(OutDir)\$(TargetName).xml"
  170. />
  171. <Tool
  172. Name="VCBscMakeTool"
  173. />
  174. <Tool
  175. Name="VCFxCopTool"
  176. />
  177. <Tool
  178. Name="VCAppVerifierTool"
  179. />
  180. <Tool
  181. Name="VCPostBuildEventTool"
  182. />
  183. </Configuration>
  184. </Configurations>
  185. <References>
  186. </References>
  187. <Files>
  188. <Filter
  189. Name="nu"
  190. >
  191. <File
  192. RelativePath="..\..\nu\PtrList.cpp"
  193. >
  194. <FileConfiguration
  195. Name="Release|Win32"
  196. >
  197. <Tool
  198. Name="VCCLCompilerTool"
  199. UsePrecompiledHeader="0"
  200. />
  201. </FileConfiguration>
  202. </File>
  203. <File
  204. RelativePath="..\..\nu\PtrList.h"
  205. >
  206. </File>
  207. <File
  208. RelativePath="..\..\nu\trace.cpp"
  209. >
  210. <FileConfiguration
  211. Name="Release|Win32"
  212. >
  213. <Tool
  214. Name="VCCLCompilerTool"
  215. UsePrecompiledHeader="0"
  216. />
  217. </FileConfiguration>
  218. </File>
  219. <File
  220. RelativePath="..\..\nu\trace.h"
  221. >
  222. </File>
  223. </Filter>
  224. <File
  225. RelativePath=".\common.h"
  226. >
  227. </File>
  228. <File
  229. RelativePath=".\device.cpp"
  230. >
  231. </File>
  232. <File
  233. RelativePath=".\device.h"
  234. >
  235. </File>
  236. <File
  237. RelativePath=".\deviceActivity.cpp"
  238. >
  239. </File>
  240. <File
  241. RelativePath=".\deviceActivity.h"
  242. >
  243. </File>
  244. <File
  245. RelativePath=".\deviceCommandNodeParser.cpp"
  246. >
  247. </File>
  248. <File
  249. RelativePath=".\deviceCommandNodeParser.h"
  250. >
  251. </File>
  252. <File
  253. RelativePath=".\deviceCommandParser.cpp"
  254. >
  255. </File>
  256. <File
  257. RelativePath=".\deviceCommandParser.h"
  258. >
  259. </File>
  260. <File
  261. RelativePath=".\deviceConnectionNodeParser.cpp"
  262. >
  263. </File>
  264. <File
  265. RelativePath=".\deviceConnectionNodeParser.h"
  266. >
  267. </File>
  268. <File
  269. RelativePath=".\deviceConnectionParser.cpp"
  270. >
  271. </File>
  272. <File
  273. RelativePath=".\deviceConnectionParser.h"
  274. >
  275. </File>
  276. <File
  277. RelativePath=".\deviceIconEditor.cpp"
  278. >
  279. </File>
  280. <File
  281. RelativePath=".\deviceIconEditor.h"
  282. >
  283. </File>
  284. <File
  285. RelativePath=".\deviceNodeParser.cpp"
  286. >
  287. </File>
  288. <File
  289. RelativePath=".\deviceNodeParser.h"
  290. >
  291. </File>
  292. <File
  293. RelativePath=".\deviceParser.cpp"
  294. >
  295. </File>
  296. <File
  297. RelativePath=".\deviceParser.h"
  298. >
  299. </File>
  300. <File
  301. RelativePath=".\deviceTypeNodeParser.cpp"
  302. >
  303. </File>
  304. <File
  305. RelativePath=".\deviceTypeNodeParser.h"
  306. >
  307. </File>
  308. <File
  309. RelativePath=".\deviceTypeParser.cpp"
  310. >
  311. </File>
  312. <File
  313. RelativePath=".\deviceTypeParser.h"
  314. >
  315. </File>
  316. <File
  317. RelativePath=".\deviceView.cpp"
  318. >
  319. </File>
  320. <File
  321. RelativePath=".\deviceView.h"
  322. >
  323. </File>
  324. <File
  325. RelativePath=".\iconStore.cpp"
  326. >
  327. </File>
  328. <File
  329. RelativePath=".\iconStore.h"
  330. >
  331. </File>
  332. <File
  333. RelativePath=".\main.cpp"
  334. >
  335. <FileConfiguration
  336. Name="Release|Win32"
  337. >
  338. <Tool
  339. Name="VCCLCompilerTool"
  340. UsePrecompiledHeader="1"
  341. />
  342. </FileConfiguration>
  343. </File>
  344. <File
  345. RelativePath=".\main.h"
  346. >
  347. </File>
  348. <File
  349. RelativePath=".\plugin.cpp"
  350. >
  351. </File>
  352. <File
  353. RelativePath=".\plugin.h"
  354. >
  355. </File>
  356. <File
  357. RelativePath=".\provider.cpp"
  358. >
  359. </File>
  360. <File
  361. RelativePath=".\provider.h"
  362. >
  363. </File>
  364. <File
  365. RelativePath=".\resource.h"
  366. >
  367. </File>
  368. <File
  369. RelativePath=".\resources.rc"
  370. >
  371. </File>
  372. <File
  373. RelativePath=".\stringBuilder.cpp"
  374. >
  375. </File>
  376. <File
  377. RelativePath=".\stringBuilder.h"
  378. >
  379. </File>
  380. <File
  381. RelativePath=".\strings.cpp"
  382. >
  383. </File>
  384. <File
  385. RelativePath=".\strings.h"
  386. >
  387. </File>
  388. <File
  389. RelativePath=".\testSuite.cpp"
  390. >
  391. </File>
  392. <File
  393. RelativePath=".\testSuite.h"
  394. >
  395. </File>
  396. <File
  397. RelativePath=".\testSuiteLoader.cpp"
  398. >
  399. </File>
  400. <File
  401. RelativePath=".\testSuiteLoader.h"
  402. >
  403. </File>
  404. <File
  405. RelativePath=".\wasabi.cpp"
  406. >
  407. </File>
  408. <File
  409. RelativePath=".\wasabi.h"
  410. >
  411. </File>
  412. </Files>
  413. <Globals>
  414. </Globals>
  415. </VisualStudioProject>