Leaked source code of windows server 2003
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.

548 lines
16 KiB

  1. <?xml version="1.0" encoding = "Windows-1252"?>
  2. <VisualStudioProject
  3. ProjectType="Visual C++"
  4. Version="7.00"
  5. Name="CentralFMSvc"
  6. SccProjectName=""
  7. SccLocalPath=""
  8. Keyword="AtlProj">
  9. <Platforms>
  10. <Platform
  11. Name="Win32"/>
  12. </Platforms>
  13. <Configurations>
  14. <Configuration
  15. Name="Release MinDependency|Win32"
  16. OutputDirectory=".\ReleaseMinDependency"
  17. IntermediateDirectory=".\ReleaseMinDependency"
  18. ConfigurationType="1"
  19. UseOfMFC="1"
  20. UseOfATL="1"
  21. ATLMinimizesCRunTimeLibraryUsage="FALSE"
  22. CharacterSet="2">
  23. <Tool
  24. Name="VCCLCompilerTool"
  25. Optimization="1"
  26. InlineFunctionExpansion="1"
  27. PreprocessorDefinitions="WIN32,NDEBUG,_WINDOWS"
  28. StringPooling="TRUE"
  29. RuntimeLibrary="0"
  30. EnableFunctionLevelLinking="TRUE"
  31. UsePrecompiledHeader="3"
  32. PrecompiledHeaderThrough="stdafx.h"
  33. PrecompiledHeaderFile=".\ReleaseMinDependency/CentralFMSvc.pch"
  34. AssemblerListingLocation=".\ReleaseMinDependency/"
  35. ObjectFile=".\ReleaseMinDependency/"
  36. ProgramDataBaseFileName=".\ReleaseMinDependency/"
  37. WarningLevel="3"
  38. SuppressStartupBanner="TRUE"/>
  39. <Tool
  40. Name="VCCustomBuildTool"
  41. Description="Performing registration"
  42. CommandLine="&quot;$(TargetPath)&quot; /RegServer
  43. echo regsvr32 exec. time &gt; &quot;$(OutDir)\regsvr32.trg&quot;
  44. echo Server registration done!
  45. "
  46. Outputs="$(OutDir)\regsvr32.trg"/>
  47. <Tool
  48. Name="VCLinkerTool"
  49. AdditionalOptions="/MACHINE:I386"
  50. OutputFile=".\ReleaseMinDependency/CentralFMSvc.exe"
  51. LinkIncremental="1"
  52. SuppressStartupBanner="TRUE"
  53. ProgramDatabaseFile=".\ReleaseMinDependency/CentralFMSvc.pdb"
  54. SubSystem="2"/>
  55. <Tool
  56. Name="VCMIDLTool"
  57. TypeLibraryName=".\ReleaseMinDependency/CentralFMSvc.tlb"/>
  58. <Tool
  59. Name="VCPostBuildEventTool"/>
  60. <Tool
  61. Name="VCPreBuildEventTool"/>
  62. <Tool
  63. Name="VCPreLinkEventTool"/>
  64. <Tool
  65. Name="VCResourceCompilerTool"
  66. PreprocessorDefinitions="NDEBUG"
  67. Culture="1033"/>
  68. <Tool
  69. Name="VCWebServiceProxyGeneratorTool"/>
  70. <Tool
  71. Name="VCWebDeploymentTool"/>
  72. </Configuration>
  73. <Configuration
  74. Name="Unicode Debug|Win32"
  75. OutputDirectory=".\DebugU"
  76. IntermediateDirectory=".\DebugU"
  77. ConfigurationType="1"
  78. UseOfMFC="1"
  79. ATLMinimizesCRunTimeLibraryUsage="FALSE"
  80. CharacterSet="1">
  81. <Tool
  82. Name="VCCLCompilerTool"
  83. Optimization="0"
  84. PreprocessorDefinitions="WIN32,_DEBUG,_WINDOWS,UNICODE"
  85. RuntimeLibrary="1"
  86. UsePrecompiledHeader="3"
  87. PrecompiledHeaderThrough="stdafx.h"
  88. PrecompiledHeaderFile=".\DebugU/CentralFMSvc.pch"
  89. AssemblerListingLocation=".\DebugU/"
  90. ObjectFile=".\DebugU/"
  91. ProgramDataBaseFileName=".\DebugU/"
  92. WarningLevel="3"
  93. SuppressStartupBanner="TRUE"
  94. DebugInformationFormat="4"/>
  95. <Tool
  96. Name="VCCustomBuildTool"
  97. Description="Performing registration"
  98. CommandLine="if &quot;%OS%&quot;==&quot;&quot; goto NOTNT
  99. if not &quot;%OS%&quot;==&quot;Windows_NT&quot; goto NOTNT
  100. &quot;$(TargetPath)&quot; /RegServer
  101. echo regsvr32 exec. time &gt; &quot;$(OutDir)\regsvr32.trg&quot;
  102. echo Server registration done!
  103. goto end
  104. :NOTNT
  105. echo Warning : Cannot register Unicode EXE on Windows 95
  106. :end
  107. "
  108. Outputs="$(OutDir)\regsvr32.trg"/>
  109. <Tool
  110. Name="VCLinkerTool"
  111. AdditionalOptions="/MACHINE:I386"
  112. AdditionalDependencies="shlwapi.lib version.lib"
  113. OutputFile=".\DebugU/CentralFMSvc.exe"
  114. LinkIncremental="2"
  115. SuppressStartupBanner="TRUE"
  116. GenerateDebugInformation="TRUE"
  117. ProgramDatabaseFile=".\DebugU/CentralFMSvc.pdb"
  118. SubSystem="2"
  119. EntryPointSymbol="wWinMainCRTStartup"/>
  120. <Tool
  121. Name="VCMIDLTool"
  122. TypeLibraryName=".\DebugU/CentralFMSvc.tlb"/>
  123. <Tool
  124. Name="VCPostBuildEventTool"/>
  125. <Tool
  126. Name="VCPreBuildEventTool"/>
  127. <Tool
  128. Name="VCPreLinkEventTool"/>
  129. <Tool
  130. Name="VCResourceCompilerTool"
  131. PreprocessorDefinitions="_DEBUG"
  132. Culture="1033"/>
  133. <Tool
  134. Name="VCWebServiceProxyGeneratorTool"/>
  135. <Tool
  136. Name="VCWebDeploymentTool"/>
  137. </Configuration>
  138. <Configuration
  139. Name="Debug|Win32"
  140. OutputDirectory=".\Debug"
  141. IntermediateDirectory=".\Debug"
  142. ConfigurationType="1"
  143. UseOfMFC="1"
  144. ATLMinimizesCRunTimeLibraryUsage="FALSE">
  145. <Tool
  146. Name="VCCLCompilerTool"
  147. Optimization="0"
  148. PreprocessorDefinitions="WIN32,_DEBUG,_WINDOWS,MBCS"
  149. RuntimeLibrary="1"
  150. UsePrecompiledHeader="3"
  151. PrecompiledHeaderThrough="stdafx.h"
  152. PrecompiledHeaderFile=".\Debug/CentralFMSvc.pch"
  153. AssemblerListingLocation=".\Debug/"
  154. ObjectFile=".\Debug/"
  155. ProgramDataBaseFileName=".\Debug/"
  156. WarningLevel="3"
  157. SuppressStartupBanner="TRUE"
  158. DebugInformationFormat="4"/>
  159. <Tool
  160. Name="VCCustomBuildTool"
  161. Description="Performing registration"
  162. CommandLine="&quot;$(TargetPath)&quot; /RegServer
  163. echo regsvr32 exec. time &gt; &quot;$(OutDir)\regsvr32.trg&quot;
  164. echo Server registration done!
  165. "
  166. Outputs="$(OutDir)\regsvr32.trg"/>
  167. <Tool
  168. Name="VCLinkerTool"
  169. AdditionalOptions="/MACHINE:I386"
  170. AdditionalDependencies="version.lib shlwapi.lib"
  171. OutputFile=".\Debug/CentralFMSvc.exe"
  172. LinkIncremental="2"
  173. SuppressStartupBanner="TRUE"
  174. GenerateDebugInformation="TRUE"
  175. ProgramDatabaseFile=".\Debug/CentralFMSvc.pdb"
  176. SubSystem="2"/>
  177. <Tool
  178. Name="VCMIDLTool"
  179. TypeLibraryName=".\Debug/CentralFMSvc.tlb"/>
  180. <Tool
  181. Name="VCPostBuildEventTool"/>
  182. <Tool
  183. Name="VCPreBuildEventTool"/>
  184. <Tool
  185. Name="VCPreLinkEventTool"/>
  186. <Tool
  187. Name="VCResourceCompilerTool"
  188. PreprocessorDefinitions="_DEBUG"
  189. Culture="1033"/>
  190. <Tool
  191. Name="VCWebServiceProxyGeneratorTool"/>
  192. <Tool
  193. Name="VCWebDeploymentTool"/>
  194. </Configuration>
  195. <Configuration
  196. Name="Unicode Release MinDependency|Win32"
  197. OutputDirectory=".\ReleaseUMinDependency"
  198. IntermediateDirectory=".\ReleaseUMinDependency"
  199. ConfigurationType="1"
  200. UseOfMFC="1"
  201. UseOfATL="1"
  202. ATLMinimizesCRunTimeLibraryUsage="FALSE"
  203. CharacterSet="1">
  204. <Tool
  205. Name="VCCLCompilerTool"
  206. Optimization="1"
  207. InlineFunctionExpansion="1"
  208. PreprocessorDefinitions="WIN32,NDEBUG,_WINDOWS"
  209. StringPooling="TRUE"
  210. RuntimeLibrary="0"
  211. EnableFunctionLevelLinking="TRUE"
  212. UsePrecompiledHeader="3"
  213. PrecompiledHeaderThrough="stdafx.h"
  214. PrecompiledHeaderFile=".\ReleaseUMinDependency/CentralFMSvc.pch"
  215. AssemblerListingLocation=".\ReleaseUMinDependency/"
  216. ObjectFile=".\ReleaseUMinDependency/"
  217. ProgramDataBaseFileName=".\ReleaseUMinDependency/"
  218. WarningLevel="3"
  219. SuppressStartupBanner="TRUE"/>
  220. <Tool
  221. Name="VCCustomBuildTool"
  222. Description="Performing registration"
  223. CommandLine="if &quot;%OS%&quot;==&quot;&quot; goto NOTNT
  224. if not &quot;%OS%&quot;==&quot;Windows_NT&quot; goto NOTNT
  225. &quot;$(TargetPath)&quot; /RegServer
  226. echo regsvr32 exec. time &gt; &quot;$(OutDir)\regsvr32.trg&quot;
  227. echo Server registration done!
  228. goto end
  229. :NOTNT
  230. echo Warning : Cannot register Unicode EXE on Windows 95
  231. :end
  232. "
  233. Outputs="$(OutDir)\regsvr32.trg"/>
  234. <Tool
  235. Name="VCLinkerTool"
  236. AdditionalOptions="/MACHINE:I386"
  237. OutputFile=".\ReleaseUMinDependency/CentralFMSvc.exe"
  238. LinkIncremental="1"
  239. SuppressStartupBanner="TRUE"
  240. ProgramDatabaseFile=".\ReleaseUMinDependency/CentralFMSvc.pdb"
  241. SubSystem="2"/>
  242. <Tool
  243. Name="VCMIDLTool"
  244. TypeLibraryName=".\ReleaseUMinDependency/CentralFMSvc.tlb"/>
  245. <Tool
  246. Name="VCPostBuildEventTool"/>
  247. <Tool
  248. Name="VCPreBuildEventTool"/>
  249. <Tool
  250. Name="VCPreLinkEventTool"/>
  251. <Tool
  252. Name="VCResourceCompilerTool"
  253. PreprocessorDefinitions="NDEBUG"
  254. Culture="1033"/>
  255. <Tool
  256. Name="VCWebServiceProxyGeneratorTool"/>
  257. <Tool
  258. Name="VCWebDeploymentTool"/>
  259. </Configuration>
  260. <Configuration
  261. Name="Unicode Release MinSize|Win32"
  262. OutputDirectory=".\ReleaseUMinSize"
  263. IntermediateDirectory=".\ReleaseUMinSize"
  264. ConfigurationType="1"
  265. UseOfMFC="1"
  266. UseOfATL="2"
  267. ATLMinimizesCRunTimeLibraryUsage="FALSE"
  268. CharacterSet="1">
  269. <Tool
  270. Name="VCCLCompilerTool"
  271. Optimization="1"
  272. InlineFunctionExpansion="1"
  273. PreprocessorDefinitions="WIN32,NDEBUG,_WINDOWS"
  274. StringPooling="TRUE"
  275. RuntimeLibrary="0"
  276. EnableFunctionLevelLinking="TRUE"
  277. UsePrecompiledHeader="3"
  278. PrecompiledHeaderThrough="stdafx.h"
  279. PrecompiledHeaderFile=".\ReleaseUMinSize/CentralFMSvc.pch"
  280. AssemblerListingLocation=".\ReleaseUMinSize/"
  281. ObjectFile=".\ReleaseUMinSize/"
  282. ProgramDataBaseFileName=".\ReleaseUMinSize/"
  283. WarningLevel="3"
  284. SuppressStartupBanner="TRUE"/>
  285. <Tool
  286. Name="VCCustomBuildTool"
  287. Description="Performing registration"
  288. CommandLine="if &quot;%OS%&quot;==&quot;&quot; goto NOTNT
  289. if not &quot;%OS%&quot;==&quot;Windows_NT&quot; goto NOTNT
  290. &quot;$(TargetPath)&quot; /RegServer
  291. echo regsvr32 exec. time &gt; &quot;$(OutDir)\regsvr32.trg&quot;
  292. echo Server registration done!
  293. goto end
  294. :NOTNT
  295. echo Warning : Cannot register Unicode EXE on Windows 95
  296. :end
  297. "
  298. Outputs="$(OutDir)\regsvr32.trg"/>
  299. <Tool
  300. Name="VCLinkerTool"
  301. AdditionalOptions="/MACHINE:I386"
  302. OutputFile=".\ReleaseUMinSize/CentralFMSvc.exe"
  303. LinkIncremental="1"
  304. SuppressStartupBanner="TRUE"
  305. ProgramDatabaseFile=".\ReleaseUMinSize/CentralFMSvc.pdb"
  306. SubSystem="2"/>
  307. <Tool
  308. Name="VCMIDLTool"
  309. TypeLibraryName=".\ReleaseUMinSize/CentralFMSvc.tlb"/>
  310. <Tool
  311. Name="VCPostBuildEventTool"/>
  312. <Tool
  313. Name="VCPreBuildEventTool"/>
  314. <Tool
  315. Name="VCPreLinkEventTool"/>
  316. <Tool
  317. Name="VCResourceCompilerTool"
  318. PreprocessorDefinitions="NDEBUG"
  319. Culture="1033"/>
  320. <Tool
  321. Name="VCWebServiceProxyGeneratorTool"/>
  322. <Tool
  323. Name="VCWebDeploymentTool"/>
  324. </Configuration>
  325. <Configuration
  326. Name="Release MinSize|Win32"
  327. OutputDirectory=".\ReleaseMinSize"
  328. IntermediateDirectory=".\ReleaseMinSize"
  329. ConfigurationType="1"
  330. UseOfMFC="1"
  331. UseOfATL="2"
  332. ATLMinimizesCRunTimeLibraryUsage="FALSE"
  333. CharacterSet="2">
  334. <Tool
  335. Name="VCCLCompilerTool"
  336. Optimization="1"
  337. InlineFunctionExpansion="1"
  338. PreprocessorDefinitions="WIN32,NDEBUG,_WINDOWS"
  339. StringPooling="TRUE"
  340. RuntimeLibrary="0"
  341. EnableFunctionLevelLinking="TRUE"
  342. UsePrecompiledHeader="3"
  343. PrecompiledHeaderThrough="stdafx.h"
  344. PrecompiledHeaderFile=".\ReleaseMinSize/CentralFMSvc.pch"
  345. AssemblerListingLocation=".\ReleaseMinSize/"
  346. ObjectFile=".\ReleaseMinSize/"
  347. ProgramDataBaseFileName=".\ReleaseMinSize/"
  348. WarningLevel="3"
  349. SuppressStartupBanner="TRUE"/>
  350. <Tool
  351. Name="VCCustomBuildTool"
  352. Description="Performing registration"
  353. CommandLine="&quot;$(TargetPath)&quot; /RegServer
  354. echo regsvr32 exec. time &gt; &quot;$(OutDir)\regsvr32.trg&quot;
  355. echo Server registration done!
  356. "
  357. Outputs="$(OutDir)\regsvr32.trg"/>
  358. <Tool
  359. Name="VCLinkerTool"
  360. AdditionalOptions="/MACHINE:I386"
  361. OutputFile=".\ReleaseMinSize/CentralFMSvc.exe"
  362. LinkIncremental="1"
  363. SuppressStartupBanner="TRUE"
  364. ProgramDatabaseFile=".\ReleaseMinSize/CentralFMSvc.pdb"
  365. SubSystem="2"/>
  366. <Tool
  367. Name="VCMIDLTool"
  368. TypeLibraryName=".\ReleaseMinSize/CentralFMSvc.tlb"/>
  369. <Tool
  370. Name="VCPostBuildEventTool"/>
  371. <Tool
  372. Name="VCPreBuildEventTool"/>
  373. <Tool
  374. Name="VCPreLinkEventTool"/>
  375. <Tool
  376. Name="VCResourceCompilerTool"
  377. PreprocessorDefinitions="NDEBUG"
  378. Culture="1033"/>
  379. <Tool
  380. Name="VCWebServiceProxyGeneratorTool"/>
  381. <Tool
  382. Name="VCWebDeploymentTool"/>
  383. </Configuration>
  384. </Configurations>
  385. <Files>
  386. <Filter
  387. Name="Source Files"
  388. Filter="cpp;c;cxx;rc;def;r;odl;idl;hpj;bat">
  389. <File
  390. RelativePath=".\CentralFMSvc.cpp">
  391. </File>
  392. <File
  393. RelativePath=".\CentralFMSvc.idl">
  394. <FileConfiguration
  395. Name="Release MinDependency|Win32">
  396. <Tool
  397. Name="VCMIDLTool"
  398. GenerateStublessProxies="TRUE"
  399. TypeLibraryName=".\CentralFMSvc.tlb"
  400. HeaderFileName="CentralFMSvc.h"
  401. InterfaceIdentifierFileName="CentralFMSvc_i.c"/>
  402. </FileConfiguration>
  403. <FileConfiguration
  404. Name="Unicode Debug|Win32">
  405. <Tool
  406. Name="VCMIDLTool"
  407. GenerateStublessProxies="TRUE"
  408. TypeLibraryName=".\CentralFMSvc.tlb"
  409. HeaderFileName="CentralFMSvc.h"
  410. InterfaceIdentifierFileName="CentralFMSvc_i.c"/>
  411. </FileConfiguration>
  412. <FileConfiguration
  413. Name="Debug|Win32">
  414. <Tool
  415. Name="VCMIDLTool"
  416. GenerateStublessProxies="TRUE"
  417. TypeLibraryName=".\CentralFMSvc.tlb"
  418. HeaderFileName="CentralFMSvc.h"
  419. InterfaceIdentifierFileName="CentralFMSvc_i.c"/>
  420. </FileConfiguration>
  421. <FileConfiguration
  422. Name="Unicode Release MinDependency|Win32">
  423. <Tool
  424. Name="VCMIDLTool"
  425. GenerateStublessProxies="TRUE"
  426. TypeLibraryName=".\CentralFMSvc.tlb"
  427. HeaderFileName="CentralFMSvc.h"
  428. InterfaceIdentifierFileName="CentralFMSvc_i.c"/>
  429. </FileConfiguration>
  430. <FileConfiguration
  431. Name="Unicode Release MinSize|Win32">
  432. <Tool
  433. Name="VCMIDLTool"
  434. GenerateStublessProxies="TRUE"
  435. TypeLibraryName=".\CentralFMSvc.tlb"
  436. HeaderFileName="CentralFMSvc.h"
  437. InterfaceIdentifierFileName="CentralFMSvc_i.c"/>
  438. </FileConfiguration>
  439. <FileConfiguration
  440. Name="Release MinSize|Win32">
  441. <Tool
  442. Name="VCMIDLTool"
  443. GenerateStublessProxies="TRUE"
  444. TypeLibraryName=".\CentralFMSvc.tlb"
  445. HeaderFileName="CentralFMSvc.h"
  446. InterfaceIdentifierFileName="CentralFMSvc_i.c"/>
  447. </FileConfiguration>
  448. </File>
  449. <File
  450. RelativePath=".\CentralFMSvc.rc">
  451. <FileConfiguration
  452. Name="Release MinDependency|Win32">
  453. <Tool
  454. Name="VCResourceCompilerTool"
  455. AdditionalIncludeDirectories="$(OUTDIR);$(NoInherit)"/>
  456. </FileConfiguration>
  457. <FileConfiguration
  458. Name="Unicode Debug|Win32">
  459. <Tool
  460. Name="VCResourceCompilerTool"
  461. AdditionalIncludeDirectories="$(OUTDIR);$(NoInherit)"/>
  462. </FileConfiguration>
  463. <FileConfiguration
  464. Name="Debug|Win32">
  465. <Tool
  466. Name="VCResourceCompilerTool"
  467. AdditionalIncludeDirectories="$(OUTDIR);$(NoInherit)"/>
  468. </FileConfiguration>
  469. <FileConfiguration
  470. Name="Unicode Release MinDependency|Win32">
  471. <Tool
  472. Name="VCResourceCompilerTool"
  473. AdditionalIncludeDirectories="$(OUTDIR);$(NoInherit)"/>
  474. </FileConfiguration>
  475. <FileConfiguration
  476. Name="Unicode Release MinSize|Win32">
  477. <Tool
  478. Name="VCResourceCompilerTool"
  479. AdditionalIncludeDirectories="$(OUTDIR);$(NoInherit)"/>
  480. </FileConfiguration>
  481. <FileConfiguration
  482. Name="Release MinSize|Win32">
  483. <Tool
  484. Name="VCResourceCompilerTool"
  485. AdditionalIncludeDirectories="$(OUTDIR);$(NoInherit)"/>
  486. </FileConfiguration>
  487. </File>
  488. <File
  489. RelativePath=".\StdAfx.cpp">
  490. <FileConfiguration
  491. Name="Release MinDependency|Win32">
  492. <Tool
  493. Name="VCCLCompilerTool"
  494. UsePrecompiledHeader="1"/>
  495. </FileConfiguration>
  496. <FileConfiguration
  497. Name="Unicode Debug|Win32">
  498. <Tool
  499. Name="VCCLCompilerTool"
  500. UsePrecompiledHeader="1"/>
  501. </FileConfiguration>
  502. <FileConfiguration
  503. Name="Debug|Win32">
  504. <Tool
  505. Name="VCCLCompilerTool"
  506. UsePrecompiledHeader="1"/>
  507. </FileConfiguration>
  508. <FileConfiguration
  509. Name="Unicode Release MinDependency|Win32">
  510. <Tool
  511. Name="VCCLCompilerTool"
  512. UsePrecompiledHeader="1"/>
  513. </FileConfiguration>
  514. <FileConfiguration
  515. Name="Unicode Release MinSize|Win32">
  516. <Tool
  517. Name="VCCLCompilerTool"
  518. UsePrecompiledHeader="1"/>
  519. </FileConfiguration>
  520. <FileConfiguration
  521. Name="Release MinSize|Win32">
  522. <Tool
  523. Name="VCCLCompilerTool"
  524. UsePrecompiledHeader="1"/>
  525. </FileConfiguration>
  526. </File>
  527. </Filter>
  528. <Filter
  529. Name="Header Files"
  530. Filter="h;hpp;hxx;hm;inl">
  531. <File
  532. RelativePath=".\Resource.h">
  533. </File>
  534. <File
  535. RelativePath=".\StdAfx.h">
  536. </File>
  537. </Filter>
  538. <Filter
  539. Name="Resource Files"
  540. Filter="ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe">
  541. <File
  542. RelativePath=".\CentralFMSvc.rgs">
  543. </File>
  544. </Filter>
  545. </Files>
  546. <Globals>
  547. </Globals>
  548. </VisualStudioProject>