This repository has been archived by the owner on May 28, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathComputer_Room_Managerment_System.sln
40 lines (40 loc) · 2.39 KB
/
Computer_Room_Managerment_System.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 2013
VisualStudioVersion = 12.0.31101.0
MinimumVisualStudioVersion = 10.0.40219.1
Project("{F184B08F-C81C-45F6-A57F-5ABD9991F28F}") = "Computer_Room_Managerment_System", "Computer_Room_Managerment_System\Computer_Room_Managerment_System.vbproj", "{642C91F4-57CD-41D3-9752-A7E33D8C7083}"
EndProject
Project("{F184B08F-C81C-45F6-A57F-5ABD9991F28F}") = "Login", "Login\Login.vbproj", "{AC14C797-2465-448F-ABB6-EF4289C15927}"
EndProject
Project("{F184B08F-C81C-45F6-A57F-5ABD9991F28F}") = "Logout", "Logout\Logout.vbproj", "{9A630C1F-704B-4366-BBC9-23398FDBD8FD}"
EndProject
Project("{F184B08F-C81C-45F6-A57F-5ABD9991F28F}") = "Register", "Register\Register.vbproj", "{356A6BF7-40F4-4EFE-B52D-B09D5BB0A790}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{642C91F4-57CD-41D3-9752-A7E33D8C7083}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{642C91F4-57CD-41D3-9752-A7E33D8C7083}.Debug|Any CPU.Build.0 = Debug|Any CPU
{642C91F4-57CD-41D3-9752-A7E33D8C7083}.Release|Any CPU.ActiveCfg = Release|Any CPU
{642C91F4-57CD-41D3-9752-A7E33D8C7083}.Release|Any CPU.Build.0 = Release|Any CPU
{AC14C797-2465-448F-ABB6-EF4289C15927}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{AC14C797-2465-448F-ABB6-EF4289C15927}.Debug|Any CPU.Build.0 = Debug|Any CPU
{AC14C797-2465-448F-ABB6-EF4289C15927}.Release|Any CPU.ActiveCfg = Release|Any CPU
{AC14C797-2465-448F-ABB6-EF4289C15927}.Release|Any CPU.Build.0 = Release|Any CPU
{9A630C1F-704B-4366-BBC9-23398FDBD8FD}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{9A630C1F-704B-4366-BBC9-23398FDBD8FD}.Debug|Any CPU.Build.0 = Debug|Any CPU
{9A630C1F-704B-4366-BBC9-23398FDBD8FD}.Release|Any CPU.ActiveCfg = Release|Any CPU
{9A630C1F-704B-4366-BBC9-23398FDBD8FD}.Release|Any CPU.Build.0 = Release|Any CPU
{356A6BF7-40F4-4EFE-B52D-B09D5BB0A790}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{356A6BF7-40F4-4EFE-B52D-B09D5BB0A790}.Debug|Any CPU.Build.0 = Debug|Any CPU
{356A6BF7-40F4-4EFE-B52D-B09D5BB0A790}.Release|Any CPU.ActiveCfg = Release|Any CPU
{356A6BF7-40F4-4EFE-B52D-B09D5BB0A790}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
EndGlobal