-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathCodeFirstDBWolf.sln
More file actions
37 lines (37 loc) · 2 KB
/
CodeFirstDBWolf.sln
File metadata and controls
37 lines (37 loc) · 2 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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.30907.101
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "CodeFirstDBWolf", "CodeFirstDBWolf\CodeFirstDBWolf.csproj", "{55360FFE-0080-4F0E-8A28-20808320FF23}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "DAL", "DAL\DAL.csproj", "{40AEC46E-F11F-4699-9B83-1A9EECF16261}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "DAL2", "DAL2\DAL2.csproj", "{6C30377D-244E-41B1-A77C-2E18FFE5D3AF}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{55360FFE-0080-4F0E-8A28-20808320FF23}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{55360FFE-0080-4F0E-8A28-20808320FF23}.Debug|Any CPU.Build.0 = Debug|Any CPU
{55360FFE-0080-4F0E-8A28-20808320FF23}.Release|Any CPU.ActiveCfg = Release|Any CPU
{55360FFE-0080-4F0E-8A28-20808320FF23}.Release|Any CPU.Build.0 = Release|Any CPU
{40AEC46E-F11F-4699-9B83-1A9EECF16261}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{40AEC46E-F11F-4699-9B83-1A9EECF16261}.Debug|Any CPU.Build.0 = Debug|Any CPU
{40AEC46E-F11F-4699-9B83-1A9EECF16261}.Release|Any CPU.ActiveCfg = Release|Any CPU
{40AEC46E-F11F-4699-9B83-1A9EECF16261}.Release|Any CPU.Build.0 = Release|Any CPU
{6C30377D-244E-41B1-A77C-2E18FFE5D3AF}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{6C30377D-244E-41B1-A77C-2E18FFE5D3AF}.Debug|Any CPU.Build.0 = Debug|Any CPU
{6C30377D-244E-41B1-A77C-2E18FFE5D3AF}.Release|Any CPU.ActiveCfg = Release|Any CPU
{6C30377D-244E-41B1-A77C-2E18FFE5D3AF}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {EE58AE1A-A9B5-453E-9F65-EBDEEC056426}
EndGlobalSection
EndGlobal