-
Notifications
You must be signed in to change notification settings - Fork 1
/
Bosch.NLayeredApp.sln
49 lines (49 loc) · 2.92 KB
/
Bosch.NLayeredApp.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
44
45
46
47
48
49
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.3.32825.248
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Entities", "Entities\Entities.csproj", "{1A38E451-8432-4DC6-AEE0-11092313392A}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "DataAccess", "DataAccess\DataAccess.csproj", "{2D216234-149A-4BE7-B670-A06ED1751CB2}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Business", "Business\Business.csproj", "{17AB78C8-9753-4E56-B165-AADC7F7354AE}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "WinFormsUI", "WinFormsUI\WinFormsUI.csproj", "{46513DB0-4CC9-4B75-BCD7-10116B91EC92}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Core", "Core\Core.csproj", "{4D876C0A-931B-4D9A-A153-6F1664B309CE}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{1A38E451-8432-4DC6-AEE0-11092313392A}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{1A38E451-8432-4DC6-AEE0-11092313392A}.Debug|Any CPU.Build.0 = Debug|Any CPU
{1A38E451-8432-4DC6-AEE0-11092313392A}.Release|Any CPU.ActiveCfg = Release|Any CPU
{1A38E451-8432-4DC6-AEE0-11092313392A}.Release|Any CPU.Build.0 = Release|Any CPU
{2D216234-149A-4BE7-B670-A06ED1751CB2}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{2D216234-149A-4BE7-B670-A06ED1751CB2}.Debug|Any CPU.Build.0 = Debug|Any CPU
{2D216234-149A-4BE7-B670-A06ED1751CB2}.Release|Any CPU.ActiveCfg = Release|Any CPU
{2D216234-149A-4BE7-B670-A06ED1751CB2}.Release|Any CPU.Build.0 = Release|Any CPU
{17AB78C8-9753-4E56-B165-AADC7F7354AE}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{17AB78C8-9753-4E56-B165-AADC7F7354AE}.Debug|Any CPU.Build.0 = Debug|Any CPU
{17AB78C8-9753-4E56-B165-AADC7F7354AE}.Release|Any CPU.ActiveCfg = Release|Any CPU
{17AB78C8-9753-4E56-B165-AADC7F7354AE}.Release|Any CPU.Build.0 = Release|Any CPU
{46513DB0-4CC9-4B75-BCD7-10116B91EC92}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{46513DB0-4CC9-4B75-BCD7-10116B91EC92}.Debug|Any CPU.Build.0 = Debug|Any CPU
{46513DB0-4CC9-4B75-BCD7-10116B91EC92}.Release|Any CPU.ActiveCfg = Release|Any CPU
{46513DB0-4CC9-4B75-BCD7-10116B91EC92}.Release|Any CPU.Build.0 = Release|Any CPU
{4D876C0A-931B-4D9A-A153-6F1664B309CE}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{4D876C0A-931B-4D9A-A153-6F1664B309CE}.Debug|Any CPU.Build.0 = Debug|Any CPU
{4D876C0A-931B-4D9A-A153-6F1664B309CE}.Release|Any CPU.ActiveCfg = Release|Any CPU
{4D876C0A-931B-4D9A-A153-6F1664B309CE}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {99003EB9-8EF6-4C9D-A69F-9B1837C9B3C9}
EndGlobalSection
EndGlobal