Advertisement
Guest User

Diff for modified iTapi.vcproj

a guest
Sep 18th, 2012
83
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Diff 7.72 KB | None | 0 0
  1. $ diff ITapi3.vcproj ITapi3.vcproj.orig
  2. 4c4
  3. <       Version="9,00"
  4. ---
  5. >       Version="9.00"
  6. 19,21d18
  7. <               <Platform
  8. <                       Name="x64"
  9. <               />
  10. 182,339d178
  11. <               <Configuration
  12. <                       Name="Debug|x64"
  13. <                       OutputDirectory="$(SolutionDir)$(PlatformName)\$(ConfigurationName)"
  14. <                       IntermediateDirectory="$(PlatformName)\$(ConfigurationName)"
  15. <                       ConfigurationType="2"
  16. <                       UseOfATL="0"
  17. <                       ATLMinimizesCRunTimeLibraryUsage="false"
  18. <                       CharacterSet="1"
  19. <                       ManagedExtensions="1"
  20. <                       >
  21. <                       <Tool
  22. <                               Name="VCPreBuildEventTool"
  23. <                       />
  24. <                       <Tool
  25. <                               Name="VCCustomBuildTool"
  26. <                       />
  27. <                       <Tool
  28. <                               Name="VCXMLDataGeneratorTool"
  29. <                       />
  30. <                       <Tool
  31. <                               Name="VCWebServiceProxyGeneratorTool"
  32. <                       />
  33. <                       <Tool
  34. <                               Name="VCMIDLTool"
  35. <                               TargetEnvironment="3"
  36. <                       />
  37. <                       <Tool
  38. <                               Name="VCCLCompilerTool"
  39. <                               Optimization="0"
  40. <                               PreprocessorDefinitions="_ATL_MIXED;WIN32;DEBUG;TRACE"
  41. <                               RuntimeLibrary="3"
  42. <                               UsePrecompiledHeader="0"
  43. <                               GenerateXMLDocumentationFiles="true"
  44. <                               XMLDocumentationFileName="$(OutDir)itapi3.xml"
  45. <                               WarningLevel="4"
  46. <                               DebugInformationFormat="3"
  47. <                       />
  48. <                       <Tool
  49. <                               Name="VCManagedResourceCompilerTool"
  50. <                       />
  51. <                       <Tool
  52. <                               Name="VCResourceCompilerTool"
  53. <                       />
  54. <                       <Tool
  55. <                               Name="VCPreLinkEventTool"
  56. <                       />
  57. <                       <Tool
  58. <                               Name="VCLinkerTool"
  59. <                               AdditionalDependencies="ole32.lib oleaut32.lib $(NOINHERIT)"
  60. <                               LinkIncremental="2"
  61. <                               EmbedManagedResourceFile=""
  62. <                               GenerateDebugInformation="true"
  63. <                               AssemblyDebug="1"
  64. <                               RandomizedBaseAddress="1"
  65. <                               DataExecutionPrevention="0"
  66. <                               TargetMachine="17"
  67. <                               KeyFile="$(ProjectDir)itapi.snk"
  68. <                       />
  69. <                       <Tool
  70. <                               Name="VCALinkTool"
  71. <                       />
  72. <                       <Tool
  73. <                               Name="VCManifestTool"
  74. <                       />
  75. <                       <Tool
  76. <                               Name="VCXDCMakeTool"
  77. <                               ValidateIntelliSense="false"
  78. <                       />
  79. <                       <Tool
  80. <                               Name="VCBscMakeTool"
  81. <                       />
  82. <                       <Tool
  83. <                               Name="VCFxCopTool"
  84. <                       />
  85. <                       <Tool
  86. <                               Name="VCAppVerifierTool"
  87. <                       />
  88. <                       <Tool
  89. <                               Name="VCPostBuildEventTool"
  90. <                       />
  91. <               </Configuration>
  92. <               <Configuration
  93. <                       Name="Release|x64"
  94. <                       OutputDirectory="$(SolutionDir)$(PlatformName)\$(ConfigurationName)"
  95. <                       IntermediateDirectory="$(PlatformName)\$(ConfigurationName)"
  96. <                       ConfigurationType="2"
  97. <                       UseOfATL="1"
  98. <                       CharacterSet="1"
  99. <                       ManagedExtensions="1"
  100. <                       WholeProgramOptimization="1"
  101. <                       >
  102. <                       <Tool
  103. <                               Name="VCPreBuildEventTool"
  104. <                       />
  105. <                       <Tool
  106. <                               Name="VCCustomBuildTool"
  107. <                       />
  108. <                       <Tool
  109. <                               Name="VCXMLDataGeneratorTool"
  110. <                       />
  111. <                       <Tool
  112. <                               Name="VCWebServiceProxyGeneratorTool"
  113. <                       />
  114. <                       <Tool
  115. <                               Name="VCMIDLTool"
  116. <                               TargetEnvironment="3"
  117. <                       />
  118. <                       <Tool
  119. <                               Name="VCCLCompilerTool"
  120. <                               PreprocessorDefinitions="_ATL_MIXED;WIN32;TRACE"
  121. <                               RuntimeLibrary="2"
  122. <                               UsePrecompiledHeader="0"
  123. <                               GenerateXMLDocumentationFiles="true"
  124. <                               XMLDocumentationFileName="$(OutDir)\itapi3.xdc"
  125. <                               WarningLevel="3"
  126. <                               DebugInformationFormat="3"
  127. <                       />
  128. <                       <Tool
  129. <                               Name="VCManagedResourceCompilerTool"
  130. <                       />
  131. <                       <Tool
  132. <                               Name="VCResourceCompilerTool"
  133. <                       />
  134. <                       <Tool
  135. <                               Name="VCPreLinkEventTool"
  136. <                       />
  137. <                       <Tool
  138. <                               Name="VCLinkerTool"
  139. <                               AdditionalDependencies="ole32.lib oleaut32.lib $(NOINHERIT)"
  140. <                               LinkIncremental="1"
  141. <                               GenerateDebugInformation="true"
  142. <                               RandomizedBaseAddress="1"
  143. <                               DataExecutionPrevention="0"
  144. <                               TargetMachine="17"
  145. <                               KeyFile="$(ProjectDir)itapi.snk"
  146. <                       />
  147. <                       <Tool
  148. <                               Name="VCALinkTool"
  149. <                       />
  150. <                       <Tool
  151. <                               Name="VCManifestTool"
  152. <                       />
  153. <                       <Tool
  154. <                               Name="VCXDCMakeTool"
  155. <                       />
  156. <                       <Tool
  157. <                               Name="VCBscMakeTool"
  158. <                       />
  159. <                       <Tool
  160. <                               Name="VCFxCopTool"
  161. <                       />
  162. <                       <Tool
  163. <                               Name="VCAppVerifierTool"
  164. <                       />
  165. <                       <Tool
  166. <                               Name="VCPostBuildEventTool"
  167. <                       />
  168. <               </Configuration>
  169. 374,381d212
  170. <                                       >
  171. <                                       <Tool
  172. <                                               Name="VCCLCompilerTool"
  173. <                                               GenerateXMLDocumentationFiles="true"
  174. <                                       />
  175. <                               </FileConfiguration>
  176. <                               <FileConfiguration
  177. <                                       Name="Debug|x64"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement