2
0

Debug.vcproj 6.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301
  1. <?xml version="1.0" encoding="Windows-1252"?>
  2. <VisualStudioProject
  3. ProjectType="Visual C++"
  4. Version="8,00"
  5. Name="Debug"
  6. ProjectGUID="{04E101E3-0B13-4CAC-98ED-E11FBD09F71D}"
  7. RootNamespace="Debug"
  8. >
  9. <Platforms>
  10. <Platform
  11. Name="Win32"
  12. />
  13. </Platforms>
  14. <ToolFiles>
  15. </ToolFiles>
  16. <Configurations>
  17. <Configuration
  18. Name="Debug|Win32"
  19. OutputDirectory=".\Debug"
  20. IntermediateDirectory=".\Debug"
  21. ConfigurationType="1"
  22. InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC60.vsprops"
  23. UseOfMFC="0"
  24. ATLMinimizesCRunTimeLibraryUsage="false"
  25. >
  26. <Tool
  27. Name="VCPreBuildEventTool"
  28. />
  29. <Tool
  30. Name="VCCustomBuildTool"
  31. />
  32. <Tool
  33. Name="VCXMLDataGeneratorTool"
  34. />
  35. <Tool
  36. Name="VCWebServiceProxyGeneratorTool"
  37. />
  38. <Tool
  39. Name="VCMIDLTool"
  40. PreprocessorDefinitions="_DEBUG"
  41. MkTypLibCompatible="true"
  42. SuppressStartupBanner="true"
  43. TargetEnvironment="1"
  44. TypeLibraryName=".\Debug/Debug.tlb"
  45. HeaderFileName=""
  46. />
  47. <Tool
  48. Name="VCCLCompilerTool"
  49. Optimization="0"
  50. PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS"
  51. MinimalRebuild="true"
  52. RuntimeLibrary="1"
  53. PrecompiledHeaderFile=".\Debug/Debug.pch"
  54. AssemblerListingLocation=".\Debug/"
  55. ObjectFile=".\Debug/"
  56. ProgramDataBaseFileName=".\Debug/"
  57. WarningLevel="3"
  58. SuppressStartupBanner="true"
  59. DebugInformationFormat="4"
  60. />
  61. <Tool
  62. Name="VCManagedResourceCompilerTool"
  63. />
  64. <Tool
  65. Name="VCResourceCompilerTool"
  66. PreprocessorDefinitions="_DEBUG"
  67. Culture="1056"
  68. />
  69. <Tool
  70. Name="VCPreLinkEventTool"
  71. />
  72. <Tool
  73. Name="VCLinkerTool"
  74. OutputFile=".\Debug/AosDebug.exe"
  75. LinkIncremental="2"
  76. SuppressStartupBanner="true"
  77. ModuleDefinitionFile="debug.def"
  78. GenerateDebugInformation="true"
  79. ProgramDatabaseFile=".\Debug/Debug.pdb"
  80. SubSystem="2"
  81. TargetMachine="1"
  82. />
  83. <Tool
  84. Name="VCALinkTool"
  85. />
  86. <Tool
  87. Name="VCManifestTool"
  88. />
  89. <Tool
  90. Name="VCXDCMakeTool"
  91. />
  92. <Tool
  93. Name="VCBscMakeTool"
  94. SuppressStartupBanner="true"
  95. OutputFile=".\Debug/Debug.bsc"
  96. />
  97. <Tool
  98. Name="VCFxCopTool"
  99. />
  100. <Tool
  101. Name="VCAppVerifierTool"
  102. />
  103. <Tool
  104. Name="VCWebDeploymentTool"
  105. />
  106. <Tool
  107. Name="VCPostBuildEventTool"
  108. />
  109. </Configuration>
  110. <Configuration
  111. Name="Release|Win32"
  112. OutputDirectory=".\Release"
  113. IntermediateDirectory=".\Release"
  114. ConfigurationType="1"
  115. InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC60.vsprops"
  116. UseOfMFC="0"
  117. ATLMinimizesCRunTimeLibraryUsage="false"
  118. >
  119. <Tool
  120. Name="VCPreBuildEventTool"
  121. />
  122. <Tool
  123. Name="VCCustomBuildTool"
  124. />
  125. <Tool
  126. Name="VCXMLDataGeneratorTool"
  127. />
  128. <Tool
  129. Name="VCWebServiceProxyGeneratorTool"
  130. />
  131. <Tool
  132. Name="VCMIDLTool"
  133. PreprocessorDefinitions="NDEBUG"
  134. MkTypLibCompatible="true"
  135. SuppressStartupBanner="true"
  136. TargetEnvironment="1"
  137. TypeLibraryName=".\Release/Debug.tlb"
  138. HeaderFileName=""
  139. />
  140. <Tool
  141. Name="VCCLCompilerTool"
  142. Optimization="2"
  143. InlineFunctionExpansion="1"
  144. PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS"
  145. StringPooling="true"
  146. RuntimeLibrary="0"
  147. EnableFunctionLevelLinking="true"
  148. PrecompiledHeaderFile=".\Release/Debug.pch"
  149. AssemblerListingLocation=".\Release/"
  150. ObjectFile=".\Release/"
  151. ProgramDataBaseFileName=".\Release/"
  152. WarningLevel="3"
  153. SuppressStartupBanner="true"
  154. />
  155. <Tool
  156. Name="VCManagedResourceCompilerTool"
  157. />
  158. <Tool
  159. Name="VCResourceCompilerTool"
  160. PreprocessorDefinitions="NDEBUG"
  161. Culture="1056"
  162. />
  163. <Tool
  164. Name="VCPreLinkEventTool"
  165. />
  166. <Tool
  167. Name="VCLinkerTool"
  168. OutputFile=".\Release/AosDebug.exe"
  169. LinkIncremental="1"
  170. SuppressStartupBanner="true"
  171. ModuleDefinitionFile="debug.def"
  172. ProgramDatabaseFile=".\Release/Debug.pdb"
  173. SubSystem="2"
  174. TargetMachine="1"
  175. />
  176. <Tool
  177. Name="VCALinkTool"
  178. />
  179. <Tool
  180. Name="VCManifestTool"
  181. />
  182. <Tool
  183. Name="VCXDCMakeTool"
  184. />
  185. <Tool
  186. Name="VCBscMakeTool"
  187. SuppressStartupBanner="true"
  188. OutputFile=".\Release/Debug.bsc"
  189. />
  190. <Tool
  191. Name="VCFxCopTool"
  192. />
  193. <Tool
  194. Name="VCAppVerifierTool"
  195. />
  196. <Tool
  197. Name="VCWebDeploymentTool"
  198. />
  199. <Tool
  200. Name="VCPostBuildEventTool"
  201. />
  202. </Configuration>
  203. </Configurations>
  204. <References>
  205. </References>
  206. <Files>
  207. <Filter
  208. Name="Source Files"
  209. Filter="cpp;c;cxx;rc;def;r;odl;hpj;bat;for;f90"
  210. >
  211. <File
  212. RelativePath="debug.c"
  213. >
  214. <FileConfiguration
  215. Name="Debug|Win32"
  216. >
  217. <Tool
  218. Name="VCCLCompilerTool"
  219. PreprocessorDefinitions=""
  220. />
  221. </FileConfiguration>
  222. <FileConfiguration
  223. Name="Release|Win32"
  224. >
  225. <Tool
  226. Name="VCCLCompilerTool"
  227. PreprocessorDefinitions=""
  228. />
  229. </FileConfiguration>
  230. </File>
  231. <File
  232. RelativePath=".\debug.def"
  233. >
  234. </File>
  235. </Filter>
  236. <Filter
  237. Name="Header Files"
  238. Filter="h;hpp;hxx;hm;inl;fi;fd"
  239. >
  240. <File
  241. RelativePath="debug.h"
  242. >
  243. </File>
  244. <File
  245. RelativePath=".\resource.h"
  246. >
  247. </File>
  248. </Filter>
  249. <Filter
  250. Name="Resource Files"
  251. Filter="ico;cur;bmp;dlg;rc2;rct;bin;cnt;rtf;gif;jpg;jpeg;jpe"
  252. >
  253. <File
  254. RelativePath=".\ressources\aosDebug.ico"
  255. >
  256. </File>
  257. <File
  258. RelativePath="bitmap1.bmp"
  259. >
  260. </File>
  261. <File
  262. RelativePath="DEBUG.bmp"
  263. >
  264. </File>
  265. <File
  266. RelativePath="Debug.ICO"
  267. >
  268. </File>
  269. <File
  270. RelativePath="debug.rc"
  271. >
  272. <FileConfiguration
  273. Name="Debug|Win32"
  274. >
  275. <Tool
  276. Name="VCResourceCompilerTool"
  277. PreprocessorDefinitions=""
  278. />
  279. </FileConfiguration>
  280. <FileConfiguration
  281. Name="Release|Win32"
  282. >
  283. <Tool
  284. Name="VCResourceCompilerTool"
  285. PreprocessorDefinitions=""
  286. />
  287. </FileConfiguration>
  288. </File>
  289. <File
  290. RelativePath=".\ressources\debugAos.ico"
  291. >
  292. </File>
  293. <File
  294. RelativePath="ico00001.ico"
  295. >
  296. </File>
  297. </Filter>
  298. </Files>
  299. <Globals>
  300. </Globals>
  301. </VisualStudioProject>