cmd.vcproj 9.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478
  1. <?xml version="1.0" encoding="windows-1251"?>
  2. <VisualStudioProject
  3. ProjectType="Visual C++"
  4. Version="9,00"
  5. Name="cmd"
  6. ProjectGUID="{5984CE52-1BB1-4F85-9930-FF5BAB757AD4}"
  7. RootNamespace="cmd"
  8. Keyword="Win32Proj"
  9. TargetFrameworkVersion="196613"
  10. >
  11. <Platforms>
  12. <Platform
  13. Name="Win32"
  14. />
  15. <Platform
  16. Name="x64"
  17. />
  18. </Platforms>
  19. <ToolFiles>
  20. </ToolFiles>
  21. <Configurations>
  22. <Configuration
  23. Name="Debug|Win32"
  24. OutputDirectory="$(SolutionDir)distrib\$(ConfigurationName)32"
  25. IntermediateDirectory="$(SolutionDir)build\$(ConfigurationName)32\$(ProjectName)"
  26. ConfigurationType="1"
  27. UseOfMFC="0"
  28. CharacterSet="1"
  29. >
  30. <Tool
  31. Name="VCPreBuildEventTool"
  32. CommandLine=""
  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. />
  46. <Tool
  47. Name="VCCLCompilerTool"
  48. Optimization="0"
  49. AdditionalIncludeDirectories="../../include"
  50. PreprocessorDefinitions="_CRT_SECURE_NO_WARNINGS"
  51. MinimalRebuild="true"
  52. BasicRuntimeChecks="3"
  53. RuntimeLibrary="1"
  54. UsePrecompiledHeader="0"
  55. WarningLevel="3"
  56. DebugInformationFormat="3"
  57. />
  58. <Tool
  59. Name="VCManagedResourceCompilerTool"
  60. />
  61. <Tool
  62. Name="VCResourceCompilerTool"
  63. />
  64. <Tool
  65. Name="VCPreLinkEventTool"
  66. />
  67. <Tool
  68. Name="VCLinkerTool"
  69. OutputFile="$(OutDir)\bee2cmd.exe"
  70. LinkIncremental="1"
  71. IgnoreAllDefaultLibraries="false"
  72. IgnoreDefaultLibraryNames=""
  73. DelayLoadDLLs=""
  74. GenerateDebugInformation="true"
  75. SubSystem="1"
  76. TargetMachine="1"
  77. />
  78. <Tool
  79. Name="VCALinkTool"
  80. />
  81. <Tool
  82. Name="VCManifestTool"
  83. />
  84. <Tool
  85. Name="VCXDCMakeTool"
  86. />
  87. <Tool
  88. Name="VCBscMakeTool"
  89. />
  90. <Tool
  91. Name="VCFxCopTool"
  92. />
  93. <Tool
  94. Name="VCAppVerifierTool"
  95. />
  96. <Tool
  97. Name="VCPostBuildEventTool"
  98. />
  99. </Configuration>
  100. <Configuration
  101. Name="Debug|x64"
  102. OutputDirectory="$(SolutionDir)distrib\$(ConfigurationName)64"
  103. IntermediateDirectory="$(SolutionDir)build\$(ConfigurationName)64\$(ProjectName)"
  104. ConfigurationType="1"
  105. UseOfMFC="0"
  106. CharacterSet="1"
  107. >
  108. <Tool
  109. Name="VCPreBuildEventTool"
  110. CommandLine=""
  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. TargetEnvironment="3"
  124. />
  125. <Tool
  126. Name="VCCLCompilerTool"
  127. Optimization="0"
  128. AdditionalIncludeDirectories="../../include"
  129. PreprocessorDefinitions="WIN32;_DEBUG;_CONSOLE;_CRT_SECURE_NO_WARNINGS"
  130. MinimalRebuild="true"
  131. BasicRuntimeChecks="3"
  132. RuntimeLibrary="1"
  133. UsePrecompiledHeader="0"
  134. WarningLevel="3"
  135. DebugInformationFormat="3"
  136. />
  137. <Tool
  138. Name="VCManagedResourceCompilerTool"
  139. />
  140. <Tool
  141. Name="VCResourceCompilerTool"
  142. />
  143. <Tool
  144. Name="VCPreLinkEventTool"
  145. />
  146. <Tool
  147. Name="VCLinkerTool"
  148. OutputFile="$(OutDir)\bee2cmd.exe"
  149. LinkIncremental="1"
  150. IgnoreAllDefaultLibraries="false"
  151. IgnoreDefaultLibraryNames=""
  152. DelayLoadDLLs=""
  153. GenerateDebugInformation="true"
  154. SubSystem="1"
  155. TargetMachine="17"
  156. />
  157. <Tool
  158. Name="VCALinkTool"
  159. />
  160. <Tool
  161. Name="VCManifestTool"
  162. />
  163. <Tool
  164. Name="VCXDCMakeTool"
  165. />
  166. <Tool
  167. Name="VCBscMakeTool"
  168. />
  169. <Tool
  170. Name="VCFxCopTool"
  171. />
  172. <Tool
  173. Name="VCAppVerifierTool"
  174. />
  175. <Tool
  176. Name="VCPostBuildEventTool"
  177. />
  178. </Configuration>
  179. <Configuration
  180. Name="Release|Win32"
  181. OutputDirectory="$(SolutionDir)distrib\$(ConfigurationName)32"
  182. IntermediateDirectory="$(SolutionDir)build\$(ConfigurationName)32\$(ProjectName)"
  183. ConfigurationType="1"
  184. UseOfMFC="0"
  185. CharacterSet="1"
  186. WholeProgramOptimization="1"
  187. >
  188. <Tool
  189. Name="VCPreBuildEventTool"
  190. CommandLine=""
  191. />
  192. <Tool
  193. Name="VCCustomBuildTool"
  194. />
  195. <Tool
  196. Name="VCXMLDataGeneratorTool"
  197. />
  198. <Tool
  199. Name="VCWebServiceProxyGeneratorTool"
  200. />
  201. <Tool
  202. Name="VCMIDLTool"
  203. />
  204. <Tool
  205. Name="VCCLCompilerTool"
  206. Optimization="2"
  207. EnableIntrinsicFunctions="true"
  208. AdditionalIncludeDirectories="../../include"
  209. PreprocessorDefinitions="_CRT_SECURE_NO_WARNINGS"
  210. RuntimeLibrary="0"
  211. EnableFunctionLevelLinking="true"
  212. UsePrecompiledHeader="0"
  213. WarningLevel="3"
  214. DebugInformationFormat="3"
  215. />
  216. <Tool
  217. Name="VCManagedResourceCompilerTool"
  218. />
  219. <Tool
  220. Name="VCResourceCompilerTool"
  221. />
  222. <Tool
  223. Name="VCPreLinkEventTool"
  224. />
  225. <Tool
  226. Name="VCLinkerTool"
  227. OutputFile="$(OutDir)\bee2cmd.exe"
  228. LinkIncremental="1"
  229. IgnoreAllDefaultLibraries="false"
  230. IgnoreDefaultLibraryNames=""
  231. DelayLoadDLLs=""
  232. GenerateDebugInformation="true"
  233. SubSystem="1"
  234. OptimizeReferences="2"
  235. EnableCOMDATFolding="2"
  236. TargetMachine="1"
  237. />
  238. <Tool
  239. Name="VCALinkTool"
  240. />
  241. <Tool
  242. Name="VCManifestTool"
  243. />
  244. <Tool
  245. Name="VCXDCMakeTool"
  246. />
  247. <Tool
  248. Name="VCBscMakeTool"
  249. />
  250. <Tool
  251. Name="VCFxCopTool"
  252. />
  253. <Tool
  254. Name="VCAppVerifierTool"
  255. />
  256. <Tool
  257. Name="VCPostBuildEventTool"
  258. Description="Set a stamp"
  259. CommandLine="..\..\cmd\stamp\autostamp.cmd $(OutDir)"
  260. />
  261. </Configuration>
  262. <Configuration
  263. Name="Release|x64"
  264. OutputDirectory="$(SolutionDir)distrib\$(ConfigurationName)64"
  265. IntermediateDirectory="$(SolutionDir)build\$(ConfigurationName)64\$(ProjectName)"
  266. ConfigurationType="1"
  267. UseOfMFC="0"
  268. CharacterSet="1"
  269. WholeProgramOptimization="1"
  270. >
  271. <Tool
  272. Name="VCPreBuildEventTool"
  273. CommandLine=""
  274. />
  275. <Tool
  276. Name="VCCustomBuildTool"
  277. />
  278. <Tool
  279. Name="VCXMLDataGeneratorTool"
  280. />
  281. <Tool
  282. Name="VCWebServiceProxyGeneratorTool"
  283. />
  284. <Tool
  285. Name="VCMIDLTool"
  286. TargetEnvironment="3"
  287. />
  288. <Tool
  289. Name="VCCLCompilerTool"
  290. Optimization="2"
  291. EnableIntrinsicFunctions="true"
  292. AdditionalIncludeDirectories="../../include"
  293. PreprocessorDefinitions="WIN32;NDEBUG;_CONSOLE;_CRT_SECURE_NO_WARNINGS"
  294. RuntimeLibrary="0"
  295. EnableFunctionLevelLinking="true"
  296. UsePrecompiledHeader="0"
  297. WarningLevel="3"
  298. DebugInformationFormat="3"
  299. />
  300. <Tool
  301. Name="VCManagedResourceCompilerTool"
  302. />
  303. <Tool
  304. Name="VCResourceCompilerTool"
  305. />
  306. <Tool
  307. Name="VCPreLinkEventTool"
  308. />
  309. <Tool
  310. Name="VCLinkerTool"
  311. OutputFile="$(OutDir)\bee2cmd.exe"
  312. LinkIncremental="1"
  313. IgnoreAllDefaultLibraries="false"
  314. IgnoreDefaultLibraryNames=""
  315. DelayLoadDLLs=""
  316. GenerateDebugInformation="true"
  317. SubSystem="1"
  318. OptimizeReferences="2"
  319. EnableCOMDATFolding="2"
  320. TargetMachine="17"
  321. />
  322. <Tool
  323. Name="VCALinkTool"
  324. />
  325. <Tool
  326. Name="VCManifestTool"
  327. />
  328. <Tool
  329. Name="VCXDCMakeTool"
  330. />
  331. <Tool
  332. Name="VCBscMakeTool"
  333. />
  334. <Tool
  335. Name="VCFxCopTool"
  336. />
  337. <Tool
  338. Name="VCAppVerifierTool"
  339. />
  340. <Tool
  341. Name="VCPostBuildEventTool"
  342. Description="Set a stamp"
  343. CommandLine="..\..\cmd\stamp\autostamp.cmd $(OutDir)"
  344. />
  345. </Configuration>
  346. </Configurations>
  347. <References>
  348. </References>
  349. <Files>
  350. <Filter
  351. Name="Source Files"
  352. Filter="cpp;c;cc;cxx;def;odl;idl;hpj;bat;asm;asmx"
  353. UniqueIdentifier="{ED2943AD-C54B-4D1B-9CD4-B97EE70D805D}"
  354. >
  355. <File
  356. RelativePath="..\..\cmd\cmd_main.c"
  357. >
  358. </File>
  359. <Filter
  360. Name="bsum"
  361. >
  362. <File
  363. RelativePath="..\..\cmd\bsum\bsum.c"
  364. >
  365. </File>
  366. </Filter>
  367. <Filter
  368. Name="kg"
  369. >
  370. <File
  371. RelativePath="..\..\cmd\kg\kg.c"
  372. >
  373. </File>
  374. </Filter>
  375. <Filter
  376. Name="stamp"
  377. >
  378. <File
  379. RelativePath="..\..\cmd\stamp\stamp.c"
  380. >
  381. </File>
  382. </Filter>
  383. <Filter
  384. Name="ver"
  385. >
  386. <File
  387. RelativePath="..\..\cmd\ver\ver.c"
  388. >
  389. </File>
  390. </Filter>
  391. <Filter
  392. Name="pwd"
  393. >
  394. <File
  395. RelativePath="..\..\cmd\pwd\pwd.c"
  396. >
  397. </File>
  398. </Filter>
  399. <Filter
  400. Name="cvc"
  401. >
  402. <File
  403. RelativePath="..\..\cmd\cvc\cvc.c"
  404. >
  405. </File>
  406. </Filter>
  407. <Filter
  408. Name="core"
  409. >
  410. <File
  411. RelativePath="..\..\cmd\core\cmd_arg.c"
  412. >
  413. </File>
  414. <File
  415. RelativePath="..\..\cmd\core\cmd_cvc.c"
  416. >
  417. </File>
  418. <File
  419. RelativePath="..\..\cmd\core\cmd_file.c"
  420. >
  421. </File>
  422. <File
  423. RelativePath="..\..\cmd\core\cmd_privkey.c"
  424. >
  425. </File>
  426. <File
  427. RelativePath="..\..\cmd\core\cmd_pwd.c"
  428. >
  429. </File>
  430. <File
  431. RelativePath="..\..\cmd\core\cmd_rng.c"
  432. >
  433. </File>
  434. <File
  435. RelativePath="..\..\cmd\core\cmd_sig.c"
  436. >
  437. </File>
  438. <File
  439. RelativePath="..\..\cmd\core\cmd_term.c"
  440. >
  441. </File>
  442. <File
  443. RelativePath="..\..\cmd\core\whereami.c"
  444. >
  445. </File>
  446. </Filter>
  447. <Filter
  448. Name="sig"
  449. >
  450. <File
  451. RelativePath="..\..\cmd\sig\sig.c"
  452. >
  453. </File>
  454. </Filter>
  455. </Filter>
  456. <Filter
  457. Name="Header Files"
  458. Filter="h;hpp;hxx;hm;inl;inc;xsd"
  459. UniqueIdentifier="{2585731B-934C-4D01-9DF3-8948C17AB834}"
  460. >
  461. <File
  462. RelativePath="..\..\cmd\cmd.h"
  463. >
  464. </File>
  465. </Filter>
  466. <Filter
  467. Name="Resource Files"
  468. >
  469. <File
  470. RelativePath="..\..\cmd\stamp\stamp.rc"
  471. >
  472. </File>
  473. </Filter>
  474. </Files>
  475. <Globals>
  476. </Globals>
  477. </VisualStudioProject>