/admin/win/nsi/nsis_processes/src/processes.vcproj

http://github.com/tomahawk-player/tomahawk · MSBuild · 222 lines · 222 code · 0 blank · 0 comment · 0 complexity · 8657d85355eeebeabc12c29dc39edd1e MD5 · raw file

  1. <?xml version="1.0" encoding="Windows-1252"?>
  2. <VisualStudioProject
  3. ProjectType="Visual C++"
  4. Version="7.10"
  5. Name="processes"
  6. SccProjectName="processes"
  7. SccLocalPath=".">
  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. UseOfMFC="0"
  19. ATLMinimizesCRunTimeLibraryUsage="FALSE"
  20. CharacterSet="2">
  21. <Tool
  22. Name="VCCLCompilerTool"
  23. Optimization="0"
  24. PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS;_USRDLL;FINDPROCDLL_EXPORTS"
  25. BasicRuntimeChecks="3"
  26. RuntimeLibrary="1"
  27. UsePrecompiledHeader="3"
  28. PrecompiledHeaderThrough="stdafx.h"
  29. PrecompiledHeaderFile=".\Debug/processes.pch"
  30. AssemblerListingLocation=".\Debug/"
  31. ObjectFile=".\Debug/"
  32. ProgramDataBaseFileName=".\Debug/"
  33. WarningLevel="3"
  34. SuppressStartupBanner="TRUE"
  35. DebugInformationFormat="4"/>
  36. <Tool
  37. Name="VCCustomBuildTool"/>
  38. <Tool
  39. Name="VCLinkerTool"
  40. OutputFile=".\Debug/processes.dll"
  41. LinkIncremental="1"
  42. SuppressStartupBanner="TRUE"
  43. GenerateDebugInformation="TRUE"
  44. ProgramDatabaseFile=".\Debug/processes.pdb"
  45. ImportLibrary=".\Debug/processes.lib"
  46. TargetMachine="1"/>
  47. <Tool
  48. Name="VCMIDLTool"
  49. PreprocessorDefinitions="_DEBUG"
  50. MkTypLibCompatible="TRUE"
  51. SuppressStartupBanner="TRUE"
  52. TargetEnvironment="1"
  53. TypeLibraryName=".\Debug/processes.tlb"
  54. HeaderFileName=""/>
  55. <Tool
  56. Name="VCPostBuildEventTool"/>
  57. <Tool
  58. Name="VCPreBuildEventTool"/>
  59. <Tool
  60. Name="VCPreLinkEventTool"/>
  61. <Tool
  62. Name="VCResourceCompilerTool"
  63. PreprocessorDefinitions="_DEBUG"
  64. Culture="1034"/>
  65. <Tool
  66. Name="VCWebServiceProxyGeneratorTool"/>
  67. <Tool
  68. Name="VCXMLDataGeneratorTool"/>
  69. <Tool
  70. Name="VCWebDeploymentTool"/>
  71. <Tool
  72. Name="VCManagedWrapperGeneratorTool"/>
  73. <Tool
  74. Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
  75. </Configuration>
  76. <Configuration
  77. Name="Release|Win32"
  78. OutputDirectory="..\bin"
  79. IntermediateDirectory="..\bin\processes"
  80. ConfigurationType="2"
  81. UseOfMFC="0"
  82. ATLMinimizesCRunTimeLibraryUsage="FALSE"
  83. CharacterSet="2"
  84. WholeProgramOptimization="TRUE">
  85. <Tool
  86. Name="VCCLCompilerTool"
  87. Optimization="3"
  88. GlobalOptimizations="TRUE"
  89. InlineFunctionExpansion="1"
  90. FavorSizeOrSpeed="1"
  91. OptimizeForWindowsApplication="TRUE"
  92. PreprocessorDefinitions="NDEBUG;_WINDOWS;_USRDLL;FINDPROCDLL_EXPORTS"
  93. StringPooling="TRUE"
  94. RuntimeLibrary="0"
  95. StructMemberAlignment="1"
  96. EnableFunctionLevelLinking="TRUE"
  97. UsePrecompiledHeader="3"
  98. PrecompiledHeaderThrough="stdafx.h"
  99. PrecompiledHeaderFile="..\bin\processes/processes.pch"
  100. AssemblerListingLocation="..\bin\processes/"
  101. ObjectFile="..\bin\processes/"
  102. ProgramDataBaseFileName="..\bin\processes/"
  103. WarningLevel="4"
  104. SuppressStartupBanner="TRUE"/>
  105. <Tool
  106. Name="VCCustomBuildTool"/>
  107. <Tool
  108. Name="VCLinkerTool"
  109. AdditionalDependencies="libc.lib"
  110. OutputFile="..\bin/Processes.dll"
  111. LinkIncremental="1"
  112. SuppressStartupBanner="TRUE"
  113. IgnoreAllDefaultLibraries="FALSE"
  114. ProgramDatabaseFile="..\bin/processes.pdb"
  115. OptimizeForWindows98="1"
  116. ImportLibrary="..\bin/processes.lib"
  117. TargetMachine="1"/>
  118. <Tool
  119. Name="VCMIDLTool"
  120. PreprocessorDefinitions="NDEBUG"
  121. MkTypLibCompatible="TRUE"
  122. SuppressStartupBanner="TRUE"
  123. TargetEnvironment="1"
  124. TypeLibraryName=".\Release/processes.tlb"
  125. HeaderFileName=""/>
  126. <Tool
  127. Name="VCPostBuildEventTool"/>
  128. <Tool
  129. Name="VCPreBuildEventTool"/>
  130. <Tool
  131. Name="VCPreLinkEventTool"/>
  132. <Tool
  133. Name="VCResourceCompilerTool"
  134. PreprocessorDefinitions="NDEBUG"
  135. Culture="1033"/>
  136. <Tool
  137. Name="VCWebServiceProxyGeneratorTool"/>
  138. <Tool
  139. Name="VCXMLDataGeneratorTool"/>
  140. <Tool
  141. Name="VCWebDeploymentTool"/>
  142. <Tool
  143. Name="VCManagedWrapperGeneratorTool"/>
  144. <Tool
  145. Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
  146. </Configuration>
  147. </Configurations>
  148. <References>
  149. </References>
  150. <Files>
  151. <Filter
  152. Name="Source Files"
  153. Filter="cpp;c;cxx;rc;def;r;odl;idl;hpj;bat">
  154. <File
  155. RelativePath="processes.cpp">
  156. <FileConfiguration
  157. Name="Debug|Win32">
  158. <Tool
  159. Name="VCCLCompilerTool"
  160. Optimization="0"
  161. PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS;_MBCS;_USRDLL;FINDPROCDLL_EXPORTS;$(NoInherit)"
  162. BasicRuntimeChecks="3"/>
  163. </FileConfiguration>
  164. <FileConfiguration
  165. Name="Release|Win32">
  166. <Tool
  167. Name="VCCLCompilerTool"
  168. Optimization="1"
  169. PreprocessorDefinitions="NDEBUG;_WINDOWS;_MBCS;_USRDLL;FINDPROCDLL_EXPORTS;$(NoInherit)"/>
  170. </FileConfiguration>
  171. </File>
  172. <File
  173. RelativePath=".\processes.rc">
  174. </File>
  175. <File
  176. RelativePath="StdAfx.cpp">
  177. <FileConfiguration
  178. Name="Debug|Win32">
  179. <Tool
  180. Name="VCCLCompilerTool"
  181. Optimization="0"
  182. PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS;_MBCS;_USRDLL;FINDPROCDLL_EXPORTS;$(NoInherit)"
  183. BasicRuntimeChecks="3"
  184. UsePrecompiledHeader="1"/>
  185. </FileConfiguration>
  186. <FileConfiguration
  187. Name="Release|Win32">
  188. <Tool
  189. Name="VCCLCompilerTool"
  190. Optimization="1"
  191. PreprocessorDefinitions="NDEBUG;_WINDOWS;_MBCS;_USRDLL;FINDPROCDLL_EXPORTS;$(NoInherit)"
  192. UsePrecompiledHeader="1"/>
  193. </FileConfiguration>
  194. </File>
  195. </Filter>
  196. <Filter
  197. Name="Header Files"
  198. Filter="h;hpp;hxx;hm;inl">
  199. <File
  200. RelativePath="exdll.h">
  201. </File>
  202. <File
  203. RelativePath=".\processes.h">
  204. </File>
  205. <File
  206. RelativePath=".\resource.h">
  207. </File>
  208. <File
  209. RelativePath="StdAfx.h">
  210. </File>
  211. </Filter>
  212. <Filter
  213. Name="Resource Files"
  214. Filter="ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe">
  215. </Filter>
  216. <File
  217. RelativePath="processes.txt">
  218. </File>
  219. </Files>
  220. <Globals>
  221. </Globals>
  222. </VisualStudioProject>