scribble_vc71.vcproj
上传用户:szled88
上传日期:2015-04-09
资源大小:43957k
文件大小:20k
源码类别:

对话框与窗口

开发平台:

Visual C++

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