-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathDesktopWinFormsApp.sln
More file actions
43 lines (43 loc) · 2.67 KB
/
Copy pathDesktopWinFormsApp.sln
File metadata and controls
43 lines (43 loc) · 2.67 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
41
42
43
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.31005.135
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "DesktopWinFormsApp.UI", "DesktopWinFormsApp.UI\DesktopWinFormsApp.UI.csproj", "{71403596-5FA6-457F-8FDE-72EEFAE77C12}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "DesktopWinFormsApp.Business", "DesktopWinFormsApp.Business\DesktopWinFormsApp.Business.csproj", "{2C43CF30-7F6F-4BA7-8912-9BCA3B71CA14}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "DesktopWinFormsApp.Entity", "DesktopWinFormsApp.Entity\DesktopWinFormsApp.Entity.csproj", "{48C77948-C324-411A-BD7B-DE991AB5E68D}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "DesktopWinFormsApp.DataAccess", "DesktopWinFormsApp.DataAccess\DesktopWinFormsApp.DataAccess.csproj", "{EB9C7389-EA75-4121-B839-628832A37708}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{71403596-5FA6-457F-8FDE-72EEFAE77C12}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{71403596-5FA6-457F-8FDE-72EEFAE77C12}.Debug|Any CPU.Build.0 = Debug|Any CPU
{71403596-5FA6-457F-8FDE-72EEFAE77C12}.Release|Any CPU.ActiveCfg = Release|Any CPU
{71403596-5FA6-457F-8FDE-72EEFAE77C12}.Release|Any CPU.Build.0 = Release|Any CPU
{2C43CF30-7F6F-4BA7-8912-9BCA3B71CA14}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{2C43CF30-7F6F-4BA7-8912-9BCA3B71CA14}.Debug|Any CPU.Build.0 = Debug|Any CPU
{2C43CF30-7F6F-4BA7-8912-9BCA3B71CA14}.Release|Any CPU.ActiveCfg = Release|Any CPU
{2C43CF30-7F6F-4BA7-8912-9BCA3B71CA14}.Release|Any CPU.Build.0 = Release|Any CPU
{48C77948-C324-411A-BD7B-DE991AB5E68D}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{48C77948-C324-411A-BD7B-DE991AB5E68D}.Debug|Any CPU.Build.0 = Debug|Any CPU
{48C77948-C324-411A-BD7B-DE991AB5E68D}.Release|Any CPU.ActiveCfg = Release|Any CPU
{48C77948-C324-411A-BD7B-DE991AB5E68D}.Release|Any CPU.Build.0 = Release|Any CPU
{EB9C7389-EA75-4121-B839-628832A37708}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{EB9C7389-EA75-4121-B839-628832A37708}.Debug|Any CPU.Build.0 = Debug|Any CPU
{EB9C7389-EA75-4121-B839-628832A37708}.Release|Any CPU.ActiveCfg = Release|Any CPU
{EB9C7389-EA75-4121-B839-628832A37708}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {4360E2E4-F1DD-42F2-89C4-11D420A30F21}
EndGlobalSection
EndGlobal