StkTech.vcproj
上传用户:usa_ovo
上传日期:2013-09-16
资源大小:113k
文件大小:5k
源码类别:

金融证券系统

开发平台:

Visual C++

  1. <?xml version="1.0" encoding = "gb2312"?>
  2. <VisualStudioProject
  3. ProjectType="Visual C++"
  4. Version="7.00"
  5. Name="StkTech"
  6. SccProjectName=""
  7. SccLocalPath="">
  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="0"
  19. ATLMinimizesCRunTimeLibraryUsage="FALSE"
  20. CharacterSet="2">
  21. <Tool
  22. Name="VCCLCompilerTool"
  23. Optimization="0"
  24. PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS;_USRDLL;STKTECH_EXPORTS"
  25. BasicRuntimeChecks="3"
  26. RuntimeLibrary="1"
  27. UsePrecompiledHeader="3"
  28. PrecompiledHeaderThrough="stdafx.h"
  29. PrecompiledHeaderFile=".Debug/StkTech.pch"
  30. AssemblerListingLocation=".Debug/"
  31. ObjectFile=".Debug/"
  32. ProgramDataBaseFileName=".Debug/"
  33. BrowseInformation="1"
  34. WarningLevel="3"
  35. SuppressStartupBanner="TRUE"
  36. DebugInformationFormat="4"/>
  37. <Tool
  38. Name="VCCustomBuildTool"/>
  39. <Tool
  40. Name="VCLinkerTool"
  41. AdditionalOptions="/MACHINE:I386"
  42. AdditionalDependencies="odbc32.lib odbccp32.lib"
  43. OutputFile=".Debug/StkTech.dll"
  44. LinkIncremental="2"
  45. SuppressStartupBanner="TRUE"
  46. GenerateDebugInformation="TRUE"
  47. ProgramDatabaseFile=".Debug/StkTech.pdb"
  48. ImportLibrary=".Debug/StkTech.lib"/>
  49. <Tool
  50. Name="VCMIDLTool"
  51. PreprocessorDefinitions="_DEBUG"
  52. MkTypLibCompatible="TRUE"
  53. SuppressStartupBanner="TRUE"
  54. TargetEnvironment="1"
  55. TypeLibraryName=".Debug/StkTech.tlb"/>
  56. <Tool
  57. Name="VCPostBuildEventTool"/>
  58. <Tool
  59. Name="VCPreBuildEventTool"/>
  60. <Tool
  61. Name="VCPreLinkEventTool"/>
  62. <Tool
  63. Name="VCResourceCompilerTool"
  64. PreprocessorDefinitions="_DEBUG"
  65. Culture="2052"/>
  66. <Tool
  67. Name="VCWebServiceProxyGeneratorTool"/>
  68. <Tool
  69. Name="VCWebDeploymentTool"/>
  70. </Configuration>
  71. <Configuration
  72. Name="Release|Win32"
  73. OutputDirectory=".Release"
  74. IntermediateDirectory=".Release"
  75. ConfigurationType="2"
  76. UseOfMFC="0"
  77. ATLMinimizesCRunTimeLibraryUsage="FALSE"
  78. CharacterSet="2">
  79. <Tool
  80. Name="VCCLCompilerTool"
  81. InlineFunctionExpansion="1"
  82. PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS;_USRDLL;STKTECH_EXPORTS"
  83. StringPooling="TRUE"
  84. RuntimeLibrary="0"
  85. EnableFunctionLevelLinking="TRUE"
  86. UsePrecompiledHeader="3"
  87. PrecompiledHeaderThrough="stdafx.h"
  88. PrecompiledHeaderFile=".Release/StkTech.pch"
  89. AssemblerListingLocation=".Release/"
  90. ObjectFile=".Release/"
  91. ProgramDataBaseFileName=".Release/"
  92. WarningLevel="3"
  93. SuppressStartupBanner="TRUE"/>
  94. <Tool
  95. Name="VCCustomBuildTool"/>
  96. <Tool
  97. Name="VCLinkerTool"
  98. AdditionalOptions="/MACHINE:I386"
  99. AdditionalDependencies="odbc32.lib odbccp32.lib"
  100. OutputFile=".Release/StkTech.dll"
  101. LinkIncremental="1"
  102. SuppressStartupBanner="TRUE"
  103. ProgramDatabaseFile=".Release/StkTech.pdb"
  104. ImportLibrary=".Release/StkTech.lib"/>
  105. <Tool
  106. Name="VCMIDLTool"
  107. PreprocessorDefinitions="NDEBUG"
  108. MkTypLibCompatible="TRUE"
  109. SuppressStartupBanner="TRUE"
  110. TargetEnvironment="1"
  111. TypeLibraryName=".Release/StkTech.tlb"/>
  112. <Tool
  113. Name="VCPostBuildEventTool"/>
  114. <Tool
  115. Name="VCPreBuildEventTool"/>
  116. <Tool
  117. Name="VCPreLinkEventTool"/>
  118. <Tool
  119. Name="VCResourceCompilerTool"
  120. PreprocessorDefinitions="NDEBUG"
  121. Culture="2052"/>
  122. <Tool
  123. Name="VCWebServiceProxyGeneratorTool"/>
  124. <Tool
  125. Name="VCWebDeploymentTool"/>
  126. </Configuration>
  127. </Configurations>
  128. <Files>
  129. <Filter
  130. Name="Source Files"
  131. Filter="cpp;c;cxx;rc;def;r;odl;idl;hpj;bat">
  132. <File
  133. RelativePath=".StdAfx.cpp">
  134. <FileConfiguration
  135. Name="Debug|Win32">
  136. <Tool
  137. Name="VCCLCompilerTool"
  138. UsePrecompiledHeader="1"/>
  139. </FileConfiguration>
  140. <FileConfiguration
  141. Name="Release|Win32">
  142. <Tool
  143. Name="VCCLCompilerTool"
  144. UsePrecompiledHeader="1"/>
  145. </FileConfiguration>
  146. </File>
  147. <File
  148. RelativePath=".StkTech.cpp">
  149. </File>
  150. </Filter>
  151. <Filter
  152. Name="Header Files"
  153. Filter="h;hpp;hxx;hm;inl">
  154. <File
  155. RelativePath=".StdAfx.h">
  156. </File>
  157. <File
  158. RelativePath=".StkTech.h">
  159. </File>
  160. <File
  161. RelativePath=".Stock.h">
  162. </File>
  163. <File
  164. RelativePath=".TechUser.h">
  165. </File>
  166. </Filter>
  167. <Filter
  168. Name="Resource Files"
  169. Filter="ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe">
  170. </Filter>
  171. <File
  172. RelativePath=".ReadMe.txt">
  173. </File>
  174. </Files>
  175. <Globals>
  176. </Globals>
  177. </VisualStudioProject>