-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathDIContainer.sln
24 lines (24 loc) · 1.37 KB
/
DIContainer.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 2013
VisualStudioVersion = 12.0.0.0
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Agero.Core.DIContainer", "Agero.Core.DIContainer\Agero.Core.DIContainer.csproj", "{7C908241-EE6F-4829-8F36-65ACEF61AE49}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Agero.Core.DIContainer.Tests", "Agero.Core.DIContainer.Tests\Agero.Core.DIContainer.Tests.csproj", "{CB12975A-3FAD-4789-903E-26A0509A7DB6}"
EndProject
Global
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{7C908241-EE6F-4829-8F36-65ACEF61AE49}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{7C908241-EE6F-4829-8F36-65ACEF61AE49}.Debug|Any CPU.Build.0 = Debug|Any CPU
{7C908241-EE6F-4829-8F36-65ACEF61AE49}.Release|Any CPU.ActiveCfg = Release|Any CPU
{7C908241-EE6F-4829-8F36-65ACEF61AE49}.Release|Any CPU.Build.0 = Release|Any CPU
{CB12975A-3FAD-4789-903E-26A0509A7DB6}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{CB12975A-3FAD-4789-903E-26A0509A7DB6}.Debug|Any CPU.Build.0 = Debug|Any CPU
{CB12975A-3FAD-4789-903E-26A0509A7DB6}.Release|Any CPU.ActiveCfg = Release|Any CPU
{CB12975A-3FAD-4789-903E-26A0509A7DB6}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
EndGlobal