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

commit
7cc63b9f44cd
parent
df88f6f65a44
branch
default

Changed default to use strong references - normal usage seems to be lambdas which results in delivery and filters being collected.

1
7beac4e25ac4

2
7beac4e25ac4
Microsoft Visual Studio Solution File, Format Version 10.00
3
7beac4e25ac4
# Visual Studio 2008
4
7beac4e25ac4
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "TinyIoC.Tests", "TinyIoC.Tests\TinyIoC.Tests.csproj", "{C0F65D37-0DF3-43F6-9338-8FC57453876A}"
5
7beac4e25ac4
EndProject
6
7beac4e25ac4
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{3549B35C-E6A0-4007-8BBD-C82396AA28A1}"
7
7beac4e25ac4
	ProjectSection(SolutionItems) = preProject
8
7beac4e25ac4
		LocalTestRun.testrunconfig = LocalTestRun.testrunconfig
9
0a353b3b9c0d
		tinyioc.vsmdi = tinyioc.vsmdi
10
7beac4e25ac4
	EndProjectSection
11
7beac4e25ac4
EndProject
12
7beac4e25ac4
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "TinyIoC", "TinyIoC\TinyIoC.csproj", "{72FF4023-DEDF-40D2-8E54-1BB3E9C38C5C}"
13
7beac4e25ac4
EndProject
14
0b294eb35ad2
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "TinyIoC.Tests.ExternalTypes", "TinyIoC.Tests.ExternalTypes\TinyIoC.Tests.ExternalTypes.csproj", "{F6422C73-C40A-489A-A822-387E3098B2F1}"
15
0b294eb35ad2
EndProject
16
7beac4e25ac4
Global
17
7beac4e25ac4
	GlobalSection(SubversionScc) = preSolution
18
7beac4e25ac4
		Svn-Managed = True
19
7beac4e25ac4
		Manager = AnkhSVN - Subversion Support for Visual Studio
20
7beac4e25ac4
	EndGlobalSection
21
7beac4e25ac4
	GlobalSection(TestCaseManagementSettings) = postSolution
22
7beac4e25ac4
		CategoryFile = TinyIoC.vsmdi
23
7beac4e25ac4
	EndGlobalSection
24
7beac4e25ac4
	GlobalSection(SolutionConfigurationPlatforms) = preSolution
25
7beac4e25ac4
		Debug|Any CPU = Debug|Any CPU
26
7beac4e25ac4
		Release|Any CPU = Release|Any CPU
27
7beac4e25ac4
	EndGlobalSection
28
7beac4e25ac4
	GlobalSection(ProjectConfigurationPlatforms) = postSolution
29
7beac4e25ac4
		{C0F65D37-0DF3-43F6-9338-8FC57453876A}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
30
7beac4e25ac4
		{C0F65D37-0DF3-43F6-9338-8FC57453876A}.Debug|Any CPU.Build.0 = Debug|Any CPU
31
7beac4e25ac4
		{C0F65D37-0DF3-43F6-9338-8FC57453876A}.Release|Any CPU.ActiveCfg = Release|Any CPU
32
7beac4e25ac4
		{C0F65D37-0DF3-43F6-9338-8FC57453876A}.Release|Any CPU.Build.0 = Release|Any CPU
33
7beac4e25ac4
		{72FF4023-DEDF-40D2-8E54-1BB3E9C38C5C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
34
7beac4e25ac4
		{72FF4023-DEDF-40D2-8E54-1BB3E9C38C5C}.Debug|Any CPU.Build.0 = Debug|Any CPU
35
7beac4e25ac4
		{72FF4023-DEDF-40D2-8E54-1BB3E9C38C5C}.Release|Any CPU.ActiveCfg = Release|Any CPU
36
7beac4e25ac4
		{72FF4023-DEDF-40D2-8E54-1BB3E9C38C5C}.Release|Any CPU.Build.0 = Release|Any CPU
37
0b294eb35ad2
		{F6422C73-C40A-489A-A822-387E3098B2F1}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
38
0b294eb35ad2
		{F6422C73-C40A-489A-A822-387E3098B2F1}.Debug|Any CPU.Build.0 = Debug|Any CPU
39
0b294eb35ad2
		{F6422C73-C40A-489A-A822-387E3098B2F1}.Release|Any CPU.ActiveCfg = Release|Any CPU
40
0b294eb35ad2
		{F6422C73-C40A-489A-A822-387E3098B2F1}.Release|Any CPU.Build.0 = Release|Any CPU
41
7beac4e25ac4
	EndGlobalSection
42
7beac4e25ac4
	GlobalSection(SolutionProperties) = preSolution
43
7beac4e25ac4
		HideSolutionNode = FALSE
44
7beac4e25ac4
	EndGlobalSection
45
7beac4e25ac4
EndGlobal