-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathMyShop.sln
43 lines (43 loc) · 2.45 KB
/
MyShop.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.30011.22
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "MyShop", "MyShop\MyShop.csproj", "{D38AB50C-A765-4E41-86F5-7BE6F65AE32F}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "AdminApp", "AdminApp\AdminApp.csproj", "{B838561D-3BA2-467F-B23A-C04C0EACE5BA}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "LoginApp", "LoginForm\LoginApp.csproj", "{6200B20A-84BE-4672-890B-FB3C670734E1}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "UserApp", "UserApp\UserApp.csproj", "{29B3AB6E-12F6-49C5-AFDF-3D78D0A92A9A}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{D38AB50C-A765-4E41-86F5-7BE6F65AE32F}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{D38AB50C-A765-4E41-86F5-7BE6F65AE32F}.Debug|Any CPU.Build.0 = Debug|Any CPU
{D38AB50C-A765-4E41-86F5-7BE6F65AE32F}.Release|Any CPU.ActiveCfg = Release|Any CPU
{D38AB50C-A765-4E41-86F5-7BE6F65AE32F}.Release|Any CPU.Build.0 = Release|Any CPU
{B838561D-3BA2-467F-B23A-C04C0EACE5BA}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{B838561D-3BA2-467F-B23A-C04C0EACE5BA}.Debug|Any CPU.Build.0 = Debug|Any CPU
{B838561D-3BA2-467F-B23A-C04C0EACE5BA}.Release|Any CPU.ActiveCfg = Release|Any CPU
{B838561D-3BA2-467F-B23A-C04C0EACE5BA}.Release|Any CPU.Build.0 = Release|Any CPU
{6200B20A-84BE-4672-890B-FB3C670734E1}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{6200B20A-84BE-4672-890B-FB3C670734E1}.Debug|Any CPU.Build.0 = Debug|Any CPU
{6200B20A-84BE-4672-890B-FB3C670734E1}.Release|Any CPU.ActiveCfg = Release|Any CPU
{6200B20A-84BE-4672-890B-FB3C670734E1}.Release|Any CPU.Build.0 = Release|Any CPU
{29B3AB6E-12F6-49C5-AFDF-3D78D0A92A9A}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{29B3AB6E-12F6-49C5-AFDF-3D78D0A92A9A}.Debug|Any CPU.Build.0 = Debug|Any CPU
{29B3AB6E-12F6-49C5-AFDF-3D78D0A92A9A}.Release|Any CPU.ActiveCfg = Release|Any CPU
{29B3AB6E-12F6-49C5-AFDF-3D78D0A92A9A}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {CD6E3098-7F71-4BDD-8405-45CC3759367B}
EndGlobalSection
EndGlobal