no such of file fehler



  • hi

    obwohl es diese dateien gibts kommen 14 fehler das es die dateine nciht gefunden hat.

    eMulemute\MUTE_MUTECORE_SOURCE\MUTE\layers\messageRouting\ChannelReceivingThread.cpp(97): fatal error C1083: Include-Datei kann nicht geöffnet werden: 'MUTE/layers/messageRouting/ChannelReceivingThread.h': No such file or directory
    eMulemute\MUTE_MUTECORE_SOURCE\MUTE\otherApps\fileSharing\fileShare.cpp fatal error C1083: Include-Datei kann nicht geöffnet werden: 'debugout.h': No such file or directory
    eMulemute\MUTE_MUTECORE_SOURCE\MUTE\layers\pointToPoint\pointToPointCommunicator.cpp(80): fatal error C1083: Include-Datei kann nicht geöffnet werden: 'MUTE/layers/messageRouting/messageRouter.h': No such file or directory
    eMulemute\MUTE_MUTECORE_SOURCE\MUTE\layers\messageRouting\messageRouter.cpp(89): fatal error C1083: Include-Datei kann nicht geöffnet werden: 'MUTE/layers/messageRouting/messageRouter.h': No such file or directory
    eMulemute\MUTE_MUTECORE_SOURCE\MUTE\layers\fileTransfer\fileTransmitter.cpp(56): fatal error C1083: Include-Datei kann nicht geöffnet werden: 'MUTE/layers/pointToPoint/pointToPointCommunicator.h': No such file or directory
    eMulemute\MUTE_MUTECORE_SOURCE\minorGems\util\log\FileLog.h(12): fatal error C1083: Include-Datei kann nicht geöffnet werden: 'minorGems/common.h': No such file or directory
    eMulemute\MUTE_MUTECORE_SOURCE\minorGems\util\SettingsManager.h(18): fatal error C1083: Include-Datei kann nicht geöffnet werden: 'minorGems/common.h': No such file or directory
    eMulemute\MUTE_MUTECORE_SOURCE\minorGems\network\web\server\PageGenerator.h(33): fatal error C1083: Include-Datei kann nicht geöffnet werden: 'minorGems/io/OutputStream.h': No such file or directory
    eMulemute\MUTE_MUTECORE_SOURCE\minorGems\network\web\server\PageGenerator.h(33): fatal error C1083: Include-Datei kann nicht geöffnet werden: 'minorGems/io/OutputStream.h': No such file or directory
    eMulemute\MUTE_MUTECORE_SOURCE\minorGems\network\web\server\ConnectionPermissionHandler.h(24): fatal error C1083: Include-Datei kann nicht geöffnet werden: 'minorGems/network/HostAddress.h': No such file or directory
    eMulemute\MUTE_MUTECORE_SOURCE\minorGems\network\web\MimeTyper.cpp(26): fatal error C1083: Include-Datei kann nicht geöffnet werden: 'minorGems/util/stringUtils.h': No such file or directory
    eMulemute\MUTE_MUTECORE_SOURCE\minorGems\io\file\win32\dirent.cpp(40): fatal error C1083: Include-Datei kann nicht geöffnet werden: 'dirent.h': No such file or directory
    eMulemute\MUTE_MUTECORE_SOURCE\minorGems\io\file\win32\DirectoryWin32.cpp(13): fatal error C1083: Include-Datei kann nicht geöffnet werden: 'minorGems/io/file/Directory.h': No such file or directory
    eMulemute\MUTE_MUTECORE_SOURCE\minorGems\crypto\hashes\sha1.h(46): fatal error C1083: Include-Datei kann nicht geöffnet werden: 'minorGems/system/endian.h': No such file or director

    alle diese dateien gibt es.



  • Weiss der Compiler, dass er in diesem Verzeichnis nach Headern zu suchen hat?



  • nein glaube ich nicht?

    ich hatte vorher über 80 fehler wegen

    Vorkompilierte Header die ich alle deakiviert habe

    dann waren diese Fehler weg .

    Wie sag ich es dem Compiler das er in diesem Verzeichnis nach Headern suchen soll?

    in einem anderen project gabs son eine dsp datei da standen z.b. die jetztigen dateien drin die alle header und cpp dateien be inhalten.
    meinst so was?

    aber in meinem akutellen source gibts kein dsp datei?

    ist eine anderes project ohne dsp datei



  • Welche Entwicklungsumgebung verwendest du denn?
    Normaler Weise kann man sowas unter den Compileroptionen einstellen. 😉



  • vs net 2003

    aber muss man es beim compiler einstellen?

    normalerweise gehts ja ohne das man beim compiler was machen muss ?

    also hier sind die dateien also dabei die es nicht findet:
    [quote]
    <Platforms>
    <Platform
    Name="Win32"/>
    </Platforms>
    <Configurations>
    <Configuration
    Name="Debug|Win32"
    OutputDirectory=""(ConfigurationName)"" IntermediateDirectory=""(ConfigurationName)""
    ConfigurationType="1"
    UseOfMFC="1"
    CharacterSet="1"
    DeleteExtensionsOnClean=".obj;.ilk;.pdb;.tlb;.tli;.tlh;.tmp;.rsp;.bat;.asm;(TargetPath)"> (IntDir)/(IntDir)/(InputName)1.obj"/>
    </FileConfiguration>
    <FileConfiguration
    Name="Release|Win32">
    <Tool
    Name="VCCLCompilerTool"
    ObjectFile="(IntDir)/(IntDir)/(InputName)1.obj"/>
    </FileConfiguration>
    </File>
    <File
    RelativePath="MD4_asm.asm">
    <FileConfiguration
    Name="Debug|Win32">
    <Tool
    Name="VCCustomBuildTool"
    CommandLine="ml.exe /c /Cx /coff /Fo (IntDir)\ "(InputPath)"
    "
    Outputs="(IntDir)\\(InputName).obj"/>
    </FileConfiguration>
    <FileConfiguration
    Name="Release|Win32">
    <Tool
    Name="VCCustomBuildTool"
    CommandLine="ml.exe /c /Cx /coff /Fo (IntDir)\ "(InputPath)"
    "
    Outputs="(IntDir)\\(InputName).obj"/>
    </FileConfiguration>
    </File>
    <File
    RelativePath="MD5Sum.cpp">
    </File>
    <File
    RelativePath="Mdump.cpp">
    </File>
    <File
    RelativePath="MfcStaticBinaryCompatible.cpp">
    <FileConfiguration
    Name="Debug|Win32">
    <Tool
    Name="VCCLCompilerTool"
    UsePrecompiledHeader="0"/>
    </FileConfiguration>
    <FileConfiguration
    Name="Release|Win32">
    <Tool
    Name="VCCLCompilerTool"
    UsePrecompiledHeader="0"/>
    </FileConfiguration>
    </File>
    <File
    RelativePath="MMServer.cpp">
    </File>
    <File
    RelativePath="MMSocket.cpp">
    </File>
    <File
    RelativePath="OtherFunctions.cpp">
    </File>
    <File
    RelativePath="Packets.cpp">
    </File>
    <File
    RelativePath="Parser.cpp">
    </File>
    <File
    RelativePath="Parser.y">
    <FileConfiguration
    Name="Debug|Win32">
    <Tool
    Name="VCCustomBuildTool"
    Description="Performing Custom Build Step"
    CommandLine=""
    Outputs=""/>
    </FileConfiguration>
    <FileConfiguration
    Name="Release|Win32">
    <Tool
    Name="VCCustomBuildTool"
    Description="Performing Custom Build Step"/>
    </FileConfiguration>
    </File>
    <File
    RelativePath="PartFile.cpp">
    </File>
    <File
    RelativePath="PartFileConvert.cpp">
    </File>
    <File
    RelativePath="PeerCacheClient.cpp">
    </File>
    <File
    RelativePath="PeerCacheFinder.cpp">
    </File>
    <File
    RelativePath="PerfLog.cpp">
    </File>
    <File
    RelativePath="Pinger.cpp">
    </File>
    <File
    RelativePath="Preferences.cpp">
    </File>
    <File
    RelativePath="Preview.cpp">
    </File>
    <File
    RelativePath="Quantize.cpp">
    </File>
    <File
    RelativePath="SafeFile.cpp">
    </File>
    <File
    RelativePath="Scanner.cpp">
    <FileConfiguration
    Name="Debug|Win32">
    <Tool
    Name="VCCLCompilerTool"
    UsePrecompiledHeader="0"/>
    </FileConfiguration>
    <FileConfiguration
    Name="Release|Win32">
    <Tool
    Name="VCCLCompilerTool"
    UsePrecompiledHeader="0"/>
    </FileConfiguration>
    </File>
    <File
    RelativePath="Scanner.l">
    <FileConfiguration
    Name="Debug|Win32">
    <Tool
    Name="VCCustomBuildTool"
    Description="Performing Custom Build Step"
    CommandLine=""
    Outputs=""/>
    </FileConfiguration>
    </File>
    <File
    RelativePath="Scheduler.cpp">
    </File>
    <File
    RelativePath="SearchList.cpp">
    </File>
    <File
    RelativePath="SecRunAsUser.cpp">
    </File>
    <File
    RelativePath="SelfTest.cpp">
    </File>
    <File
    RelativePath="Server.cpp">
    </File>
    <File
    RelativePath="ServerList.cpp">
    </File>
    <File
    RelativePath="ServerSocket.cpp">
    </File>
    <File
    RelativePath="SHA.cpp">
    </File>
    <File
    RelativePath="SHA_asm.asm">
    <FileConfiguration
    Name="Debug|Win32">
    <Tool
    Name="VCCustomBuildTool"
    CommandLine="ml.exe /c /Cx /coff /Fo (IntDir)\ "(InputPath)"
    "
    Outputs="(IntDir)\\(InputName).obj"/>
    </FileConfiguration>
    <FileConfiguration
    Name="Release|Win32">
    <Tool
    Name="VCCustomBuildTool"
    CommandLine="ml.exe /c /Cx /coff /Fo (IntDir)\ "(InputPath)"
    "
    Outputs="(IntDir)\\(InputName).obj"/>
    </FileConfiguration>
    </File>
    <File
    RelativePath="SHAHashSet.cpp">
    </File>
    <File
    RelativePath="SharedFileList.cpp">
    </File>
    <File
    RelativePath="Sockets.cpp">
    </File>
    <File
    RelativePath="Statistics.cpp">
    </File>
    <File
    RelativePath="Stdafx.cpp">
    <FileConfiguration
    Name="Debug|Win32">
    <Tool
    Name="VCCLCompilerTool"
    UsePrecompiledHeader="1"/>
    </FileConfiguration>
    <FileConfiguration
    Name="Release|Win32">
    <Tool
    Name="VCCLCompilerTool"
    UsePrecompiledHeader="1"/>
    </FileConfiguration>
    </File>
    <File
    RelativePath="StringConversion.cpp">
    </File>
    <File
    RelativePath="TimeTick.cpp">
    </File>
    <File
    RelativePath="UDPSocket.cpp">
    </File>
    <File
    RelativePath="UploadBandwidthThrottler.cpp">
    </File>
    <File
    RelativePath="UploadClient.cpp">
    </File>
    <File
    RelativePath="UploadQueue.cpp">
    </File>
    <File
    RelativePath="URLClient.cpp">
    </File>
    <File
    RelativePath="WebSocket.cpp">
    </File>
    <File
    RelativePath="ZIPFile.cpp">
    </File>
    <Filter
    Name="Kademlia"
    Filter="">
    <File
    RelativePath="kademlia\io\ByteIO.cpp">
    </File>
    <File
    RelativePath="kademlia\routing\Contact.cpp">
    </File>
    <File
    RelativePath="kademlia\io\DataIO.cpp">
    </File>
    <File
    RelativePath="kademlia\io\FileIO.cpp">
    </File>
    <File
    RelativePath="kademlia\kademlia\Indexed.cpp">
    </File>
    <File
    RelativePath="kademlia\io\IOException.cpp">
    </File>
    <File
    RelativePath="kademlia\kademlia\Kademlia.cpp">
    </File>
    <File
    RelativePath="kademlia\net\KademliaUDPListener.cpp">
    </File>
    <File
    RelativePath="kademlia\utils\LittleEndian.cpp">
    </File>
    <File
    RelativePath="kademlia\utils\MiscUtils.cpp">
    </File>
    <File
    RelativePath="kademlia\kademlia\Prefs.cpp">
    </File>
    <File
    RelativePath="kademlia\routing\RoutingBin.cpp">
    </File>
    <File
    RelativePath="kademlia\routing\RoutingZone.cpp">
    </File>
    <File
    RelativePath="kademlia\kademlia\Search.cpp">
    </File>
    <File
    RelativePath="kademlia\kademlia\SearchManager.cpp">
    </File>
    <File
    RelativePath="kademlia\utils\ThreadName.cpp">
    </File>
    <File
    RelativePath="kademlia\utils\UInt128.cpp">
    </File>
    </Filter>
    <Filter
    Name="SMIRC"
    Filter="">
    <File
    RelativePath="IrcMain.cpp">
    </File>
    <File
    RelativePath="IrcSocket.cpp">
    </File>
    </Filter>
    </Filter>
    <Filter
    Name="Header Files"
    Filter="h;hpp;hxx;hm;inl;inc">
    <File
    RelativePath="AICHSyncThread.h">
    </File>
    <File
    RelativePath="ArchiveRecovery.h">
    </File>
    <File
    RelativePath="AsyncProxySocketLayer.h">
    </File>
    <File
    RelativePath="AsyncSocketEx.h">
    </File>
    <File
    RelativePath="AsyncSocketExLayer.h">
    </File>
    <File
    RelativePath="CBase64Coding.hpp">
    </File>
    <File
    RelativePath="ClientCredits.h">
    </File>
    <File
    RelativePath="ClientList.h">
    </File>
    <File
    RelativePath="ClientUDPSocket.h">
    </File>
    <File
    RelativePath="ClientVersionInfo.h">
    </File>
    <File
    RelativePath="CorruptionBlackBox.h">
    </File>
    <File
    RelativePath="DeadSourceList.h">
    </File>
    <File
    RelativePath="DebugHelpers.h">
    </File>
    <File
    RelativePath="DownloadQueue.h">
    </File>
    <File
    RelativePath="ED2KLink.h">
    </File>
    <File
    RelativePath="EMSocket.h">
    </File>
    <File
    RelativePath="Emule.h">
    </File>
    <File
    RelativePath="Exceptions.h">
    </File>
    <File
    RelativePath="FirewallOpener.h">
    </File>
    <File
    RelativePath="FrameGrabThread.h">
    </File>
    <File
    RelativePath="Friend.h">
    </File>
    <File
    RelativePath="FriendList.h">
    </File>
    <File
    RelativePath=".\GatherRandomnessDlg.h">
    </File>
    <File
    RelativePath=".\GenerateKeyPairDlg.h">
    </File>
    <File
    RelativePath="HttpClientReqSocket.h">
    </File>
    <File
    RelativePath="Ini2.h">
    </File>
    <File
    RelativePath="IPFilter.h">
    </File>
    <File
    RelativePath=".\keylengthdlg.h">
    </File>
    <File
    RelativePath="KnownFile.h">
    </File>
    <File
    RelativePath="KnownFileList.h">
    </File>
    <File
    RelativePath="langids.h">
    </File>
    <File
    RelativePath="LastCommonRouteFinder.h">
    </File>
    <File
    RelativePath="ListenSocket.h">
    </File>
    <File
    RelativePath="Log.h">
    </File>
    <File
    RelativePath="MapKey.h">
    </File>
    <File
    RelativePath="MD4.h">
    </File>
    <File
    RelativePath="MD5Sum.h">
    </File>
    <File
    RelativePath="Mdump.h">
    </File>
    <File
    RelativePath="MMServer.h">
    </File>
    <File
    RelativePath="MMSocket.h">
    </File>
    <File
    RelativePath="Opcodes.h">
    </File>
    <File
    RelativePath="OtherFunctions.h">
    </File>
    <File
    RelativePath="Packets.h">
    </File>
    <File
    RelativePath="PartFile.h">
    </File>
    <File
    RelativePath="PartFileConvert.h">
    </File>
    <File
    RelativePath="PeerCacheClient.h">
    </File>
    <File
    RelativePath="PeerCacheFinder.h">
    </File>
    <File
    RelativePath="PeerCacheSocket.h">
    </File>
    <File
    RelativePath="PerfLog.h">
    </File>
    <File
    RelativePath="Pinger.h">
    </File>
    <File
    RelativePath="Preferences.h">
    </File>
    <File
    RelativePath="Preview.h">
    </File>
    <File
    RelativePath="Quantize.h">
    </File>
    <File
    RelativePath="Resource.h">
    </File>
    <File
    RelativePath="SafeFile.h">
    </File>
    <File
    RelativePath="Scheduler.h">
    </File>
    <File
    RelativePath="SearchFrm.h">
    </File>
    <File
    RelativePath="SearchList.h">
    </File>
    <File
    RelativePath="SecRunAsUser.h">
    </File>
    <File
    RelativePath="Server.h">
    </File>
    <File
    RelativePath="ServerList.h">
    </File>
    <File
    RelativePath="ServerSocket.h">
    </File>
    <File
    RelativePath="SHA.h">
    </File>
    <File
    RelativePath="SHAHashSet.h">
    </File>
    <File
    RelativePath="SharedFileList.h">
    </File>
    <File
    RelativePath="Sockets.h">
    </File>
    <File
    RelativePath="Statistics.h">
    </File>
    <File
    RelativePath="Stdafx.h">
    </File>
    <File
    RelativePath="StringConversion.h">
    </File>
    <File
    RelativePath="ThrottledSocket.h">
    </File>
    <File
    RelativePath="TimeTick.h">
    </File>
    <File
    RelativePath="Types.h">
    </File>
    <File
    RelativePath="UDPSocket.h">
    </File>
    <File
    RelativePath="UpdownClient.h">
    </File>
    <File
    RelativePath="UploadBandwidthThrottler.h">
    </File>
    <File
    RelativePath="UploadQueue.h">
    </File>
    <File
    RelativePath="URLClient.h">
    </File>
    <File
    RelativePath="Version.h">
    </File>
    <File
    RelativePath="WebServices.h">
    </File>
    <File
    RelativePath="WebSocket.h">
    </File>
    <File
    RelativePath="ZIPFile.h">
    </File>
    <Filter
    Name="Kademlia"
    Filter="">
    <File
    RelativePath="kademlia\io\ByteIO.h">
    </File>
    <File
    RelativePath="kademlia\routing\Contact.h">
    </File>
    <File
    RelativePath="kademlia\io\DataIO.h">
    </File>
    <File
    RelativePath="kademlia\kademlia\Defines.h">
    </File>
    <File
    RelativePath="kademlia\kademlia\Entry.h">
    </File>
    <File
    RelativePath="kademlia\kademlia\Error.h">
    </File>
    <File
    RelativePath="kademlia\io\FileIO.h">
    </File>
    <File
    RelativePath="kademlia\kademlia\Indexed.h">
    </File>
    <File
    RelativePath="kademlia\io\IOException.h">
    </File>
    <File
    RelativePath="kademlia\kademlia\Kademlia.h">
    </File>
    <File
    RelativePath="kademlia\net\KademliaUDPListener.h">
    </File>
    <File
    RelativePath="kademlia\utils\LittleEndian.h">
    </File>
    <File
    RelativePath="kademlia\routing\Maps.h">
    </File>
    <File
    RelativePath="kademlia\utils\MiscUtils.h">
    </File>
    <File
    RelativePath="kademlia\kademlia\Prefs.h">
    </File>
    <File
    RelativePath="kademlia\routing\RoutingBin.h">
    </File>
    <File
    RelativePath="kademlia\routing\RoutingZone.h">
    </File>
    <File
    RelativePath="kademlia\kademlia\Search.h">
    </File>
    <File
    RelativePath="kademlia\kademlia\SearchManager.h">
    </File>
    <File
    RelativePath="kademlia\kademlia\Tag.h">
    </File>
    <File
    RelativePath="kademlia\utils\ThreadName.h">
    </File>
    <File
    RelativePath="kademlia\utils\UInt128.h">
    </File>
    </Filter>
    <Filter
    Name="SMIRC"
    Filter="">
    <File
    RelativePath="IrcMain.h">
    </File>
    <File
    RelativePath="IrcSocket.h">
    </File>
    </Filter>
    </Filter>
    <Filter
    Name="Interface Source"
    Filter="">
    <File
    RelativePath="3DPreviewControl.cpp">
    </File>
    <File
    RelativePath="AddFriend.cpp">
    </File>
    <File
    RelativePath="AddSourceDlg.cpp">
    </File>
    <File
    RelativePath="BarShader.cpp">
    </File>
    <File
    RelativePath="BtnST.cpp">
    </File>
    <File
    RelativePath="CatDialog.cpp">
    </File>
    <File
    RelativePath="ChatSelector.cpp">
    </File>
    <File
    RelativePath="ChatWnd.cpp">
    </File>
    <File
    RelativePath="ClientDetailDialog.cpp">
    </File>
    <File
    RelativePath="ClosableTabCtrl.cpp">
    </File>
    <File
    RelativePath="ColorButton.cpp">
    </File>
    <File
    RelativePath="ColorFrameCtrl.cpp">
    </File>
    <File
    RelativePath="ColourPopup.cpp">
    </File>
    <File
    RelativePath="ComboBoxEx2.cpp">
    </File>
    <File
    RelativePath="CommentDialog.cpp">
    </File>
    <File
    RelativePath="CommentDialogLst.cpp">
    </File>
    <File
    RelativePath="CreditsDlg.cpp">
    </File>
    <File
    RelativePath="CreditsThread.cpp">
    </File>
    <File
    RelativePath="CustomAutoComplete.cpp">
    </File>
    <File
    RelativePath="DialogMinTrayBtn.cpp">
    </File>
    <File
    RelativePath="DirectDownloadDlg.cpp">
    </File>
    <File
    RelativePath="DirectoryTreeCtrl.cpp">
    </File>
    <File
    RelativePath="DropTarget.cpp">
    </File>
    <File
    RelativePath="ED2kLinkDlg.cpp">
    </File>
    <File
    RelativePath="EditX.cpp">
    </File>
    <File
    RelativePath="EmuleDlg.cpp">
    </File>
    <File
    RelativePath="EnBitmap.cpp">
    </File>
    <File
    RelativePath="FileDetailDialog.cpp">
    </File>
    <File
    RelativePath="FileInfoDialog.cpp">
    </File>
    <File
    RelativePath="Flex.skl">
    </File>
    <File
    RelativePath="GDIThread.cpp">
    </File>
    <File
    RelativePath="HTRichEditCtrl.cpp">
    </File>
    <File
    RelativePath="HttpDownloadDlg.cpp">
    </File>
    <File
    RelativePath="HyperTextCtrl.cpp">
    </File>
    <File
    RelativePath="IconStatic.cpp">
    </File>
    <File
    RelativePath="IESecurity.cpp">
    </File>
    <File
    RelativePath="InputBox.cpp">
    </File>
    <File
    RelativePath="IPFilterDlg.cpp">
    </File>
    <File
    RelativePath="KadContactHistogramCtrl.cpp">
    </File>
    <File
    RelativePath="KademliaWnd.cpp">
    </File>
    <File
    RelativePath="LayeredWindowHelperST.cpp">
    </File>
    <File
    RelativePath="ListBoxST.cpp">
    </File>
    <File
    RelativePath="ListCtrlEditable.cpp">
    </File>
    <File
    RelativePath="ListCtrlX.cpp">
    </File>
    <File
    RelativePath="ListViewSearchDlg.cpp">
    </File>
    <File
    RelativePath="ListViewWalkerPropertySheet.cpp">
    </File>
    <File
    RelativePath="MetaDataDlg.cpp">
    </File>
    <File
    RelativePath="MeterIcon.cpp">
    </File>
    <File
    RelativePath="MiniMule.cpp">
    </File>
    <File
    RelativePath="MuleListCtrl.cpp">
    </File>
    <File
    RelativePath="MuleStatusBarCtrl.cpp">
    </File>
    <File
    RelativePath="MuleToolBarCtrl.cpp">
    </File>
    <File
    RelativePath="NetworkInfoDlg.cpp">
    </File>
    <File
    RelativePath="OScopeCtrl.cpp">
    </File>
    <File
    RelativePath="PPgConnection.cpp">
    </File>
    <File
    RelativePath="PPgDebug.cpp">
    </File>
    <File
    RelativePath="PPgDirectories.cpp">
    </File>
    <File
    RelativePath="PPgDisplay.cpp">
    </File>
    <File
    RelativePath="PPgFiles.cpp">
    </File>
    <File
    RelativePath="PPgGeneral.cpp">
    </File>
    <File
    RelativePath="PPgIRC.cpp">
    </File>
    <File
    RelativePath="PPgNotify.cpp">
    </File>
    <File
    RelativePath="PPgProxy.cpp">
    </File>
    <File
    RelativePath="PPgScheduler.cpp">
    </File>
    <File
    RelativePath="PPgSecurity.cpp">
    </File>
    <File
    RelativePath="PPgServer.cpp">
    </File>
    <File
    RelativePath="PPgStats.cpp">
    </File>
    <File
    RelativePath="PPgTweaks.cpp">
    </File>
    <File
    RelativePath="PPgWebServer.cpp">
    </File>
    <File
    RelativePath="PreferencesDlg.cpp">
    </File>
    <File
    RelativePath="PreviewDlg.cpp">
    </File>
    <File
    RelativePath="ProgressCtrlX.cpp">
    </File>
    <File
    RelativePath="PShtWiz1.cpp">
    </File>
    <File
    RelativePath="RichEditCtrlX.cpp">
    </File>
    <File
    RelativePath="SearchDlg.cpp">
    </File>
    <File
    RelativePath="SearchParamsWnd.cpp">
    </File>
    <File
    RelativePath="SearchResultsWnd.cpp">
    </File>
    <File
    RelativePath="ServerWnd.cpp">
    </File>
    <File
    RelativePath="SharedFilesWnd.cpp">
    </File>
    <File
    RelativePath="SplashScreen.cpp">
    </File>
    <File
    RelativePath="SplitterControl.cpp">
    </File>
    <File
    RelativePath="StatisticsDlg.cpp">
    </File>
    <File
    RelativePath="StatisticsTree.cpp">
    </File>
    <File
    RelativePath="TabCtrl.cpp">
    </File>
    <File
    RelativePath="TaskbarNotifier.cpp">
    </File>
    <File
    RelativePath="TitleMenu.cpp">
    </File>
    <File
    RelativePath="TransferWnd.cpp">
    </File>
    <File
    RelativePath="TreeOptionsCtrl.cpp">
    </File>
    <File
    RelativePath="TreeOptionsCtrlEx.cpp">
    </File>
    <File
    RelativePath="TreePropSheet.cpp">
    </File>
    <File
    RelativePath="TreePropSheetPgFrame.cpp">
    </File>
    <File
    RelativePath="TreePropSheetPgFrameDef.cpp">
    </File>
    <File
    RelativePath="VisualStylesXP.cpp">
    </File>
    <File
    RelativePath="WebServer.cpp">
    </File>
    <File
    RelativePath="Wizard.cpp">
    </File>
    <Filter
    Name="Lists"
    Filter="">
    <File
    RelativePath="ClientListCtrl.cpp">
    </File>
    <File
    RelativePath="DownloadListCtrl.cpp">
    </File>
    <File
    RelativePath="FriendListCtrl.cpp">
    </File>
    <File
    RelativePath="KadContactListCtrl.cpp">
    </File>
    <File
    RelativePath="KadSearchListCtrl.cpp">
    </File>
    <File
    RelativePath="QueueListCtrl.cpp">
    </File>
    <File
    RelativePath="SearchListCtrl.cpp">
    </File>
    <File
    RelativePath="ServerListCtrl.cpp">
    </File>
    <File
    RelativePath="SharedFilesCtrl.cpp">
    </File>
    <File
    RelativePath="UploadListCtrl.cpp">
    </File>
    </Filter>
    <Filter
    Name="TrayMenu"
    Filter="">
    <File
    RelativePath="GradientStatic.cpp">
    </File>
    <File
    RelativePath="MuleSystrayDlg.cpp">
    </File>
    <File
    RelativePath="TrayDialog.cpp">
    </File>
    <File
    RelativePath="TrayMenuBtn.cpp">
    </File>
    </Filter>
    <Filter
    Name="SMIRC"
    Filter="">
    <File
    RelativePath="IrcChannelListCtrl.cpp">
    </File>
    <File
    RelativePath="IrcChannelTabCtrl.cpp">
    </File>
    <File
    RelativePath="IrcNickListCtrl.cpp">
    </File>
    <File
    RelativePath="IrcWnd.cpp">
    </File>
    </Filter>
    </Filter>
    <Filter
    Name="Interface Header"
    Filter="">
    <File
    RelativePath="3DPreviewControl.h">
    </File>
    <File
    RelativePath="AddFriend.h">
    </File>
    <File
    RelativePath="AddSourceDlg.h">
    </File>
    <File
    RelativePath="AfxBeginMsgMapTemplate.h">
    </File>
    <File
    RelativePath="BarShader.h">
    </File>
    <File
    RelativePath="BtnST.h">
    </File>
    <File
    RelativePath="CatDialog.h">
    </File>
    <File
    RelativePath="ChatSelector.h">
    </File>
    <File
    RelativePath="ChatWnd.h">
    </File>
    <File
    RelativePath="ClientDetailDialog.h">
    </File>
    <File
    RelativePath="ClosableTabCtrl.h">
    </File>
    <File
    RelativePath="ColorButton.h">
    </File>
    <File
    RelativePath="ColorFrameCtrl.h">
    </File>
    <File
    RelativePath="ColourPopup.h">
    </File>
    <File
    RelativePath="ComboBoxEx2.h">
    </File>
    <File
    RelativePath="CommentDialog.h">
    </File>
    <File
    RelativePath="CommentDialogLst.h">
    </File>
    <File
    RelativePath="CreditsDlg.h">
    </File>
    <File
    RelativePath="CreditsThread.h">
    </File>
    <File
    RelativePath="CustomAutoComplete.h">
    </File>
    <File
    RelativePath="DialogMinTrayBtn.h">
    </File>
    <File
    RelativePath="DirectDownloadDlg.h">
    </File>
    <File
    RelativePath="DirectoryTreeCtrl.h">
    </File>
    <File
    RelativePath="Drawgdix.h">
    </File>
    <File
    RelativePath="DropTarget.h">
    </File>
    <File
    RelativePath="ED2kLinkDlg.h">
    </File>
    <File
    RelativePath="EditX.h">
    </File>
    <File
    RelativePath="EmuleDlg.h">
    </File>
    <File
    RelativePath="EnBitmap.h">
    </File>
    <File
    RelativePath="FileDetailDialog.h">
    </File>
    <File
    RelativePath="FileInfoDialog.h">
    </File>
    <File
    RelativePath="GDIThread.h">
    </File>
    <File
    RelativePath="HelpIDs.h">
    </File>
    <File
    RelativePath="HighColorTab.hpp">
    </File>
    <File
    RelativePath="HTRichEditCtrl.h">
    </File>
    <File
    RelativePath="HttpDownloadDlg.h">
    </File>
    <File
    RelativePath="HyperTextCtrl.h">
    </File>
    <File
    RelativePath="IconStatic.h">
    </File>
    <File
    RelativePath="IESecurity.h">
    </File>
    <File
    RelativePath="InputBox.h">
    </File>
    <File
    RelativePath="IPFilterDlg.h">
    </File>
    <File
    RelativePath="KadContactHistogramCtrl.h">
    </File>
    <File
    RelativePath="KademliaWnd.h">
    </File>
    <File
    RelativePath="LayeredWindowHelperST.h">
    </File>
    <File
    RelativePath="ListBoxST.h">
    </File>
    <File
    RelativePath="ListCtrlEditable.h">
    </File>
    <File
    RelativePath="ListCtrlItemWalk.h">
    </File>
    <File
    RelativePath="ListCtrlX.h">
    </File>
    <File
    RelativePath="ListViewSearchDlg.h">
    </File>
    <File
    RelativePath="ListViewWalkerPropertySheet.h">
    </File>
    <File
    RelativePath="MemDC.h">
    </File>
    <File
    RelativePath="MenuCmds.h">
    </File>
    <File
    RelativePath="MetaDataDlg.h">
    </File>
    <File
    RelativePath="MeterIcon.h">
    </File>
    <File
    RelativePath="MiniMule.h">
    </File>
    <File
    RelativePath="MuleStatusBarCtrl.h">
    </File>
    <File
    RelativePath="MuleToolBarCtrl.h">
    </File>
    <File
    RelativePath="NetworkInfoDlg.h">
    </File>
    <File
    RelativePath="OScopeCtrl.h">
    </File>
    <File
    RelativePath="Parser.hpp">
    </File>
    <File
    RelativePath="PPgConnection.h">
    </File>
    <File
    RelativePath="PPgDebug.h">
    </File>
    <File
    RelativePath="PPgDirectories.h">
    </File>
    <File
    RelativePath="PPgDisplay.h">
    </File>
    <File
    RelativePath="PPgFiles.h">
    </File>
    <File
    RelativePath="PPgGeneral.h">
    </File>
    <File
    RelativePath="PPgIRC.h">
    </File>
    <File
    RelativePath="PPgNotify.h">
    </File>
    <File
    RelativePath="PPgProxy.h">
    </File>
    <File
    RelativePath="PPgScheduler.h">
    </File>
    <File
    RelativePath="PPgSecurity.h">
    </File>
    <File
    RelativePath="PPgServer.h">
    </File>
    <File
    RelativePath="PPgStats.h">
    </File>
    <File
    RelativePath="PPgTweaks.h">
    </File>
    <File
    RelativePath="PPgWebServer.h">
    </File>
    <File
    RelativePath="PreferencesDlg.h">
    </File>
    <File
    RelativePath="PreviewDlg.h">
    </File>
    <File
    RelativePath="ProgressCtrlX.h">
    </File>
    <File
    RelativePath="RichEditCtrlX.h">
    </File>
    <File
    RelativePath="Scanner.h">
    </File>
    <File
    RelativePath="SearchDlg.h">
    </File>
    <File
    RelativePath="SearchExpr.h">
    </File>
    <File
    RelativePath="SearchParams.h">
    </File>
    <File
    RelativePath="SearchParamsWnd.h">
    </File>
    <File
    RelativePath="SearchResultsWnd.h">
    </File>
    <File
    RelativePath="ServerWnd.h">
    </File>
    <File
    RelativePath="SharedFilesWnd.h">
    </File>
    <File
    RelativePath="SplashScreen.h">
    </File>
    <File
    RelativePath="SplitterControl.h">
    </File>
    <File
    RelativePath="StatisticsDlg.h">
    </File>
    <File
    RelativePath="StatisticsTree.h">
    </File>
    <File
    RelativePath="TabCtrl.hpp">
    </File>
    <File
    RelativePath="TaskbarNotifier.h">
    </File>
    <File
    RelativePath="TitleMenu.h">
    </File>
    <File
    RelativePath="TransferWnd.h">
    </File>
    <File
    RelativePath="TreeOptionsCtrl.h">
    </File>
    <File
    RelativePath="TreeOptionsCtrlEx.h">
    </File>
    <File
    RelativePath="TreePropSheet.h">
    </File>
    <File
    RelativePath="TreePropSheetPgFrame.h">
    </File>
    <File
    RelativePath="TreePropSheetPgFrameDef.h">
    </File>
    <File
    RelativePath="UserMsgs.h">
    </File>
    <File
    RelativePath="VisualStylesXP.h">
    </File>
    <File
    RelativePath="WebServer.h">
    </File>
    <File
    RelativePath="Wizard.h">
    </File>
    <Filter
    Name="Lists"
    Filter="">
    <File
    RelativePath="ClientListCtrl.h">
    </File>
    <File
    RelativePath="DownloadListCtrl.h">
    </File>
    <File
    RelativePath="FriendListCtrl.h">
    </File>
    <File
    RelativePath="KadContactListCtrl.h">
    </File>
    <File
    RelativePath="KadSearchListCtrl.h">
    </File>
    <File
    RelativePath="MuleListCtrl.h">
    </File>
    <File
    RelativePath="QueueListCtrl.h">
    </File>
    <File
    RelativePath="SearchListCtrl.h">
    </File>
    <File
    RelativePath="ServerListCtrl.h">
    </File>
    <File
    RelativePath="SharedFilesCtrl.h">
    </File>
    <File
    RelativePath="UploadListCtrl.h">
    </File>
    </Filter>
    <Filter
    Name="TrayMenu"
    Filter="">
    <File
    RelativePath="GradientStatic.h">
    </File>
    <File
    RelativePath="MuleSystrayDlg.h">
    </File>
    <File
    RelativePath="TrayDialog.h">
    </File>
    <File
    RelativePath="TrayMenuBtn.h">
    </File>
    </Filter>
    <Filter
    Name="SMIRC"
    Filter="">
    <File
    RelativePath="IrcChannelListCtrl.h">
    </File>
    <File
    RelativePath="IrcChannelTabCtrl.h">
    </File>
    <File
    RelativePath="IrcNickListCtrl.h">
    </File>
    <File
    RelativePath="IrcWnd.h">
    </File>
    </Filter>
    </Filter>
    <Filter
    Name="Resource Files"
    Filter="rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;jpg;jpeg;jpe;manifest">
    <File
    RelativePath="res\Cancel.ico">
    </File>
    <File
    RelativePath="res\Category.ico">
    </File>
    <File
    RelativePath="res\Chat.ico">
    </File>
    <File
    RelativePath="res\Client0.ico">
    </File>
    <File
    RelativePath="res\Client1.ico">
    </File>
    <File
    RelativePath="res\Client2.ico">
    </File>
    <File
    RelativePath="res\Client3.ico">
    </File>
    <File
    RelativePath="res\Client4.ico">
    </File>
    <File
    RelativePath="res\ClientaMule.ico">
    </File>
    <File
    RelativePath="res\ClientaMulePlus.ico">
    </File>
    <File
    RelativePath="res\ClientCompatible.ico">
    </File>
    <File
    RelativePath="res\ClientCompatiblePlus.ico">
    </File>
    <File
    RelativePath="res\ClientDefault.ico">
    </File>
    <File
    RelativePath="res\ClientDefaultPlus.ico">
    </File>
    <File
    RelativePath="res\ClienteDonkeyHybrid.ico">
    </File>
    <File
    RelativePath="res\ClienteDonkeyHybridPlus.ico">
    </File>
    <File
    RelativePath="res\ClientlPhant.ico">
    </File>
    <File
    RelativePath="res\ClientlPhantPlus.ico">
    </File>
    <File
    RelativePath="res\ClientMLDonkey.ico">
    </File>
    <File
    RelativePath="res\ClientMLDonkeyPlus.ico">
    </File>
    <File
    RelativePath="res\ClientSecureHashOvl.ico">
    </File>
    <File
    RelativePath="res\ClientShareaza.ico">
    </File>
    <File
    RelativePath="res\ClientShareazaPlus.ico">
    </File>
    <File
    RelativePath="res\ClientsKnown.ico">
    </File>
    <File
    RelativePath="res\ClientsOnQueue.ico">
    </File>
    <File
    RelativePath="res\Close.ico">
    </File>
    <File
    RelativePath="res\Collapse.ico">
    </File>
    <File
    RelativePath="res\Comments.ico">
    </File>
    <File
    RelativePath="res\ConnectDo.ico">
    </File>
    <File
    RelativePath="res\ConnectDrop.ico">
    </File>
    <File
    RelativePath="res\Connected.gif">
    </File>
    <File
    RelativePath="res\ConnectedHighHigh.ico">
    </File>
    <File
    RelativePath="res\ConnectedHighLow.ico">
    </File>
    <File
    RelativePath="res\ConnectedHighNot.ico">
    </File>
    <File
    RelativePath="res\ConnectedLowHigh.ico">
    </File>
    <File
    RelativePath="res\ConnectedLowLow.ico">
    </File>
    <File
    RelativePath="res\ConnectedLowNot.ico">
    </File>
    <File
    RelativePath="res\ConnectedNotHigh.ico">
    </File>
    <File
    RelativePath="res\ConnectedNotLow.ico">
    </File>
    <File
    RelativePath="res\ConnectedNotNot.ico">
    </File>
    <File
    RelativePath="res\Connection.ico">
    </File>
    <File
    RelativePath="res\ConnectStop.ico">
    </File>
    <File
    RelativePath="res\Contact0.ico">
    </File>
    <File
    RelativePath="res\Contact1.ico">
    </File>
    <File
    RelativePath="res\Contact2.ico">
    </File>
    <File
    RelativePath="res\Contact3.ico">
    </File>
    <File
    RelativePath="res\Contact4.ico">
    </File>
    <File
    RelativePath="res\Convert.ico">
    </File>
    <File
    RelativePath="res\Copy.ico">
    </File>
    <File
    RelativePath="res\CopySelected.ico">
    </File>
    <File
    RelativePath="res\CopyVisible.ico">
    </File>
    <File
    RelativePath="res\Delete.ico">
    </File>
    <File
    RelativePath="res\DeleteAll.ico">
    </File>
    <File
    RelativePath="res\DeleteSelected.ico">
    </File>
    <File
    RelativePath="res\DirectDownload.ico">
    </File>
    <File
    RelativePath="res\Display.ico">
    </File>
    <File
    RelativePath="res\Download.gif">
    </File>
    <File
    RelativePath="res\Download.ico">
    </File>
    <File
    RelativePath="res\eD2kLink.ico">
    </File>
    <File
    RelativePath="res\eD2kLinkPaste.ico">
    </File>
    <File
    RelativePath="res\Empty.ico">
    </File>
    <File
    RelativePath="res\emule.manifest">
    </File>
    <File
    RelativePath="emule.rc">
    </File>
    <File
    RelativePath="res\emule.rc2">
    </File>
    <File
    RelativePath="res\Exit.ico">
    </File>
    <File
    RelativePath="res\ExpandAll.ico">
    </File>
    <File
    RelativePath="res\ExpandAll2.ico">
    </File>
    <File
    RelativePath="res\ExportAll.ico">
    </File>
    <File
    RelativePath="res\ExportSelected.ico">
    </File>
    <File
    RelativePath="res\FileComments.ico">
    </File>
    <File
    RelativePath="res\FileCommentsOvl.ico">
    </File>
    <File
    RelativePath="res\FileDonkey.ico">
    </File>
    <File
    RelativePath="res\FileInfo.gif">
    </File>
    <File
    RelativePath="res\FileInfo.ico">
    </File>
    <File
    RelativePath="res\FileOpen.ico">
    </File>
    <File
    RelativePath="res\FilePriority.ico">
    </File>
    <File
    RelativePath="res\FileRating0.ico">
    </File>
    <File
    RelativePath="res\FileRating1.ico">
    </File>
    <File
    RelativePath="res\FileRating2.ico">
    </File>
    <File
    RelativePath="res\FileRating3.ico">
    </File>
    <File
    RelativePath="res\FileRating4.ico">
    </File>
    <File
    RelativePath="res\FileRating5.ico">
    </File>
    <File
    RelativePath="res\FileRename.ico">
    </File>
    <File
    RelativePath="res\FileSharedKad.ico">
    </File>
    <File
    RelativePath="res\FileSharedServer.ico">
    </File>
    <File
    RelativePath="res\FileTypeAny.ico">
    </File>
    <File
    RelativePath="res\FileTypeArchive.ico">
    </File>
    <File
    RelativePath="res\FileTypeAudio.ico">
    </File>
    <File
    RelativePath="res\FileTypeCDImage.ico">
    </File>
    <File
    RelativePath="res\FileTypeDocument.ico">
    </File>
    <File
    RelativePath="res\FileTypePicture.ico">
    </File>
    <File
    RelativePath="res\FileTypeProgram.ico">
    </File>
    <File
    RelativePath="res\FileTypeVideo.ico">
    </File>
    <File
    RelativePath="res\FolderOpen.gif">
    </File>
    <File
    RelativePath="res\FolderOpen.ico">
    </File>
    <File
    RelativePath="res\Folders.ico">
    </File>
    <File
    RelativePath="res\Friend.ico">
    </File>
    <File
    RelativePath="res\Friends1.ico">
    </File>
    <File
    RelativePath="res\Friends2.ico">
    </File>
    <File
    RelativePath="res\Friends3.ico">
    </File>
    <File
    RelativePath="res\FriendSlot.ico">
    </File>
    <File
    RelativePath="res\Global.ico">
    </File>
    <File
    RelativePath="res\HardDisk.gif">
    </File>
    <File
    RelativePath="res\HardDisk.ico">
    </File>
    <File
    RelativePath="res\Help.ico">
    </File>
    <File
    RelativePath="res\Import.ico">
    </File>
    <File
    RelativePath="res\Incoming.ico">
    </File>
    <File
    RelativePath="res\InetDownload.avi">
    </File>
    <File
    RelativePath="res\Info.ico">
    </File>
    <File
    RelativePath="res\IPFilter.ico">
    </File>
    <File
    RelativePath="res\IRC.ico">
    </File>
    <File
    RelativePath="res\IRCClipboard.ico">
    </File>
    <File
    RelativePath="res\Kad.ico">
    </File>
    <File
    RelativePath="res\KadBootstrap.ico">
    </File>
    <File
    RelativePath="res\KadContactList.ico">
    </File>
    <File
    RelativePath="res\KadCurrentSearches.ico">
    </File>
    <File
    RelativePath="res\KadFileSearch.ico">
    </File>
    <File
    RelativePath="res\KadNodeSearch.ico">
    </File>
    <File
    RelativePath="res\KadStoreFile.ico">
    </File>
    <File
    RelativePath="res\KadStoreWord.ico">
    </File>
    <File
    RelativePath="res\KadWordSearch.ico">
    </File>
    <File
    RelativePath="res\ListAdd.ico">
    </File>
    <File
    RelativePath="res\ListRemove.ico">
    </File>
    <File
    RelativePath="res\ListViewSortDown.bmp">
    </File>
    <File
    RelativePath="res\ListViewSortDown2x.bmp">
    </File>
    <File
    RelativePath="res\ListViewSortUp.bmp">
    </File>
    <File
    RelativePath="res\ListViewSortUp2x.bmp">
    </File>
    <File
    RelativePath="res\Log.ico">
    </File>
    <File
    RelativePath="res\Logo.jpg">
    </File>
    <File
    RelativePath="res\MediaInfo.ico">
    </File>
    <File
    RelativePath="res\Message.ico">
    </File>
    <File
    RelativePath="res\MessagePending.ico">
    </File>
    <File
    RelativePath="res\Messages.ico">
    </File>
    <File
    RelativePath="res\MetaData.ico">
    </File>
    <File
    RelativePath="res\MiniMule.htm"
    DeploymentContent="TRUE">
    </File>
    <File
    RelativePath="res\MiniMuleBack.gif">
    </File>
    <File
    RelativePath="res\Mule.ico">
    </File>
    <File
    RelativePath="res\mule_wiz.gif">
    </File>
    <File
    RelativePath="res\mule_wiz_hdr.gif">
    </File>
    <File
    RelativePath="res\NavigateBack.ico">
    </File>
    <File
    RelativePath="res\NavigateForward.ico">
    </File>
    <File
    RelativePath="res\Notifications.ico">
    </File>
    <File
    RelativePath="res\Pause.ico">
    </File>
    <File
    RelativePath="res\Preferences.gif">
    </File>
    <File
    RelativePath="res\Preferences.ico">
    </File>
    <File
    RelativePath="res\Preview.ico">
    </File>
    <File
    RelativePath="res\Priority.ico">
    </File>
    <File
    RelativePath="res\PriorityAuto.ico">
    </File>
    <File
    RelativePath="res\PriorityHigh.ico">
    </File>
    <File
    RelativePath="res\PriorityLow.ico">
    </File>
    <File
    RelativePath="res\PriorityNormal.ico">
    </File>
    <File
    RelativePath="res\Proxy.ico">
    </File>
    <File
    RelativePath="res\Rating.ico">
    </File>
    <File
    RelativePath="res\RatingBad.ico">
    </File>
    <File
    RelativePath="res\Rename.ico">
    </File>
    <File
    RelativePath="res\Restore.ico">
    </File>
    <File
    RelativePath="res\RestoreWindow.gif">
    </File>
    <File
    RelativePath="res\RestoreWindow.ico">
    </File>
    <File
    RelativePath="res\Scheduler.ico">
    </File>
    <File
    RelativePath="res\Search.ico">
    </File>
    <File
    RelativePath="res\SearchGlobalActive.ico">
    </File>
    <File
    RelativePath="res\SearchKad.ico">
    </File>
    <File
    RelativePath="res\SearchKadActive.ico">
    </File>
    <File
    RelativePath="res\SearchParams.ico">
    </File>
    <File
    RelativePath="res\SearchResults.ico">
    </File>
    <File
    RelativePath="res\SearchServerActive.ico">
    </File>
    <File
    RelativePath="res\Security.ico">
    </File>
    <File
    RelativePath="res\Server.ico">
    </File>
    <File
    RelativePath="res\ServerAdd.ico">
    </File>
    <File
    RelativePath="res\ServerInfo.ico">
    </File>
    <File
    RelativePath="res\ServerList.ico">
    </File>
    <File
    RelativePath="res\ServerSearch.ico">
    </File>
    <File
    RelativePath="res\ServersUpdate.ico">
    </File>
    <File
    RelativePath="res\SharedFiles.ico">
    </File>
    <File
    RelativePath="res\SharedFilesList.ico">
    </File>
    <File
    RelativePath="res\Speed.ico">
    </File>
    <File
    RelativePath="res\SpeedMax.ico">
    </File>
    <File
    RelativePath="res\SpeedMin.ico">
    </File>
    <File
    RelativePath="res\Start.ico">
    </File>
    <File
    RelativePath="res\Statistics.ico">
    </File>
    <File
    RelativePath="res\StatisticsDetail.ico">
    </File>
    <File
    RelativePath="res\StatsCumulative.ico">
    </File>
    <File
    RelativePath="res\StatsDay.ico">
    </File>
    <File
    RelativePath="res\StatsGeneric.ico">
    </File>
    <File
    RelativePath="res\StatsMonth.ico">
    </File>
    <File
    RelativePath="res\StatsProjected.ico">
    </File>
    <File
    RelativePath="res\StatsTime.ico">
    </File>
    <File
    RelativePath="res\StatsYear.ico">
    </File>
    <File
    RelativePath="res\Stop.ico">
    </File>
    <File
    RelativePath="res\TaskbarNotifier.gif">
    </File>
    <File
    RelativePath="res\Tools.ico">
    </File>
    <File
    RelativePath="res\Transfer.ico">
    </File>
    <File
    RelativePath="res\TransferUpDown.ico">
    </File>
    <File
    RelativePath="res\TrayBtnBlue.bmp">
    </File>
    <File
    RelativePath="res\TrayBtnHomestead.bmp">
    </File>
    <File
    RelativePath="res\TrayBtnMetallic.bmp">
    </File>
    <File
    RelativePath="res\TrayConnected.ico">
    </File>
    <File
    RelativePath="res\TrayDisconnected.ico">
    </File>
    <File
    RelativePath="res\TrayLowID.ico">
    </File>
    <File
    RelativePath="res\Tweak.ico">
    </File>
    <File
    RelativePath="res\Up0down0.ico">
    </File>
    <File
    RelativePath="res\Up0down1.ico">
    </File>
    <File
    RelativePath="res\Up1down0.ico">
    </File>
    <File
    RelativePath="res\Up1down1.ico">
    </File>
    <File
    RelativePath="res\Upload.gif">
    </File>
    <File
    RelativePath="res\Upload.ico">
    </File>
    <File
    RelativePath="res\User.ico">
    </File>
    <File
    RelativePath="res\UserAdd.ico">
    </File>
    <File
    RelativePath="res\UserDelete.ico">
    </File>
    <File
    RelativePath="res\UserDetails.ico">
    </File>
    <File
    RelativePath="res\UserFiles.ico">
    </File>
    <File
    RelativePath="res\UserMessage.ico">
    </File>
    <File
    RelativePath="res\Web.ico">
    </File>
    <File
    RelativePath="res\WideCharLowerMap.bin">
    </File>
    <File
    RelativePath="res\Wizard.ico">
    </File>
    <File
    RelativePath="res\Wizzard.ico">
    </File>
    </Filter>
    <Filter
    Name="Templates"
    Filter="">
    <File
    RelativePath="..\setup\eMule.tmpl">
    </File>
    <File
    RelativePath="..\setup\eMule_Chicane.tmpl">
    </File>
    <File
    RelativePath="..\setup\staticservers.dat">
    </File>
    <File
    RelativePath="..\setup\Template.eMuleSkin.ini">
    </File>
    <File
    RelativePath="..\setup\webservices.dat">
    </File>
    </Filter>
    <Filter
    Name="minorGems"
    Filter="">
    <Filter
    Name="crypto"
    Filter="">
    <Filter
    Name="hashes"
    Filter="">
    <File
    RelativePath="..\Mute_mutecore_source\minorGems\crypto\hashes\sha1.cpp">
    <FileConfiguration
    Name="Debug|Win32">
    <Tool
    Name="VCCLCompilerTool"
    UsePrecompiledHeader="0"/>
    </FileConfiguration>
    </File>
    <File
    RelativePath="..\Mute_mutecore_source\minorGems\crypto\hashes\sha1.h">
    </File>
    </Filter>
    </Filter>
    <Filter
    Name="formats"
    Filter="">
    <File
    RelativePath="..\Mute_mutecore_source\minorGems\formats\encodingUtils.cpp">
    <FileConfiguration
    Name="Debug|Win32">
    <Tool
    Name="VCCLCompilerTool"
    UsePrecompiledHeader="0"/>
    </FileConfiguration>
    </File>
    <File
    RelativePath="..\Mute_mutecore_source\minorGems\formats\encodingUtils.h">
    </File>
    <Filter
    Name="html"
    Filter="">
    <File
    RelativePath="..\Mute_mutecore_source\minorGems\formats\html\HTMLUtils.cpp">
    <FileConfiguration
    Name="Debug|Win32">
    <Tool
    Name="VCCLCompilerTool"
    UsePrecompiledHeader="0"/>
    </FileConfiguration>
    </File>
    <File
    RelativePath="..\Mute_mutecore_source\minorGems\formats\html\HTMLUtils.h">
    </File>
    </Filter>
    <Filter
    Name="xml"
    Filter="">
    <File
    RelativePath="..\Mute_mutecore_source\minorGems\formats\xml\XMLUtils.cpp">
    <FileConfiguration
    Name="Debug|Win32">
    <Tool
    Name="VCCLCompilerTool"
    UsePrecompiledHeader="0"/>
    </FileConfiguration>
    </File>
    <File
    RelativePath="..\Mute_mutecore_source\minorGems\formats\xml\XMLUtils.h">
    </File>
    </Filter>
    </Filter>
    <Filter
    Name="io"
    Filter="">
    <Filter
    Name="file"
    Filter="">
    <File
    RelativePath="..\Mute_mutecore_source\minorGems\io\file\Directory.h">
    </File>
    <File
    RelativePath="..\Mute_mutecore_source\minorGems\io\file\File.h">
    </File>
    <File
    RelativePath="..\Mute_mutecore_source\minorGems\io\file\FileInputStream.h">
    </File>
    <File
    RelativePath="..\Mute_mutecore_source\minorGems\io\file\FileOutputStream.h">
    </File>
    <File
    RelativePath="..\Mute_mutecore_source\minorGems\io\file\Path.h">
    </File>
    <File
    RelativePath="..\Mute_mutecore_source\minorGems\io\file\UniversalFileIO.h">
    </File>
    <Filter
    Name="win32"
    Filter="">
    <File
    RelativePath="..\Mute_mutecore_source\minorGems\io\file\win32\DirectoryWin32.cpp">
    <FileConfiguration
    Name="Debug|Win32">
    <Tool
    Name="VCCLCompilerTool"
    UsePrecompiledHeader="0"/>
    </FileConfiguration>
    </File>
    <File
    RelativePath="..\Mute_mutecore_source\minorGems\io\file\win32\dirent.cpp">
    <FileConfiguration
    Name="Debug|Win32">
    <Tool
    Name="VCCLCompilerTool"
    UsePrecompiledHeader="0"/>
    </FileConfiguration>
    </File>
    <File
    RelativePath="..\Mute_mutecore_source\minorGems\io\file\win32\dirent.h">
    </File>
    <File
    RelativePath="..\Mute_mutecore_source\minorGems\io\file\win32\PathWin32.cpp">
    <FileConfiguration
    Name="Debug|Win32">
    <Tool
    Name="VCCLCompilerTool"
    UsePrecompiledHeader="0"/>
    </FileConfiguration>
    </File>
    </Filter>
    </Filter>
    <Filter
    Name="win32"
    Filter="">
    <File
    RelativePath="..\Mute_mutecore_source\minorGems\io\win32\TypeIOWin32.cpp">
    <FileConfiguration
    Name="Debug|Win32">
    <Tool
    Name="VCCLCompilerTool"
    UsePrecompiledHeader="0"/>
    </FileConfiguration>
    </File>
    </Filter>
    </Filter>
    <Filter
    Name="network"
    Filter="">
    <File
    RelativePath="..\Mute_mutecore_source\minorGems\network\HostAddress.h">
    </File>
    <File
    RelativePath="..\Mute_mutecore_source\minorGems\network\LoggingSocketStream.h">
    </File>
    <File
    RelativePath="..\Mute_mutecore_source\minorGems\network\Message.h">
    </File>
    <File
    RelativePath="..\Mute_mutecore_source\minorGems\network\NetworkFunctionLocks.cpp">
    <FileConfiguration
    Name="Debug|Win32">
    <Tool
    Name="VCCLCompilerTool"
    UsePrecompiledHeader="0"/>
    </FileConfiguration>
    </File>
    <File
    RelativePath="..\Mute_mutecore_source\minorGems\network\NetworkFunctionLocks.h">
    </File>
    <File
    RelativePath="..\Mute_mutecore_source\minorGems\network\Socket.h">
    </File>
    <File
    RelativePath="..\Mute_mutecore_source\minorGems\network\SocketClient.h">
    </File>
    <File
    RelativePath="..\Mute_mutecore_source\minorGems\network\SocketServer.h">
    </File>
    <File
    RelativePath="..\Mute_mutecore_source\minorGems\network\SocketStream.h">
    </File>
    <Filter
    Name="web"
    Filter="">
    <File
    RelativePath="..\Mute_mutecore_source\minorGems\network\web\MimeTyper.cpp">
    <FileConfiguration
    Name="Debug|Win32">
    <Tool
    Name="VCCLCompilerTool"
    UsePrecompiledHeader="0"/>
    </FileConfiguration>
    </File>
    <File
    RelativePath="..\Mute_mutecore_source\minorGems\network\web\MimeTyper.h">
    </File>
    <File
    RelativePath="..\Mute_mutecore_source\minorGems\network\web\URLUtils.cpp">
    <FileConfiguration
    Name="Debug|Win32">
    <Tool
    Name="VCCLCompilerTool"
    UsePrecompiledHeader="0"/>
    </FileConfiguration>
    </File>
    <File
    RelativePath="..\Mute_mutecore_source\minorGems\network\web\URLUtils.h">
    </File>
    <File
    RelativePath="..\Mute_mutecore_source\minorGems\network\web\WebClient.cpp">
    <FileConfiguration
    Name="Debug|Win32">
    <Tool
    Name="VCCLCompilerTool"
    UsePrecompiledHeader="0"/>
    </FileConfiguration>
    </File>
    <File
    RelativePath="..\Mute_mutecore_source\minorGems\network\web\WebClient.h">
    </File>
    <Filter
    Name="Server"



  • Dieser Thread wurde von Moderator/in HumeSikkins aus dem Forum C++ in das Forum MFC (Visual C++) verschoben.

    Im Zweifelsfall bitte auch folgende Hinweise beachten:
    C/C++ Forum :: FAQ - Sonstiges :: Wohin mit meiner Frage?

    Dieses Posting wurde automatisch erzeugt.


Anmelden zum Antworten