HTTPSTimeServer_vs90.vcproj 9.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383
  1. <?xml version="1.0" encoding="Windows-1252"?>
  2. <VisualStudioProject
  3. ProjectType="Visual C++"
  4. Version="9.00"
  5. Name="HTTPSTimeServer"
  6. ProjectGUID="{7C4285ED-F0BC-4CBA-B1F0-61FCB7FA26C4}"
  7. Keyword="Win32Proj"
  8. TargetFrameworkVersion="131072"
  9. >
  10. <Platforms>
  11. <Platform
  12. Name="Win32"
  13. />
  14. </Platforms>
  15. <ToolFiles>
  16. </ToolFiles>
  17. <Configurations>
  18. <Configuration
  19. Name="debug_shared|Win32"
  20. OutputDirectory="obj\debug_shared"
  21. IntermediateDirectory="obj\debug_shared"
  22. ConfigurationType="1"
  23. UseOfMFC="2"
  24. CharacterSet="2"
  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. />
  41. <Tool
  42. Name="VCCLCompilerTool"
  43. Optimization="0"
  44. AdditionalIncludeDirectories=".\include;..\..\..\Foundation\include;..\..\..\XML\include;..\..\..\Net\include;..\..\..\Util\include;..\..\..\NetSSL_OpenSSL\include"
  45. PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS;POCO_DLL;WINVER=0x0500"
  46. MinimalRebuild="true"
  47. BasicRuntimeChecks="3"
  48. RuntimeLibrary="3"
  49. BufferSecurityCheck="true"
  50. TreatWChar_tAsBuiltInType="true"
  51. ForceConformanceInForLoopScope="true"
  52. RuntimeTypeInfo="true"
  53. UsePrecompiledHeader="0"
  54. WarningLevel="3"
  55. DebugInformationFormat="4"
  56. />
  57. <Tool
  58. Name="VCManagedResourceCompilerTool"
  59. />
  60. <Tool
  61. Name="VCResourceCompilerTool"
  62. />
  63. <Tool
  64. Name="VCPreLinkEventTool"
  65. />
  66. <Tool
  67. Name="VCLinkerTool"
  68. AdditionalDependencies="PocoFoundationd.lib PocoXMLd.lib PocoNetd.lib PocoUtild.lib PocoNetSSLd.lib"
  69. OutputFile="bin/$(ProjectName)d.exe"
  70. LinkIncremental="2"
  71. AdditionalLibraryDirectories="..\..\..\lib"
  72. GenerateDebugInformation="true"
  73. ProgramDatabaseFile="bin/HTTPSTimeServerd.pdb"
  74. SubSystem="1"
  75. RandomizedBaseAddress="1"
  76. DataExecutionPrevention="0"
  77. TargetMachine="1"
  78. />
  79. <Tool
  80. Name="VCALinkTool"
  81. />
  82. <Tool
  83. Name="VCManifestTool"
  84. />
  85. <Tool
  86. Name="VCXDCMakeTool"
  87. />
  88. <Tool
  89. Name="VCBscMakeTool"
  90. />
  91. <Tool
  92. Name="VCFxCopTool"
  93. />
  94. <Tool
  95. Name="VCAppVerifierTool"
  96. />
  97. <Tool
  98. Name="VCPostBuildEventTool"
  99. />
  100. </Configuration>
  101. <Configuration
  102. Name="release_shared|Win32"
  103. OutputDirectory="obj\release_shared"
  104. IntermediateDirectory="obj\release_shared"
  105. ConfigurationType="1"
  106. UseOfMFC="2"
  107. CharacterSet="2"
  108. >
  109. <Tool
  110. Name="VCPreBuildEventTool"
  111. />
  112. <Tool
  113. Name="VCCustomBuildTool"
  114. />
  115. <Tool
  116. Name="VCXMLDataGeneratorTool"
  117. />
  118. <Tool
  119. Name="VCWebServiceProxyGeneratorTool"
  120. />
  121. <Tool
  122. Name="VCMIDLTool"
  123. />
  124. <Tool
  125. Name="VCCLCompilerTool"
  126. Optimization="4"
  127. InlineFunctionExpansion="1"
  128. EnableIntrinsicFunctions="true"
  129. FavorSizeOrSpeed="1"
  130. OmitFramePointers="true"
  131. AdditionalIncludeDirectories=".\include;..\..\..\Foundation\include;..\..\..\XML\include;..\..\..\Net\include;..\..\..\Util\include;..\..\..\NetSSL_OpenSSL\include"
  132. PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS;POCO_DLL;WINVER=0x0500"
  133. StringPooling="true"
  134. RuntimeLibrary="2"
  135. BufferSecurityCheck="false"
  136. TreatWChar_tAsBuiltInType="true"
  137. ForceConformanceInForLoopScope="true"
  138. RuntimeTypeInfo="true"
  139. UsePrecompiledHeader="0"
  140. WarningLevel="3"
  141. DebugInformationFormat="3"
  142. />
  143. <Tool
  144. Name="VCManagedResourceCompilerTool"
  145. />
  146. <Tool
  147. Name="VCResourceCompilerTool"
  148. />
  149. <Tool
  150. Name="VCPreLinkEventTool"
  151. />
  152. <Tool
  153. Name="VCLinkerTool"
  154. AdditionalDependencies="PocoFoundation.lib PocoXML.lib PocoNet.lib PocoUtil.lib PocoNetSSL.lib"
  155. OutputFile="bin/$(ProjectName).exe"
  156. LinkIncremental="1"
  157. AdditionalLibraryDirectories="..\..\..\lib"
  158. GenerateDebugInformation="false"
  159. ProgramDatabaseFile=""
  160. SubSystem="1"
  161. OptimizeReferences="2"
  162. EnableCOMDATFolding="2"
  163. RandomizedBaseAddress="1"
  164. DataExecutionPrevention="0"
  165. TargetMachine="1"
  166. />
  167. <Tool
  168. Name="VCALinkTool"
  169. />
  170. <Tool
  171. Name="VCManifestTool"
  172. />
  173. <Tool
  174. Name="VCXDCMakeTool"
  175. />
  176. <Tool
  177. Name="VCBscMakeTool"
  178. />
  179. <Tool
  180. Name="VCFxCopTool"
  181. />
  182. <Tool
  183. Name="VCAppVerifierTool"
  184. />
  185. <Tool
  186. Name="VCPostBuildEventTool"
  187. />
  188. </Configuration>
  189. <Configuration
  190. Name="debug_static|Win32"
  191. OutputDirectory="$(ConfigurationName)"
  192. IntermediateDirectory="$(ConfigurationName)"
  193. ConfigurationType="1"
  194. UseOfMFC="2"
  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="VCWebServiceProxyGeneratorTool"
  208. />
  209. <Tool
  210. Name="VCMIDLTool"
  211. />
  212. <Tool
  213. Name="VCCLCompilerTool"
  214. Optimization="0"
  215. AdditionalIncludeDirectories=".\include;..\..\..\Foundation\include;..\..\..\XML\include;..\..\..\Net\include;..\..\..\Util\include;..\..\..\NetSSL_OpenSSL\include"
  216. PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS;POCO_STATIC;WINVER=0x0500"
  217. MinimalRebuild="true"
  218. BasicRuntimeChecks="3"
  219. RuntimeLibrary="3"
  220. BufferSecurityCheck="true"
  221. TreatWChar_tAsBuiltInType="true"
  222. ForceConformanceInForLoopScope="true"
  223. RuntimeTypeInfo="true"
  224. UsePrecompiledHeader="0"
  225. WarningLevel="3"
  226. DebugInformationFormat="4"
  227. />
  228. <Tool
  229. Name="VCManagedResourceCompilerTool"
  230. />
  231. <Tool
  232. Name="VCResourceCompilerTool"
  233. />
  234. <Tool
  235. Name="VCPreLinkEventTool"
  236. />
  237. <Tool
  238. Name="VCLinkerTool"
  239. AdditionalDependencies="PocoFoundationmtd.lib PocoXMLmtd.lib PocoNetmtd.lib PocoUtilmtd.lib PocoNetSSLmtd.lib libeay32mtd.lib ssleay32mtd.lib ws2_32.lib advapi32.lib"
  240. OutputFile="bin/$(ProjectName)mtd.exe"
  241. LinkIncremental="2"
  242. AdditionalLibraryDirectories="..\..\..\lib"
  243. GenerateDebugInformation="true"
  244. ProgramDatabaseFile="bin/HTTPSTimeServerd.pdb"
  245. SubSystem="1"
  246. RandomizedBaseAddress="1"
  247. DataExecutionPrevention="0"
  248. TargetMachine="1"
  249. />
  250. <Tool
  251. Name="VCALinkTool"
  252. />
  253. <Tool
  254. Name="VCManifestTool"
  255. />
  256. <Tool
  257. Name="VCXDCMakeTool"
  258. />
  259. <Tool
  260. Name="VCBscMakeTool"
  261. />
  262. <Tool
  263. Name="VCFxCopTool"
  264. />
  265. <Tool
  266. Name="VCAppVerifierTool"
  267. />
  268. <Tool
  269. Name="VCPostBuildEventTool"
  270. />
  271. </Configuration>
  272. <Configuration
  273. Name="release_static|Win32"
  274. OutputDirectory="$(ConfigurationName)"
  275. IntermediateDirectory="$(ConfigurationName)"
  276. ConfigurationType="1"
  277. UseOfMFC="2"
  278. CharacterSet="2"
  279. >
  280. <Tool
  281. Name="VCPreBuildEventTool"
  282. />
  283. <Tool
  284. Name="VCCustomBuildTool"
  285. />
  286. <Tool
  287. Name="VCXMLDataGeneratorTool"
  288. />
  289. <Tool
  290. Name="VCWebServiceProxyGeneratorTool"
  291. />
  292. <Tool
  293. Name="VCMIDLTool"
  294. />
  295. <Tool
  296. Name="VCCLCompilerTool"
  297. Optimization="4"
  298. InlineFunctionExpansion="1"
  299. EnableIntrinsicFunctions="true"
  300. FavorSizeOrSpeed="1"
  301. OmitFramePointers="true"
  302. AdditionalIncludeDirectories=".\include;..\..\..\Foundation\include;..\..\..\XML\include;..\..\..\Net\include;..\..\..\Util\include;..\..\..\NetSSL_OpenSSL\include"
  303. PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS;POCO_STATIC;WINVER=0x0500"
  304. StringPooling="true"
  305. RuntimeLibrary="2"
  306. BufferSecurityCheck="false"
  307. TreatWChar_tAsBuiltInType="true"
  308. ForceConformanceInForLoopScope="true"
  309. RuntimeTypeInfo="true"
  310. UsePrecompiledHeader="0"
  311. WarningLevel="3"
  312. DebugInformationFormat="3"
  313. />
  314. <Tool
  315. Name="VCManagedResourceCompilerTool"
  316. />
  317. <Tool
  318. Name="VCResourceCompilerTool"
  319. />
  320. <Tool
  321. Name="VCPreLinkEventTool"
  322. />
  323. <Tool
  324. Name="VCLinkerTool"
  325. AdditionalDependencies="PocoFoundationmt.lib PocoXMLmt.lib PocoNetmt.lib PocoUtilmt.lib PocoNetSSLmt.lib libeay32mt.lib ssleay32mt.lib ws2_32.lib advapi32.lib"
  326. OutputFile="bin/$(ProjectName)mt.exe"
  327. LinkIncremental="1"
  328. AdditionalLibraryDirectories="..\..\..\lib"
  329. GenerateDebugInformation="false"
  330. ProgramDatabaseFile=""
  331. SubSystem="1"
  332. OptimizeReferences="2"
  333. EnableCOMDATFolding="2"
  334. RandomizedBaseAddress="1"
  335. DataExecutionPrevention="0"
  336. TargetMachine="1"
  337. />
  338. <Tool
  339. Name="VCALinkTool"
  340. />
  341. <Tool
  342. Name="VCManifestTool"
  343. />
  344. <Tool
  345. Name="VCXDCMakeTool"
  346. />
  347. <Tool
  348. Name="VCBscMakeTool"
  349. />
  350. <Tool
  351. Name="VCFxCopTool"
  352. />
  353. <Tool
  354. Name="VCAppVerifierTool"
  355. />
  356. <Tool
  357. Name="VCPostBuildEventTool"
  358. />
  359. </Configuration>
  360. </Configurations>
  361. <References>
  362. </References>
  363. <Files>
  364. <Filter
  365. Name="Configuration Files"
  366. >
  367. <File
  368. RelativePath=".\HTTPSTimeServer.properties"
  369. >
  370. </File>
  371. </Filter>
  372. <Filter
  373. Name="Source Files"
  374. >
  375. <File
  376. RelativePath=".\src\HTTPSTimeServer.cpp"
  377. >
  378. </File>
  379. </Filter>
  380. </Files>
  381. <Globals>
  382. </Globals>
  383. </VisualStudioProject>