-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathEPiMVP.sln
32 lines (32 loc) · 1.85 KB
/
EPiMVP.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
Microsoft Visual Studio Solution File, Format Version 10.00
# Visual Studio 2008
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "EPiMVP.StructureMap", "EPiMVP.StructureMap\EPiMVP.StructureMap.csproj", "{6252F7B3-5CE3-4F5F-9B4E-F00F8C4F0A25}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "EPiMVP.Ninject", "EPiMVP.Ninject\EPiMVP.Ninject.csproj", "{57801993-5756-4E46-B4D4-A0C1AF0F9F32}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "EPiMVP", "EPiMVP\EPiMVP.csproj", "{97DBD426-8D52-4201-A781-C9F553517837}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{6252F7B3-5CE3-4F5F-9B4E-F00F8C4F0A25}.Debug|Any CPU.ActiveCfg = Release|Any CPU
{6252F7B3-5CE3-4F5F-9B4E-F00F8C4F0A25}.Debug|Any CPU.Build.0 = Release|Any CPU
{6252F7B3-5CE3-4F5F-9B4E-F00F8C4F0A25}.Release|Any CPU.ActiveCfg = Release|Any CPU
{6252F7B3-5CE3-4F5F-9B4E-F00F8C4F0A25}.Release|Any CPU.Build.0 = Release|Any CPU
{57801993-5756-4E46-B4D4-A0C1AF0F9F32}.Debug|Any CPU.ActiveCfg = Release|Any CPU
{57801993-5756-4E46-B4D4-A0C1AF0F9F32}.Debug|Any CPU.Build.0 = Release|Any CPU
{57801993-5756-4E46-B4D4-A0C1AF0F9F32}.Release|Any CPU.ActiveCfg = Release|Any CPU
{57801993-5756-4E46-B4D4-A0C1AF0F9F32}.Release|Any CPU.Build.0 = Release|Any CPU
{97DBD426-8D52-4201-A781-C9F553517837}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{97DBD426-8D52-4201-A781-C9F553517837}.Debug|Any CPU.Build.0 = Debug|Any CPU
{97DBD426-8D52-4201-A781-C9F553517837}.Release|Any CPU.ActiveCfg = Release|Any CPU
{97DBD426-8D52-4201-A781-C9F553517837}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
EndGlobal