PlaqueDemo.vcproj 6.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318
  1. <?xml version="1.0" encoding="Windows-1252"?>
  2. <VisualStudioProject
  3. ProjectType="Visual C++"
  4. Version="8,00"
  5. Name="PlaqueDemo"
  6. ProjectGUID="{7554DA03-CA62-43F0-9AAD-354F5B08546C}"
  7. RootNamespace="PlaqueDemo"
  8. Keyword="MFCProj"
  9. >
  10. <Platforms>
  11. <Platform
  12. Name="Win32"
  13. />
  14. </Platforms>
  15. <ToolFiles>
  16. </ToolFiles>
  17. <Configurations>
  18. <Configuration
  19. Name="Debug|Win32"
  20. OutputDirectory="$(SolutionDir)$(ConfigurationName)"
  21. IntermediateDirectory="$(ConfigurationName)"
  22. ConfigurationType="1"
  23. UseOfMFC="1"
  24. CharacterSet="2"
  25. WholeProgramOptimization="1"
  26. >
  27. <Tool
  28. Name="VCPreBuildEventTool"
  29. />
  30. <Tool
  31. Name="VCCustomBuildTool"
  32. />
  33. <Tool
  34. Name="VCXMLDataGeneratorTool"
  35. />
  36. <Tool
  37. Name="VCWebServiceProxyGeneratorTool"
  38. />
  39. <Tool
  40. Name="VCMIDLTool"
  41. PreprocessorDefinitions="_DEBUG"
  42. MkTypLibCompatible="false"
  43. ValidateParameters="false"
  44. />
  45. <Tool
  46. Name="VCCLCompilerTool"
  47. Optimization="2"
  48. WholeProgramOptimization="true"
  49. AdditionalIncludeDirectories="$(SolutionDir)\..\include;&quot;..\LibExt\dcmtk-3.5.4\include&quot;;&quot;..\LibExt\libxml2-2.6.26\include&quot;"
  50. PreprocessorDefinitions="WIN32;_WINDOWS;_DEBUG;PLAQUE_DLL;UNICODE;_UNICODE"
  51. MinimalRebuild="false"
  52. BasicRuntimeChecks="0"
  53. RuntimeLibrary="0"
  54. UsePrecompiledHeader="2"
  55. WarningLevel="3"
  56. Detect64BitPortabilityProblems="true"
  57. DebugInformationFormat="3"
  58. CallingConvention="0"
  59. />
  60. <Tool
  61. Name="VCManagedResourceCompilerTool"
  62. />
  63. <Tool
  64. Name="VCResourceCompilerTool"
  65. PreprocessorDefinitions="_DEBUG"
  66. Culture="1033"
  67. AdditionalIncludeDirectories="$(IntDir)"
  68. />
  69. <Tool
  70. Name="VCPreLinkEventTool"
  71. />
  72. <Tool
  73. Name="VCLinkerTool"
  74. IgnoreImportLibrary="false"
  75. LinkIncremental="1"
  76. AdditionalLibraryDirectories="LibPlaque"
  77. IgnoreAllDefaultLibraries="false"
  78. IgnoreDefaultLibraryNames="msvcrt "
  79. GenerateDebugInformation="true"
  80. SubSystem="2"
  81. HeapReserveSize="0"
  82. HeapCommitSize="0"
  83. StackReserveSize="8000000"
  84. StackCommitSize="8000000"
  85. EntryPointSymbol="wWinMainCRTStartup"
  86. TargetMachine="0"
  87. />
  88. <Tool
  89. Name="VCALinkTool"
  90. />
  91. <Tool
  92. Name="VCManifestTool"
  93. EmbedManifest="false"
  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="VCWebDeploymentTool"
  109. />
  110. <Tool
  111. Name="VCPostBuildEventTool"
  112. CommandLine="copy C:\Développement\MAth-Plaque-Dll-1.0.0\lib\*.* C:\Développement\MAth-Plaque-Dll-1.0.0\DemoPlaqueDLL\Debug\"
  113. />
  114. </Configuration>
  115. <Configuration
  116. Name="Release|Win32"
  117. OutputDirectory="$(SolutionDir)$(ConfigurationName)"
  118. IntermediateDirectory="$(ConfigurationName)"
  119. ConfigurationType="1"
  120. UseOfMFC="1"
  121. CharacterSet="2"
  122. WholeProgramOptimization="1"
  123. >
  124. <Tool
  125. Name="VCPreBuildEventTool"
  126. />
  127. <Tool
  128. Name="VCCustomBuildTool"
  129. />
  130. <Tool
  131. Name="VCXMLDataGeneratorTool"
  132. />
  133. <Tool
  134. Name="VCWebServiceProxyGeneratorTool"
  135. />
  136. <Tool
  137. Name="VCMIDLTool"
  138. PreprocessorDefinitions="NDEBUG"
  139. MkTypLibCompatible="false"
  140. ValidateParameters="false"
  141. />
  142. <Tool
  143. Name="VCCLCompilerTool"
  144. AdditionalIncludeDirectories="$(SolutionDir)\..\include"
  145. PreprocessorDefinitions="WIN32;_WINDOWS;NDEBUG;PLAQUE_DLL;UNICODE;_UNICODE"
  146. MinimalRebuild="false"
  147. RuntimeLibrary="0"
  148. UsePrecompiledHeader="2"
  149. WarningLevel="3"
  150. Detect64BitPortabilityProblems="true"
  151. DebugInformationFormat="3"
  152. />
  153. <Tool
  154. Name="VCManagedResourceCompilerTool"
  155. />
  156. <Tool
  157. Name="VCResourceCompilerTool"
  158. PreprocessorDefinitions="NDEBUG"
  159. Culture="1033"
  160. AdditionalIncludeDirectories="$(IntDir)"
  161. />
  162. <Tool
  163. Name="VCPreLinkEventTool"
  164. />
  165. <Tool
  166. Name="VCLinkerTool"
  167. LinkIncremental="1"
  168. AdditionalLibraryDirectories="LibPlaque"
  169. IgnoreDefaultLibraryNames="msvcrt"
  170. GenerateDebugInformation="true"
  171. SubSystem="2"
  172. StackReserveSize="8000000"
  173. StackCommitSize="8000000"
  174. OptimizeReferences="0"
  175. EnableCOMDATFolding="0"
  176. EntryPointSymbol="wWinMainCRTStartup"
  177. TargetMachine="0"
  178. />
  179. <Tool
  180. Name="VCALinkTool"
  181. />
  182. <Tool
  183. Name="VCManifestTool"
  184. EmbedManifest="false"
  185. />
  186. <Tool
  187. Name="VCXDCMakeTool"
  188. />
  189. <Tool
  190. Name="VCBscMakeTool"
  191. />
  192. <Tool
  193. Name="VCFxCopTool"
  194. />
  195. <Tool
  196. Name="VCAppVerifierTool"
  197. />
  198. <Tool
  199. Name="VCWebDeploymentTool"
  200. />
  201. <Tool
  202. Name="VCPostBuildEventTool"
  203. />
  204. </Configuration>
  205. </Configurations>
  206. <References>
  207. </References>
  208. <Files>
  209. <Filter
  210. Name="Source Files"
  211. Filter="cpp;c;cc;cxx;def;odl;idl;hpj;bat;asm;asmx"
  212. UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}"
  213. >
  214. <File
  215. RelativePath=".\AkimaSpline.cpp"
  216. >
  217. </File>
  218. <File
  219. RelativePath=".\DllInterface.cpp"
  220. >
  221. </File>
  222. <File
  223. RelativePath=".\MainFrm.cpp"
  224. >
  225. </File>
  226. <File
  227. RelativePath=".\PlaqueDemo.cpp"
  228. >
  229. </File>
  230. <File
  231. RelativePath=".\point.cpp"
  232. >
  233. </File>
  234. <File
  235. RelativePath=".\stdafx.cpp"
  236. >
  237. <FileConfiguration
  238. Name="Debug|Win32"
  239. >
  240. <Tool
  241. Name="VCCLCompilerTool"
  242. UsePrecompiledHeader="1"
  243. />
  244. </FileConfiguration>
  245. <FileConfiguration
  246. Name="Release|Win32"
  247. >
  248. <Tool
  249. Name="VCCLCompilerTool"
  250. UsePrecompiledHeader="1"
  251. />
  252. </FileConfiguration>
  253. </File>
  254. <File
  255. RelativePath=".\ToolsMath.cpp"
  256. >
  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=".\AkimaSpline.h"
  266. >
  267. </File>
  268. <File
  269. RelativePath=".\DllInterface.h"
  270. >
  271. </File>
  272. <File
  273. RelativePath=".\MainFrm.h"
  274. >
  275. </File>
  276. <File
  277. RelativePath=".\PlaqueDemo.h"
  278. >
  279. </File>
  280. <File
  281. RelativePath=".\point.h"
  282. >
  283. </File>
  284. <File
  285. RelativePath=".\Resource.h"
  286. >
  287. </File>
  288. <File
  289. RelativePath=".\stdafx.h"
  290. >
  291. </File>
  292. <File
  293. RelativePath=".\ToolsMath.h"
  294. >
  295. </File>
  296. </Filter>
  297. <Filter
  298. Name="Resource Files"
  299. Filter="rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe;resx;tiff;tif;png;wav"
  300. UniqueIdentifier="{67DA6AB6-F800-4c08-8B7A-83BB121AAD01}"
  301. >
  302. <File
  303. RelativePath=".\res\math.ico"
  304. >
  305. </File>
  306. <File
  307. RelativePath=".\PlaqueDemo.rc"
  308. >
  309. </File>
  310. </Filter>
  311. <File
  312. RelativePath=".\README.txt"
  313. >
  314. </File>
  315. </Files>
  316. <Globals>
  317. </Globals>
  318. </VisualStudioProject>