exdll-vs2008.vcproj 5.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264
  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. IgnoreAllDefaultLibraries="true"
  84. IgnoreDefaultLibraryNames="libc.lib"
  85. ProgramDatabaseFile=".\Release/exdll.pdb"
  86. OptimizeForWindows98="1"
  87. EntryPointSymbol="DllMain"
  88. RandomizedBaseAddress="1"
  89. DataExecutionPrevention="0"
  90. ImportLibrary=".\Release/exdll.lib"
  91. TargetMachine="1"
  92. />
  93. <Tool
  94. Name="VCALinkTool"
  95. />
  96. <Tool
  97. Name="VCManifestTool"
  98. />
  99. <Tool
  100. Name="VCXDCMakeTool"
  101. />
  102. <Tool
  103. Name="VCBscMakeTool"
  104. SuppressStartupBanner="true"
  105. OutputFile=".\Release/exdll.bsc"
  106. />
  107. <Tool
  108. Name="VCFxCopTool"
  109. />
  110. <Tool
  111. Name="VCAppVerifierTool"
  112. />
  113. <Tool
  114. Name="VCPostBuildEventTool"
  115. />
  116. </Configuration>
  117. <Configuration
  118. Name="Debug|Win32"
  119. OutputDirectory=".\Debug"
  120. IntermediateDirectory=".\Debug"
  121. ConfigurationType="2"
  122. InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC60.vsprops"
  123. UseOfMFC="0"
  124. ATLMinimizesCRunTimeLibraryUsage="false"
  125. CharacterSet="2"
  126. >
  127. <Tool
  128. Name="VCPreBuildEventTool"
  129. />
  130. <Tool
  131. Name="VCCustomBuildTool"
  132. />
  133. <Tool
  134. Name="VCXMLDataGeneratorTool"
  135. />
  136. <Tool
  137. Name="VCWebServiceProxyGeneratorTool"
  138. />
  139. <Tool
  140. Name="VCMIDLTool"
  141. PreprocessorDefinitions="_DEBUG"
  142. MkTypLibCompatible="true"
  143. SuppressStartupBanner="true"
  144. TargetEnvironment="1"
  145. TypeLibraryName=".\Debug/exdll.tlb"
  146. HeaderFileName=""
  147. />
  148. <Tool
  149. Name="VCCLCompilerTool"
  150. Optimization="0"
  151. AdditionalIncludeDirectories="."
  152. PreprocessorDefinitions="_DEBUG;WIN32;_WINDOWS;_USRDLL;EXDLL_EXPORTS;NSISCALL=__stdcall"
  153. MinimalRebuild="true"
  154. BasicRuntimeChecks="0"
  155. RuntimeLibrary="3"
  156. BufferSecurityCheck="false"
  157. PrecompiledHeaderFile=".\Debug/exdll.pch"
  158. AssemblerListingLocation=".\Debug/"
  159. ObjectFile=".\Debug/"
  160. ProgramDataBaseFileName=".\Debug/"
  161. WarningLevel="3"
  162. SuppressStartupBanner="true"
  163. DebugInformationFormat="4"
  164. />
  165. <Tool
  166. Name="VCManagedResourceCompilerTool"
  167. />
  168. <Tool
  169. Name="VCResourceCompilerTool"
  170. PreprocessorDefinitions="_DEBUG"
  171. Culture="1033"
  172. />
  173. <Tool
  174. Name="VCPreLinkEventTool"
  175. />
  176. <Tool
  177. Name="VCLinkerTool"
  178. AdditionalDependencies="odbc32.lib odbccp32.lib nsis\pluginapi.lib"
  179. OutputFile=".\Debug/exdll.dll"
  180. LinkIncremental="2"
  181. SuppressStartupBanner="true"
  182. IgnoreAllDefaultLibraries="true"
  183. IgnoreDefaultLibraryNames=""
  184. GenerateDebugInformation="true"
  185. ProgramDatabaseFile=".\Debug/exdll.pdb"
  186. EntryPointSymbol="DllMain"
  187. RandomizedBaseAddress="1"
  188. DataExecutionPrevention="0"
  189. ImportLibrary=".\Debug/exdll.lib"
  190. TargetMachine="1"
  191. />
  192. <Tool
  193. Name="VCALinkTool"
  194. />
  195. <Tool
  196. Name="VCManifestTool"
  197. />
  198. <Tool
  199. Name="VCXDCMakeTool"
  200. />
  201. <Tool
  202. Name="VCBscMakeTool"
  203. SuppressStartupBanner="true"
  204. OutputFile=".\Debug/exdll.bsc"
  205. />
  206. <Tool
  207. Name="VCFxCopTool"
  208. />
  209. <Tool
  210. Name="VCAppVerifierTool"
  211. />
  212. <Tool
  213. Name="VCPostBuildEventTool"
  214. />
  215. </Configuration>
  216. </Configurations>
  217. <References>
  218. </References>
  219. <Files>
  220. <Filter
  221. Name="Source Files"
  222. Filter="cpp;c;cxx;rc;def;r;odl;idl;hpj;bat"
  223. >
  224. <File
  225. RelativePath="exdll.c"
  226. >
  227. <FileConfiguration
  228. Name="Release|Win32"
  229. >
  230. <Tool
  231. Name="VCCLCompilerTool"
  232. AdditionalIncludeDirectories=""
  233. PreprocessorDefinitions=""
  234. />
  235. </FileConfiguration>
  236. <FileConfiguration
  237. Name="Debug|Win32"
  238. >
  239. <Tool
  240. Name="VCCLCompilerTool"
  241. AdditionalIncludeDirectories=""
  242. PreprocessorDefinitions=""
  243. />
  244. </FileConfiguration>
  245. </File>
  246. </Filter>
  247. <Filter
  248. Name="Header Files"
  249. Filter="h;hpp;hxx;hm;inl"
  250. >
  251. <File
  252. RelativePath="nsis\pluginapi.h"
  253. >
  254. </File>
  255. </Filter>
  256. <Filter
  257. Name="Resource Files"
  258. Filter="ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe"
  259. >
  260. </Filter>
  261. </Files>
  262. <Globals>
  263. </Globals>
  264. </VisualStudioProject>