forked from 201905-di/DependencyInjectionWorkshop
-
Notifications
You must be signed in to change notification settings - Fork 13
/
DependencyInjectionWorkshop.sln
37 lines (37 loc) · 2.12 KB
/
DependencyInjectionWorkshop.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.28010.2046
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "DependencyInjectionWorkshop", "DependencyInjectionWorkshop\DependencyInjectionWorkshop.csproj", "{FD7722A2-5A0E-44BA-96A5-B5D385700E4B}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "DependencyInjectionWorkshopTests", "DependencyInjectionWorkshopTests\DependencyInjectionWorkshopTests.csproj", "{9579219B-7E9E-4D54-9185-74D1B54F983B}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "MyConsole", "MyConsole\MyConsole.csproj", "{B01693F5-7D9B-4866-B8D9-844BDD76F93D}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{FD7722A2-5A0E-44BA-96A5-B5D385700E4B}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{FD7722A2-5A0E-44BA-96A5-B5D385700E4B}.Debug|Any CPU.Build.0 = Debug|Any CPU
{FD7722A2-5A0E-44BA-96A5-B5D385700E4B}.Release|Any CPU.ActiveCfg = Release|Any CPU
{FD7722A2-5A0E-44BA-96A5-B5D385700E4B}.Release|Any CPU.Build.0 = Release|Any CPU
{9579219B-7E9E-4D54-9185-74D1B54F983B}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{9579219B-7E9E-4D54-9185-74D1B54F983B}.Debug|Any CPU.Build.0 = Debug|Any CPU
{9579219B-7E9E-4D54-9185-74D1B54F983B}.Release|Any CPU.ActiveCfg = Release|Any CPU
{9579219B-7E9E-4D54-9185-74D1B54F983B}.Release|Any CPU.Build.0 = Release|Any CPU
{B01693F5-7D9B-4866-B8D9-844BDD76F93D}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{B01693F5-7D9B-4866-B8D9-844BDD76F93D}.Debug|Any CPU.Build.0 = Debug|Any CPU
{B01693F5-7D9B-4866-B8D9-844BDD76F93D}.Release|Any CPU.ActiveCfg = Release|Any CPU
{B01693F5-7D9B-4866-B8D9-844BDD76F93D}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {9523741B-237C-4AF6-832C-21BC0C3A241C}
EndGlobalSection
EndGlobal