Steven Robbins is sharing code with you

Bitbucket is a code hosting site. Unlimited public and private repositories. Free for small teams.

Don't show this again

grumpydev / TinyIoC

An easy to use, hassle free, Inversion of Control Container for small projects and beginners alike.

Clone this repository (size: 858.0 KB): HTTPS / SSH
hg clone https://bitbucket.org/grumpydev/tinyioc
hg clone ssh://hg@bitbucket.org/grumpydev/tinyioc

TinyIoC / TinyIoC.sln

Microsoft Visual Studio Solution File, Format Version 10.00
# Visual Studio 2008
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "TinyIoC.Tests", "TinyIoC.Tests\TinyIoC.Tests.csproj", "{C0F65D37-0DF3-43F6-9338-8FC57453876A}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{3549B35C-E6A0-4007-8BBD-C82396AA28A1}"
    ProjectSection(SolutionItems) = preProject
        LocalTestRun.testrunconfig = LocalTestRun.testrunconfig
        TinyIoC.vsmdi = TinyIoC.vsmdi
    EndProjectSection
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "TinyIoC", "TinyIoC\TinyIoC.csproj", "{72FF4023-DEDF-40D2-8E54-1BB3E9C38C5C}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "TinyIoC.Tests.ExternalTypes", "TinyIoC.Tests.ExternalTypes\TinyIoC.Tests.ExternalTypes.csproj", "{F6422C73-C40A-489A-A822-387E3098B2F1}"
EndProject
Global
    GlobalSection(SubversionScc) = preSolution
        Svn-Managed = True
        Manager = AnkhSVN - Subversion Support for Visual Studio
    EndGlobalSection
    GlobalSection(TestCaseManagementSettings) = postSolution
        CategoryFile = TinyIoC.vsmdi
    EndGlobalSection
    GlobalSection(SolutionConfigurationPlatforms) = preSolution
        Debug|Any CPU = Debug|Any CPU
        Release|Any CPU = Release|Any CPU
    EndGlobalSection
    GlobalSection(ProjectConfigurationPlatforms) = postSolution
        {C0F65D37-0DF3-43F6-9338-8FC57453876A}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
        {C0F65D37-0DF3-43F6-9338-8FC57453876A}.Debug|Any CPU.Build.0 = Debug|Any CPU
        {C0F65D37-0DF3-43F6-9338-8FC57453876A}.Release|Any CPU.ActiveCfg = Release|Any CPU
        {C0F65D37-0DF3-43F6-9338-8FC57453876A}.Release|Any CPU.Build.0 = Release|Any CPU
        {72FF4023-DEDF-40D2-8E54-1BB3E9C38C5C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
        {72FF4023-DEDF-40D2-8E54-1BB3E9C38C5C}.Debug|Any CPU.Build.0 = Debug|Any CPU
        {72FF4023-DEDF-40D2-8E54-1BB3E9C38C5C}.Release|Any CPU.ActiveCfg = Release|Any CPU
        {72FF4023-DEDF-40D2-8E54-1BB3E9C38C5C}.Release|Any CPU.Build.0 = Release|Any CPU
        {F6422C73-C40A-489A-A822-387E3098B2F1}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
        {F6422C73-C40A-489A-A822-387E3098B2F1}.Debug|Any CPU.Build.0 = Debug|Any CPU
        {F6422C73-C40A-489A-A822-387E3098B2F1}.Release|Any CPU.ActiveCfg = Release|Any CPU
        {F6422C73-C40A-489A-A822-387E3098B2F1}.Release|Any CPU.Build.0 = Release|Any CPU
    EndGlobalSection
    GlobalSection(SolutionProperties) = preSolution
        HideSolutionNode = FALSE
    EndGlobalSection
EndGlobal