nssm.vcproj 14 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639
  1. <?xml version="1.0" encoding="Windows-1252"?>
  2. <VisualStudioProject
  3. ProjectType="Visual C++"
  4. Version="9,00"
  5. Name="nssm"
  6. ProjectGUID="{32995E05-606F-4D83-A2E6-C2B361B34DF1}"
  7. RootNamespace="nssm"
  8. TargetFrameworkVersion="0"
  9. >
  10. <Platforms>
  11. <Platform
  12. Name="Win32"
  13. />
  14. <Platform
  15. Name="x64"
  16. />
  17. </Platforms>
  18. <ToolFiles>
  19. </ToolFiles>
  20. <Configurations>
  21. <Configuration
  22. Name="Debug|Win32"
  23. OutputDirectory=".\Debug"
  24. IntermediateDirectory=".\Debug"
  25. ConfigurationType="1"
  26. InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC60.vsprops"
  27. UseOfMFC="0"
  28. ATLMinimizesCRunTimeLibraryUsage="false"
  29. CharacterSet="2"
  30. >
  31. <Tool
  32. Name="VCPreBuildEventTool"
  33. />
  34. <Tool
  35. Name="VCCustomBuildTool"
  36. />
  37. <Tool
  38. Name="VCXMLDataGeneratorTool"
  39. />
  40. <Tool
  41. Name="VCWebServiceProxyGeneratorTool"
  42. />
  43. <Tool
  44. Name="VCMIDLTool"
  45. TypeLibraryName=".\Debug/nssm.tlb"
  46. HeaderFileName=""
  47. />
  48. <Tool
  49. Name="VCCLCompilerTool"
  50. Optimization="0"
  51. PreprocessorDefinitions="WIN32;_DEBUG;_CONSOLE"
  52. MinimalRebuild="true"
  53. BasicRuntimeChecks="3"
  54. RuntimeLibrary="1"
  55. PrecompiledHeaderFile=".\Debug/nssm.pch"
  56. AssemblerListingLocation=".\Debug/"
  57. ObjectFile=".\Debug/"
  58. ProgramDataBaseFileName=".\Debug/"
  59. WarningLevel="3"
  60. SuppressStartupBanner="true"
  61. DebugInformationFormat="4"
  62. />
  63. <Tool
  64. Name="VCManagedResourceCompilerTool"
  65. />
  66. <Tool
  67. Name="VCResourceCompilerTool"
  68. PreprocessorDefinitions="_DEBUG"
  69. Culture="2057"
  70. />
  71. <Tool
  72. Name="VCPreLinkEventTool"
  73. />
  74. <Tool
  75. Name="VCLinkerTool"
  76. OutputFile="$(OutDir)\$(ProjectName)-$(PlatformName).exe"
  77. LinkIncremental="2"
  78. SuppressStartupBanner="true"
  79. GenerateDebugInformation="true"
  80. ProgramDatabaseFile=".\Debug/nssm_debug.pdb"
  81. SubSystem="1"
  82. RandomizedBaseAddress="1"
  83. DataExecutionPrevention="0"
  84. TargetMachine="1"
  85. />
  86. <Tool
  87. Name="VCALinkTool"
  88. />
  89. <Tool
  90. Name="VCManifestTool"
  91. />
  92. <Tool
  93. Name="VCXDCMakeTool"
  94. />
  95. <Tool
  96. Name="VCBscMakeTool"
  97. SuppressStartupBanner="true"
  98. OutputFile=".\Debug/nssm.bsc"
  99. />
  100. <Tool
  101. Name="VCFxCopTool"
  102. />
  103. <Tool
  104. Name="VCAppVerifierTool"
  105. />
  106. <Tool
  107. Name="VCPostBuildEventTool"
  108. />
  109. </Configuration>
  110. <Configuration
  111. Name="Release|Win32"
  112. OutputDirectory=".\Release"
  113. IntermediateDirectory=".\Release"
  114. ConfigurationType="1"
  115. InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC60.vsprops"
  116. UseOfMFC="0"
  117. ATLMinimizesCRunTimeLibraryUsage="false"
  118. CharacterSet="2"
  119. >
  120. <Tool
  121. Name="VCPreBuildEventTool"
  122. />
  123. <Tool
  124. Name="VCCustomBuildTool"
  125. />
  126. <Tool
  127. Name="VCXMLDataGeneratorTool"
  128. />
  129. <Tool
  130. Name="VCWebServiceProxyGeneratorTool"
  131. />
  132. <Tool
  133. Name="VCMIDLTool"
  134. TypeLibraryName=".\Release/nssm.tlb"
  135. HeaderFileName=""
  136. />
  137. <Tool
  138. Name="VCCLCompilerTool"
  139. Optimization="2"
  140. InlineFunctionExpansion="1"
  141. PreprocessorDefinitions="WIN32;NDEBUG;_CONSOLE"
  142. StringPooling="true"
  143. RuntimeLibrary="0"
  144. EnableFunctionLevelLinking="true"
  145. PrecompiledHeaderFile=".\Release/nssm.pch"
  146. AssemblerListingLocation=".\Release/"
  147. ObjectFile=".\Release/"
  148. ProgramDataBaseFileName=".\Release/"
  149. WarningLevel="3"
  150. SuppressStartupBanner="true"
  151. />
  152. <Tool
  153. Name="VCManagedResourceCompilerTool"
  154. />
  155. <Tool
  156. Name="VCResourceCompilerTool"
  157. PreprocessorDefinitions="NDEBUG"
  158. Culture="2057"
  159. />
  160. <Tool
  161. Name="VCPreLinkEventTool"
  162. />
  163. <Tool
  164. Name="VCLinkerTool"
  165. OutputFile="$(OutDir)\$(ProjectName)-$(PlatformName).exe"
  166. LinkIncremental="1"
  167. SuppressStartupBanner="true"
  168. ProgramDatabaseFile=".\Release/nssm.pdb"
  169. SubSystem="1"
  170. RandomizedBaseAddress="1"
  171. DataExecutionPrevention="0"
  172. TargetMachine="1"
  173. />
  174. <Tool
  175. Name="VCALinkTool"
  176. />
  177. <Tool
  178. Name="VCManifestTool"
  179. />
  180. <Tool
  181. Name="VCXDCMakeTool"
  182. />
  183. <Tool
  184. Name="VCBscMakeTool"
  185. SuppressStartupBanner="true"
  186. OutputFile=".\Release/nssm.bsc"
  187. />
  188. <Tool
  189. Name="VCFxCopTool"
  190. />
  191. <Tool
  192. Name="VCAppVerifierTool"
  193. />
  194. <Tool
  195. Name="VCPostBuildEventTool"
  196. />
  197. </Configuration>
  198. <Configuration
  199. Name="Debug|x64"
  200. OutputDirectory="$(PlatformName)\$(ConfigurationName)"
  201. IntermediateDirectory="$(PlatformName)\$(ConfigurationName)"
  202. ConfigurationType="1"
  203. InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC60.vsprops"
  204. UseOfMFC="0"
  205. ATLMinimizesCRunTimeLibraryUsage="false"
  206. CharacterSet="2"
  207. >
  208. <Tool
  209. Name="VCPreBuildEventTool"
  210. />
  211. <Tool
  212. Name="VCCustomBuildTool"
  213. />
  214. <Tool
  215. Name="VCXMLDataGeneratorTool"
  216. />
  217. <Tool
  218. Name="VCWebServiceProxyGeneratorTool"
  219. />
  220. <Tool
  221. Name="VCMIDLTool"
  222. TargetEnvironment="3"
  223. TypeLibraryName=".\Debug/nssm.tlb"
  224. HeaderFileName=""
  225. />
  226. <Tool
  227. Name="VCCLCompilerTool"
  228. Optimization="0"
  229. PreprocessorDefinitions="WIN32;_DEBUG;_CONSOLE"
  230. MinimalRebuild="true"
  231. BasicRuntimeChecks="3"
  232. RuntimeLibrary="1"
  233. PrecompiledHeaderFile=".\Debug/nssm.pch"
  234. AssemblerListingLocation=".\Debug/"
  235. ObjectFile=".\Debug/"
  236. ProgramDataBaseFileName=".\Debug/"
  237. WarningLevel="3"
  238. SuppressStartupBanner="true"
  239. DebugInformationFormat="3"
  240. />
  241. <Tool
  242. Name="VCManagedResourceCompilerTool"
  243. />
  244. <Tool
  245. Name="VCResourceCompilerTool"
  246. PreprocessorDefinitions="_DEBUG"
  247. Culture="2057"
  248. />
  249. <Tool
  250. Name="VCPreLinkEventTool"
  251. />
  252. <Tool
  253. Name="VCLinkerTool"
  254. OutputFile="$(OutDir)\$(ProjectName)-$(PlatformName).exe"
  255. LinkIncremental="2"
  256. SuppressStartupBanner="true"
  257. GenerateDebugInformation="true"
  258. ProgramDatabaseFile=".\Debug/nssm_debug.pdb"
  259. SubSystem="1"
  260. RandomizedBaseAddress="1"
  261. DataExecutionPrevention="0"
  262. TargetMachine="17"
  263. />
  264. <Tool
  265. Name="VCALinkTool"
  266. />
  267. <Tool
  268. Name="VCManifestTool"
  269. />
  270. <Tool
  271. Name="VCXDCMakeTool"
  272. />
  273. <Tool
  274. Name="VCBscMakeTool"
  275. SuppressStartupBanner="true"
  276. OutputFile=".\Debug/nssm.bsc"
  277. />
  278. <Tool
  279. Name="VCFxCopTool"
  280. />
  281. <Tool
  282. Name="VCAppVerifierTool"
  283. />
  284. <Tool
  285. Name="VCPostBuildEventTool"
  286. />
  287. </Configuration>
  288. <Configuration
  289. Name="Release|x64"
  290. OutputDirectory="$(PlatformName)\$(ConfigurationName)"
  291. IntermediateDirectory="$(PlatformName)\$(ConfigurationName)"
  292. ConfigurationType="1"
  293. InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC60.vsprops"
  294. UseOfMFC="0"
  295. ATLMinimizesCRunTimeLibraryUsage="false"
  296. CharacterSet="2"
  297. >
  298. <Tool
  299. Name="VCPreBuildEventTool"
  300. />
  301. <Tool
  302. Name="VCCustomBuildTool"
  303. />
  304. <Tool
  305. Name="VCXMLDataGeneratorTool"
  306. />
  307. <Tool
  308. Name="VCWebServiceProxyGeneratorTool"
  309. />
  310. <Tool
  311. Name="VCMIDLTool"
  312. TargetEnvironment="3"
  313. TypeLibraryName=".\Release/nssm.tlb"
  314. HeaderFileName=""
  315. />
  316. <Tool
  317. Name="VCCLCompilerTool"
  318. Optimization="2"
  319. InlineFunctionExpansion="1"
  320. PreprocessorDefinitions="WIN32;NDEBUG;_CONSOLE"
  321. StringPooling="true"
  322. RuntimeLibrary="0"
  323. EnableFunctionLevelLinking="true"
  324. PrecompiledHeaderFile=".\Release/nssm.pch"
  325. AssemblerListingLocation=".\Release/"
  326. ObjectFile=".\Release/"
  327. ProgramDataBaseFileName=".\Release/"
  328. WarningLevel="3"
  329. SuppressStartupBanner="true"
  330. />
  331. <Tool
  332. Name="VCManagedResourceCompilerTool"
  333. />
  334. <Tool
  335. Name="VCResourceCompilerTool"
  336. PreprocessorDefinitions="NDEBUG"
  337. Culture="2057"
  338. />
  339. <Tool
  340. Name="VCPreLinkEventTool"
  341. />
  342. <Tool
  343. Name="VCLinkerTool"
  344. OutputFile="$(OutDir)\$(ProjectName)-$(PlatformName).exe"
  345. LinkIncremental="1"
  346. SuppressStartupBanner="true"
  347. ProgramDatabaseFile=".\Release/nssm.pdb"
  348. SubSystem="1"
  349. RandomizedBaseAddress="1"
  350. DataExecutionPrevention="0"
  351. TargetMachine="17"
  352. />
  353. <Tool
  354. Name="VCALinkTool"
  355. />
  356. <Tool
  357. Name="VCManifestTool"
  358. />
  359. <Tool
  360. Name="VCXDCMakeTool"
  361. />
  362. <Tool
  363. Name="VCBscMakeTool"
  364. SuppressStartupBanner="true"
  365. OutputFile=".\Release/nssm.bsc"
  366. />
  367. <Tool
  368. Name="VCFxCopTool"
  369. />
  370. <Tool
  371. Name="VCAppVerifierTool"
  372. />
  373. <Tool
  374. Name="VCPostBuildEventTool"
  375. />
  376. </Configuration>
  377. </Configurations>
  378. <References>
  379. </References>
  380. <Files>
  381. <Filter
  382. Name="Source Files"
  383. Filter="cpp;c;cxx;rc;def;r;odl;idl;hpj;bat"
  384. >
  385. <File
  386. RelativePath="event.cpp"
  387. >
  388. <FileConfiguration
  389. Name="Debug|Win32"
  390. >
  391. <Tool
  392. Name="VCCLCompilerTool"
  393. PreprocessorDefinitions=""
  394. />
  395. </FileConfiguration>
  396. <FileConfiguration
  397. Name="Release|Win32"
  398. >
  399. <Tool
  400. Name="VCCLCompilerTool"
  401. PreprocessorDefinitions=""
  402. />
  403. </FileConfiguration>
  404. <FileConfiguration
  405. Name="Debug|x64"
  406. >
  407. <Tool
  408. Name="VCCLCompilerTool"
  409. PreprocessorDefinitions=""
  410. />
  411. </FileConfiguration>
  412. <FileConfiguration
  413. Name="Release|x64"
  414. >
  415. <Tool
  416. Name="VCCLCompilerTool"
  417. PreprocessorDefinitions=""
  418. />
  419. </FileConfiguration>
  420. </File>
  421. <File
  422. RelativePath="gui.cpp"
  423. >
  424. <FileConfiguration
  425. Name="Debug|Win32"
  426. >
  427. <Tool
  428. Name="VCCLCompilerTool"
  429. PreprocessorDefinitions=""
  430. />
  431. </FileConfiguration>
  432. <FileConfiguration
  433. Name="Release|Win32"
  434. >
  435. <Tool
  436. Name="VCCLCompilerTool"
  437. PreprocessorDefinitions=""
  438. />
  439. </FileConfiguration>
  440. <FileConfiguration
  441. Name="Debug|x64"
  442. >
  443. <Tool
  444. Name="VCCLCompilerTool"
  445. PreprocessorDefinitions=""
  446. />
  447. </FileConfiguration>
  448. <FileConfiguration
  449. Name="Release|x64"
  450. >
  451. <Tool
  452. Name="VCCLCompilerTool"
  453. PreprocessorDefinitions=""
  454. />
  455. </FileConfiguration>
  456. </File>
  457. <File
  458. RelativePath="nssm.cpp"
  459. >
  460. <FileConfiguration
  461. Name="Debug|Win32"
  462. >
  463. <Tool
  464. Name="VCCLCompilerTool"
  465. PreprocessorDefinitions=""
  466. />
  467. </FileConfiguration>
  468. <FileConfiguration
  469. Name="Release|Win32"
  470. >
  471. <Tool
  472. Name="VCCLCompilerTool"
  473. PreprocessorDefinitions=""
  474. />
  475. </FileConfiguration>
  476. <FileConfiguration
  477. Name="Debug|x64"
  478. >
  479. <Tool
  480. Name="VCCLCompilerTool"
  481. PreprocessorDefinitions=""
  482. />
  483. </FileConfiguration>
  484. <FileConfiguration
  485. Name="Release|x64"
  486. >
  487. <Tool
  488. Name="VCCLCompilerTool"
  489. PreprocessorDefinitions=""
  490. />
  491. </FileConfiguration>
  492. </File>
  493. <File
  494. RelativePath="registry.cpp"
  495. >
  496. <FileConfiguration
  497. Name="Debug|Win32"
  498. >
  499. <Tool
  500. Name="VCCLCompilerTool"
  501. PreprocessorDefinitions=""
  502. />
  503. </FileConfiguration>
  504. <FileConfiguration
  505. Name="Release|Win32"
  506. >
  507. <Tool
  508. Name="VCCLCompilerTool"
  509. PreprocessorDefinitions=""
  510. />
  511. </FileConfiguration>
  512. <FileConfiguration
  513. Name="Debug|x64"
  514. >
  515. <Tool
  516. Name="VCCLCompilerTool"
  517. PreprocessorDefinitions=""
  518. />
  519. </FileConfiguration>
  520. <FileConfiguration
  521. Name="Release|x64"
  522. >
  523. <Tool
  524. Name="VCCLCompilerTool"
  525. PreprocessorDefinitions=""
  526. />
  527. </FileConfiguration>
  528. </File>
  529. <File
  530. RelativePath="service.cpp"
  531. >
  532. <FileConfiguration
  533. Name="Debug|Win32"
  534. >
  535. <Tool
  536. Name="VCCLCompilerTool"
  537. PreprocessorDefinitions=""
  538. />
  539. </FileConfiguration>
  540. <FileConfiguration
  541. Name="Release|Win32"
  542. >
  543. <Tool
  544. Name="VCCLCompilerTool"
  545. PreprocessorDefinitions=""
  546. />
  547. </FileConfiguration>
  548. <FileConfiguration
  549. Name="Debug|x64"
  550. >
  551. <Tool
  552. Name="VCCLCompilerTool"
  553. PreprocessorDefinitions=""
  554. />
  555. </FileConfiguration>
  556. <FileConfiguration
  557. Name="Release|x64"
  558. >
  559. <Tool
  560. Name="VCCLCompilerTool"
  561. PreprocessorDefinitions=""
  562. />
  563. </FileConfiguration>
  564. </File>
  565. </Filter>
  566. <Filter
  567. Name="Header Files"
  568. Filter="h;hpp;hxx;hm;inl"
  569. >
  570. <File
  571. RelativePath="event.h"
  572. >
  573. </File>
  574. <File
  575. RelativePath="gui.h"
  576. >
  577. </File>
  578. <File
  579. RelativePath="nssm.h"
  580. >
  581. </File>
  582. <File
  583. RelativePath="registry.h"
  584. >
  585. </File>
  586. <File
  587. RelativePath="service.h"
  588. >
  589. </File>
  590. </Filter>
  591. <Filter
  592. Name="Resource Files"
  593. Filter="ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe"
  594. >
  595. <File
  596. RelativePath="nssm.ico"
  597. >
  598. </File>
  599. <File
  600. RelativePath="nssm.rc"
  601. >
  602. <FileConfiguration
  603. Name="Debug|Win32"
  604. >
  605. <Tool
  606. Name="VCResourceCompilerTool"
  607. PreprocessorDefinitions=""
  608. />
  609. </FileConfiguration>
  610. <FileConfiguration
  611. Name="Release|Win32"
  612. >
  613. <Tool
  614. Name="VCResourceCompilerTool"
  615. PreprocessorDefinitions=""
  616. />
  617. </FileConfiguration>
  618. <FileConfiguration
  619. Name="Debug|x64"
  620. >
  621. <Tool
  622. Name="VCResourceCompilerTool"
  623. PreprocessorDefinitions=""
  624. />
  625. </FileConfiguration>
  626. <FileConfiguration
  627. Name="Release|x64"
  628. >
  629. <Tool
  630. Name="VCResourceCompilerTool"
  631. PreprocessorDefinitions=""
  632. />
  633. </FileConfiguration>
  634. </File>
  635. </Filter>
  636. </Files>
  637. <Globals>
  638. </Globals>
  639. </VisualStudioProject>