PageRenderTime 44ms CodeModel.GetById 16ms RepoModel.GetById 1ms app.codeStats 0ms

/Visual Studio 2008/ATLActiveX/ATLActiveX.vcproj

#
MSBuild | 394 lines | 394 code | 0 blank | 0 comment | 0 complexity | af2738cb091757ffa1f154a60321e174 MD5 | raw file
  1. <?xml version="1.0" encoding="gb2312"?>
  2. <VisualStudioProject
  3. ProjectType="Visual C++"
  4. Version="9.00"
  5. Name="ATLActiveX"
  6. ProjectGUID="{35AA02B0-711D-483A-9AC3-950AE542BE3A}"
  7. RootNamespace="ATLActiveX"
  8. Keyword="AtlProj"
  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. UseOfATL="2"
  25. ATLMinimizesCRunTimeLibraryUsage="false"
  26. CharacterSet="1"
  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="_DEBUG"
  43. MkTypLibCompatible="false"
  44. TargetEnvironment="1"
  45. GenerateStublessProxies="true"
  46. TypeLibraryName="$(IntDir)/ATLActiveX.tlb"
  47. HeaderFileName="ATLActiveX_i.h"
  48. DLLDataFileName=""
  49. InterfaceIdentifierFileName="ATLActiveX_i.c"
  50. ProxyFileName="ATLActiveX_p.c"
  51. ValidateParameters="true"
  52. />
  53. <Tool
  54. Name="VCCLCompilerTool"
  55. Optimization="0"
  56. PreprocessorDefinitions="WIN32;_WINDOWS;_DEBUG;_USRDLL;_MERGE_PROXYSTUB"
  57. MinimalRebuild="true"
  58. BasicRuntimeChecks="3"
  59. RuntimeLibrary="3"
  60. UsePrecompiledHeader="0"
  61. WarningLevel="3"
  62. DebugInformationFormat="4"
  63. />
  64. <Tool
  65. Name="VCManagedResourceCompilerTool"
  66. />
  67. <Tool
  68. Name="VCResourceCompilerTool"
  69. PreprocessorDefinitions="_DEBUG"
  70. Culture="1033"
  71. AdditionalIncludeDirectories="$(IntDir)"
  72. />
  73. <Tool
  74. Name="VCPreLinkEventTool"
  75. />
  76. <Tool
  77. Name="VCLinkerTool"
  78. RegisterOutput="true"
  79. IgnoreImportLibrary="true"
  80. LinkIncremental="2"
  81. ModuleDefinitionFile=".\ATLActiveX.def"
  82. GenerateDebugInformation="true"
  83. SubSystem="2"
  84. TargetMachine="1"
  85. />
  86. <Tool
  87. Name="VCALinkTool"
  88. />
  89. <Tool
  90. Name="VCManifestTool"
  91. />
  92. <Tool
  93. Name="VCXDCMakeTool"
  94. />
  95. <Tool
  96. Name="VCBscMakeTool"
  97. />
  98. <Tool
  99. Name="VCFxCopTool"
  100. />
  101. <Tool
  102. Name="VCAppVerifierTool"
  103. />
  104. <Tool
  105. Name="VCPostBuildEventTool"
  106. />
  107. </Configuration>
  108. <Configuration
  109. Name="Release|Win32"
  110. OutputDirectory="$(SolutionDir)$(ConfigurationName)"
  111. IntermediateDirectory="$(ConfigurationName)"
  112. ConfigurationType="2"
  113. UseOfATL="2"
  114. ATLMinimizesCRunTimeLibraryUsage="false"
  115. CharacterSet="1"
  116. >
  117. <Tool
  118. Name="VCPreBuildEventTool"
  119. />
  120. <Tool
  121. Name="VCCustomBuildTool"
  122. />
  123. <Tool
  124. Name="VCXMLDataGeneratorTool"
  125. />
  126. <Tool
  127. Name="VCWebServiceProxyGeneratorTool"
  128. />
  129. <Tool
  130. Name="VCMIDLTool"
  131. PreprocessorDefinitions="NDEBUG"
  132. MkTypLibCompatible="false"
  133. TargetEnvironment="1"
  134. GenerateStublessProxies="true"
  135. TypeLibraryName="$(IntDir)/ATLActiveX.tlb"
  136. HeaderFileName="ATLActiveX_i.h"
  137. DLLDataFileName=""
  138. InterfaceIdentifierFileName="ATLActiveX_i.c"
  139. ProxyFileName="ATLActiveX_p.c"
  140. ValidateParameters="true"
  141. />
  142. <Tool
  143. Name="VCCLCompilerTool"
  144. Optimization="2"
  145. PreprocessorDefinitions="WIN32;_WINDOWS;NDEBUG;_USRDLL;_MERGE_PROXYSTUB"
  146. RuntimeLibrary="2"
  147. UsePrecompiledHeader="0"
  148. WarningLevel="3"
  149. DebugInformationFormat="3"
  150. />
  151. <Tool
  152. Name="VCManagedResourceCompilerTool"
  153. />
  154. <Tool
  155. Name="VCResourceCompilerTool"
  156. PreprocessorDefinitions="NDEBUG"
  157. Culture="1033"
  158. AdditionalIncludeDirectories="$(IntDir)"
  159. />
  160. <Tool
  161. Name="VCPreLinkEventTool"
  162. />
  163. <Tool
  164. Name="VCLinkerTool"
  165. RegisterOutput="true"
  166. IgnoreImportLibrary="true"
  167. LinkIncremental="1"
  168. ModuleDefinitionFile=".\ATLActiveX.def"
  169. GenerateDebugInformation="true"
  170. SubSystem="2"
  171. OptimizeReferences="2"
  172. EnableCOMDATFolding="2"
  173. TargetMachine="1"
  174. />
  175. <Tool
  176. Name="VCALinkTool"
  177. />
  178. <Tool
  179. Name="VCManifestTool"
  180. />
  181. <Tool
  182. Name="VCXDCMakeTool"
  183. />
  184. <Tool
  185. Name="VCBscMakeTool"
  186. />
  187. <Tool
  188. Name="VCFxCopTool"
  189. />
  190. <Tool
  191. Name="VCAppVerifierTool"
  192. />
  193. <Tool
  194. Name="VCPostBuildEventTool"
  195. />
  196. </Configuration>
  197. </Configurations>
  198. <References>
  199. </References>
  200. <Files>
  201. <Filter
  202. Name="Source Files"
  203. Filter="cpp;c;cc;cxx;def;odl;idl;hpj;bat;asm;asmx"
  204. UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}"
  205. >
  206. <File
  207. RelativePath=".\ATLActiveX.cpp"
  208. >
  209. </File>
  210. <File
  211. RelativePath=".\ATLActiveX.def"
  212. >
  213. </File>
  214. <File
  215. RelativePath=".\ATLActiveX.idl"
  216. >
  217. </File>
  218. <File
  219. RelativePath=".\ATLActiveXCtrl.cpp"
  220. >
  221. </File>
  222. <File
  223. RelativePath=".\dlldatax.c"
  224. >
  225. <FileConfiguration
  226. Name="Debug|Win32"
  227. >
  228. <Tool
  229. Name="VCCLCompilerTool"
  230. UsePrecompiledHeader="0"
  231. CompileAsManaged="0"
  232. />
  233. </FileConfiguration>
  234. <FileConfiguration
  235. Name="Release|Win32"
  236. >
  237. <Tool
  238. Name="VCCLCompilerTool"
  239. UsePrecompiledHeader="0"
  240. CompileAsManaged="0"
  241. />
  242. </FileConfiguration>
  243. </File>
  244. <File
  245. RelativePath=".\dllmain.cpp"
  246. >
  247. <FileConfiguration
  248. Name="Debug|Win32"
  249. >
  250. <Tool
  251. Name="VCCLCompilerTool"
  252. UsePrecompiledHeader="0"
  253. CompileAsManaged="0"
  254. />
  255. </FileConfiguration>
  256. <FileConfiguration
  257. Name="Release|Win32"
  258. >
  259. <Tool
  260. Name="VCCLCompilerTool"
  261. UsePrecompiledHeader="0"
  262. CompileAsManaged="0"
  263. />
  264. </FileConfiguration>
  265. </File>
  266. <File
  267. RelativePath=".\stdafx.cpp"
  268. >
  269. <FileConfiguration
  270. Name="Debug|Win32"
  271. >
  272. <Tool
  273. Name="VCCLCompilerTool"
  274. UsePrecompiledHeader="1"
  275. />
  276. </FileConfiguration>
  277. <FileConfiguration
  278. Name="Release|Win32"
  279. >
  280. <Tool
  281. Name="VCCLCompilerTool"
  282. UsePrecompiledHeader="1"
  283. />
  284. </FileConfiguration>
  285. </File>
  286. </Filter>
  287. <Filter
  288. Name="Header Files"
  289. Filter="h;hpp;hxx;hm;inl;inc;xsd"
  290. UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}"
  291. >
  292. <File
  293. RelativePath=".\_IATLActiveXCtrlEvents_CP.h"
  294. >
  295. </File>
  296. <File
  297. RelativePath=".\ATLActiveXCtrl.h"
  298. >
  299. </File>
  300. <File
  301. RelativePath=".\CComDlgCtrl.h"
  302. >
  303. </File>
  304. <File
  305. RelativePath=".\dlldatax.h"
  306. >
  307. </File>
  308. <File
  309. RelativePath=".\dllmain.h"
  310. >
  311. </File>
  312. <File
  313. RelativePath=".\Resource.h"
  314. >
  315. </File>
  316. <File
  317. RelativePath=".\stdafx.h"
  318. >
  319. </File>
  320. <File
  321. RelativePath=".\targetver.h"
  322. >
  323. </File>
  324. </Filter>
  325. <Filter
  326. Name="Resource Files"
  327. Filter="rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe;resx;tiff;tif;png;wav"
  328. UniqueIdentifier="{67DA6AB6-F800-4c08-8B7A-83BB121AAD01}"
  329. >
  330. <File
  331. RelativePath=".\ATLActiveX.rc"
  332. >
  333. </File>
  334. <File
  335. RelativePath=".\ATLActiveX.rgs"
  336. >
  337. </File>
  338. <File
  339. RelativePath=".\ATLActiveXCtrl.bmp"
  340. >
  341. </File>
  342. <File
  343. RelativePath=".\ATLActiveXCtrl.rgs"
  344. >
  345. </File>
  346. </Filter>
  347. <Filter
  348. Name="Generated Files"
  349. SourceControlFiles="false"
  350. >
  351. <File
  352. RelativePath=".\ATLActiveX_i.c"
  353. >
  354. <FileConfiguration
  355. Name="Debug|Win32"
  356. >
  357. <Tool
  358. Name="VCCLCompilerTool"
  359. UsePrecompiledHeader="0"
  360. CompileAsManaged="0"
  361. />
  362. </FileConfiguration>
  363. <FileConfiguration
  364. Name="Release|Win32"
  365. >
  366. <Tool
  367. Name="VCCLCompilerTool"
  368. UsePrecompiledHeader="0"
  369. CompileAsManaged="0"
  370. />
  371. </FileConfiguration>
  372. </File>
  373. <File
  374. RelativePath=".\ATLActiveX_i.h"
  375. >
  376. </File>
  377. </Filter>
  378. <File
  379. RelativePath=".\ATLActiveXCtrl.htm"
  380. DeploymentContent="true"
  381. >
  382. </File>
  383. <File
  384. RelativePath=".\ReadMe.txt"
  385. >
  386. </File>
  387. </Files>
  388. <Globals>
  389. <Global
  390. Name="RESOURCE_FILE"
  391. Value="ATLActiveX.rc"
  392. />
  393. </Globals>
  394. </VisualStudioProject>