-
Notifications
You must be signed in to change notification settings - Fork 0
/
OnlineTicket.sln
66 lines (66 loc) · 3.38 KB
/
OnlineTicket.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
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.27703.2042
MinimumVisualStudioVersion = 10.0.40219.1
Project("{E24C65DC-7377-472B-9ABA-BC803B73C61A}") = "Web", "Web\", "{EB7A2C48-343B-42B0-8135-E1DB13BF217A}"
ProjectSection(WebsiteProperties) = preProject
SccProjectName = "SAK"
SccAuxPath = "SAK"
SccLocalPath = "SAK"
SccProvider = "SAK"
TargetFrameworkMoniker = ".NETFramework,Version%3Dv4.0"
Debug.AspNetCompiler.VirtualPath = "/localhost_16132"
Debug.AspNetCompiler.PhysicalPath = "Web\"
Debug.AspNetCompiler.TargetPath = "PrecompiledWeb\localhost_16132\"
Debug.AspNetCompiler.Updateable = "true"
Debug.AspNetCompiler.ForceOverwrite = "true"
Debug.AspNetCompiler.FixedNames = "false"
Debug.AspNetCompiler.Debug = "True"
Release.AspNetCompiler.VirtualPath = "/localhost_16132"
Release.AspNetCompiler.PhysicalPath = "Web\"
Release.AspNetCompiler.TargetPath = "PrecompiledWeb\localhost_16132\"
Release.AspNetCompiler.Updateable = "true"
Release.AspNetCompiler.ForceOverwrite = "true"
Release.AspNetCompiler.FixedNames = "false"
Release.AspNetCompiler.Debug = "False"
VWDPort = "16132"
VWDVirtualPath = "/"
EndProjectSection
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ClassLibrary", "ClassLibrary\ClassLibrary.csproj", "{782B5E25-F3B2-48EF-9C7F-91F35942FB99}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "DataLayer", "DataLayer\DataLayer.csproj", "{3464604C-1457-43B8-A40E-64B0698B17DE}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Provider", "Provider\Provider.csproj", "{BC2F4574-CCF3-4F7F-A219-07AF8C5A36AB}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{EB7A2C48-343B-42B0-8135-E1DB13BF217A}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{EB7A2C48-343B-42B0-8135-E1DB13BF217A}.Debug|Any CPU.Build.0 = Debug|Any CPU
{EB7A2C48-343B-42B0-8135-E1DB13BF217A}.Release|Any CPU.ActiveCfg = Debug|Any CPU
{EB7A2C48-343B-42B0-8135-E1DB13BF217A}.Release|Any CPU.Build.0 = Debug|Any CPU
{782B5E25-F3B2-48EF-9C7F-91F35942FB99}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{782B5E25-F3B2-48EF-9C7F-91F35942FB99}.Debug|Any CPU.Build.0 = Debug|Any CPU
{782B5E25-F3B2-48EF-9C7F-91F35942FB99}.Release|Any CPU.ActiveCfg = Release|Any CPU
{782B5E25-F3B2-48EF-9C7F-91F35942FB99}.Release|Any CPU.Build.0 = Release|Any CPU
{3464604C-1457-43B8-A40E-64B0698B17DE}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{3464604C-1457-43B8-A40E-64B0698B17DE}.Debug|Any CPU.Build.0 = Debug|Any CPU
{3464604C-1457-43B8-A40E-64B0698B17DE}.Release|Any CPU.ActiveCfg = Release|Any CPU
{3464604C-1457-43B8-A40E-64B0698B17DE}.Release|Any CPU.Build.0 = Release|Any CPU
{BC2F4574-CCF3-4F7F-A219-07AF8C5A36AB}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{BC2F4574-CCF3-4F7F-A219-07AF8C5A36AB}.Debug|Any CPU.Build.0 = Debug|Any CPU
{BC2F4574-CCF3-4F7F-A219-07AF8C5A36AB}.Release|Any CPU.ActiveCfg = Release|Any CPU
{BC2F4574-CCF3-4F7F-A219-07AF8C5A36AB}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {A574BD09-6BDB-440B-B8B0-E772797F524D}
EndGlobalSection
EndGlobal