Counter Strike : Global Offensive Source Code
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

395 lines
8.4 KiB

  1. <?xml version="1.0" encoding="gb2312"?>
  2. <VisualStudioProject
  3. ProjectType="Visual C++"
  4. Version="8.00"
  5. Name="dlltest"
  6. ProjectGUID="{A7483CE8-2784-46CE-8CB8-8C0C1D27E232}"
  7. SccLocalPath="."
  8. >
  9. <Platforms>
  10. <Platform
  11. Name="Win32"
  12. />
  13. <Platform
  14. Name="x64"
  15. />
  16. </Platforms>
  17. <ToolFiles>
  18. </ToolFiles>
  19. <Configurations>
  20. <Configuration
  21. Name="Release|Win32"
  22. OutputDirectory="$(PlatformName)\DLL_Output\$(ConfigurationName)"
  23. IntermediateDirectory="$(PlatformName)\$(ProjectName)\$(ConfigurationName)"
  24. ConfigurationType="1"
  25. InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops"
  26. UseOfMFC="0"
  27. ATLMinimizesCRunTimeLibraryUsage="false"
  28. CharacterSet="2"
  29. WholeProgramOptimization="1"
  30. >
  31. <Tool
  32. Name="VCPreBuildEventTool"
  33. />
  34. <Tool
  35. Name="VCCustomBuildTool"
  36. />
  37. <Tool
  38. Name="VCXMLDataGeneratorTool"
  39. />
  40. <Tool
  41. Name="VCMIDLTool"
  42. TypeLibraryName=".\dlltest___Win32_Release/dlltest.tlb"
  43. HeaderFileName=""
  44. />
  45. <Tool
  46. Name="VCCLCompilerTool"
  47. Optimization="1"
  48. InlineFunctionExpansion="2"
  49. EnableIntrinsicFunctions="true"
  50. FavorSizeOrSpeed="2"
  51. OmitFramePointers="true"
  52. PreprocessorDefinitions="WIN32;NDEBUG;_CONSOLE;CRYPTOPP_DLL_ONLY"
  53. StringPooling="true"
  54. RuntimeLibrary="0"
  55. EnableFunctionLevelLinking="true"
  56. EnableEnhancedInstructionSet="1"
  57. UsePrecompiledHeader="0"
  58. WarningLevel="3"
  59. SuppressStartupBanner="true"
  60. CallingConvention="2"
  61. />
  62. <Tool
  63. Name="VCManagedResourceCompilerTool"
  64. />
  65. <Tool
  66. Name="VCResourceCompilerTool"
  67. PreprocessorDefinitions="NDEBUG"
  68. Culture="1033"
  69. />
  70. <Tool
  71. Name="VCPreLinkEventTool"
  72. />
  73. <Tool
  74. Name="VCLinkerTool"
  75. AdditionalDependencies="odbc32.lib odbccp32.lib"
  76. SuppressStartupBanner="true"
  77. AdditionalLibraryDirectories=""
  78. GenerateDebugInformation="true"
  79. SubSystem="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. />
  93. <Tool
  94. Name="VCFxCopTool"
  95. />
  96. <Tool
  97. Name="VCAppVerifierTool"
  98. />
  99. <Tool
  100. Name="VCPostBuildEventTool"
  101. />
  102. </Configuration>
  103. <Configuration
  104. Name="Release|x64"
  105. OutputDirectory="$(PlatformName)\DLL_Output\$(ConfigurationName)"
  106. IntermediateDirectory="$(PlatformName)\$(ProjectName)\$(ConfigurationName)"
  107. ConfigurationType="1"
  108. InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops"
  109. UseOfMFC="0"
  110. ATLMinimizesCRunTimeLibraryUsage="false"
  111. CharacterSet="2"
  112. WholeProgramOptimization="1"
  113. >
  114. <Tool
  115. Name="VCPreBuildEventTool"
  116. />
  117. <Tool
  118. Name="VCCustomBuildTool"
  119. />
  120. <Tool
  121. Name="VCXMLDataGeneratorTool"
  122. />
  123. <Tool
  124. Name="VCMIDLTool"
  125. TargetEnvironment="3"
  126. TypeLibraryName=".\dlltest___Win32_Release/dlltest.tlb"
  127. HeaderFileName=""
  128. />
  129. <Tool
  130. Name="VCCLCompilerTool"
  131. Optimization="1"
  132. InlineFunctionExpansion="2"
  133. EnableIntrinsicFunctions="true"
  134. FavorSizeOrSpeed="2"
  135. OmitFramePointers="true"
  136. PreprocessorDefinitions="WIN32;NDEBUG;_CONSOLE;CRYPTOPP_DLL_ONLY"
  137. StringPooling="true"
  138. RuntimeLibrary="0"
  139. EnableFunctionLevelLinking="true"
  140. UsePrecompiledHeader="0"
  141. WarningLevel="3"
  142. SuppressStartupBanner="true"
  143. CallingConvention="2"
  144. />
  145. <Tool
  146. Name="VCManagedResourceCompilerTool"
  147. />
  148. <Tool
  149. Name="VCResourceCompilerTool"
  150. PreprocessorDefinitions="NDEBUG"
  151. Culture="1033"
  152. />
  153. <Tool
  154. Name="VCPreLinkEventTool"
  155. />
  156. <Tool
  157. Name="VCLinkerTool"
  158. AdditionalDependencies="odbc32.lib odbccp32.lib"
  159. SuppressStartupBanner="true"
  160. AdditionalLibraryDirectories=""
  161. GenerateDebugInformation="true"
  162. SubSystem="1"
  163. TargetMachine="17"
  164. />
  165. <Tool
  166. Name="VCALinkTool"
  167. />
  168. <Tool
  169. Name="VCManifestTool"
  170. />
  171. <Tool
  172. Name="VCXDCMakeTool"
  173. />
  174. <Tool
  175. Name="VCBscMakeTool"
  176. />
  177. <Tool
  178. Name="VCFxCopTool"
  179. />
  180. <Tool
  181. Name="VCAppVerifierTool"
  182. />
  183. <Tool
  184. Name="VCPostBuildEventTool"
  185. />
  186. </Configuration>
  187. <Configuration
  188. Name="Debug|Win32"
  189. OutputDirectory="$(PlatformName)\DLL_Output\$(ConfigurationName)"
  190. IntermediateDirectory="$(PlatformName)\$(ProjectName)\$(ConfigurationName)"
  191. ConfigurationType="1"
  192. InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops"
  193. UseOfMFC="0"
  194. ATLMinimizesCRunTimeLibraryUsage="false"
  195. CharacterSet="2"
  196. >
  197. <Tool
  198. Name="VCPreBuildEventTool"
  199. />
  200. <Tool
  201. Name="VCCustomBuildTool"
  202. />
  203. <Tool
  204. Name="VCXMLDataGeneratorTool"
  205. />
  206. <Tool
  207. Name="VCMIDLTool"
  208. TypeLibraryName=".\dlltest___Win32_Debug/dlltest.tlb"
  209. HeaderFileName=""
  210. />
  211. <Tool
  212. Name="VCCLCompilerTool"
  213. Optimization="0"
  214. EnableIntrinsicFunctions="true"
  215. PreprocessorDefinitions="WIN32;_DEBUG;_CONSOLE;CRYPTOPP_DLL_ONLY"
  216. BasicRuntimeChecks="3"
  217. RuntimeLibrary="1"
  218. EnableEnhancedInstructionSet="1"
  219. UsePrecompiledHeader="0"
  220. WarningLevel="3"
  221. SuppressStartupBanner="true"
  222. DebugInformationFormat="4"
  223. CallingConvention="2"
  224. />
  225. <Tool
  226. Name="VCManagedResourceCompilerTool"
  227. />
  228. <Tool
  229. Name="VCResourceCompilerTool"
  230. PreprocessorDefinitions="_DEBUG"
  231. Culture="1033"
  232. />
  233. <Tool
  234. Name="VCPreLinkEventTool"
  235. />
  236. <Tool
  237. Name="VCLinkerTool"
  238. AdditionalDependencies="odbc32.lib odbccp32.lib"
  239. SuppressStartupBanner="true"
  240. AdditionalLibraryDirectories=""
  241. GenerateDebugInformation="true"
  242. SubSystem="1"
  243. />
  244. <Tool
  245. Name="VCALinkTool"
  246. />
  247. <Tool
  248. Name="VCManifestTool"
  249. />
  250. <Tool
  251. Name="VCXDCMakeTool"
  252. />
  253. <Tool
  254. Name="VCBscMakeTool"
  255. />
  256. <Tool
  257. Name="VCFxCopTool"
  258. />
  259. <Tool
  260. Name="VCAppVerifierTool"
  261. />
  262. <Tool
  263. Name="VCPostBuildEventTool"
  264. />
  265. </Configuration>
  266. <Configuration
  267. Name="Debug|x64"
  268. OutputDirectory="$(PlatformName)\DLL_Output\$(ConfigurationName)"
  269. IntermediateDirectory="$(PlatformName)\$(ProjectName)\$(ConfigurationName)"
  270. ConfigurationType="1"
  271. InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops"
  272. UseOfMFC="0"
  273. ATLMinimizesCRunTimeLibraryUsage="false"
  274. CharacterSet="2"
  275. >
  276. <Tool
  277. Name="VCPreBuildEventTool"
  278. />
  279. <Tool
  280. Name="VCCustomBuildTool"
  281. />
  282. <Tool
  283. Name="VCXMLDataGeneratorTool"
  284. />
  285. <Tool
  286. Name="VCMIDLTool"
  287. TargetEnvironment="3"
  288. TypeLibraryName=".\dlltest___Win32_Debug/dlltest.tlb"
  289. HeaderFileName=""
  290. />
  291. <Tool
  292. Name="VCCLCompilerTool"
  293. Optimization="0"
  294. EnableIntrinsicFunctions="true"
  295. PreprocessorDefinitions="WIN32;_DEBUG;_CONSOLE;CRYPTOPP_DLL_ONLY"
  296. BasicRuntimeChecks="3"
  297. RuntimeLibrary="1"
  298. UsePrecompiledHeader="0"
  299. WarningLevel="3"
  300. SuppressStartupBanner="true"
  301. DebugInformationFormat="3"
  302. CallingConvention="2"
  303. />
  304. <Tool
  305. Name="VCManagedResourceCompilerTool"
  306. />
  307. <Tool
  308. Name="VCResourceCompilerTool"
  309. PreprocessorDefinitions="_DEBUG"
  310. Culture="1033"
  311. />
  312. <Tool
  313. Name="VCPreLinkEventTool"
  314. />
  315. <Tool
  316. Name="VCLinkerTool"
  317. AdditionalDependencies="odbc32.lib odbccp32.lib"
  318. SuppressStartupBanner="true"
  319. AdditionalLibraryDirectories=""
  320. GenerateDebugInformation="true"
  321. SubSystem="1"
  322. TargetMachine="17"
  323. />
  324. <Tool
  325. Name="VCALinkTool"
  326. />
  327. <Tool
  328. Name="VCManifestTool"
  329. />
  330. <Tool
  331. Name="VCXDCMakeTool"
  332. />
  333. <Tool
  334. Name="VCBscMakeTool"
  335. />
  336. <Tool
  337. Name="VCFxCopTool"
  338. />
  339. <Tool
  340. Name="VCAppVerifierTool"
  341. />
  342. <Tool
  343. Name="VCPostBuildEventTool"
  344. />
  345. </Configuration>
  346. </Configurations>
  347. <References>
  348. </References>
  349. <Files>
  350. <File
  351. RelativePath="dlltest.cpp"
  352. >
  353. <FileConfiguration
  354. Name="Release|Win32"
  355. >
  356. <Tool
  357. Name="VCCLCompilerTool"
  358. Optimization="1"
  359. PreprocessorDefinitions=""
  360. />
  361. </FileConfiguration>
  362. <FileConfiguration
  363. Name="Release|x64"
  364. >
  365. <Tool
  366. Name="VCCLCompilerTool"
  367. Optimization="1"
  368. PreprocessorDefinitions=""
  369. />
  370. </FileConfiguration>
  371. <FileConfiguration
  372. Name="Debug|Win32"
  373. >
  374. <Tool
  375. Name="VCCLCompilerTool"
  376. Optimization="0"
  377. PreprocessorDefinitions=""
  378. BasicRuntimeChecks="3"
  379. />
  380. </FileConfiguration>
  381. <FileConfiguration
  382. Name="Debug|x64"
  383. >
  384. <Tool
  385. Name="VCCLCompilerTool"
  386. Optimization="0"
  387. PreprocessorDefinitions=""
  388. BasicRuntimeChecks="3"
  389. />
  390. </FileConfiguration>
  391. </File>
  392. </Files>
  393. <Globals>
  394. </Globals>
  395. </VisualStudioProject>