-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathSolforbTest.sln
43 lines (43 loc) · 2.43 KB
/
SolforbTest.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.32802.440
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "SolforbTest", "SolforbTest\SolforbTest.csproj", "{7CFB55F0-CA78-4E49-B91F-52FE22715267}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "DAL", "DAL\DAL.csproj", "{D1E802CE-5569-45EC-95FF-24F80539E8CB}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "BLL", "BLL\BLL.csproj", "{9C5509A1-115C-49BD-ACD0-251616EF2630}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "IoC", "IoC\IoC.csproj", "{B6A6C46F-D082-4B60-BB02-D6D2BAEA14FF}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{7CFB55F0-CA78-4E49-B91F-52FE22715267}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{7CFB55F0-CA78-4E49-B91F-52FE22715267}.Debug|Any CPU.Build.0 = Debug|Any CPU
{7CFB55F0-CA78-4E49-B91F-52FE22715267}.Release|Any CPU.ActiveCfg = Release|Any CPU
{7CFB55F0-CA78-4E49-B91F-52FE22715267}.Release|Any CPU.Build.0 = Release|Any CPU
{D1E802CE-5569-45EC-95FF-24F80539E8CB}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{D1E802CE-5569-45EC-95FF-24F80539E8CB}.Debug|Any CPU.Build.0 = Debug|Any CPU
{D1E802CE-5569-45EC-95FF-24F80539E8CB}.Release|Any CPU.ActiveCfg = Release|Any CPU
{D1E802CE-5569-45EC-95FF-24F80539E8CB}.Release|Any CPU.Build.0 = Release|Any CPU
{9C5509A1-115C-49BD-ACD0-251616EF2630}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{9C5509A1-115C-49BD-ACD0-251616EF2630}.Debug|Any CPU.Build.0 = Debug|Any CPU
{9C5509A1-115C-49BD-ACD0-251616EF2630}.Release|Any CPU.ActiveCfg = Release|Any CPU
{9C5509A1-115C-49BD-ACD0-251616EF2630}.Release|Any CPU.Build.0 = Release|Any CPU
{B6A6C46F-D082-4B60-BB02-D6D2BAEA14FF}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{B6A6C46F-D082-4B60-BB02-D6D2BAEA14FF}.Debug|Any CPU.Build.0 = Debug|Any CPU
{B6A6C46F-D082-4B60-BB02-D6D2BAEA14FF}.Release|Any CPU.ActiveCfg = Release|Any CPU
{B6A6C46F-D082-4B60-BB02-D6D2BAEA14FF}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {0582D6C9-DAE7-4F43-881B-A76D65A007DC}
EndGlobalSection
EndGlobal