DittoUtil.vcproj 5.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223
  1. <?xml version="1.0" encoding="Windows-1252"?>
  2. <VisualStudioProject
  3. ProjectType="Visual C++"
  4. Version="7.10"
  5. Name="DittoUtil"
  6. ProjectGUID="{CF8F6379-5340-4494-8E59-2807ADF37B95}"
  7. Keyword="MFCDLLProj">
  8. <Platforms>
  9. <Platform
  10. Name="Win32"/>
  11. </Platforms>
  12. <Configurations>
  13. <Configuration
  14. Name="Debug|Win32"
  15. OutputDirectory="Debug"
  16. IntermediateDirectory="Debug"
  17. ConfigurationType="2"
  18. UseOfMFC="2"
  19. CharacterSet="2">
  20. <Tool
  21. Name="VCCLCompilerTool"
  22. Optimization="0"
  23. PreprocessorDefinitions="WIN32;_WINDOWS;_DEBUG;_USRDLL;UNICODE"
  24. MinimalRebuild="TRUE"
  25. BasicRuntimeChecks="3"
  26. RuntimeLibrary="3"
  27. TreatWChar_tAsBuiltInType="TRUE"
  28. UsePrecompiledHeader="3"
  29. WarningLevel="3"
  30. Detect64BitPortabilityProblems="TRUE"
  31. DebugInformationFormat="4"/>
  32. <Tool
  33. Name="VCCustomBuildTool"/>
  34. <Tool
  35. Name="VCLinkerTool"
  36. OutputFile="$(OutDir)/DittoUtil.dll"
  37. LinkIncremental="2"
  38. ModuleDefinitionFile=".\DittoUtil.def"
  39. GenerateDebugInformation="TRUE"
  40. SubSystem="2"
  41. ImportLibrary="$(OutDir)/DittoUtil.lib"
  42. TargetMachine="1"/>
  43. <Tool
  44. Name="VCMIDLTool"
  45. PreprocessorDefinitions="_DEBUG"
  46. MkTypLibCompatible="FALSE"/>
  47. <Tool
  48. Name="VCPostBuildEventTool"
  49. CommandLine="copy $(OutDir)\*.dll ..\..\Debug\Addins"/>
  50. <Tool
  51. Name="VCPreBuildEventTool"/>
  52. <Tool
  53. Name="VCPreLinkEventTool"/>
  54. <Tool
  55. Name="VCResourceCompilerTool"
  56. PreprocessorDefinitions="_DEBUG"
  57. Culture="1033"
  58. AdditionalIncludeDirectories="$(IntDir)"/>
  59. <Tool
  60. Name="VCWebServiceProxyGeneratorTool"/>
  61. <Tool
  62. Name="VCXMLDataGeneratorTool"/>
  63. <Tool
  64. Name="VCWebDeploymentTool"/>
  65. <Tool
  66. Name="VCManagedWrapperGeneratorTool"/>
  67. <Tool
  68. Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
  69. </Configuration>
  70. <Configuration
  71. Name="Release|Win32"
  72. OutputDirectory="Release"
  73. IntermediateDirectory="Release"
  74. ConfigurationType="2"
  75. UseOfMFC="2"
  76. CharacterSet="2">
  77. <Tool
  78. Name="VCCLCompilerTool"
  79. PreprocessorDefinitions="WIN32;_WINDOWS;NDEBUG;_USRDLL;UNICODE"
  80. RuntimeLibrary="2"
  81. TreatWChar_tAsBuiltInType="TRUE"
  82. UsePrecompiledHeader="3"
  83. WarningLevel="3"
  84. Detect64BitPortabilityProblems="TRUE"
  85. DebugInformationFormat="3"/>
  86. <Tool
  87. Name="VCCustomBuildTool"/>
  88. <Tool
  89. Name="VCLinkerTool"
  90. OutputFile="$(OutDir)/DittoUtil.dll"
  91. LinkIncremental="1"
  92. ModuleDefinitionFile=".\DittoUtil.def"
  93. GenerateDebugInformation="TRUE"
  94. SubSystem="2"
  95. OptimizeReferences="2"
  96. EnableCOMDATFolding="2"
  97. ImportLibrary="$(OutDir)/DittoUtil.lib"
  98. TargetMachine="1"/>
  99. <Tool
  100. Name="VCMIDLTool"
  101. PreprocessorDefinitions="NDEBUG"
  102. MkTypLibCompatible="FALSE"/>
  103. <Tool
  104. Name="VCPostBuildEventTool"
  105. CommandLine="copy $(OutDir)\*.dll ..\..\Release\Addins"/>
  106. <Tool
  107. Name="VCPreBuildEventTool"/>
  108. <Tool
  109. Name="VCPreLinkEventTool"/>
  110. <Tool
  111. Name="VCResourceCompilerTool"
  112. PreprocessorDefinitions="NDEBUG"
  113. Culture="1033"
  114. AdditionalIncludeDirectories="$(IntDir)"/>
  115. <Tool
  116. Name="VCWebServiceProxyGeneratorTool"/>
  117. <Tool
  118. Name="VCXMLDataGeneratorTool"/>
  119. <Tool
  120. Name="VCWebDeploymentTool"/>
  121. <Tool
  122. Name="VCManagedWrapperGeneratorTool"/>
  123. <Tool
  124. Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
  125. </Configuration>
  126. </Configurations>
  127. <References>
  128. </References>
  129. <Files>
  130. <Filter
  131. Name="Source Files"
  132. Filter="cpp;c;cxx;def;odl;idl;hpj;bat;asm;asmx"
  133. UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}">
  134. <File
  135. RelativePath=".\DialogResizer.cpp">
  136. </File>
  137. <File
  138. RelativePath=".\DittoUtil.cpp">
  139. </File>
  140. <File
  141. RelativePath=".\DittoUtil.def">
  142. </File>
  143. <File
  144. RelativePath=".\Exports.cpp">
  145. </File>
  146. <File
  147. RelativePath=".\PasteAnyAsText.cpp">
  148. </File>
  149. <File
  150. RelativePath=".\PasteImageAsHtmlImage.cpp">
  151. </File>
  152. <File
  153. RelativePath=".\SelectPasteFormat.cpp">
  154. </File>
  155. <File
  156. RelativePath=".\stdafx.cpp">
  157. <FileConfiguration
  158. Name="Debug|Win32">
  159. <Tool
  160. Name="VCCLCompilerTool"
  161. UsePrecompiledHeader="1"/>
  162. </FileConfiguration>
  163. <FileConfiguration
  164. Name="Release|Win32">
  165. <Tool
  166. Name="VCCLCompilerTool"
  167. UsePrecompiledHeader="1"/>
  168. </FileConfiguration>
  169. </File>
  170. <File
  171. RelativePath=".\TextConvert.cpp">
  172. </File>
  173. </Filter>
  174. <Filter
  175. Name="Header Files"
  176. Filter="h;hpp;hxx;hm;inl;inc;xsd"
  177. UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}">
  178. <File
  179. RelativePath=".\DialogResizer.h">
  180. </File>
  181. <File
  182. RelativePath=".\DittoUtil.h">
  183. </File>
  184. <File
  185. RelativePath=".\Exports.h">
  186. </File>
  187. <File
  188. RelativePath=".\PasteAnyAsText.h">
  189. </File>
  190. <File
  191. RelativePath=".\PasteImageAsHtmlImage.h">
  192. </File>
  193. <File
  194. RelativePath=".\Resource.h">
  195. </File>
  196. <File
  197. RelativePath=".\SelectPasteFormat.h">
  198. </File>
  199. <File
  200. RelativePath=".\stdafx.h">
  201. </File>
  202. <File
  203. RelativePath=".\TextConvert.h">
  204. </File>
  205. </Filter>
  206. <Filter
  207. Name="Resource Files"
  208. Filter="rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe;resx"
  209. UniqueIdentifier="{67DA6AB6-F800-4c08-8B7A-83BB121AAD01}">
  210. <File
  211. RelativePath=".\DittoUtil.rc">
  212. </File>
  213. <File
  214. RelativePath=".\res\DittoUtil.rc2">
  215. </File>
  216. </Filter>
  217. <File
  218. RelativePath=".\ReadMe.txt">
  219. </File>
  220. </Files>
  221. <Globals>
  222. </Globals>
  223. </VisualStudioProject>