diff --git a/.gitmodules b/.gitmodules index 4be83f9a..c7328429 100644 --- a/.gitmodules +++ b/.gitmodules @@ -55,3 +55,6 @@ [submodule "Microsoft.Logging"] path = Microsoft.Logging url = https://github.com/unitycontainer/microsoft-logging.git +[submodule "Examples"] + path = Examples + url = https://github.com/unitycontainer/examples.git diff --git a/Container b/Container index 3d1b0d34..2c673039 160000 --- a/Container +++ b/Container @@ -1 +1 @@ -Subproject commit 3d1b0d3414e6f787b979868b0a159a3b4563e590 +Subproject commit 2c6730391b7425ebec64c75f4cc3c72bd119cf3a diff --git a/Examples b/Examples new file mode 160000 index 00000000..f8dbb557 --- /dev/null +++ b/Examples @@ -0,0 +1 @@ +Subproject commit f8dbb55771fe904a4c5d751648bc397a67e63057 diff --git a/package.sln b/package.sln index db2be983..c51407f8 100644 --- a/package.sln +++ b/package.sln @@ -53,6 +53,14 @@ Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Microsoft.DependencyInjecti EndProject Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Unity.Specification", "SpecificationTests\src\Unity.Specification.csproj", "{DBEC49D6-88ED-4717-A827-23BADE3DC5E1}" EndProject +Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Examples", "Examples", "{46B66CD3-B2AE-4AD3-8BF7-59380C9DD24C}" +EndProject +Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Extension", "Extension", "{807B6434-3128-4C95-B182-DDD603937088}" +EndProject +Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "BuildPlanExample", "Examples\src\Extending Unity\BuildPlan\BuildPlanExample.csproj", "{A66DF5B3-583E-4269-A110-7386356584AF}" +EndProject +Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "BuildPlanCreatorExample", "Examples\src\Extending Unity\BuildPlanCreator\BuildPlanCreatorExample.csproj", "{D147C09E-DFC7-46DE-8096-8FD4B87C7561}" +EndProject Global GlobalSection(SolutionConfigurationPlatforms) = preSolution Debug|Any CPU = Debug|Any CPU @@ -149,6 +157,12 @@ Global {DBEC49D6-88ED-4717-A827-23BADE3DC5E1}.Debug|Any CPU.Build.0 = Debug|Any CPU {DBEC49D6-88ED-4717-A827-23BADE3DC5E1}.Release|Any CPU.ActiveCfg = Release|Any CPU {DBEC49D6-88ED-4717-A827-23BADE3DC5E1}.Release|Any CPU.Build.0 = Release|Any CPU + {A66DF5B3-583E-4269-A110-7386356584AF}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {A66DF5B3-583E-4269-A110-7386356584AF}.Debug|Any CPU.Build.0 = Debug|Any CPU + {A66DF5B3-583E-4269-A110-7386356584AF}.Release|Any CPU.ActiveCfg = Release|Any CPU + {D147C09E-DFC7-46DE-8096-8FD4B87C7561}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {D147C09E-DFC7-46DE-8096-8FD4B87C7561}.Debug|Any CPU.Build.0 = Debug|Any CPU + {D147C09E-DFC7-46DE-8096-8FD4B87C7561}.Release|Any CPU.ActiveCfg = Release|Any CPU EndGlobalSection GlobalSection(SolutionProperties) = preSolution HideSolutionNode = FALSE @@ -166,6 +180,9 @@ Global {C8524F6E-CD20-406E-90E2-65C3C8EF1FFA} = {F45198AB-F3A6-4F83-94B8-762482625BC7} {2D5BEF61-D7D6-43C8-B1B4-A02D10F2FB5B} = {F45198AB-F3A6-4F83-94B8-762482625BC7} {D6FC1017-5FBF-42F8-AEC3-3B209E906829} = {F45198AB-F3A6-4F83-94B8-762482625BC7} + {807B6434-3128-4C95-B182-DDD603937088} = {46B66CD3-B2AE-4AD3-8BF7-59380C9DD24C} + {A66DF5B3-583E-4269-A110-7386356584AF} = {807B6434-3128-4C95-B182-DDD603937088} + {D147C09E-DFC7-46DE-8096-8FD4B87C7561} = {807B6434-3128-4C95-B182-DDD603937088} EndGlobalSection GlobalSection(ExtensibilityGlobals) = postSolution SolutionGuid = {5AAFE72A-A2F4-4EE5-B3E2-B8E1E4652456}