exdll-vs2008.vcproj 5.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266
  1. <?xml version="1.0" encoding="Windows-1252"?>
  2. <VisualStudioProject
  3. ProjectType="Visual C++"
  4. Version="9.00"
  5. Name="exdll"
  6. ProjectGUID="{5E3E2AFD-1D6B-4997-A9B5-8ECBC8F6C31A}"
  7. RootNamespace="exdll"
  8. TargetFrameworkVersion="0"
  9. >
  10. <Platforms>
  11. <Platform
  12. Name="Win32"
  13. />
  14. </Platforms>
  15. <ToolFiles>
  16. </ToolFiles>
  17. <Configurations>
  18. <Configuration
  19. Name="Release|Win32"
  20. OutputDirectory=".\Release"
  21. IntermediateDirectory=".\Release"
  22. ConfigurationType="2"
  23. InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC60.vsprops"
  24. UseOfMFC="0"
  25. ATLMinimizesCRunTimeLibraryUsage="false"
  26. CharacterSet="2"
  27. >
  28. <Tool
  29. Name="VCPreBuildEventTool"
  30. />
  31. <Tool
  32. Name="VCCustomBuildTool"
  33. />
  34. <Tool
  35. Name="VCXMLDataGeneratorTool"
  36. />
  37. <Tool
  38. Name="VCWebServiceProxyGeneratorTool"
  39. />
  40. <Tool
  41. Name="VCMIDLTool"
  42. PreprocessorDefinitions="NDEBUG"
  43. MkTypLibCompatible="true"
  44. SuppressStartupBanner="true"
  45. TargetEnvironment="1"
  46. TypeLibraryName=".\Release/exdll.tlb"
  47. HeaderFileName=""
  48. />
  49. <Tool
  50. Name="VCCLCompilerTool"
  51. Optimization="1"
  52. InlineFunctionExpansion="0"
  53. AdditionalIncludeDirectories="."
  54. PreprocessorDefinitions="NDEBUG;WIN32;_WINDOWS;_USRDLL;EXDLL_EXPORTS;NSISCALL=__stdcall"
  55. StringPooling="true"
  56. RuntimeLibrary="2"
  57. BufferSecurityCheck="false"
  58. EnableFunctionLevelLinking="true"
  59. PrecompiledHeaderFile=".\Release/exdll.pch"
  60. AssemblerListingLocation=".\Release/"
  61. ObjectFile=".\Release/"
  62. ProgramDataBaseFileName=".\Release/"
  63. WarningLevel="3"
  64. SuppressStartupBanner="true"
  65. />
  66. <Tool
  67. Name="VCManagedResourceCompilerTool"
  68. />
  69. <Tool
  70. Name="VCResourceCompilerTool"
  71. PreprocessorDefinitions="NDEBUG"
  72. Culture="1033"
  73. />
  74. <Tool
  75. Name="VCPreLinkEventTool"
  76. />
  77. <Tool
  78. Name="VCLinkerTool"
  79. AdditionalDependencies="odbc32.lib odbccp32.lib nsis\pluginapi.lib"
  80. OutputFile=".\Release/exdll.dll"
  81. LinkIncremental="1"
  82. SuppressStartupBanner="true"
  83. GenerateManifest="false"
  84. IgnoreAllDefaultLibraries="true"
  85. IgnoreDefaultLibraryNames="libc.lib"
  86. ProgramDatabaseFile=".\Release/exdll.pdb"
  87. OptimizeForWindows98="1"
  88. EntryPointSymbol="DllMain"
  89. RandomizedBaseAddress="1"
  90. DataExecutionPrevention="0"
  91. ImportLibrary=".\Release/exdll.lib"
  92. TargetMachine="1"
  93. />
  94. <Tool
  95. Name="VCALinkTool"
  96. />
  97. <Tool
  98. Name="VCManifestTool"
  99. />
  100. <Tool
  101. Name="VCXDCMakeTool"
  102. />
  103. <Tool
  104. Name="VCBscMakeTool"
  105. SuppressStartupBanner="true"
  106. OutputFile=".\Release/exdll.bsc"
  107. />
  108. <Tool
  109. Name="VCFxCopTool"
  110. />
  111. <Tool
  112. Name="VCAppVerifierTool"
  113. />
  114. <Tool
  115. Name="VCPostBuildEventTool"
  116. />
  117. </Configuration>
  118. <Configuration
  119. Name="Debug|Win32"
  120. OutputDirectory=".\Debug"
  121. IntermediateDirectory=".\Debug"
  122. ConfigurationType="2"
  123. InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC60.vsprops"
  124. UseOfMFC="0"
  125. ATLMinimizesCRunTimeLibraryUsage="false"
  126. CharacterSet="2"
  127. >
  128. <Tool
  129. Name="VCPreBuildEventTool"
  130. />
  131. <Tool
  132. Name="VCCustomBuildTool"
  133. />
  134. <Tool
  135. Name="VCXMLDataGeneratorTool"
  136. />
  137. <Tool
  138. Name="VCWebServiceProxyGeneratorTool"
  139. />
  140. <Tool
  141. Name="VCMIDLTool"
  142. PreprocessorDefinitions="_DEBUG"
  143. MkTypLibCompatible="true"
  144. SuppressStartupBanner="true"
  145. TargetEnvironment="1"
  146. TypeLibraryName=".\Debug/exdll.tlb"
  147. HeaderFileName=""
  148. />
  149. <Tool
  150. Name="VCCLCompilerTool"
  151. Optimization="0"
  152. AdditionalIncludeDirectories="."
  153. PreprocessorDefinitions="_DEBUG;WIN32;_WINDOWS;_USRDLL;EXDLL_EXPORTS;NSISCALL=__stdcall"
  154. MinimalRebuild="true"
  155. BasicRuntimeChecks="0"
  156. RuntimeLibrary="3"
  157. BufferSecurityCheck="false"
  158. PrecompiledHeaderFile=".\Debug/exdll.pch"
  159. AssemblerListingLocation=".\Debug/"
  160. ObjectFile=".\Debug/"
  161. ProgramDataBaseFileName=".\Debug/"
  162. WarningLevel="3"
  163. SuppressStartupBanner="true"
  164. DebugInformationFormat="4"
  165. />
  166. <Tool
  167. Name="VCManagedResourceCompilerTool"
  168. />
  169. <Tool
  170. Name="VCResourceCompilerTool"
  171. PreprocessorDefinitions="_DEBUG"
  172. Culture="1033"
  173. />
  174. <Tool
  175. Name="VCPreLinkEventTool"
  176. />
  177. <Tool
  178. Name="VCLinkerTool"
  179. AdditionalDependencies="odbc32.lib odbccp32.lib nsis\pluginapi.lib"
  180. OutputFile=".\Debug/exdll.dll"
  181. LinkIncremental="2"
  182. SuppressStartupBanner="true"
  183. GenerateManifest="false"
  184. IgnoreAllDefaultLibraries="true"
  185. IgnoreDefaultLibraryNames=""
  186. GenerateDebugInformation="true"
  187. ProgramDatabaseFile=".\Debug/exdll.pdb"
  188. EntryPointSymbol="DllMain"
  189. RandomizedBaseAddress="1"
  190. DataExecutionPrevention="0"
  191. ImportLibrary=".\Debug/exdll.lib"
  192. TargetMachine="1"
  193. />
  194. <Tool
  195. Name="VCALinkTool"
  196. />
  197. <Tool
  198. Name="VCManifestTool"
  199. />
  200. <Tool
  201. Name="VCXDCMakeTool"
  202. />
  203. <Tool
  204. Name="VCBscMakeTool"
  205. SuppressStartupBanner="true"
  206. OutputFile=".\Debug/exdll.bsc"
  207. />
  208. <Tool
  209. Name="VCFxCopTool"
  210. />
  211. <Tool
  212. Name="VCAppVerifierTool"
  213. />
  214. <Tool
  215. Name="VCPostBuildEventTool"
  216. />
  217. </Configuration>
  218. </Configurations>
  219. <References>
  220. </References>
  221. <Files>
  222. <Filter
  223. Name="Source Files"
  224. Filter="cpp;c;cxx;rc;def;r;odl;idl;hpj;bat"
  225. >
  226. <File
  227. RelativePath="exdll.c"
  228. >
  229. <FileConfiguration
  230. Name="Release|Win32"
  231. >
  232. <Tool
  233. Name="VCCLCompilerTool"
  234. AdditionalIncludeDirectories=""
  235. PreprocessorDefinitions=""
  236. />
  237. </FileConfiguration>
  238. <FileConfiguration
  239. Name="Debug|Win32"
  240. >
  241. <Tool
  242. Name="VCCLCompilerTool"
  243. AdditionalIncludeDirectories=""
  244. PreprocessorDefinitions=""
  245. />
  246. </FileConfiguration>
  247. </File>
  248. </Filter>
  249. <Filter
  250. Name="Header Files"
  251. Filter="h;hpp;hxx;hm;inl"
  252. >
  253. <File
  254. RelativePath="nsis\pluginapi.h"
  255. >
  256. </File>
  257. </Filter>
  258. <Filter
  259. Name="Resource Files"
  260. Filter="ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe"
  261. >
  262. </Filter>
  263. </Files>
  264. <Globals>
  265. </Globals>
  266. </VisualStudioProject>