Click here to Skip to main content
15,891,253 members
Articles / Programming Languages / C#

The Favalias Application

Rate me:
Please Sign up or sign in to vote.
4.92/5 (27 votes)
30 Sep 20037 min read 70.8K   2.6K   52  
Favalias application enables you to manage your favorites web sites in an XML file and to launch your favorites application using aliases. You can also make your own addins (in any .NET language) to call your own code.
<VisualStudioProject>
    <CSHARP
        ProjectType = "Local"
        ProductVersion = "7.10.3077"
        SchemaVersion = "2.0"
        ProjectGuid = "{4A75E071-5DBF-46C7-AA83-C4609B89E255}"
        SccProjectName = "SAK"
        SccLocalPath = "SAK"
        SccAuxPath = "SAK"
        SccProvider = "SAK"
    >
        <Build>
            <Settings
                ApplicationIcon = "Icones\Favalias.ico"
                AssemblyKeyContainerName = ""
                AssemblyName = "Favalias"
                AssemblyOriginatorKeyFile = ""
                DefaultClientScript = "JScript"
                DefaultHTMLPageLayout = "Grid"
                DefaultTargetSchema = "IE50"
                DelaySign = "false"
                OutputType = "WinExe"
                PreBuildEvent = ""
                PostBuildEvent = ""
                RootNamespace = "Favalias"
                RunPostBuildEvent = "OnBuildSuccess"
                StartupObject = "Favalias.MainClass"
            >
                <Config
                    Name = "Debug"
                    AllowUnsafeBlocks = "false"
                    BaseAddress = "285212672"
                    CheckForOverflowUnderflow = "false"
                    ConfigurationOverrideFile = ""
                    DefineConstants = "DEBUG;TRACE"
                    DocumentationFile = ""
                    DebugSymbols = "true"
                    FileAlignment = "4096"
                    IncrementalBuild = "true"
                    NoStdLib = "false"
                    NoWarn = ""
                    Optimize = "false"
                    OutputPath = "bin\Debug\"
                    RegisterForComInterop = "false"
                    RemoveIntegerChecks = "false"
                    TreatWarningsAsErrors = "false"
                    WarningLevel = "4"
                />
                <Config
                    Name = "Release"
                    AllowUnsafeBlocks = "false"
                    BaseAddress = "285212672"
                    CheckForOverflowUnderflow = "false"
                    ConfigurationOverrideFile = ""
                    DefineConstants = "TRACE"
                    DocumentationFile = ""
                    DebugSymbols = "false"
                    FileAlignment = "4096"
                    IncrementalBuild = "false"
                    NoStdLib = "false"
                    NoWarn = ""
                    Optimize = "true"
                    OutputPath = "bin\Release\"
                    RegisterForComInterop = "false"
                    RemoveIntegerChecks = "false"
                    TreatWarningsAsErrors = "false"
                    WarningLevel = "4"
                />
                <Config
                    Name = "FavoritesApp"
                    AllowUnsafeBlocks = "false"
                    BaseAddress = "285212672"
                    CheckForOverflowUnderflow = "false"
                    ConfigurationOverrideFile = ""
                    DefineConstants = "DEBUG;TRACE"
                    DocumentationFile = ""
                    DebugSymbols = "true"
                    FileAlignment = "4096"
                    IncrementalBuild = "true"
                    NoStdLib = "false"
                    NoWarn = ""
                    Optimize = "false"
                    OutputPath = "bin\FavoritesApp\"
                    RegisterForComInterop = "false"
                    RemoveIntegerChecks = "false"
                    TreatWarningsAsErrors = "false"
                    WarningLevel = "1"
                />
                <Config
                    Name = "FavoritesAddin"
                    AllowUnsafeBlocks = "false"
                    BaseAddress = "285212672"
                    CheckForOverflowUnderflow = "false"
                    ConfigurationOverrideFile = ""
                    DefineConstants = "DEBUG;TRACE"
                    DocumentationFile = ""
                    DebugSymbols = "true"
                    FileAlignment = "4096"
                    IncrementalBuild = "true"
                    NoStdLib = "false"
                    NoWarn = ""
                    Optimize = "false"
                    OutputPath = "bin\Debug\"
                    RegisterForComInterop = "false"
                    RemoveIntegerChecks = "false"
                    TreatWarningsAsErrors = "false"
                    WarningLevel = "4"
                />
                <Config
                    Name = "FavoritesApp Release"
                    AllowUnsafeBlocks = "false"
                    BaseAddress = "285212672"
                    CheckForOverflowUnderflow = "false"
                    ConfigurationOverrideFile = ""
                    DefineConstants = "DEBUG;TRACE"
                    DocumentationFile = ""
                    DebugSymbols = "true"
                    FileAlignment = "4096"
                    IncrementalBuild = "true"
                    NoStdLib = "false"
                    NoWarn = ""
                    Optimize = "false"
                    OutputPath = "bin\FavoritesApp\"
                    RegisterForComInterop = "false"
                    RemoveIntegerChecks = "false"
                    TreatWarningsAsErrors = "false"
                    WarningLevel = "1"
                />
                <Config
                    Name = "Addins debug"
                    AllowUnsafeBlocks = "false"
                    BaseAddress = "285212672"
                    CheckForOverflowUnderflow = "false"
                    ConfigurationOverrideFile = ""
                    DefineConstants = ""
                    DocumentationFile = ""
                    DebugSymbols = "true"
                    FileAlignment = "4096"
                    IncrementalBuild = "true"
                    NoStdLib = "false"
                    NoWarn = ""
                    Optimize = "false"
                    OutputPath = "bin\Addins debug\"
                    RegisterForComInterop = "false"
                    RemoveIntegerChecks = "false"
                    TreatWarningsAsErrors = "false"
                    WarningLevel = "1"
                />
            </Settings>
            <References>
                <Reference
                    Name = "System"
                    AssemblyName = "System"
                    HintPath = "..\..\..\..\..\WINNT\Microsoft.NET\Framework\v1.0.3705\System.dll"
                />
                <Reference
                    Name = "System.Data"
                    AssemblyName = "System.Data"
                    HintPath = "..\..\..\..\..\WINNT\Microsoft.NET\Framework\v1.0.3705\System.Data.dll"
                    Private = "False"
                />
                <Reference
                    Name = "System.Drawing"
                    AssemblyName = "System.Drawing"
                    HintPath = "..\..\..\..\..\WINNT\Microsoft.NET\Framework\v1.0.3705\System.Drawing.dll"
                />
                <Reference
                    Name = "System.Windows.Forms"
                    AssemblyName = "System.Windows.Forms"
                    HintPath = "..\..\..\..\..\WINNT\Microsoft.NET\Framework\v1.0.3705\System.Windows.Forms.dll"
                />
                <Reference
                    Name = "System.XML"
                    AssemblyName = "System.Xml"
                    HintPath = "..\..\..\..\..\WINNT\Microsoft.NET\Framework\v1.0.3705\System.XML.dll"
                />
                <Reference
                    Name = "System.Web.Services"
                    AssemblyName = "System.Web.Services"
                    HintPath = "..\..\..\..\..\WINNT\Microsoft.NET\Framework\v1.0.3705\System.Web.Services.dll"
                />
                <Reference
                    Name = "PriorityThreadPool"
                    Project = "{C885A4FD-6905-4CBB-859D-764555C3824E}"
                    Package = "{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}"
                />
                <Reference
                    Name = "System.Runtime.Serialization.Formatters.Soap"
                    AssemblyName = "System.Runtime.Serialization.Formatters.Soap"
                    HintPath = "..\..\..\..\..\WINNT\Microsoft.NET\Framework\v1.1.4322\System.Runtime.Serialization.Formatters.Soap.dll"
                />
                <Reference
                    Name = "System.Design"
                    AssemblyName = "System.Design"
                    HintPath = "..\..\..\..\..\WINDOWS\Microsoft.NET\Framework\v1.1.4322\System.Design.dll"
                />
                <Reference
                    Name = "System.Web"
                    AssemblyName = "System.Web"
                    HintPath = "..\..\..\..\..\WINDOWS\Microsoft.NET\Framework\v1.1.4322\System.Web.dll"
                />
                <Reference
                    Name = "System.Management"
                    AssemblyName = "System.Management"
                    HintPath = "..\..\..\..\..\..\WINDOWS\Microsoft.NET\Framework\v1.1.4322\System.Management.dll"
                />
                <Reference
                    Name = "log4net"
                    AssemblyName = "log4net"
                    HintPath = "..\ThirdPartiesAssemblies\log4net.dll"
                />
                <Reference
                    Name = "SystemHotKey"
                    Project = "{9546F1A0-7860-4616-968E-88620ED79182}"
                    Package = "{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}"
                />
                <Reference
                    Name = "Common"
                    Project = "{7F9B1CC3-A708-4299-87AD-95D81ACAE1FE}"
                    Package = "{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}"
                />
                <Reference
                    Name = "FavaliasInterfaces"
                    Project = "{F0A0F304-B7B2-4917-8912-CEF016820366}"
                    Package = "{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}"
                />
            </References>
        </Build>
        <Files>
            <Include>
                <File
                    RelPath = "Aliases.xml"
                    BuildAction = "Content"
                />
                <File
                    RelPath = "App.config"
                    BuildAction = "None"
                />
                <File
                    RelPath = "AssemblyInfo.cs"
                    SubType = "Code"
                    BuildAction = "Compile"
                />
                <File
                    RelPath = "doc.htm"
                    BuildAction = "Content"
                />
                <File
                    RelPath = "Favorites.xml"
                    BuildAction = "Content"
                />
                <File
                    RelPath = "Favorites-fr.xml"
                    BuildAction = "Content"
                />
                <File
                    RelPath = "License.rtf"
                    BuildAction = "None"
                />
                <File
                    RelPath = "Main.cs"
                    SubType = "Code"
                    BuildAction = "Compile"
                />
                <File
                    RelPath = "release notes.txt"
                    BuildAction = "Content"
                />
                <File
                    RelPath = "SingleApplication.cs"
                    SubType = "Code"
                    BuildAction = "Compile"
                />
                <File
                    RelPath = "SortFavorites.xsl"
                    BuildAction = "Content"
                />
                <File
                    RelPath = "SortFavoritesAsc.xsl"
                    BuildAction = "Content"
                />
                <File
                    RelPath = "TODO.txt"
                    BuildAction = "Content"
                />
                <File
                    RelPath = "Uninstall.bat"
                    BuildAction = "None"
                />
                <File
                    RelPath = "UserPreferences.cs"
                    SubType = "Code"
                    BuildAction = "Compile"
                />
                <File
                    RelPath = "bin\Debug\doc.htm"
                    BuildAction = "Content"
                />
                <File
                    RelPath = "bin\Debug\SortFavorites.xsl"
                    BuildAction = "Content"
                />
                <File
                    RelPath = "bin\Debug\SortFavoritesAsc.xsl"
                    BuildAction = "Content"
                />
                <Folder RelPath = "bin\Debug\Addins\" />
                <File
                    RelPath = "bin\Release\doc.htm"
                    BuildAction = "Content"
                />
                <File
                    RelPath = "bin\Release\SortFavorites.xsl"
                    BuildAction = "Content"
                />
                <File
                    RelPath = "bin\Release\SortFavoritesAsc.xsl"
                    BuildAction = "Content"
                />
                <File
                    RelPath = "Controllers\AddinsController.cs"
                    SubType = "Code"
                    BuildAction = "Compile"
                />
                <File
                    RelPath = "Controllers\AliasesController.cs"
                    SubType = "Code"
                    BuildAction = "Compile"
                />
                <File
                    RelPath = "Controllers\CommandController.cs"
                    SubType = "Code"
                    BuildAction = "Compile"
                />
                <File
                    RelPath = "Controllers\FavaliasController.cs"
                    SubType = "Code"
                    BuildAction = "Compile"
                />
                <File
                    RelPath = "Controllers\FaviconsController.cs"
                    SubType = "Code"
                    BuildAction = "Compile"
                />
                <File
                    RelPath = "DataSets\Aliases.xsd"
                    BuildAction = "Content"
                    Generator = "MSDataSetGenerator"
                    LastGenOutput = "Aliases.cs"
                />
                <File
                    RelPath = "DataSets\Aliases.cs"
                    DependentUpon = "Aliases.xsd"
                    SubType = "code"
                    BuildAction = "Compile"
                    DesignTime = "True"
                    AutoGen = "True"
                />
                <File
                    RelPath = "DataSets\Aliases.xsx"
                    DependentUpon = "Aliases.xsd"
                    BuildAction = "None"
                />
                <File
                    RelPath = "DataSets\SubscribedAddins.xsd"
                    BuildAction = "Content"
                    Generator = "MSDataSetGenerator"
                    LastGenOutput = "SubscribedAddins.cs"
                />
                <File
                    RelPath = "DataSets\SubscribedAddins.cs"
                    DependentUpon = "SubscribedAddins.xsd"
                    SubType = "code"
                    BuildAction = "Compile"
                    DesignTime = "True"
                    AutoGen = "True"
                />
                <File
                    RelPath = "DataSets\SubscribedAddins.xsx"
                    DependentUpon = "SubscribedAddins.xsd"
                    BuildAction = "None"
                />
                <File
                    RelPath = "Forms\FormAbout.cs"
                    SubType = "Form"
                    BuildAction = "Compile"
                />
                <File
                    RelPath = "Forms\FormAbout.resx"
                    DependentUpon = "FormAbout.cs"
                    BuildAction = "EmbeddedResource"
                />
                <File
                    RelPath = "Forms\FormAddFavorite.cs"
                    SubType = "Form"
                    BuildAction = "Compile"
                />
                <File
                    RelPath = "Forms\FormAddFavorite.resx"
                    DependentUpon = "FormAddFavorite.cs"
                    BuildAction = "EmbeddedResource"
                />
                <File
                    RelPath = "Forms\FormAskArgs.cs"
                    SubType = "Form"
                    BuildAction = "Compile"
                />
                <File
                    RelPath = "Forms\FormAskArgs.resx"
                    DependentUpon = "FormAskArgs.cs"
                    BuildAction = "EmbeddedResource"
                />
                <File
                    RelPath = "Forms\FormAskSkin.cs"
                    SubType = "Form"
                    BuildAction = "Compile"
                />
                <File
                    RelPath = "Forms\FormAskSkin.resx"
                    DependentUpon = "FormAskSkin.cs"
                    BuildAction = "EmbeddedResource"
                />
                <File
                    RelPath = "Forms\FormFavalias.cs"
                    SubType = "Form"
                    BuildAction = "Compile"
                />
                <File
                    RelPath = "Forms\FormFavalias.resx"
                    DependentUpon = "FormFavalias.cs"
                    BuildAction = "EmbeddedResource"
                />
                <File
                    RelPath = "Forms\FormModifyAddins.cs"
                    SubType = "Form"
                    BuildAction = "Compile"
                />
                <File
                    RelPath = "Forms\FormModifyAddins.resx"
                    DependentUpon = "FormModifyAddins.cs"
                    BuildAction = "EmbeddedResource"
                />
                <File
                    RelPath = "Forms\FormModifyAlias.cs"
                    SubType = "Form"
                    BuildAction = "Compile"
                />
                <File
                    RelPath = "Forms\FormModifyAlias.resx"
                    DependentUpon = "FormModifyAlias.cs"
                    BuildAction = "EmbeddedResource"
                />
                <File
                    RelPath = "Forms\FormModifyFavorite.cs"
                    SubType = "Form"
                    BuildAction = "Compile"
                />
                <File
                    RelPath = "Forms\FormModifyFavorite.resx"
                    DependentUpon = "FormModifyFavorite.cs"
                    BuildAction = "EmbeddedResource"
                />
                <File
                    RelPath = "Forms\FormPreferences.cs"
                    SubType = "Form"
                    BuildAction = "Compile"
                />
                <File
                    RelPath = "Forms\FormPreferences.resx"
                    DependentUpon = "FormPreferences.cs"
                    BuildAction = "EmbeddedResource"
                />
                <File
                    RelPath = "Forms\FormProgress.cs"
                    SubType = "Form"
                    BuildAction = "Compile"
                />
                <File
                    RelPath = "Forms\FormProgress.resx"
                    DependentUpon = "FormProgress.cs"
                    BuildAction = "EmbeddedResource"
                />
                <File
                    RelPath = "Forms\Classic\Form1.cs"
                    SubType = "Form"
                    BuildAction = "Compile"
                />
                <File
                    RelPath = "Forms\Classic\FormFavalias.cs"
                    SubType = "Form"
                    BuildAction = "Compile"
                />
                <File
                    RelPath = "Forms\Classic\FormFavalias.resx"
                    DependentUpon = "FormFavalias.cs"
                    BuildAction = "EmbeddedResource"
                />
                <File
                    RelPath = "Forms\Matrix\addinsAliases.ico"
                    BuildAction = "Content"
                />
                <File
                    RelPath = "Forms\Matrix\btn1.gif"
                    BuildAction = "Content"
                />
                <File
                    RelPath = "Forms\Matrix\btn2.gif"
                    BuildAction = "Content"
                />
                <File
                    RelPath = "Forms\Matrix\btn3.gif"
                    BuildAction = "Content"
                />
                <File
                    RelPath = "Forms\Matrix\btn4.gif"
                    BuildAction = "Content"
                />
                <File
                    RelPath = "Forms\Matrix\btn5.gif"
                    BuildAction = "Content"
                />
                <File
                    RelPath = "Forms\Matrix\FormFavalias.cs"
                    SubType = "Form"
                    BuildAction = "Compile"
                />
                <File
                    RelPath = "Forms\Matrix\FormFavalias.resx"
                    DependentUpon = "FormFavalias.cs"
                    BuildAction = "EmbeddedResource"
                />
                <File
                    RelPath = "Forms\Matrix\Help.bmp"
                    BuildAction = "Content"
                />
                <File
                    RelPath = "Forms\Matrix\help.ico"
                    BuildAction = "Content"
                />
                <File
                    RelPath = "Forms\Matrix\matrix.JPG"
                    BuildAction = "Content"
                />
                <File
                    RelPath = "Forms\Matrix\myAliases.ico"
                    BuildAction = "Content"
                />
                <File
                    RelPath = "Forms\Matrix\options.ico"
                    BuildAction = "Content"
                />
                <File
                    RelPath = "Forms\Matrix\schematic.gif"
                    BuildAction = "Content"
                />
                <File
                    RelPath = "Forms\Matrix\skin.bmp"
                    BuildAction = "Content"
                />
                <File
                    RelPath = "Forms\Matrix\skin1.bmp"
                    BuildAction = "Content"
                />
                <File
                    RelPath = "Icones\App.ico"
                    BuildAction = "Content"
                />
                <File
                    RelPath = "Icones\Blue Empty.ico"
                    BuildAction = "Content"
                />
                <File
                    RelPath = "Icones\Favalias.ico"
                    BuildAction = "Content"
                />
                <File
                    RelPath = "Icones\FOLDER.ICO"
                    BuildAction = "Content"
                />
                <File
                    RelPath = "Icones\ie.ico"
                    BuildAction = "Content"
                />
                <File
                    RelPath = "Icones\Uninstall.ico"
                    BuildAction = "Content"
                />
                <File
                    RelPath = "UIControls\CompletionCombo.cs"
                    SubType = "Component"
                    BuildAction = "Compile"
                />
                <File
                    RelPath = "UIControls\CompletionCombo.resx"
                    DependentUpon = "CompletionCombo.cs"
                    BuildAction = "EmbeddedResource"
                />
            </Include>
        </Files>
    </CSHARP>
</VisualStudioProject>

By viewing downloads associated with this article you agree to the Terms of Service and the article's licence.

If a file you wish to view isn't highlighted, and is a text file (not binary), please let us know and we'll add colourisation support for it.

License

This article has no explicit license attached to it but may contain usage terms in the article text or the download files themselves. If in doubt please contact the author via the discussion board below.

A list of licenses authors might use can be found here


Written By
Web Developer
France France
I am an MCSD.NET and MCT. I give a lot of Microsoft Trainings (www.bdcworld.com) in France.

Comments and Discussions