-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathSimpleInjectorSetup.sln
More file actions
40 lines (40 loc) · 2.56 KB
/
SimpleInjectorSetup.sln
File metadata and controls
40 lines (40 loc) · 2.56 KB
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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 14
VisualStudioVersion = 14.0.25123.0
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "SimpleInjectorSetup", "SimpleInjectorSetup\SimpleInjectorSetup.csproj", "{57AC6D2A-4750-4727-BFC0-B97B0EBFDC6E}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "SimpleInjectorSetup.Core", "SimpleInjectorSetup.Core\SimpleInjectorSetup.Core.csproj", "{106DC25F-B2A4-417F-99D7-8B8B5481A5DF}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "SimpleInjectorSetup.Infrastructure", "SimpleInjectorSetup.Infrastructure\SimpleInjectorSetup.Infrastructure.csproj", "{F404DC20-110A-4436-8E21-50E7F3CCABC4}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "SimpleInjectorSetup.DI", "SimpleInjectorSetup.DI\SimpleInjectorSetup.DI.csproj", "{E79116CD-3A0D-4EF8-9AF0-78B032BC39EB}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{57AC6D2A-4750-4727-BFC0-B97B0EBFDC6E}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{57AC6D2A-4750-4727-BFC0-B97B0EBFDC6E}.Debug|Any CPU.Build.0 = Debug|Any CPU
{57AC6D2A-4750-4727-BFC0-B97B0EBFDC6E}.Release|Any CPU.ActiveCfg = Release|Any CPU
{57AC6D2A-4750-4727-BFC0-B97B0EBFDC6E}.Release|Any CPU.Build.0 = Release|Any CPU
{106DC25F-B2A4-417F-99D7-8B8B5481A5DF}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{106DC25F-B2A4-417F-99D7-8B8B5481A5DF}.Debug|Any CPU.Build.0 = Debug|Any CPU
{106DC25F-B2A4-417F-99D7-8B8B5481A5DF}.Release|Any CPU.ActiveCfg = Release|Any CPU
{106DC25F-B2A4-417F-99D7-8B8B5481A5DF}.Release|Any CPU.Build.0 = Release|Any CPU
{F404DC20-110A-4436-8E21-50E7F3CCABC4}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{F404DC20-110A-4436-8E21-50E7F3CCABC4}.Debug|Any CPU.Build.0 = Debug|Any CPU
{F404DC20-110A-4436-8E21-50E7F3CCABC4}.Release|Any CPU.ActiveCfg = Release|Any CPU
{F404DC20-110A-4436-8E21-50E7F3CCABC4}.Release|Any CPU.Build.0 = Release|Any CPU
{E79116CD-3A0D-4EF8-9AF0-78B032BC39EB}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{E79116CD-3A0D-4EF8-9AF0-78B032BC39EB}.Debug|Any CPU.Build.0 = Debug|Any CPU
{E79116CD-3A0D-4EF8-9AF0-78B032BC39EB}.Release|Any CPU.ActiveCfg = Release|Any CPU
{E79116CD-3A0D-4EF8-9AF0-78B032BC39EB}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
EndGlobal