-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathTrafficExam.sln
67 lines (67 loc) · 3.9 KB
/
TrafficExam.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
67
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 2013
VisualStudioVersion = 12.0.31101.0
MinimumVisualStudioVersion = 10.0.40219.1
Project("{E24C65DC-7377-472B-9ABA-BC803B73C61A}") = "TrafficExamWebSite(5)", "http://localhost:49405", "{028AFAD6-570C-42FD-AAA4-1C5C84F2B8F4}"
ProjectSection(WebsiteProperties) = preProject
UseIISExpress = "true"
TargetFrameworkMoniker = ".NETFramework,Version%3Dv4.5"
ProjectReferences = "{5ce9522e-13f9-4d1f-a4ca-87edc6a06496}|BLL.dll;{897F7F71-B0C5-4363-B6D5-8C31FDFC34FC}|DAL.dll;{59F06948-C9C1-4C96-9408-47C6CC2C15E9}|Model.dll;{8E79AADF-E1AB-42C7-ACCC-7A2C4BA55DC7}|Tool.dll;"
Debug.AspNetCompiler.VirtualPath = "/localhost_49405"
Debug.AspNetCompiler.PhysicalPath = "TrafficExamWebSite\"
Debug.AspNetCompiler.TargetPath = "PrecompiledWeb\localhost_49405\"
Debug.AspNetCompiler.Updateable = "true"
Debug.AspNetCompiler.ForceOverwrite = "true"
Debug.AspNetCompiler.FixedNames = "false"
Debug.AspNetCompiler.Debug = "True"
Release.AspNetCompiler.VirtualPath = "/localhost_49405"
Release.AspNetCompiler.PhysicalPath = "TrafficExamWebSite\"
Release.AspNetCompiler.TargetPath = "PrecompiledWeb\localhost_49405\"
Release.AspNetCompiler.Updateable = "true"
Release.AspNetCompiler.ForceOverwrite = "true"
Release.AspNetCompiler.FixedNames = "false"
Release.AspNetCompiler.Debug = "False"
SlnRelativePath = "TrafficExamWebSite\"
DefaultWebSiteLanguage = "Visual C#"
EndProjectSection
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "BLL", "BLL\BLL.csproj", "{5CE9522E-13F9-4D1F-A4CA-87EDC6A06496}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "DAL", "DAL\DAL.csproj", "{897F7F71-B0C5-4363-B6D5-8C31FDFC34FC}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Model", "Model\Model.csproj", "{59F06948-C9C1-4C96-9408-47C6CC2C15E9}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Tool", "Tool\Tool.csproj", "{8E79AADF-E1AB-42C7-ACCC-7A2C4BA55DC7}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{028AFAD6-570C-42FD-AAA4-1C5C84F2B8F4}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{028AFAD6-570C-42FD-AAA4-1C5C84F2B8F4}.Debug|Any CPU.Build.0 = Debug|Any CPU
{028AFAD6-570C-42FD-AAA4-1C5C84F2B8F4}.Release|Any CPU.ActiveCfg = Debug|Any CPU
{028AFAD6-570C-42FD-AAA4-1C5C84F2B8F4}.Release|Any CPU.Build.0 = Debug|Any CPU
{5CE9522E-13F9-4D1F-A4CA-87EDC6A06496}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{5CE9522E-13F9-4D1F-A4CA-87EDC6A06496}.Debug|Any CPU.Build.0 = Debug|Any CPU
{5CE9522E-13F9-4D1F-A4CA-87EDC6A06496}.Release|Any CPU.ActiveCfg = Release|Any CPU
{5CE9522E-13F9-4D1F-A4CA-87EDC6A06496}.Release|Any CPU.Build.0 = Release|Any CPU
{897F7F71-B0C5-4363-B6D5-8C31FDFC34FC}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{897F7F71-B0C5-4363-B6D5-8C31FDFC34FC}.Debug|Any CPU.Build.0 = Debug|Any CPU
{897F7F71-B0C5-4363-B6D5-8C31FDFC34FC}.Release|Any CPU.ActiveCfg = Release|Any CPU
{897F7F71-B0C5-4363-B6D5-8C31FDFC34FC}.Release|Any CPU.Build.0 = Release|Any CPU
{59F06948-C9C1-4C96-9408-47C6CC2C15E9}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{59F06948-C9C1-4C96-9408-47C6CC2C15E9}.Debug|Any CPU.Build.0 = Debug|Any CPU
{59F06948-C9C1-4C96-9408-47C6CC2C15E9}.Release|Any CPU.ActiveCfg = Release|Any CPU
{59F06948-C9C1-4C96-9408-47C6CC2C15E9}.Release|Any CPU.Build.0 = Release|Any CPU
{8E79AADF-E1AB-42C7-ACCC-7A2C4BA55DC7}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{8E79AADF-E1AB-42C7-ACCC-7A2C4BA55DC7}.Debug|Any CPU.Build.0 = Debug|Any CPU
{8E79AADF-E1AB-42C7-ACCC-7A2C4BA55DC7}.Release|Any CPU.ActiveCfg = Release|Any CPU
{8E79AADF-E1AB-42C7-ACCC-7A2C4BA55DC7}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
EndGlobal