This repository has been archived by the owner on Apr 30, 2019. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
DI.sln
45 lines (45 loc) · 2.33 KB
/
DI.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 14
VisualStudioVersion = 14.0.23107.0
MinimumVisualStudioVersion = 10.0.40219.1
Project("{8BB2217D-0F2D-49D1-97BC-3654ED321F3B}") = "CodeArt.DependencyInjection", "src\CodeArt.DependencyInjection\CodeArt.DependencyInjection.xproj", "{53542250-A6F8-4DE8-99F6-05263042FF16}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "src", "src", "{6DEA00A3-B794-4B67-8BAE-EF40C9775FAD}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "test", "test", "{01474F41-6D71-47E3-BB77-2F4CF6DC0134}"
EndProject
Project("{8BB2217D-0F2D-49D1-97BC-3654ED321F3B}") = "CodeArt.DependencyInjection.Tests", "test\CodeArt.DependencyInjection.Tests\CodeArt.DependencyInjection.Tests.xproj", "{8706B024-327F-4F43-A614-4BAF30FBEE83}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{A4DC2769-D213-466A-B914-872B711AD0DA}"
ProjectSection(SolutionItems) = preProject
.gitattributes = .gitattributes
.gitignore = .gitignore
global.json = global.json
LICENSE.txt = LICENSE.txt
README.md = README.md
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{53542250-A6F8-4DE8-99F6-05263042FF16}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{53542250-A6F8-4DE8-99F6-05263042FF16}.Debug|Any CPU.Build.0 = Debug|Any CPU
{53542250-A6F8-4DE8-99F6-05263042FF16}.Release|Any CPU.ActiveCfg = Release|Any CPU
{53542250-A6F8-4DE8-99F6-05263042FF16}.Release|Any CPU.Build.0 = Release|Any CPU
{8706B024-327F-4F43-A614-4BAF30FBEE83}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{8706B024-327F-4F43-A614-4BAF30FBEE83}.Debug|Any CPU.Build.0 = Debug|Any CPU
{8706B024-327F-4F43-A614-4BAF30FBEE83}.Release|Any CPU.ActiveCfg = Release|Any CPU
{8706B024-327F-4F43-A614-4BAF30FBEE83}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{53542250-A6F8-4DE8-99F6-05263042FF16} = {6DEA00A3-B794-4B67-8BAE-EF40C9775FAD}
{8706B024-327F-4F43-A614-4BAF30FBEE83} = {01474F41-6D71-47E3-BB77-2F4CF6DC0134}
EndGlobalSection
EndGlobal