-
Notifications
You must be signed in to change notification settings - Fork 1
/
InversionOfControl.sln
64 lines (64 loc) · 3.65 KB
/
InversionOfControl.sln
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.29613.14
MinimumVisualStudioVersion = 10.0.40219.1
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Source", "Source", "{AE7B0F8B-B0BA-4D80-A3E4-A74AE73F8DD5}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "InversionOfControl", "Source\InversionOfControl\InversionOfControl.csproj", "{AB777F11-10C9-4B57-9447-5048F74313DF}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{6457FC79-2DCB-4751-979F-F83B8230FA13}"
ProjectSection(SolutionItems) = preProject
.editorconfig = .editorconfig
.gitattributes = .gitattributes
.gitignore = .gitignore
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Documentation", "Documentation", "{410A7126-B5E5-4DE2-ACC0-BEB476F6EF7C}"
ProjectSection(SolutionItems) = preProject
LICENSE.md = LICENSE.md
README.md = README.md
EndProjectSection
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "ManagedExtensibilityFramework", "Source\ManagedExtensibilityFramework\ManagedExtensibilityFramework.csproj", "{986A6F47-2ED7-46AB-A995-FD34B283CC4F}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "TheNewKeyword", "Source\TheNewKeyword\TheNewKeyword.csproj", "{B5B2A246-C85C-4A91-86CC-6CC05B2B6A4E}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "TheGenericHost", "Source\TheGenericHost\TheGenericHost.csproj", "{8A8D1BAB-E7C8-48DD-A732-15A20E5737D8}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{AB777F11-10C9-4B57-9447-5048F74313DF}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{AB777F11-10C9-4B57-9447-5048F74313DF}.Debug|Any CPU.Build.0 = Debug|Any CPU
{AB777F11-10C9-4B57-9447-5048F74313DF}.Release|Any CPU.ActiveCfg = Release|Any CPU
{AB777F11-10C9-4B57-9447-5048F74313DF}.Release|Any CPU.Build.0 = Release|Any CPU
{986A6F47-2ED7-46AB-A995-FD34B283CC4F}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{986A6F47-2ED7-46AB-A995-FD34B283CC4F}.Debug|Any CPU.Build.0 = Debug|Any CPU
{986A6F47-2ED7-46AB-A995-FD34B283CC4F}.Release|Any CPU.ActiveCfg = Release|Any CPU
{986A6F47-2ED7-46AB-A995-FD34B283CC4F}.Release|Any CPU.Build.0 = Release|Any CPU
{B5B2A246-C85C-4A91-86CC-6CC05B2B6A4E}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{B5B2A246-C85C-4A91-86CC-6CC05B2B6A4E}.Debug|Any CPU.Build.0 = Debug|Any CPU
{B5B2A246-C85C-4A91-86CC-6CC05B2B6A4E}.Release|Any CPU.ActiveCfg = Release|Any CPU
{B5B2A246-C85C-4A91-86CC-6CC05B2B6A4E}.Release|Any CPU.Build.0 = Release|Any CPU
{8A8D1BAB-E7C8-48DD-A732-15A20E5737D8}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{8A8D1BAB-E7C8-48DD-A732-15A20E5737D8}.Debug|Any CPU.Build.0 = Debug|Any CPU
{8A8D1BAB-E7C8-48DD-A732-15A20E5737D8}.Release|Any CPU.ActiveCfg = Release|Any CPU
{8A8D1BAB-E7C8-48DD-A732-15A20E5737D8}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{AB777F11-10C9-4B57-9447-5048F74313DF} = {AE7B0F8B-B0BA-4D80-A3E4-A74AE73F8DD5}
{986A6F47-2ED7-46AB-A995-FD34B283CC4F} = {AE7B0F8B-B0BA-4D80-A3E4-A74AE73F8DD5}
{B5B2A246-C85C-4A91-86CC-6CC05B2B6A4E} = {AE7B0F8B-B0BA-4D80-A3E4-A74AE73F8DD5}
{8A8D1BAB-E7C8-48DD-A732-15A20E5737D8} = {AE7B0F8B-B0BA-4D80-A3E4-A74AE73F8DD5}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {78845017-D979-4ADD-A772-A7B65F25890D}
EndGlobalSection
EndGlobal