Skip to content

Commit 8888381

Browse files
committed
Added Examples
1 parent 86594ee commit 8888381

File tree

4 files changed

+22
-1
lines changed

4 files changed

+22
-1
lines changed

.gitmodules

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,3 +55,6 @@
5555
[submodule "Microsoft.Logging"]
5656
path = Microsoft.Logging
5757
url = https://github.com/unitycontainer/microsoft-logging.git
58+
[submodule "Examples"]
59+
path = Examples
60+
url = https://github.com/unitycontainer/examples.git

Examples

Submodule Examples added at f8dbb55

package.sln

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,14 @@ Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Microsoft.DependencyInjecti
5353
EndProject
5454
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Unity.Specification", "SpecificationTests\src\Unity.Specification.csproj", "{DBEC49D6-88ED-4717-A827-23BADE3DC5E1}"
5555
EndProject
56+
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Examples", "Examples", "{46B66CD3-B2AE-4AD3-8BF7-59380C9DD24C}"
57+
EndProject
58+
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Extension", "Extension", "{807B6434-3128-4C95-B182-DDD603937088}"
59+
EndProject
60+
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "BuildPlanExample", "Examples\src\Extending Unity\BuildPlan\BuildPlanExample.csproj", "{A66DF5B3-583E-4269-A110-7386356584AF}"
61+
EndProject
62+
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "BuildPlanCreatorExample", "Examples\src\Extending Unity\BuildPlanCreator\BuildPlanCreatorExample.csproj", "{D147C09E-DFC7-46DE-8096-8FD4B87C7561}"
63+
EndProject
5664
Global
5765
GlobalSection(SolutionConfigurationPlatforms) = preSolution
5866
Debug|Any CPU = Debug|Any CPU
@@ -149,6 +157,12 @@ Global
149157
{DBEC49D6-88ED-4717-A827-23BADE3DC5E1}.Debug|Any CPU.Build.0 = Debug|Any CPU
150158
{DBEC49D6-88ED-4717-A827-23BADE3DC5E1}.Release|Any CPU.ActiveCfg = Release|Any CPU
151159
{DBEC49D6-88ED-4717-A827-23BADE3DC5E1}.Release|Any CPU.Build.0 = Release|Any CPU
160+
{A66DF5B3-583E-4269-A110-7386356584AF}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
161+
{A66DF5B3-583E-4269-A110-7386356584AF}.Debug|Any CPU.Build.0 = Debug|Any CPU
162+
{A66DF5B3-583E-4269-A110-7386356584AF}.Release|Any CPU.ActiveCfg = Release|Any CPU
163+
{D147C09E-DFC7-46DE-8096-8FD4B87C7561}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
164+
{D147C09E-DFC7-46DE-8096-8FD4B87C7561}.Debug|Any CPU.Build.0 = Debug|Any CPU
165+
{D147C09E-DFC7-46DE-8096-8FD4B87C7561}.Release|Any CPU.ActiveCfg = Release|Any CPU
152166
EndGlobalSection
153167
GlobalSection(SolutionProperties) = preSolution
154168
HideSolutionNode = FALSE
@@ -166,6 +180,9 @@ Global
166180
{C8524F6E-CD20-406E-90E2-65C3C8EF1FFA} = {F45198AB-F3A6-4F83-94B8-762482625BC7}
167181
{2D5BEF61-D7D6-43C8-B1B4-A02D10F2FB5B} = {F45198AB-F3A6-4F83-94B8-762482625BC7}
168182
{D6FC1017-5FBF-42F8-AEC3-3B209E906829} = {F45198AB-F3A6-4F83-94B8-762482625BC7}
183+
{807B6434-3128-4C95-B182-DDD603937088} = {46B66CD3-B2AE-4AD3-8BF7-59380C9DD24C}
184+
{A66DF5B3-583E-4269-A110-7386356584AF} = {807B6434-3128-4C95-B182-DDD603937088}
185+
{D147C09E-DFC7-46DE-8096-8FD4B87C7561} = {807B6434-3128-4C95-B182-DDD603937088}
169186
EndGlobalSection
170187
GlobalSection(ExtensibilityGlobals) = postSolution
171188
SolutionGuid = {5AAFE72A-A2F4-4EE5-B3E2-B8E1E4652456}

0 commit comments

Comments
 (0)