Skip to content

Commit

Permalink
Added Examples
Browse files Browse the repository at this point in the history
  • Loading branch information
ENikS committed Mar 31, 2018
1 parent 86594ee commit 8888381
Show file tree
Hide file tree
Showing 4 changed files with 22 additions and 1 deletion.
3 changes: 3 additions & 0 deletions .gitmodules
Original file line number Diff line number Diff line change
Expand Up @@ -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
1 change: 1 addition & 0 deletions Examples
Submodule Examples added at f8dbb5
17 changes: 17 additions & 0 deletions package.sln
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand All @@ -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}
Expand Down

0 comments on commit 8888381

Please sign in to comment.