PageRenderTime 43ms CodeModel.GetById 1ms RepoModel.GetById 0ms app.codeStats 0ms

/Visual Studio 2008/CppOfficeManagedCOMAddInShim/CppOfficeManagedCOMAddInShim.vcproj

#
MSBuild | 331 lines | 331 code | 0 blank | 0 comment | 0 complexity | 559369cf82c17ac7bcb54b96a44274ee MD5 | raw file
  1. <?xml version="1.0" encoding="gb2312"?>
  2. <VisualStudioProject
  3. ProjectType="Visual C++"
  4. Version="9.00"
  5. Name="CppOfficeManagedCOMAddInShim"
  6. ProjectGUID="{1004E863-B8E2-44E7-B10C-88FE48D52E0D}"
  7. RootNamespace="CppOfficeManagedCOMAddInShim"
  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="1"
  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)/CppOfficeManagedCOMAddInShim.tlb"
  47. HeaderFileName="CppOfficeManagedCOMAddInShim.h"
  48. DLLDataFileName=""
  49. InterfaceIdentifierFileName="CppOfficeManagedCOMAddInShim_i.c"
  50. ProxyFileName="CppOfficeManagedCOMAddInShim_p.c"
  51. />
  52. <Tool
  53. Name="VCCLCompilerTool"
  54. Optimization="0"
  55. PreprocessorDefinitions="WIN32;_WINDOWS;_DEBUG;_USRDLL"
  56. MinimalRebuild="true"
  57. BasicRuntimeChecks="3"
  58. RuntimeLibrary="1"
  59. UsePrecompiledHeader="0"
  60. WarningLevel="3"
  61. Detect64BitPortabilityProblems="true"
  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. IgnoreImportLibrary="true"
  79. AdditionalDependencies="mscoree.lib"
  80. OutputFile="$(OutDir)/CppOfficeManagedCOMAddInShim.dll"
  81. LinkIncremental="2"
  82. AdditionalLibraryDirectories="$(FrameworkSDKDir)lib"
  83. ModuleDefinitionFile=".\CppOfficeManagedCOMAddInShim.def"
  84. GenerateDebugInformation="true"
  85. SubSystem="2"
  86. ImportLibrary="$(OutDir)/CppOfficeManagedCOMAddInShim.lib"
  87. TargetMachine="1"
  88. />
  89. <Tool
  90. Name="VCALinkTool"
  91. />
  92. <Tool
  93. Name="VCManifestTool"
  94. />
  95. <Tool
  96. Name="VCXDCMakeTool"
  97. />
  98. <Tool
  99. Name="VCBscMakeTool"
  100. />
  101. <Tool
  102. Name="VCFxCopTool"
  103. />
  104. <Tool
  105. Name="VCAppVerifierTool"
  106. />
  107. <Tool
  108. Name="VCPostBuildEventTool"
  109. Description="Performing post-build tasks"
  110. CommandLine="regsvr32 /s /c &quot;$(TargetPath)&quot;&#x0D;&#x0A;&#x0D;&#x0A;:: Copy the output of Office AddIn to the target directory&#x0D;&#x0A;:: copy &quot;$(SolutionDir)$(ConfigurationName)\CSOfficeSharedAddIn.dll&quot; &quot;$(TargetDir)&quot;&#x0D;&#x0A;&#x0D;&#x0A;:: Copy the ManagedAggregator assembly to the target directory&#x0D;&#x0A;:: copy &quot;$(SolutionDir)$(ConfigurationName)\ManagedAggregator.dll&quot; &quot;$(TargetDir)&quot;&#x0D;&#x0A;"
  111. />
  112. </Configuration>
  113. <Configuration
  114. Name="Release|Win32"
  115. OutputDirectory="$(SolutionDir)$(ConfigurationName)"
  116. IntermediateDirectory="$(ConfigurationName)"
  117. ConfigurationType="2"
  118. UseOfATL="1"
  119. ATLMinimizesCRunTimeLibraryUsage="false"
  120. CharacterSet="1"
  121. >
  122. <Tool
  123. Name="VCPreBuildEventTool"
  124. />
  125. <Tool
  126. Name="VCCustomBuildTool"
  127. />
  128. <Tool
  129. Name="VCXMLDataGeneratorTool"
  130. />
  131. <Tool
  132. Name="VCWebServiceProxyGeneratorTool"
  133. />
  134. <Tool
  135. Name="VCMIDLTool"
  136. PreprocessorDefinitions="NDEBUG"
  137. MkTypLibCompatible="false"
  138. TargetEnvironment="1"
  139. GenerateStublessProxies="true"
  140. TypeLibraryName="$(IntDir)/CppOfficeManagedCOMAddInShim.tlb"
  141. HeaderFileName="CppOfficeManagedCOMAddInShim.h"
  142. DLLDataFileName=""
  143. InterfaceIdentifierFileName="CppOfficeManagedCOMAddInShim_i.c"
  144. ProxyFileName="CppOfficeManagedCOMAddInShim_p.c"
  145. />
  146. <Tool
  147. Name="VCCLCompilerTool"
  148. InlineFunctionExpansion="1"
  149. PreprocessorDefinitions="WIN32;_WINDOWS;NDEBUG;_USRDLL"
  150. StringPooling="true"
  151. RuntimeLibrary="0"
  152. EnableFunctionLevelLinking="true"
  153. UsePrecompiledHeader="0"
  154. WarningLevel="3"
  155. Detect64BitPortabilityProblems="true"
  156. DebugInformationFormat="3"
  157. />
  158. <Tool
  159. Name="VCManagedResourceCompilerTool"
  160. />
  161. <Tool
  162. Name="VCResourceCompilerTool"
  163. PreprocessorDefinitions="NDEBUG"
  164. Culture="1033"
  165. AdditionalIncludeDirectories="$(IntDir)"
  166. />
  167. <Tool
  168. Name="VCPreLinkEventTool"
  169. />
  170. <Tool
  171. Name="VCLinkerTool"
  172. IgnoreImportLibrary="true"
  173. AdditionalDependencies="mscoree.lib"
  174. OutputFile="$(OutDir)/CppOfficeManagedCOMAddInShim.dll"
  175. LinkIncremental="1"
  176. AdditionalLibraryDirectories="$(FrameworkSDKDir)lib"
  177. ModuleDefinitionFile=".\CppOfficeManagedCOMAddInShim.def"
  178. GenerateDebugInformation="true"
  179. SubSystem="2"
  180. OptimizeReferences="2"
  181. EnableCOMDATFolding="2"
  182. ImportLibrary="$(OutDir)/CppOfficeManagedCOMAddInShim.lib"
  183. TargetMachine="1"
  184. />
  185. <Tool
  186. Name="VCALinkTool"
  187. />
  188. <Tool
  189. Name="VCManifestTool"
  190. />
  191. <Tool
  192. Name="VCXDCMakeTool"
  193. />
  194. <Tool
  195. Name="VCBscMakeTool"
  196. />
  197. <Tool
  198. Name="VCFxCopTool"
  199. />
  200. <Tool
  201. Name="VCAppVerifierTool"
  202. />
  203. <Tool
  204. Name="VCPostBuildEventTool"
  205. Description="Performing post-build tasks"
  206. CommandLine="regsvr32 /s /c &quot;$(TargetPath)&quot;&#x0D;&#x0A;&#x0D;&#x0A;:: Copy the output of Office AddIn to the target directory&#x0D;&#x0A;:: copy &quot;$(SolutionDir)$(ConfigurationName)\CSOfficeSharedAddIn.dll&quot; &quot;$(TargetDir)&quot;&#x0D;&#x0A;&#x0D;&#x0A;:: Copy the ManagedAggregator assembly to the target directory&#x0D;&#x0A;:: copy &quot;$(SolutionDir)$(ConfigurationName)\ManagedAggregator.dll&quot; &quot;$(TargetDir)&quot;&#x0D;&#x0A;"
  207. />
  208. </Configuration>
  209. </Configurations>
  210. <References>
  211. </References>
  212. <Files>
  213. <Filter
  214. Name="Source Files"
  215. Filter="cpp;c;cc;cxx;def;odl;idl;hpj;bat;asm;asmx"
  216. UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}"
  217. >
  218. <File
  219. RelativePath=".\CLRLoader.cpp"
  220. >
  221. </File>
  222. <File
  223. RelativePath=".\ConnectProxy.cpp"
  224. >
  225. </File>
  226. <File
  227. RelativePath=".\CppOfficeManagedCOMAddInShim.cpp"
  228. >
  229. </File>
  230. <File
  231. RelativePath=".\CppOfficeManagedCOMAddInShim.def"
  232. >
  233. </File>
  234. <File
  235. RelativePath=".\CppOfficeManagedCOMAddInShim.idl"
  236. >
  237. </File>
  238. <File
  239. RelativePath=".\stdafx.cpp"
  240. >
  241. <FileConfiguration
  242. Name="Debug|Win32"
  243. >
  244. <Tool
  245. Name="VCCLCompilerTool"
  246. UsePrecompiledHeader="1"
  247. />
  248. </FileConfiguration>
  249. <FileConfiguration
  250. Name="Release|Win32"
  251. >
  252. <Tool
  253. Name="VCCLCompilerTool"
  254. UsePrecompiledHeader="1"
  255. />
  256. </FileConfiguration>
  257. </File>
  258. </Filter>
  259. <Filter
  260. Name="Header Files"
  261. Filter="h;hpp;hxx;hm;inl;inc;xsd"
  262. UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}"
  263. >
  264. <File
  265. RelativePath=".\CLRLoader.h"
  266. >
  267. </File>
  268. <File
  269. RelativePath=".\ConnectProxy.h"
  270. >
  271. </File>
  272. <File
  273. RelativePath=".\Interop.h"
  274. >
  275. </File>
  276. <File
  277. RelativePath=".\Resource.h"
  278. >
  279. </File>
  280. <File
  281. RelativePath=".\stdafx.h"
  282. >
  283. </File>
  284. </Filter>
  285. <Filter
  286. Name="Resource Files"
  287. Filter="rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe;resx;tiff;tif;png;wav"
  288. UniqueIdentifier="{67DA6AB6-F800-4c08-8B7A-83BB121AAD01}"
  289. >
  290. <File
  291. RelativePath=".\ConnectProxy.rgs"
  292. >
  293. </File>
  294. <File
  295. RelativePath=".\CppOfficeManagedCOMAddInShim.rc"
  296. >
  297. </File>
  298. </Filter>
  299. <Filter
  300. Name="Generated Files"
  301. SourceControlFiles="false"
  302. >
  303. <File
  304. RelativePath=".\CppOfficeManagedCOMAddInShim_i.c"
  305. >
  306. <FileConfiguration
  307. Name="Debug|Win32"
  308. >
  309. <Tool
  310. Name="VCCLCompilerTool"
  311. UsePrecompiledHeader="0"
  312. />
  313. </FileConfiguration>
  314. <FileConfiguration
  315. Name="Release|Win32"
  316. >
  317. <Tool
  318. Name="VCCLCompilerTool"
  319. UsePrecompiledHeader="0"
  320. />
  321. </FileConfiguration>
  322. </File>
  323. </Filter>
  324. <File
  325. RelativePath=".\ReadMe.txt"
  326. >
  327. </File>
  328. </Files>
  329. <Globals>
  330. </Globals>
  331. </VisualStudioProject>