LGraph.vcproj
Upload User: lsjld999
Upload Date: 2022-06-19
Package Size: 980k
Code Size: 5k
Category:

Graph program

Development Platform:

Visual C++

  1. <?xml version="1.0" encoding="gb2312"?>
  2. <VisualStudioProject
  3. ProjectType="Visual C++"
  4. Version="9.00"
  5. Name="LGraph"
  6. ProjectGUID="{9B53FA18-B148-4278-85F6-67E123CBA3CF}"
  7. TargetFrameworkVersion="0"
  8. >
  9. <Platforms>
  10. <Platform
  11. Name="Win32"
  12. />
  13. </Platforms>
  14. <ToolFiles>
  15. </ToolFiles>
  16. <Configurations>
  17. <Configuration
  18. Name="Release|Win32"
  19. OutputDirectory=".Release"
  20. IntermediateDirectory=".Release"
  21. ConfigurationType="1"
  22. InheritedPropertySheets="$(VCInstallDir)VCProjectDefaultsUpgradeFromVC60.vsprops"
  23. UseOfMFC="0"
  24. ATLMinimizesCRunTimeLibraryUsage="false"
  25. CharacterSet="2"
  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. TypeLibraryName=".Release/LGraph.tlb"
  42. HeaderFileName=""
  43. />
  44. <Tool
  45. Name="VCCLCompilerTool"
  46. Optimization="2"
  47. InlineFunctionExpansion="1"
  48. PreprocessorDefinitions="WIN32;NDEBUG;_CONSOLE"
  49. StringPooling="true"
  50. RuntimeLibrary="0"
  51. EnableFunctionLevelLinking="true"
  52. PrecompiledHeaderFile=".Release/LGraph.pch"
  53. AssemblerListingLocation=".Release/"
  54. ObjectFile=".Release/"
  55. ProgramDataBaseFileName=".Release/"
  56. WarningLevel="3"
  57. SuppressStartupBanner="true"
  58. />
  59. <Tool
  60. Name="VCManagedResourceCompilerTool"
  61. />
  62. <Tool
  63. Name="VCResourceCompilerTool"
  64. PreprocessorDefinitions="NDEBUG"
  65. Culture="2052"
  66. />
  67. <Tool
  68. Name="VCPreLinkEventTool"
  69. />
  70. <Tool
  71. Name="VCLinkerTool"
  72. OutputFile=".Release/LGraph.exe"
  73. LinkIncremental="1"
  74. SuppressStartupBanner="true"
  75. ProgramDatabaseFile=".Release/LGraph.pdb"
  76. SubSystem="1"
  77. RandomizedBaseAddress="1"
  78. DataExecutionPrevention="0"
  79. TargetMachine="1"
  80. />
  81. <Tool
  82. Name="VCALinkTool"
  83. />
  84. <Tool
  85. Name="VCManifestTool"
  86. />
  87. <Tool
  88. Name="VCXDCMakeTool"
  89. />
  90. <Tool
  91. Name="VCBscMakeTool"
  92. SuppressStartupBanner="true"
  93. OutputFile=".Release/LGraph.bsc"
  94. />
  95. <Tool
  96. Name="VCFxCopTool"
  97. />
  98. <Tool
  99. Name="VCAppVerifierTool"
  100. />
  101. <Tool
  102. Name="VCPostBuildEventTool"
  103. />
  104. </Configuration>
  105. <Configuration
  106. Name="Debug|Win32"
  107. OutputDirectory=".Debug"
  108. IntermediateDirectory=".Debug"
  109. ConfigurationType="1"
  110. InheritedPropertySheets="$(VCInstallDir)VCProjectDefaultsUpgradeFromVC60.vsprops"
  111. UseOfMFC="0"
  112. ATLMinimizesCRunTimeLibraryUsage="false"
  113. CharacterSet="2"
  114. >
  115. <Tool
  116. Name="VCPreBuildEventTool"
  117. />
  118. <Tool
  119. Name="VCCustomBuildTool"
  120. />
  121. <Tool
  122. Name="VCXMLDataGeneratorTool"
  123. />
  124. <Tool
  125. Name="VCWebServiceProxyGeneratorTool"
  126. />
  127. <Tool
  128. Name="VCMIDLTool"
  129. TypeLibraryName=".Debug/LGraph.tlb"
  130. HeaderFileName=""
  131. />
  132. <Tool
  133. Name="VCCLCompilerTool"
  134. Optimization="0"
  135. PreprocessorDefinitions="WIN32;_DEBUG;_CONSOLE"
  136. MinimalRebuild="true"
  137. BasicRuntimeChecks="3"
  138. RuntimeLibrary="1"
  139. PrecompiledHeaderFile=".Debug/LGraph.pch"
  140. AssemblerListingLocation=".Debug/"
  141. ObjectFile=".Debug/"
  142. ProgramDataBaseFileName=".Debug/"
  143. WarningLevel="3"
  144. SuppressStartupBanner="true"
  145. DebugInformationFormat="4"
  146. />
  147. <Tool
  148. Name="VCManagedResourceCompilerTool"
  149. />
  150. <Tool
  151. Name="VCResourceCompilerTool"
  152. PreprocessorDefinitions="_DEBUG"
  153. Culture="2052"
  154. />
  155. <Tool
  156. Name="VCPreLinkEventTool"
  157. />
  158. <Tool
  159. Name="VCLinkerTool"
  160. OutputFile=".Debug/LGraph.exe"
  161. LinkIncremental="2"
  162. SuppressStartupBanner="true"
  163. GenerateDebugInformation="true"
  164. ProgramDatabaseFile=".Debug/LGraph.pdb"
  165. SubSystem="1"
  166. RandomizedBaseAddress="1"
  167. DataExecutionPrevention="0"
  168. TargetMachine="1"
  169. />
  170. <Tool
  171. Name="VCALinkTool"
  172. />
  173. <Tool
  174. Name="VCManifestTool"
  175. />
  176. <Tool
  177. Name="VCXDCMakeTool"
  178. />
  179. <Tool
  180. Name="VCBscMakeTool"
  181. SuppressStartupBanner="true"
  182. OutputFile=".Debug/LGraph.bsc"
  183. />
  184. <Tool
  185. Name="VCFxCopTool"
  186. />
  187. <Tool
  188. Name="VCAppVerifierTool"
  189. />
  190. <Tool
  191. Name="VCPostBuildEventTool"
  192. />
  193. </Configuration>
  194. </Configurations>
  195. <References>
  196. </References>
  197. <Files>
  198. <File
  199. RelativePath="LGraph.cpp"
  200. >
  201. <FileConfiguration
  202. Name="Release|Win32"
  203. >
  204. <Tool
  205. Name="VCCLCompilerTool"
  206. PreprocessorDefinitions=""
  207. />
  208. </FileConfiguration>
  209. <FileConfiguration
  210. Name="Debug|Win32"
  211. >
  212. <Tool
  213. Name="VCCLCompilerTool"
  214. PreprocessorDefinitions=""
  215. />
  216. </FileConfiguration>
  217. </File>
  218. <File
  219. RelativePath="Queue.h"
  220. >
  221. </File>
  222. </Files>
  223. <Globals>
  224. </Globals>
  225. </VisualStudioProject>