-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathTimeTableManager.sln
More file actions
86 lines (86 loc) · 5.22 KB
/
TimeTableManager.sln
File metadata and controls
86 lines (86 loc) · 5.22 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
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 14
VisualStudioVersion = 14.0.24720.0
MinimumVisualStudioVersion = 10.0.40219.1
Project("{F184B08F-C81C-45F6-A57F-5ABD9991F28F}") = "TimeTable", "TimetableMain\TimeTable.vbproj", "{F4348F8F-750A-41FE-9EC7-F445C1340D5B}"
EndProject
Project("{F184B08F-C81C-45F6-A57F-5ABD9991F28F}") = "TimetableView", "TimetableView\TimetableView.vbproj", "{222087AC-A926-49E8-B526-A16F212B13E0}"
EndProject
Project("{E24C65DC-7377-472B-9ABA-BC803B73C61A}") = "Time16", "..\..\..\Documents\Visual Studio 2015\WebSites\Time16\", "{100431A8-9CFA-459E-B674-7C249101A756}"
ProjectSection(WebsiteProperties) = preProject
TargetFrameworkMoniker = ".NETFramework,Version%3Dv4.5.2"
Debug.AspNetCompiler.VirtualPath = "/localhost_54753"
Debug.AspNetCompiler.PhysicalPath = "..\..\..\Documents\Visual Studio 2015\WebSites\Time16\"
Debug.AspNetCompiler.TargetPath = "PrecompiledWeb\localhost_54753\"
Debug.AspNetCompiler.Updateable = "true"
Debug.AspNetCompiler.ForceOverwrite = "true"
Debug.AspNetCompiler.FixedNames = "false"
Debug.AspNetCompiler.Debug = "True"
Release.AspNetCompiler.VirtualPath = "/localhost_54753"
Release.AspNetCompiler.PhysicalPath = "..\..\..\Documents\Visual Studio 2015\WebSites\Time16\"
Release.AspNetCompiler.TargetPath = "PrecompiledWeb\localhost_54753\"
Release.AspNetCompiler.Updateable = "true"
Release.AspNetCompiler.ForceOverwrite = "true"
Release.AspNetCompiler.FixedNames = "false"
Release.AspNetCompiler.Debug = "False"
VWDPort = "54753"
SlnRelativePath = "..\..\..\Documents\Visual Studio 2015\WebSites\Time16\"
DefaultWebSiteLanguage = "Visual Basic"
EndProjectSection
EndProject
Project("{D954291E-2A0B-460D-934E-DC6B0785DB48}") = "CommonUMS", "CommonUMS\CommonUMS.shproj", "{5EA6461C-9D0C-4C81-B86D-01A5D1C24AEF}"
EndProject
Global
GlobalSection(SharedMSBuildProjectFiles) = preSolution
CommonUMS\CommonUMS.projitems*{5ea6461c-9d0c-4c81-b86d-01a5d1c24aef}*SharedItemsImports = 13
CommonUMS\CommonUMS.projitems*{f4348f8f-750a-41fe-9ec7-f445c1340d5b}*SharedItemsImports = 4
EndGlobalSection
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Debug|Mixed Platforms = Debug|Mixed Platforms
Debug|x86 = Debug|x86
Release|Any CPU = Release|Any CPU
Release|Mixed Platforms = Release|Mixed Platforms
Release|x86 = Release|x86
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{F4348F8F-750A-41FE-9EC7-F445C1340D5B}.Debug|Any CPU.ActiveCfg = Debug|x86
{F4348F8F-750A-41FE-9EC7-F445C1340D5B}.Debug|Any CPU.Build.0 = Debug|x86
{F4348F8F-750A-41FE-9EC7-F445C1340D5B}.Debug|Mixed Platforms.ActiveCfg = Debug|x86
{F4348F8F-750A-41FE-9EC7-F445C1340D5B}.Debug|Mixed Platforms.Build.0 = Debug|x86
{F4348F8F-750A-41FE-9EC7-F445C1340D5B}.Debug|x86.ActiveCfg = Debug|x86
{F4348F8F-750A-41FE-9EC7-F445C1340D5B}.Debug|x86.Build.0 = Debug|x86
{F4348F8F-750A-41FE-9EC7-F445C1340D5B}.Release|Any CPU.ActiveCfg = Release|x86
{F4348F8F-750A-41FE-9EC7-F445C1340D5B}.Release|Mixed Platforms.ActiveCfg = Release|x86
{F4348F8F-750A-41FE-9EC7-F445C1340D5B}.Release|Mixed Platforms.Build.0 = Release|x86
{F4348F8F-750A-41FE-9EC7-F445C1340D5B}.Release|x86.ActiveCfg = Release|x86
{F4348F8F-750A-41FE-9EC7-F445C1340D5B}.Release|x86.Build.0 = Release|x86
{222087AC-A926-49E8-B526-A16F212B13E0}.Debug|Any CPU.ActiveCfg = Debug|x86
{222087AC-A926-49E8-B526-A16F212B13E0}.Debug|Any CPU.Build.0 = Debug|x86
{222087AC-A926-49E8-B526-A16F212B13E0}.Debug|Mixed Platforms.ActiveCfg = Debug|x86
{222087AC-A926-49E8-B526-A16F212B13E0}.Debug|Mixed Platforms.Build.0 = Debug|x86
{222087AC-A926-49E8-B526-A16F212B13E0}.Debug|x86.ActiveCfg = Debug|x86
{222087AC-A926-49E8-B526-A16F212B13E0}.Debug|x86.Build.0 = Debug|x86
{222087AC-A926-49E8-B526-A16F212B13E0}.Release|Any CPU.ActiveCfg = Release|x86
{222087AC-A926-49E8-B526-A16F212B13E0}.Release|Mixed Platforms.ActiveCfg = Release|x86
{222087AC-A926-49E8-B526-A16F212B13E0}.Release|Mixed Platforms.Build.0 = Release|x86
{222087AC-A926-49E8-B526-A16F212B13E0}.Release|x86.ActiveCfg = Release|x86
{222087AC-A926-49E8-B526-A16F212B13E0}.Release|x86.Build.0 = Release|x86
{100431A8-9CFA-459E-B674-7C249101A756}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{100431A8-9CFA-459E-B674-7C249101A756}.Debug|Any CPU.Build.0 = Debug|Any CPU
{100431A8-9CFA-459E-B674-7C249101A756}.Debug|Mixed Platforms.ActiveCfg = Debug|Any CPU
{100431A8-9CFA-459E-B674-7C249101A756}.Debug|Mixed Platforms.Build.0 = Debug|Any CPU
{100431A8-9CFA-459E-B674-7C249101A756}.Debug|x86.ActiveCfg = Debug|Any CPU
{100431A8-9CFA-459E-B674-7C249101A756}.Debug|x86.Build.0 = Debug|Any CPU
{100431A8-9CFA-459E-B674-7C249101A756}.Release|Any CPU.ActiveCfg = Debug|Any CPU
{100431A8-9CFA-459E-B674-7C249101A756}.Release|Any CPU.Build.0 = Debug|Any CPU
{100431A8-9CFA-459E-B674-7C249101A756}.Release|Mixed Platforms.ActiveCfg = Debug|Any CPU
{100431A8-9CFA-459E-B674-7C249101A756}.Release|Mixed Platforms.Build.0 = Debug|Any CPU
{100431A8-9CFA-459E-B674-7C249101A756}.Release|x86.ActiveCfg = Debug|Any CPU
{100431A8-9CFA-459E-B674-7C249101A756}.Release|x86.Build.0 = Debug|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
EndGlobal