Clone
ixen <ixen@copyhandler.com>
committed
on 28 Jan 08
Added missing vc9 project files.
LoggerImprovements + 5 more
src/ch/ch.vc90.vcproj (+1532)
  1 <?xml version="1.0" encoding="windows-1250"?>
  2 <VisualStudioProject
  3         ProjectType="Visual C++"
  4         Version="9,00"
  5         Name="ch"
  6         ProjectGUID="{4B215B9A-58CA-4987-AC95-7DFC3043E100}"
  7         RootNamespace="ch"
  8         Keyword="MFCProj"
  9         TargetFrameworkVersion="131072"
  10         >
  11         <Platforms>
  12                 <Platform
  13                         Name="Win32"
  14                 />
  15         </Platforms>
  16         <ToolFiles>
  17         </ToolFiles>
  18         <Configurations>
  19                 <Configuration
  20                         Name="Debug|Win32"
  21                         OutputDirectory="$(SolutionDir)bin\debug\"
  22                         IntermediateDirectory=".\Debug"
  23                         ConfigurationType="1"
  24                         UseOfMFC="2"
  25                         ATLMinimizesCRunTimeLibraryUsage="false"
  26                         CharacterSet="2"
  27                         >
  28                         <Tool
  29                                 Name="VCPreBuildEventTool"
  30                         />
  31                         <Tool
  32                                 Name="VCCustomBuildTool"
  33                         />
  34                         <Tool
  35                                 Name="VCXMLDataGeneratorTool"
  36                         />
  37                         <Tool
  38                                 Name="VCWebServiceProxyGeneratorTool"
  39                         />
  40                         <Tool
  41                                 Name="VCMIDLTool"
  42                                 PreprocessorDefinitions="_DEBUG"
  43                                 MkTypLibCompatible="true"
  44                                 SuppressStartupBanner="true"
  45                                 TargetEnvironment="1"
  46                                 TypeLibraryName=".\Debug/ch.tlb"
  47                                 HeaderFileName=""
  48                         />
  49                         <Tool
  50                                 Name="VCCLCompilerTool"
  51                                 Optimization="0"
  52                                 AdditionalIncludeDirectories="..\libicpf\src"
  53                                 PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS;_CRT_SECURE_NO_DEPRECATE"
  54                                 BasicRuntimeChecks="3"
  55                                 RuntimeLibrary="3"
  56                                 UsePrecompiledHeader="2"
  57                                 AssemblerListingLocation=".\Debug/"
  58                                 ObjectFile=".\Debug/"
  59                                 ProgramDataBaseFileName=".\Debug/"
  60                                 BrowseInformation="1"
  61                                 WarningLevel="3"
  62                                 SuppressStartupBanner="true"
  63                                 DebugInformationFormat="4"
  64                         />
  65                         <Tool
  66                                 Name="VCManagedResourceCompilerTool"
  67                         />
  68                         <Tool
  69                                 Name="VCResourceCompilerTool"
  70                                 PreprocessorDefinitions="_DEBUG"
  71                                 Culture="1033"
  72                         />
  73                         <Tool
  74                                 Name="VCPreLinkEventTool"
  75                         />
  76                         <Tool
  77                                 Name="VCLinkerTool"
  78                                 AdditionalDependencies="winmm.lib imagehlp.lib version.lib htmlhelp.lib libicpf32d.lib"
  79                                 LinkIncremental="2"
  80                                 SuppressStartupBanner="true"
  81                                 AdditionalLibraryDirectories="&quot;$(OutDir)&quot;"
  82                                 GenerateDebugInformation="true"
  83                                 SubSystem="2"
  84                                 RandomizedBaseAddress="1"
  85                                 DataExecutionPrevention="0"
  86                                 TargetMachine="1"
  87                         />
  88                         <Tool
  89                                 Name="VCALinkTool"
  90                         />
  91                         <Tool
  92                                 Name="VCManifestTool"
  93                         />
  94                         <Tool
  95                                 Name="VCXDCMakeTool"
  96                         />
  97                         <Tool
  98                                 Name="VCBscMakeTool"
  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="$(SolutionDir)bin\release\"
  113                         IntermediateDirectory=".\Release"
  114                         ConfigurationType="1"
  115                         UseOfMFC="2"
  116                         ATLMinimizesCRunTimeLibraryUsage="false"
  117                         CharacterSet="2"
  118                         >
  119                         <Tool
  120                                 Name="VCPreBuildEventTool"
  121                         />
  122                         <Tool
  123                                 Name="VCCustomBuildTool"
  124                         />
  125                         <Tool
  126                                 Name="VCXMLDataGeneratorTool"
  127                         />
  128                         <Tool
  129                                 Name="VCWebServiceProxyGeneratorTool"
  130                         />
  131                         <Tool
  132                                 Name="VCMIDLTool"
  133                                 PreprocessorDefinitions="NDEBUG"
  134                                 MkTypLibCompatible="true"
  135                                 SuppressStartupBanner="true"
  136                                 TargetEnvironment="1"
  137                                 TypeLibraryName=".\Release/ch.tlb"
  138                                 HeaderFileName=""
  139                         />
  140                         <Tool
  141                                 Name="VCCLCompilerTool"
  142                                 Optimization="2"
  143                                 InlineFunctionExpansion="2"
  144                                 AdditionalIncludeDirectories="..\libicpf\src"
  145                                 PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS;_CRT_SECURE_NO_DEPRECATE"
  146                                 StringPooling="true"
  147                                 RuntimeLibrary="2"
  148                                 EnableFunctionLevelLinking="true"
  149                                 UsePrecompiledHeader="2"
  150                                 WarningLevel="4"
  151                                 SuppressStartupBanner="true"
  152                         />
  153                         <Tool
  154                                 Name="VCManagedResourceCompilerTool"
  155                         />
  156                         <Tool
  157                                 Name="VCResourceCompilerTool"
  158                                 PreprocessorDefinitions="NDEBUG"
  159                                 Culture="1033"
  160                         />
  161                         <Tool
  162                                 Name="VCPreLinkEventTool"
  163                         />
  164                         <Tool
  165                                 Name="VCLinkerTool"
  166                                 AdditionalDependencies="winmm.lib imagehlp.lib version.lib htmlhelp.lib libicpf32.lib"
  167                                 LinkIncremental="1"
  168                                 SuppressStartupBanner="true"
  169                                 AdditionalLibraryDirectories="&quot;$(OutDir)&quot;"
  170                                 SubSystem="2"
  171                                 RandomizedBaseAddress="1"
  172                                 DataExecutionPrevention="0"
  173                                 TargetMachine="1"
  174                         />
  175                         <Tool
  176                                 Name="VCALinkTool"
  177                         />
  178                         <Tool
  179                                 Name="VCManifestTool"
  180                         />
  181                         <Tool
  182                                 Name="VCXDCMakeTool"
  183                         />
  184                         <Tool
  185                                 Name="VCBscMakeTool"
  186                         />
  187                         <Tool
  188                                 Name="VCFxCopTool"
  189                         />
  190                         <Tool
  191                                 Name="VCAppVerifierTool"
  192                         />
  193                         <Tool
  194                                 Name="VCPostBuildEventTool"
  195                         />
  196                 </Configuration>
  197         </Configurations>
  198         <References>
  199         </References>
  200         <Files>
  201                 <Filter
  202                         Name="Source Files"
  203                         Filter="cpp;c;cxx;rc;def;r;odl;idl;hpj;bat"
  204                         >
  205                         <File
  206                                 RelativePath="AboutDlg.cpp"
  207                                 >
  208                         </File>
  209                         <File
  210                                 RelativePath="AppHelper.cpp"
  211                                 >
  212                         </File>
  213                         <File
  214                                 RelativePath="BufferSizeDlg.cpp"
  215                                 >
  216                         </File>
  217                         <File
  218                                 RelativePath="CfgProperties.cpp"
  219                                 >
  220                         </File>
  221                         <File
  222                                 RelativePath="ch.cpp"
  223                                 >
  224                         </File>
  225                         <File
  226                                 RelativePath="ch.rc"
  227                                 >
  228                                 <FileConfiguration
  229                                         Name="Debug|Win32"
  230                                         >
  231                                         <Tool
  232                                                 Name="VCCustomBuildTool"
  233                                                 Description="Compiling resources $(InputPath)"
  234                                                 CommandLine="&quot;$(SolutionDir)\tools\exe2lng.exe&quot; &quot;$(InputPath)&quot; &quot;$(InputDir)scripts\header.lng&quot; &quot;$(InputDir)chtmp.rc&quot; &quot;$(ProjectDir)langs\english.lng&quot; &quot;$(InputDir)resource.h&quot; &quot;$(VCInstallDir)atlmfc\include\afxres.h&quot;&#x0D;&#x0A;rc.exe /l 0x409 /d &quot;NDEBUG&quot; /d &quot;_AFXDLL&quot; /fo&quot;$(OutDir)\$(InputName).res&quot; &quot;$(InputDir)chtmp.rc&quot;&#x0D;&#x0A;del &quot;$(InputDir)\chtmp.rc&quot;&#x0D;&#x0A;copy &quot;$(ProjectDir)langs\english.lng&quot; &quot;$(OutDir)\langs\english.lng&quot;&#x0D;&#x0A;"
  235                                                 Outputs="$(OutDir)\$(InputName).res"
  236                                         />
  237                                 </FileConfiguration>
  238                                 <FileConfiguration
  239                                         Name="Release|Win32"
  240                                         >
  241                                         <Tool
  242                                                 Name="VCCustomBuildTool"
  243                                                 Description="Compiling resources $(InputPath)"
  244                                                 CommandLine="&quot;$(SolutionDir)\tools\exe2lng.exe&quot; &quot;$(InputPath)&quot; &quot;$(InputDir)scripts\header.lng&quot; &quot;$(InputDir)chtmp.rc&quot; &quot;$(ProjectDir)langs\english.lng&quot; &quot;$(InputDir)resource.h&quot; &quot;$(VCInstallDir)atlmfc\include\afxres.h&quot;&#x0D;&#x0A;rc.exe /l 0x409 /d &quot;NDEBUG&quot; /d &quot;_AFXDLL&quot; /fo&quot;$(OutDir)\$(InputName).res&quot; &quot;$(InputDir)chtmp.rc&quot;&#x0D;&#x0A;del &quot;$(InputDir)\chtmp.rc&quot;&#x0D;&#x0A;copy &quot;$(ProjectDir)langs\english.lng&quot; &quot;$(OutDir)\langs\english.lng&quot;&#x0D;&#x0A;"
  245                                                 Outputs="$(OutDir)\$(InputName).res"
  246                                         />
  247                                 </FileConfiguration>
  248                         </File>
  249                         <File
  250                                 RelativePath="ConfigManager.cpp"
  251                                 >
  252                         </File>
  253                         <File
  254                                 RelativePath="CustomCopyDlg.cpp"
  255                                 >
  256                         </File>
  257                         <File
  258                                 RelativePath="DataBuffer.cpp"
  259                                 >
  260                         </File>
  261                         <File
  262                                 RelativePath="DestPath.cpp"
  263                                 >
  264                         </File>
  265                         <File
  266                                 RelativePath="Dialogs.cpp"
  267                                 >
  268                         </File>
  269                         <File
  270                                 RelativePath="DirTreeCtrl.cpp"
  271                                 >
  272                         </File>
  273                         <File
  274                                 RelativePath="DstFileErrorDlg.cpp"
  275                                 >
  276                         </File>
  277                         <File
  278                                 RelativePath="FFListCtrl.cpp"
  279                                 >
  280                         </File>
  281                         <File
  282                                 RelativePath="FileEx.cpp"
  283                                 >
  284                         </File>
  285                         <File
  286                                 RelativePath="FileInfo.cpp"
  287                                 >
  288                         </File>
  289                         <File
  290                                 RelativePath="..\common\FileSupport.cpp"
  291                                 >
  292                         </File>
  293                         <File
  294                                 RelativePath="FilterDlg.cpp"
  295                                 >
  296                         </File>
  297                         <File
  298                                 RelativePath="FolderDialog.cpp"
  299                                 >
  300                         </File>
  301                         <File
  302                                 RelativePath="HelpLngDialog.cpp"
  303                                 >
  304                         </File>
  305                         <File
  306                                 RelativePath="IniFile.cpp"
  307                                 >
  308                         </File>
  309                         <File
  310                                 RelativePath="LanguageDialog.cpp"
  311                                 >
  312                         </File>
  313                         <File
  314                                 RelativePath="MainWnd.cpp"
  315                                 >
  316                         </File>
  317                         <File
  318                                 RelativePath="MiniViewDlg.cpp"
  319                                 >
  320                         </File>
  321                         <File
  322                                 RelativePath="NotEnoughRoomDlg.cpp"
  323                                 >
  324                         </File>
  325                         <File
  326                                 RelativePath="OptionsDlg.cpp"
  327                                 >
  328                         </File>
  329                         <File
  330                                 RelativePath="ProgressListBox.cpp"
  331                                 >
  332                         </File>
  333                         <File
  334                                 RelativePath="PropertyListCtrl.cpp"
  335                                 >
  336                         </File>
  337                         <File
  338                                 RelativePath="RecentDlg.cpp"
  339                                 >
  340                         </File>
  341                         <File
  342                                 RelativePath="register.cpp"
  343                                 >
  344                         </File>
  345                         <File
  346                                 RelativePath="ReplaceFilesDlg.cpp"
  347                                 >
  348                         </File>
  349                         <File
  350                                 RelativePath="ReplaceOnlyDlg.cpp"
  351                                 >
  352                         </File>
  353                         <File
  354                                 RelativePath="ReplacePathsDlg.cpp"
  355                                 >
  356                         </File>
  357                         <File
  358                                 RelativePath="ResourceManager.cpp"
  359                                 >
  360                         </File>
  361                         <File
  362                                 RelativePath="shortcuts.cpp"
  363                                 >
  364                         </File>
  365                         <File
  366                                 RelativePath="ShortcutsDlg.cpp"
  367                                 >
  368                         </File>
  369                         <File
  370                                 RelativePath="ShutdownDlg.cpp"
  371                                 >
  372                         </File>
  373                         <File
  374                                 RelativePath="SmallReplaceFilesDlg.cpp"
  375                                 >
  376                         </File>
  377                         <File
  378                                 RelativePath="StaticEx.cpp"
  379                                 >
  380                         </File>
  381                         <File
  382                                 RelativePath="StatusDlg.cpp"
  383                                 >
  384                         </File>
  385                         <File
  386                                 RelativePath="stdafx.cpp"
  387                                 >
  388                                 <FileConfiguration
  389                                         Name="Debug|Win32"
  390                                         >
  391                                         <Tool
  392                                                 Name="VCCLCompilerTool"
  393                                                 UsePrecompiledHeader="1"
  394                                         />
  395                                 </FileConfiguration>
  396                                 <FileConfiguration
  397                                         Name="Release|Win32"
  398                                         >
  399                                         <Tool
  400                                                 Name="VCCLCompilerTool"
  401                                                 UsePrecompiledHeader="1"
  402                                         />
  403                                 </FileConfiguration>
  404                         </File>
  405                         <File
  406                                 RelativePath="StringHelpers.cpp"
  407                                 >
  408                         </File>
  409                         <File
  410                                 RelativePath="structs.cpp"
  411                                 >
  412                         </File>
  413                         <File
  414                                 RelativePath="Theme Helpers.cpp"
  415                                 >
  416                         </File>
  417                         <File
  418                                 RelativePath="ThemedButton.cpp"
  419                                 >
  420                         </File>
  421                         <File
  422                                 RelativePath="TrayIcon.cpp"
  423                                 >
  424                         </File>
  425                 </Filter>
  426                 <Filter
  427                         Name="Header Files"
  428                         Filter="h;hpp;hxx;hm;inl"
  429                         >
  430                         <File
  431                                 RelativePath="AboutDlg.h"
  432                                 >
  433                         </File>
  434                         <File
  435                                 RelativePath="af_defs.h"
  436                                 >
  437                         </File>
  438                         <File
  439                                 RelativePath="AppHelper.h"
  440                                 >
  441                         </File>
  442                         <File
  443                                 RelativePath="btnIDs.h"
  444                                 >
  445                         </File>
  446                         <File
  447                                 RelativePath="BufferSizeDlg.h"
  448                                 >
  449                         </File>
  450                         <File
  451                                 RelativePath="CfgProperties.h"
  452                                 >
  453                         </File>
  454                         <File
  455                                 RelativePath="ch.h"
  456                                 >
  457                         </File>
  458                         <File
  459                                 RelativePath="charvect.h"
  460                                 >
  461                         </File>
  462                         <File
  463                                 RelativePath="ConfigManager.h"
  464                                 >
  465                         </File>
  466                         <File
  467                                 RelativePath="CustomCopyDlg.h"
  468                                 >
  469                         </File>
  470                         <File
  471                                 RelativePath="DataBuffer.h"
  472                                 >
  473                         </File>
  474                         <File
  475                                 RelativePath="DestPath.h"
  476                                 >
  477                         </File>
  478                         <File
  479                                 RelativePath="Device IO.h"
  480                                 >
  481                         </File>
  482                         <File
  483                                 RelativePath="Dialogs.h"
  484                                 >
  485                         </File>
  486                         <File
  487                                 RelativePath="DirTreeCtrl.h"
  488                                 >
  489                         </File>
  490                         <File
  491                                 RelativePath="DstFileErrorDlg.h"
  492                                 >
  493                         </File>
  494                         <File
  495                                 RelativePath="ExceptionEx.h"
  496                                 >
  497                         </File>
  498                         <File
  499                                 RelativePath="FFListCtrl.h"
  500                                 >
  501                         </File>
  502                         <File
  503                                 RelativePath="FileEx.h"
  504                                 >
  505                         </File>
  506                         <File
  507                                 RelativePath="FileInfo.h"
  508                                 >
  509                         </File>
  510                         <File
  511                                 RelativePath="..\Common\FileSupport.h"
  512                                 >
  513                         </File>
  514                         <File
  515                                 RelativePath="FilterDlg.h"
  516                                 >
  517                         </File>
  518                         <File
  519                                 RelativePath="FolderDialog.h"
  520                                 >
  521                         </File>
  522                         <File
  523                                 RelativePath="HelpLngDialog.h"
  524                                 >
  525                         </File>
  526                         <File
  527                                 RelativePath="IniFile.h"
  528                                 >
  529                         </File>
  530                         <File
  531                                 RelativePath="..\Common\ipcstructs.h"
  532                                 >
  533                         </File>
  534                         <File
  535                                 RelativePath="LanguageDialog.h"
  536                                 >
  537                         </File>
  538                         <File
  539                                 RelativePath="MainWnd.h"
  540                                 >
  541                         </File>
  542                         <File
  543                                 RelativePath="MemDC.h"
  544                                 >
  545                         </File>
  546                         <File
  547                                 RelativePath="MiniViewDlg.h"
  548                                 >
  549                         </File>
  550                         <File
  551                                 RelativePath="NotEnoughRoomDlg.h"
  552                                 >
  553                         </File>
  554                         <File
  555                                 RelativePath="OptionsDlg.h"
  556                                 >
  557                         </File>
  558                         <File
  559                                 RelativePath="ProgressListBox.h"
  560                                 >
  561                         </File>
  562                         <File
  563                                 RelativePath="PropertyListCtrl.h"
  564                                 >
  565                         </File>
  566                         <File
  567                                 RelativePath="RecentDlg.h"
  568                                 >
  569                         </File>
  570                         <File
  571                                 RelativePath="register.h"
  572                                 >
  573                         </File>
  574                         <File
  575                                 RelativePath="ReplaceFilesDlg.h"
  576                                 >
  577                         </File>
  578                         <File
  579                                 RelativePath="ReplaceOnlyDlg.h"
  580                                 >
  581                         </File>
  582                         <File
  583                                 RelativePath="ReplacePathsDlg.h"
  584                                 >
  585                         </File>
  586                         <File
  587                                 RelativePath="resource.h"
  588                                 >
  589                                 <FileConfiguration
  590                                         Name="Debug|Win32"
  591                                         >
  592                                         <Tool
  593                                                 Name="VCCustomBuildTool"
  594                                                 Description="Generating map file for help compiler..."
  595                                                 CommandLine="echo // Generated Help Map file.  Used by Copy Handler help files. &gt; &quot;help\HTMLDefines.h&quot;&#x0D;&#x0A;echo. &gt; &quot;help\HTMLDefines.h&quot;&#x0D;&#x0A;echo // Commands (ID_* and IDM_*) &gt;&gt; &quot;help\HTMLDefines.h&quot;&#x0D;&#x0A;makehm /h ID_,HID_,0x10000 IDM_,HIDM_,0x10000 &quot;$(InputFileName)&quot; &gt;&gt; &quot;help\HTMLDefines.h&quot;&#x0D;&#x0A;echo. &gt;&gt; &quot;help\HTMLDefines.h&quot;&#x0D;&#x0A;echo // Prompts (IDP_*) &gt;&gt; &quot;help\HTMLDefines.h&quot;&#x0D;&#x0A;makehm /h IDP_,HIDP_,0x30000 &quot;$(InputFileName)&quot; &gt;&gt; &quot;help\HTMLDefines.h&quot;&#x0D;&#x0A;echo. &gt;&gt; &quot;help\HTMLDefines.h&quot;&#x0D;&#x0A;echo // Resources (IDR_*) &gt;&gt; &quot;help\HTMLDefines.h&quot;&#x0D;&#x0A;makehm /h IDR_,HIDR_,0x20000 &quot;$(InputFileName)&quot; &gt;&gt; &quot;help\HTMLDefines.h&quot;&#x0D;&#x0A;echo. &gt;&gt; &quot;help\HTMLDefines.h&quot;&#x0D;&#x0A;echo // Dialogs (IDD_*) &gt;&gt; &quot;help\HTMLDefines.h&quot;&#x0D;&#x0A;makehm /h IDD_,HIDD_,0x20000 &quot;$(InputFileName)&quot; &gt;&gt; &quot;help\HTMLDefines.h&quot;&#x0D;&#x0A;echo. &gt;&gt; &quot;help\HTMLDefines.h&quot;&#x0D;&#x0A;echo // Frame Controls (IDW_*) &gt;&gt; &quot;help\HTMLDefines.h&quot;&#x0D;&#x0A;makehm /h /a afxhh.h IDW_,HIDW_,0x50000 &quot;$(InputFileName)&quot; &gt;&gt; &quot;help\HTMLDefines.h&quot;&#x0D;&#x0A;echo. &gt;&gt; &quot;help\HTMLDefines.h&quot;&#x0D;&#x0A;echo // Controls (IDC_*) &gt;&gt; &quot;help\HTMLDefines.h&quot;&#x0D;&#x0A;makehm /h IDC_,IDH_,0x00000 &quot;$(InputFileName)&quot; &gt;&gt; &quot;help\HTMLDefines.h&quot;&#x0D;&#x0A;"
  596                                                 Outputs="help\HTMLDefines.h"
  597                                         />
  598                                 </FileConfiguration>
  599                                 <FileConfiguration
  600                                         Name="Release|Win32"
  601                                         >
  602                                         <Tool
  603                                                 Name="VCCustomBuildTool"
  604                                                 Description="Generating map file for help compiler..."
  605                                                 CommandLine="echo // Generated Help Map file.  Used by Copy Handler help files. &gt; &quot;help\HTMLDefines.h&quot;&#x0D;&#x0A;echo. &gt; &quot;help\HTMLDefines.h&quot;&#x0D;&#x0A;echo // Commands (ID_* and IDM_*) &gt;&gt; &quot;help\HTMLDefines.h&quot;&#x0D;&#x0A;makehm /h ID_,HID_,0x10000 IDM_,HIDM_,0x10000 &quot;$(InputFileName)&quot; &gt;&gt; &quot;help\HTMLDefines.h&quot;&#x0D;&#x0A;echo. &gt;&gt; &quot;help\HTMLDefines.h&quot;&#x0D;&#x0A;echo // Prompts (IDP_*) &gt;&gt; &quot;help\HTMLDefines.h&quot;&#x0D;&#x0A;makehm /h IDP_,HIDP_,0x30000 &quot;$(InputFileName)&quot; &gt;&gt; &quot;help\HTMLDefines.h&quot;&#x0D;&#x0A;echo. &gt;&gt; &quot;help\HTMLDefines.h&quot;&#x0D;&#x0A;echo // Resources (IDR_*) &gt;&gt; &quot;help\HTMLDefines.h&quot;&#x0D;&#x0A;makehm /h IDR_,HIDR_,0x20000 &quot;$(InputFileName)&quot; &gt;&gt; &quot;help\HTMLDefines.h&quot;&#x0D;&#x0A;echo. &gt;&gt; &quot;help\HTMLDefines.h&quot;&#x0D;&#x0A;echo // Dialogs (IDD_*) &gt;&gt; &quot;help\HTMLDefines.h&quot;&#x0D;&#x0A;makehm /h IDD_,HIDD_,0x20000 &quot;$(InputFileName)&quot; &gt;&gt; &quot;help\HTMLDefines.h&quot;&#x0D;&#x0A;echo. &gt;&gt; &quot;help\HTMLDefines.h&quot;&#x0D;&#x0A;echo // Frame Controls (IDW_*) &gt;&gt; &quot;help\HTMLDefines.h&quot;&#x0D;&#x0A;makehm /h /a afxhh.h IDW_,HIDW_,0x50000 &quot;$(InputFileName)&quot; &gt;&gt; &quot;help\HTMLDefines.h&quot;&#x0D;&#x0A;echo. &gt;&gt; &quot;help\HTMLDefines.h&quot;&#x0D;&#x0A;echo // Controls (IDC_*) &gt;&gt; &quot;help\HTMLDefines.h&quot;&#x0D;&#x0A;makehm /h IDC_,IDH_,0x00000 &quot;$(InputFileName)&quot; &gt;&gt; &quot;help\HTMLDefines.h&quot;&#x0D;&#x0A;"
  606                                                 Outputs="help\HTMLDefines.h"
  607                                         />
  608                                 </FileConfiguration>
  609                         </File>
  610                         <File
  611                                 RelativePath=".\resource.hm"
  612                                 >
  613                         </File>
  614                         <File
  615                                 RelativePath="ResourceManager.h"
  616                                 >
  617                         </File>
  618                         <File
  619                                 RelativePath="shortcuts.h"
  620                                 >
  621                         </File>
  622                         <File
  623                                 RelativePath="ShortcutsDlg.h"
  624                                 >
  625                         </File>
  626                         <File
  627                                 RelativePath="ShutdownDlg.h"
  628                                 >
  629                         </File>
  630                         <File
  631                                 RelativePath="SmallReplaceFilesDlg.h"
  632                                 >
  633                         </File>
  634                         <File
  635                                 RelativePath="StaticEx.h"
  636                                 >
  637                         </File>
  638                         <File
  639                                 RelativePath="StatusDlg.h"
  640                                 >
  641                         </File>
  642                         <File
  643                                 RelativePath="stdafx.h"
  644                                 >
  645                         </File>
  646                         <File
  647                                 RelativePath="StringHelpers.h"
  648                                 >
  649                         </File>
  650                         <File
  651                                 RelativePath="structs.h"
  652                                 >
  653                         </File>
  654                         <File
  655                                 RelativePath="Theme Helpers.h"
  656                                 >
  657                         </File>
  658                         <File
  659                                 RelativePath="ThemedButton.h"
  660                                 >
  661                         </File>
  662                         <File
  663                                 RelativePath="TrayIcon.h"
  664                                 >
  665                         </File>
  666                 </Filter>
  667                 <Filter
  668                         Name="Resource Files"
  669                         Filter="ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe"
  670                         >
  671                         <File
  672                                 RelativePath="res\addshort.ico"
  673                                 >
  674                         </File>
  675                         <File
  676                                 RelativePath="res\cancelled.ico"
  677                                 >
  678                         </File>
  679                         <File
  680                                 RelativePath="res\cd.ico"
  681                                 >
  682                         </File>
  683                         <File
  684                                 RelativePath="res\ch.ico"
  685                                 >
  686                         </File>
  687                         <File
  688                                 RelativePath="res\ch.rc2"
  689                                 >
  690                         </File>
  691                         <File
  692                                 RelativePath="res\delshort.ico"
  693                                 >
  694                         </File>
  695                         <File
  696                                 RelativePath="res\err.ico"
  697                                 >
  698                         </File>
  699                         <File
  700                                 RelativePath="res\error.ico"
  701                                 >
  702                         </File>
  703                         <File
  704                                 RelativePath="res\finished.ico"
  705                                 >
  706                         </File>
  707                         <File
  708                                 RelativePath="res\folder.ico"
  709                                 >
  710                         </File>
  711                         <File
  712                                 RelativePath="res\hd.ico"
  713                                 >
  714                         </File>
  715                         <File
  716                                 RelativePath="res\hd2.ico"
  717                                 >
  718                         </File>
  719                         <File
  720                                 RelativePath="res\info.ico"
  721                                 >
  722                         </File>
  723                         <File
  724                                 RelativePath="res\large.ico"
  725                                 >
  726                         </File>
  727                         <File
  728                                 RelativePath="res\list.ico"
  729                                 >
  730                         </File>
  731                         <File
  732                                 RelativePath="res\main_toolbar.bmp"
  733                                 >
  734                         </File>
  735                         <File
  736                                 RelativePath="res\net.ico"
  737                                 >
  738                         </File>
  739                         <File
  740                                 RelativePath="res\newdir.ico"
  741                                 >
  742                         </File>
  743                         <File
  744                                 RelativePath="res\paused.ico"
  745                                 >
  746                         </File>
  747                         <File
  748                                 RelativePath="res\question.ico"
  749                                 >
  750                         </File>
  751                         <File
  752                                 RelativePath="res\report.ico"
  753                                 >
  754                         </File>
  755                         <File
  756                                 RelativePath="res\shut.ico"
  757                                 >
  758                         </File>
  759                         <File
  760                                 RelativePath="res\small.ico"
  761                                 >
  762                         </File>
  763                         <File
  764                                 RelativePath="res\tribe.ico"
  765                                 >
  766                         </File>
  767                         <File
  768                                 RelativePath="res\waiting.ico"
  769                                 >
  770                         </File>
  771                         <File
  772                                 RelativePath="res\warning.ico"
  773                                 >
  774                         </File>
  775                         <File
  776                                 RelativePath="res\working.ico"
  777                                 >
  778                         </File>
  779                 </Filter>
  780                 <Filter
  781                         Name="EN Help Files"
  782                         Filter="htm;html;css;txt;hhp;hhc;hhk;js;gif"
  783                         >
  784                         <File
  785                                 RelativePath=".\help\english\0.txt"
  786                                 >
  787                         </File>
  788                         <File
  789                                 RelativePath=".\help\english\100.txt"
  790                                 >
  791                         </File>
  792                         <File
  793                                 RelativePath=".\help\english\131.txt"
  794                                 >
  795                         </File>
  796                         <File
  797                                 RelativePath=".\help\english\137.txt"
  798                                 >
  799                         </File>
  800                         <File
  801                                 RelativePath=".\help\english\144.txt"
  802                                 >
  803                         </File>
  804                         <File
  805                                 RelativePath=".\help\english\145.txt"
  806                                 >
  807                         </File>
  808                         <File
  809                                 RelativePath=".\help\english\149.txt"
  810                                 >
  811                         </File>
  812                         <File
  813                                 RelativePath=".\help\english\161.txt"
  814                                 >
  815                         </File>
  816                         <File
  817                                 RelativePath=".\help\english\162.txt"
  818                                 >
  819                         </File>
  820                         <File
  821                                 RelativePath=".\help\english\164.txt"
  822                                 >
  823                         </File>
  824                         <File
  825                                 RelativePath=".\help\english\165.txt"
  826                                 >
  827                         </File>
  828                         <File
  829                                 RelativePath=".\help\english\167.txt"
  830                                 >
  831                         </File>
  832                         <File
  833                                 RelativePath=".\help\english\173.txt"
  834                                 >
  835                         </File>
  836                         <File
  837                                 RelativePath=".\help\english\182.txt"
  838                                 >
  839                         </File>
  840                         <File
  841                                 RelativePath=".\help\english\195.txt"
  842                                 >
  843                         </File>
  844                         <File
  845                                 RelativePath=".\help\english\208.txt"
  846                                 >
  847                         </File>
  848                         <File
  849                                 RelativePath=".\help\english\209.txt"
  850                                 >
  851                         </File>
  852                         <File
  853                                 RelativePath=".\help\english\advmenu.htm"
  854                                 DeploymentContent="true"
  855                                 >
  856                         </File>
  857                         <File
  858                                 RelativePath=".\help\english\buffersize.htm"
  859                                 DeploymentContent="true"
  860                                 >
  861                         </File>
  862                         <File
  863                                 RelativePath=".\help\english\bugs.htm"
  864                                 DeploymentContent="true"
  865                                 >
  866                         </File>
  867                         <File
  868                                 RelativePath=".\help\english\ch.gif"
  869                                 >
  870                         </File>
  871                         <File
  872                                 RelativePath=".\help\english\customcopy.htm"
  873                                 DeploymentContent="true"
  874                                 >
  875                         </File>
  876                         <File
  877                                 RelativePath=".\help\english\explorermenu.htm"
  878                                 DeploymentContent="true"
  879                                 >
  880                         </File>
  881                         <File
  882                                 RelativePath=".\help\english\faq.htm"
  883                                 DeploymentContent="true"
  884                                 >
  885                         </File>
  886                         <File
  887                                 RelativePath=".\help\english\feeddstfile.htm"
  888                                 DeploymentContent="true"
  889                                 >
  890                         </File>
  891                         <File
  892                                 RelativePath=".\help\english\feediwr.htm"
  893                                 DeploymentContent="true"
  894                                 >
  895                         </File>
  896                         <File
  897                                 RelativePath=".\help\english\feednotenoughroom.htm"
  898                                 DeploymentContent="true"
  899                                 >
  900                         </File>
  901                         <File
  902                                 RelativePath=".\help\english\feedreplacefiles.htm"
  903                                 DeploymentContent="true"
  904                                 >
  905                         </File>
  906                         <File
  907                                 RelativePath=".\help\english\feedsmallreplace.htm"
  908                                 DeploymentContent="true"
  909                                 >
  910                         </File>
  911                         <File
  912                                 RelativePath=".\help\english\filterdlg.htm"
  913                                 DeploymentContent="true"
  914                                 >
  915                         </File>
  916                         <File
  917                                 RelativePath=".\help\english\folderdlg.htm"
  918                                 DeploymentContent="true"
  919                                 >
  920                         </File>
  921                         <File
  922                                 RelativePath=".\help\english\headfoot.js"
  923                                 >
  924                         </File>
  925                         <File
  926                                 RelativePath=".\help\english\help.hhc"
  927                                 >
  928                         </File>
  929                         <File
  930                                 RelativePath=".\help\english\help.hhk"
  931                                 >
  932                         </File>
  933                         <File
  934                                 RelativePath=".\help\english\help.hhp"
  935                                 >
  936                                 <FileConfiguration
  937                                         Name="Debug|Win32"
  938                                         >
  939                                         <Tool
  940                                                 Name="VCCustomBuildTool"
  941                                                 Description="Making help file..."
  942                                                 CommandLine="copy &quot;help\HTMLDefines.h&quot; &quot;$(InputDir)HTMLDefines.h&quot;&#x0D;&#x0A;start /wait hhc &quot;$(InputPath)&quot;&#x0D;&#x0A;if not exist &quot;$(InputDir)english.chm&quot; goto :HelpError&#x0D;&#x0A;copy &quot;$(InputDir)english.chm&quot; &quot;$(OutDir)\help\english.chm&quot;&#x0D;&#x0A;goto :HelpDone&#x0D;&#x0A;:HelpError&#x0D;&#x0A;echo $(InputPath)(1) : error:Problem encountered creating help file&#x0D;&#x0A;echo.&#x0D;&#x0A;:HelpDone&#x0D;&#x0A;echo.&#x0D;&#x0A;"
  943                                                 AdditionalDependencies="help\HTMLDefines.h"
  944                                                 Outputs="help\english\english.chm"
  945                                         />
  946                                 </FileConfiguration>
  947                                 <FileConfiguration
  948                                         Name="Release|Win32"
  949                                         >
  950                                         <Tool
  951                                                 Name="VCCustomBuildTool"
  952                                                 Description="Making help file..."
  953                                                 CommandLine="copy &quot;help\HTMLDefines.h&quot; &quot;$(InputDir)HTMLDefines.h&quot;&#x0D;&#x0A;start /wait hhc &quot;$(InputPath)&quot;&#x0D;&#x0A;if not exist &quot;$(InputDir)english.chm&quot; goto :HelpError&#x0D;&#x0A;copy &quot;$(InputDir)english.chm&quot; &quot;$(OutDir)\help\english.chm&quot;&#x0D;&#x0A;goto :HelpDone&#x0D;&#x0A;:HelpError&#x0D;&#x0A;echo $(InputPath)(1) : error:Problem encountered creating help file&#x0D;&#x0A;echo.&#x0D;&#x0A;:HelpDone&#x0D;&#x0A;echo.&#x0D;&#x0A;"
  954                                                 AdditionalDependencies="help\HTMLDefines.h"
  955                                                 Outputs="help\english\english.chm"
  956                                         />
  957                                 </FileConfiguration>
  958                         </File>
  959                         <File
  960                                 RelativePath=".\help\english\history.htm"
  961                                 DeploymentContent="true"
  962                                 >
  963                         </File>
  964                         <File
  965                                 RelativePath=".\help\english\installation.htm"
  966                                 DeploymentContent="true"
  967                                 >
  968                         </File>
  969                         <File
  970                                 RelativePath=".\help\english\license.htm"
  971                                 DeploymentContent="true"
  972                                 >
  973                         </File>
  974                         <File
  975                                 RelativePath=".\help\english\mainmenu.htm"
  976                                 DeploymentContent="true"
  977                                 >
  978                         </File>
  979                         <File
  980                                 RelativePath=".\help\english\miniview.htm"
  981                                 DeploymentContent="true"
  982                                 >
  983                         </File>
  984                         <File
  985                                 RelativePath=".\help\english\options.htm"
  986                                 DeploymentContent="true"
  987                                 >
  988                         </File>
  989                         <File
  990                                 RelativePath=".\help\english\recentdlg.htm"
  991                                 DeploymentContent="true"
  992                                 >
  993                         </File>
  994                         <File
  995                                 RelativePath=".\help\english\replacepaths.htm"
  996                                 DeploymentContent="true"
  997                                 >
  998                         </File>
  999                         <File
  1000                                 RelativePath=".\help\english\reporting.htm"
  1001                                 DeploymentContent="true"
  1002                                 >
  1003                         </File>
  1004                         <File
  1005                                 RelativePath=".\help\english\requirements.htm"
  1006                                 DeploymentContent="true"
  1007                                 >
  1008                         </File>
  1009                         <File
  1010                                 RelativePath=".\help\english\shortcutsdlg.htm"
  1011                                 DeploymentContent="true"
  1012                                 >
  1013                         </File>
  1014                         <File
  1015                                 RelativePath=".\help\english\shutdowndlg.htm"
  1016                                 DeploymentContent="true"
  1017                                 >
  1018                         </File>
  1019                         <File
  1020                                 RelativePath=".\help\english\status.htm"
  1021                                 DeploymentContent="true"
  1022                                 >
  1023                         </File>
  1024                         <File
  1025                                 RelativePath=".\help\english\style.css"
  1026                                 >
  1027                         </File>
  1028                         <File
  1029                                 RelativePath=".\help\english\support.htm"
  1030                                 DeploymentContent="true"
  1031                                 >
  1032                         </File>
  1033                         <File
  1034                                 RelativePath=".\help\english\template.htm"
  1035                                 DeploymentContent="true"
  1036                                 >
  1037                         </File>
  1038                         <File
  1039                                 RelativePath=".\help\english\thanks.htm"
  1040                                 DeploymentContent="true"
  1041                                 >
  1042                         </File>
  1043                         <File
  1044                                 RelativePath=".\help\english\using.htm"
  1045                                 DeploymentContent="true"
  1046                                 >
  1047                         </File>
  1048                         <File
  1049                                 RelativePath=".\help\english\welcome.htm"
  1050                                 DeploymentContent="true"
  1051                                 >
  1052                         </File>
  1053                 </Filter>
  1054                 <Filter
  1055                         Name="PL Help Files"
  1056                         Filter="htm;html;css;txt;hhp;hhc;hhk;js;gif"
  1057                         >
  1058                         <File
  1059                                 RelativePath=".\help\polish\0.txt"
  1060                                 >
  1061                         </File>
  1062                         <File
  1063                                 RelativePath=".\help\polish\100.txt"
  1064                                 >
  1065                         </File>
  1066                         <File
  1067                                 RelativePath=".\help\polish\131.txt"
  1068                                 >
  1069                         </File>
  1070                         <File
  1071                                 RelativePath=".\help\polish\137.txt"
  1072                                 >
  1073                         </File>
  1074                         <File
  1075                                 RelativePath=".\help\polish\144.txt"
  1076                                 >
  1077                         </File>
  1078                         <File
  1079                                 RelativePath=".\help\polish\145.txt"
  1080                                 >
  1081                         </File>
  1082                         <File
  1083                                 RelativePath=".\help\polish\149.txt"
  1084                                 >
  1085                         </File>
  1086                         <File
  1087                                 RelativePath=".\help\polish\161.txt"
  1088                                 >
  1089                         </File>
  1090                         <File
  1091                                 RelativePath=".\help\polish\162.txt"
  1092                                 >
  1093                         </File>
  1094                         <File
  1095                                 RelativePath=".\help\polish\164.txt"
  1096                                 >
  1097                         </File>
  1098                         <File
  1099                                 RelativePath=".\help\polish\165.txt"
  1100                                 >
  1101                         </File>
  1102                         <File
  1103                                 RelativePath=".\help\polish\167.txt"
  1104                                 >
  1105                         </File>
  1106                         <File
  1107                                 RelativePath=".\help\polish\173.txt"
  1108                                 >
  1109                         </File>
  1110                         <File
  1111                                 RelativePath=".\help\polish\182.txt"
  1112                                 >
  1113                         </File>
  1114                         <File
  1115                                 RelativePath=".\help\polish\195.txt"
  1116                                 >
  1117                         </File>
  1118                         <File
  1119                                 RelativePath=".\help\polish\208.txt"
  1120                                 >
  1121                         </File>
  1122                         <File
  1123                                 RelativePath=".\help\polish\209.txt"
  1124                                 >
  1125                         </File>
  1126                         <File
  1127                                 RelativePath=".\help\polish\advmenu.htm"
  1128                                 DeploymentContent="true"
  1129                                 >
  1130                         </File>
  1131                         <File
  1132                                 RelativePath=".\help\polish\buffersize.htm"
  1133                                 DeploymentContent="true"
  1134                                 >
  1135                         </File>
  1136                         <File
  1137                                 RelativePath=".\help\polish\bugs.htm"
  1138                                 DeploymentContent="true"
  1139                                 >
  1140                         </File>
  1141                         <File
  1142                                 RelativePath=".\help\polish\ch.gif"
  1143                                 >
  1144                         </File>
  1145                         <File
  1146                                 RelativePath=".\help\polish\customcopy.htm"
  1147                                 DeploymentContent="true"
  1148                                 >
  1149                         </File>
  1150                         <File
  1151                                 RelativePath=".\help\polish\explorermenu.htm"
  1152                                 DeploymentContent="true"
  1153                                 >
  1154                         </File>
  1155                         <File
  1156                                 RelativePath=".\help\polish\faq.htm"
  1157                                 DeploymentContent="true"
  1158                                 >
  1159                         </File>
  1160                         <File
  1161                                 RelativePath=".\help\polish\feeddstfile.htm"
  1162                                 DeploymentContent="true"
  1163                                 >
  1164                         </File>
  1165                         <File
  1166                                 RelativePath=".\help\polish\feediwr.htm"
  1167                                 DeploymentContent="true"
  1168                                 >
  1169                         </File>
  1170                         <File
  1171                                 RelativePath=".\help\polish\feednotenoughroom.htm"
  1172                                 DeploymentContent="true"
  1173                                 >
  1174                         </File>
  1175                         <File
  1176                                 RelativePath=".\help\polish\feedreplacefiles.htm"
  1177                                 DeploymentContent="true"
  1178                                 >
  1179                         </File>
  1180                         <File
  1181                                 RelativePath=".\help\polish\feedsmallreplace.htm"
  1182                                 DeploymentContent="true"
  1183                                 >
  1184                         </File>
  1185                         <File
  1186                                 RelativePath=".\help\polish\filterdlg.htm"
  1187                                 DeploymentContent="true"
  1188                                 >
  1189                         </File>
  1190                         <File
  1191                                 RelativePath=".\help\polish\folderdlg.htm"
  1192                                 DeploymentContent="true"
  1193                                 >
  1194                         </File>
  1195                         <File
  1196                                 RelativePath=".\help\polish\headfoot.js"
  1197                                 >
  1198                         </File>
  1199                         <File
  1200                                 RelativePath=".\help\polish\help.hhc"
  1201                                 >
  1202                         </File>
  1203                         <File
  1204                                 RelativePath=".\help\polish\help.hhk"
  1205                                 >
  1206                         </File>
  1207                         <File
  1208                                 RelativePath=".\help\polish\help.hhp"
  1209                                 >
  1210                                 <FileConfiguration
  1211                                         Name="Debug|Win32"
  1212                                         >
  1213                                         <Tool
  1214                                                 Name="VCCustomBuildTool"
  1215                                                 Description="Making help file..."
  1216                                                 CommandLine="copy &quot;help\HTMLDefines.h&quot; &quot;$(InputDir)HTMLDefines.h&quot;&#x0D;&#x0A;start /wait hhc &quot;$(InputPath)&quot;&#x0D;&#x0A;if not exist &quot;$(InputDir)polish.chm&quot; goto :HelpError&#x0D;&#x0A;copy &quot;$(InputDir)polish.chm&quot; &quot;$(OutDir)\help\polish.chm&quot;&#x0D;&#x0A;goto :HelpDone&#x0D;&#x0A;:HelpError&#x0D;&#x0A;echo $(InputPath)(1) : error:Problem encountered creating help file&#x0D;&#x0A;echo.&#x0D;&#x0A;:HelpDone&#x0D;&#x0A;echo.&#x0D;&#x0A;"
  1217                                                 AdditionalDependencies="help\HTMLDefines.h"
  1218                                                 Outputs="help\polish\polish.chm"
  1219                                         />
  1220                                 </FileConfiguration>
  1221                                 <FileConfiguration
  1222                                         Name="Release|Win32"
  1223                                         >
  1224                                         <Tool
  1225                                                 Name="VCCustomBuildTool"
  1226                                                 Description="Making help file..."
  1227                                                 CommandLine="copy &quot;help\HTMLDefines.h&quot; &quot;$(InputDir)HTMLDefines.h&quot;&#x0D;&#x0A;start /wait hhc &quot;$(InputPath)&quot;&#x0D;&#x0A;if not exist &quot;$(InputDir)polish.chm&quot; goto :HelpError&#x0D;&#x0A;copy &quot;$(InputDir)polish.chm&quot; &quot;$(OutDir)\help\polish.chm&quot;&#x0D;&#x0A;goto :HelpDone&#x0D;&#x0A;:HelpError&#x0D;&#x0A;echo $(InputPath)(1) : error:Problem encountered creating help file&#x0D;&#x0A;echo.&#x0D;&#x0A;:HelpDone&#x0D;&#x0A;echo.&#x0D;&#x0A;"
  1228                                                 AdditionalDependencies="help\HTMLDefines.h"
  1229                                                 Outputs="help\polish\polish.chm"
  1230                                         />
  1231                                 </FileConfiguration>
  1232                         </File>
  1233                         <File
  1234                                 RelativePath=".\help\polish\history.htm"
  1235                                 DeploymentContent="true"
  1236                                 >
  1237                         </File>
  1238                         <File
  1239                                 RelativePath=".\help\polish\installation.htm"
  1240                                 DeploymentContent="true"
  1241                                 >
  1242                         </File>
  1243                         <File
  1244                                 RelativePath=".\help\polish\license.htm"
  1245                                 DeploymentContent="true"
  1246                                 >
  1247                         </File>
  1248                         <File
  1249                                 RelativePath=".\help\polish\mainmenu.htm"
  1250                                 DeploymentContent="true"
  1251                                 >
  1252                         </File>
  1253                         <File
  1254                                 RelativePath=".\help\polish\miniview.htm"
  1255                                 DeploymentContent="true"
  1256                                 >
  1257                         </File>
  1258                         <File
  1259                                 RelativePath=".\help\polish\options.htm"
  1260                                 DeploymentContent="true"
  1261                                 >
  1262                         </File>
  1263                         <File
  1264                                 RelativePath=".\help\polish\recentdlg.htm"
  1265                                 DeploymentContent="true"
  1266                                 >
  1267                         </File>
  1268                         <File
  1269                                 RelativePath=".\help\polish\replacepaths.htm"
  1270                                 DeploymentContent="true"
  1271                                 >
  1272                         </File>
  1273                         <File
  1274                                 RelativePath=".\help\polish\reporting.htm"
  1275                                 DeploymentContent="true"
  1276                                 >
  1277                         </File>
  1278                         <File
  1279                                 RelativePath=".\help\polish\requirements.htm"
  1280                                 DeploymentContent="true"
  1281                                 >
  1282                         </File>
  1283                         <File
  1284                                 RelativePath=".\help\polish\shortcutsdlg.htm"
  1285                                 DeploymentContent="true"
  1286                                 >
  1287                         </File>
  1288                         <File
  1289                                 RelativePath=".\help\polish\shutdowndlg.htm"
  1290                                 DeploymentContent="true"
  1291                                 >
  1292                         </File>
  1293                         <File
  1294                                 RelativePath=".\help\polish\status.htm"
  1295                                 DeploymentContent="true"
  1296                                 >
  1297                         </File>
  1298                         <File
  1299                                 RelativePath=".\help\polish\style.css"
  1300                                 >
  1301                         </File>
  1302                         <File
  1303                                 RelativePath=".\help\polish\support.htm"
  1304                                 DeploymentContent="true"
  1305                                 >
  1306                         </File>
  1307                         <File
  1308                                 RelativePath=".\help\polish\template.htm"
  1309                                 DeploymentContent="true"
  1310                                 >
  1311                         </File>
  1312                         <File
  1313                                 RelativePath=".\help\polish\thanks.htm"
  1314                                 DeploymentContent="true"
  1315                                 >
  1316                         </File>
  1317                         <File
  1318                                 RelativePath=".\help\polish\using.htm"
  1319                                 DeploymentContent="true"
  1320                                 >
  1321                         </File>
  1322                         <File
  1323                                 RelativePath=".\help\polish\welcome.htm"
  1324                                 DeploymentContent="true"
  1325                                 >
  1326                         </File>
  1327                 </Filter>
  1328                 <Filter
  1329                         Name="Languages"
  1330                         Filter="lng"
  1331                         >
  1332                         <File
  1333                                 RelativePath=".\langs\bulgarian.lng"
  1334                                 >
  1335                                 <FileConfiguration
  1336                                         Name="Debug|Win32"
  1337                                         >
  1338                                         <Tool
  1339                                                 Name="VCCustomBuildTool"
  1340                                                 Description="Copying language file $(InputFileName)..."
  1341                                                 CommandLine="copy &quot;$(InputPath)&quot; &quot;$(OutDir)\langs\$(InputFileName)&quot;&#x0D;&#x0A;"
  1342                                                 Outputs="$(OutDir)\langs\$(InputFileName)"
  1343                                         />
  1344                                 </FileConfiguration>
  1345                                 <FileConfiguration
  1346                                         Name="Release|Win32"
  1347                                         >
  1348                                         <Tool
  1349                                                 Name="VCCustomBuildTool"
  1350                                                 Description="Copying language file $(InputFileName)..."
  1351                                                 CommandLine="copy &quot;$(InputPath)&quot; &quot;$(OutDir)\langs\$(InputFileName)&quot;&#x0D;&#x0A;"
  1352                                                 Outputs="$(OutDir)\langs\$(InputFileName)"
  1353                                         />
  1354                                 </FileConfiguration>
  1355                         </File>
  1356                         <File
  1357                                 RelativePath=".\langs\chinese.lng"
  1358                                 >
  1359                                 <FileConfiguration
  1360                                         Name="Debug|Win32"
  1361                                         >
  1362                                         <Tool
  1363                                                 Name="VCCustomBuildTool"
  1364                                                 Description="Copying language file $(InputFileName)..."
  1365                                                 CommandLine="copy &quot;$(InputPath)&quot; &quot;$(OutDir)\langs\$(InputFileName)&quot;&#x0D;&#x0A;"
  1366                                                 Outputs="$(OutDir)\langs\$(InputFileName)"
  1367                                         />
  1368                                 </FileConfiguration>
  1369                                 <FileConfiguration
  1370                                         Name="Release|Win32"
  1371                                         >
  1372                                         <Tool
  1373                                                 Name="VCCustomBuildTool"
  1374                                                 Description="Copying language file $(InputFileName)..."
  1375                                                 CommandLine="copy &quot;$(InputPath)&quot; &quot;$(OutDir)\langs\$(InputFileName)&quot;&#x0D;&#x0A;"
  1376                                                 Outputs="$(OutDir)\langs\$(InputFileName)"
  1377                                         />
  1378                                 </FileConfiguration>
  1379                         </File>
  1380                         <File
  1381                                 RelativePath=".\langs\czech.lng"
  1382                                 >
  1383                                 <FileConfiguration
  1384                                         Name="Debug|Win32"
  1385                                         >
  1386                                         <Tool
  1387                                                 Name="VCCustomBuildTool"
  1388                                                 Description="Copying language file $(InputFileName)..."
  1389                                                 CommandLine="copy &quot;$(InputPath)&quot; &quot;$(OutDir)\langs\$(InputFileName)&quot;&#x0D;&#x0A;"
  1390                                                 Outputs="$(OutDir)\langs\$(InputFileName)"
  1391                                         />
  1392                                 </FileConfiguration>
  1393                                 <FileConfiguration
  1394                                         Name="Release|Win32"
  1395                                         >
  1396                                         <Tool
  1397                                                 Name="VCCustomBuildTool"
  1398                                                 Description="Copying language file $(InputFileName)..."
  1399                                                 CommandLine="copy &quot;$(InputPath)&quot; &quot;$(OutDir)\langs\$(InputFileName)&quot;&#x0D;&#x0A;"
  1400                                                 Outputs="$(OutDir)\langs\$(InputFileName)"
  1401                                         />
  1402                                 </FileConfiguration>
  1403                         </File>
  1404                         <File
  1405                                 RelativePath=".\langs\french.lng"
  1406                                 >
  1407                                 <FileConfiguration
  1408                                         Name="Debug|Win32"
  1409                                         >
  1410                                         <Tool
  1411                                                 Name="VCCustomBuildTool"
  1412                                                 Description="Copying language file $(InputFileName)..."
  1413                                                 CommandLine="copy &quot;$(InputPath)&quot; &quot;$(OutDir)\langs\$(InputFileName)&quot;&#x0D;&#x0A;"
  1414                                                 Outputs="$(OutDir)\langs\$(InputFileName)"
  1415                                         />
  1416                                 </FileConfiguration>
  1417                                 <FileConfiguration
  1418                                         Name="Release|Win32"
  1419                                         >
  1420                                         <Tool
  1421                                                 Name="VCCustomBuildTool"
  1422                                                 Description="Copying language file $(InputFileName)..."
  1423                                                 CommandLine="copy &quot;$(InputPath)&quot; &quot;$(OutDir)\langs\$(InputFileName)&quot;&#x0D;&#x0A;"
  1424                                                 Outputs="$(OutDir)\langs\$(InputFileName)"
  1425                                         />
  1426                                 </FileConfiguration>
  1427                         </File>
  1428                         <File
  1429                                 RelativePath=".\langs\german.lng"
  1430                                 >
  1431                                 <FileConfiguration
  1432                                         Name="Debug|Win32"
  1433                                         >
  1434                                         <Tool
  1435                                                 Name="VCCustomBuildTool"
  1436                                                 Description="Copying language file $(InputFileName)..."
  1437                                                 CommandLine="copy &quot;$(InputPath)&quot; &quot;$(OutDir)\langs\$(InputFileName)&quot;&#x0D;&#x0A;"
  1438                                                 Outputs="$(OutDir)\langs\$(InputFileName)"
  1439                                         />
  1440                                 </FileConfiguration>
  1441                                 <FileConfiguration
  1442                                         Name="Release|Win32"
  1443                                         >
  1444                                         <Tool
  1445                                                 Name="VCCustomBuildTool"
  1446                                                 Description="Copying language file $(InputFileName)..."
  1447                                                 CommandLine="copy &quot;$(InputPath)&quot; &quot;$(OutDir)\langs\$(InputFileName)&quot;&#x0D;&#x0A;"
  1448                                                 Outputs="$(OutDir)\langs\$(InputFileName)"
  1449                                         />
  1450                                 </FileConfiguration>
  1451                         </File>
  1452                         <File
  1453                                 RelativePath=".\langs\german2.lng"
  1454                                 >
  1455                                 <FileConfiguration
  1456                                         Name="Debug|Win32"
  1457                                         >
  1458                                         <Tool
  1459                                                 Name="VCCustomBuildTool"
  1460                                                 Description="Copying language file $(InputFileName)..."
  1461                                                 CommandLine="copy &quot;$(InputPath)&quot; &quot;$(OutDir)\langs\$(InputFileName)&quot;&#x0D;&#x0A;"
  1462                                                 Outputs="$(OutDir)\langs\$(InputFileName)"
  1463                                         />
  1464                                 </FileConfiguration>
  1465                                 <FileConfiguration
  1466                                         Name="Release|Win32"
  1467                                         >
  1468                                         <Tool
  1469                                                 Name="VCCustomBuildTool"
  1470                                                 Description="Copying language file $(InputFileName)..."
  1471                                                 CommandLine="copy &quot;$(InputPath)&quot; &quot;$(OutDir)\langs\$(InputFileName)&quot;&#x0D;&#x0A;"
  1472                                                 Outputs="$(OutDir)\langs\$(InputFileName)"
  1473                                         />
  1474                                 </FileConfiguration>
  1475                         </File>
  1476                         <File
  1477                                 RelativePath=".\langs\polish.lng"
  1478                                 >
  1479                                 <FileConfiguration
  1480                                         Name="Debug|Win32"
  1481                                         >
  1482                                         <Tool
  1483                                                 Name="VCCustomBuildTool"
  1484                                                 Description="Copying language file $(InputFileName)..."
  1485                                                 CommandLine="copy &quot;$(InputPath)&quot; &quot;$(OutDir)\langs\$(InputFileName)&quot;&#x0D;&#x0A;"
  1486                                                 Outputs="$(OutDir)\langs\$(InputFileName)"
  1487                                         />
  1488                                 </FileConfiguration>
  1489                                 <FileConfiguration
  1490                                         Name="Release|Win32"
  1491                                         >
  1492                                         <Tool
  1493                                                 Name="VCCustomBuildTool"
  1494                                                 Description="Copying language file $(InputFileName)..."
  1495                                                 CommandLine="copy &quot;$(InputPath)&quot; &quot;$(OutDir)\langs\$(InputFileName)&quot;&#x0D;&#x0A;"
  1496                                                 Outputs="$(OutDir)\langs\$(InputFileName)"
  1497                                         />
  1498                                 </FileConfiguration>
  1499                         </File>
  1500                         <File
  1501                                 RelativePath=".\langs\russian.lng"
  1502                                 >
  1503                                 <FileConfiguration
  1504                                         Name="Debug|Win32"
  1505                                         >
  1506                                         <Tool
  1507                                                 Name="VCCustomBuildTool"
  1508                                                 Description="Copying language file $(InputFileName)..."
  1509                                                 CommandLine="copy &quot;$(InputPath)&quot; &quot;$(OutDir)\langs\$(InputFileName)&quot;&#x0D;&#x0A;"
  1510                                                 Outputs="$(OutDir)\langs\$(InputFileName)"
  1511                                         />
  1512                                 </FileConfiguration>
  1513                                 <FileConfiguration
  1514                                         Name="Release|Win32"
  1515                                         >
  1516                                         <Tool
  1517                                                 Name="VCCustomBuildTool"
  1518                                                 Description="Copying language file $(InputFileName)..."
  1519                                                 CommandLine="copy &quot;$(InputPath)&quot; &quot;$(OutDir)\langs\$(InputFileName)&quot;&#x0D;&#x0A;"
  1520                                                 Outputs="$(OutDir)\langs\$(InputFileName)"
  1521                                         />
  1522                                 </FileConfiguration>
  1523                         </File>
  1524                 </Filter>
  1525                 <File
  1526                         RelativePath="res\manifest.txt"
  1527                         >
  1528                 </File>
  1529         </Files>
  1530         <Globals>
  1531         </Globals>
  1532 </VisualStudioProject>