温馨提示:代码在线浏览功能只能做为源码浏览参考,如果想更进一步了解该代码请下载:三层入门之留言板
当前文件:
JMWQZM6NWKG61/Web/Web.csproj,打开代码结构图
JMWQZM6NWKG61/Web/Web.csproj,打开代码结构图1<VisualStudioProject> 2
<CSHARP 3
ProjectType = "Web" 4
ProductVersion = "7.10.3077" 5
SchemaVersion = "2.0" 6
ProjectGuid = "{E7EA77A3-4EAD-494E-B7F9-FBF9F6A9B3E4}" 7
> 8
<Build> 9
<Settings 10
ApplicationIcon = "" 11
AssemblyKeyContainerName = "" 12
AssemblyName = "MessageBoard7.Web" 13
AssemblyOriginatorKeyFile = "" 14
DefaultClientScript = "JScript" 15
DefaultHTMLPageLayout = "Grid" 16
DefaultTargetSchema = "IE50" 17
DelaySign = "false" 18
OutputType = "Library" 19
PreBuildEvent = "" 20
PostBuildEvent = "" 21
RootNamespace = "MessageBoard7.Web" 22
RunPostBuildEvent = "OnBuildSuccess" 23
StartupObject = "" 24
> 25
<Config 26
Name = "Debug" 27
AllowUnsafeBlocks = "false" 28
BaseAddress = "285212672" 29
CheckForOverflowUnderflow = "false" 30
ConfigurationOverrideFile = "" 31
DefineConstants = "DEBUG;TRACE" 32
DocumentationFile = "" 33
DebugSymbols = "true" 34
FileAlignment = "4096" 35
IncrementalBuild = "false" 36
NoStdLib = "false" 37
NoWarn = "" 38
Optimize = "false" 39
OutputPath = "bin\" 40
RegisterForComInterop = "false" 41
RemoveIntegerChecks = "false" 42
TreatWarningsAsErrors = "false" 43
WarningLevel = "4" 44
/> 45
<Config 46
Name = "Release" 47
AllowUnsafeBlocks = "false" 48
BaseAddress = "285212672" 49
CheckForOverflowUnderflow = "false" 50
ConfigurationOverrideFile = "" 51
DefineConstants = "TRACE" 52
DocumentationFile = "" 53
DebugSymbols = "false" 54
FileAlignment = "4096" 55
IncrementalBuild = "false" 56
NoStdLib = "false" 57
NoWarn = "" 58
Optimize = "true" 59
OutputPath = "bin\" 60
RegisterForComInterop = "false" 61
RemoveIntegerChecks = "false" 62
TreatWarningsAsErrors = "false" 63
WarningLevel = "4" 64
/> 65
</Settings> 66
<References> 67
<Reference 68
Name = "System" 69
AssemblyName = "System" 70
HintPath = "C:\WINDOWS\Microsoft.NET\Framework\v1.1.4322\System.dll" 71
/> 72
<Reference 73
Name = "System.Drawing" 74
AssemblyName = "System.Drawing" 75
HintPath = "C:\WINDOWS\Microsoft.NET\Framework\v1.1.4322\System.Drawing.dll" 76
/> 77
<Reference 78
Name = "System.Data" 79
AssemblyName = "System.Data" 80
HintPath = "C:\WINDOWS\Microsoft.NET\Framework\v1.1.4322\System.Data.dll" 81
/> 82
<Reference 83
Name = "System.Web" 84
AssemblyName = "System.Web" 85
HintPath = "C:\WINDOWS\Microsoft.NET\Framework\v1.1.4322\System.Web.dll" 86
/> 87
<Reference 88
Name = "System.XML" 89
AssemblyName = "System.Xml" 90
HintPath = "C:\WINDOWS\Microsoft.NET\Framework\v1.1.4322\System.XML.dll" 91
/> 92
<Reference 93
Name = "Classes" 94
Project = "{A2E41AFE-203F-48F6-96D3-549410B80F1A}" 95
Package = "{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}" 96
/> 97
<Reference 98
Name = "FacadeBLL" 99
Project = "{613D7FBC-8CF6-41C0-9057-31232A3E2866}" 100
Package = "{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}" 101
/> 102
<Reference 103
Name = "SQLServerDAL" 104
Project = "{BD0C5969-D512-4616-8218-79287134916B}" 105
Package = "{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}" 106
/> 107
<Reference 108
Name = "AccessDAL" 109
Project = "{F7E4838C-8626-4304-B746-3AC20F82EF99}" 110
Package = "{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}" 111
/> 112
</References> 113
</Build> 114
<Files> 115
<Include> 116
<File 117
RelPath = "AssemblyInfo.cs" 118
SubType = "Code" 119
BuildAction = "Compile" 120
/> 121
<File 122
RelPath = "Global.asax" 123
SubType = "Component" 124
BuildAction = "Content" 125
/> 126
<File 127
RelPath = "Global.asax.cs" 128
DependentUpon = "Global.asax" 129
SubType = "Code" 130
BuildAction = "Compile" 131
/> 132
<File 133
RelPath = "Global.asax.resx" 134
DependentUpon = "Global.asax.cs" 135
BuildAction = "EmbeddedResource" 136
/> 137
<File 138
RelPath = "ListMessage.aspx" 139
BuildAction = "Content" 140
/> 141
<File 142
RelPath = "ListMessage.aspx.cs" 143
DependentUpon = "ListMessage.aspx" 144
SubType = "ASPXCodeBehind" 145
BuildAction = "Compile" 146
/> 147
<File 148
RelPath = "ListMessage.aspx.resx" 149
DependentUpon = "ListMessage.aspx.cs" 150
BuildAction = "EmbeddedResource" 151
/> 152
<File 153
RelPath = "PostMessage.aspx" 154
BuildAction = "Content" 155
/> 156
<File 157
RelPath = "PostMessage.aspx.cs" 158
DependentUpon = "PostMessage.aspx" 159
SubType = "ASPXCodeBehind" 160
BuildAction = "Compile" 161
/> 162
<File 163
RelPath = "PostMessage.aspx.resx" 164
DependentUpon = "PostMessage.aspx.cs" 165
BuildAction = "EmbeddedResource" 166
/> 167
<File 168
RelPath = "Web.config" 169
BuildAction = "Content" 170
/> 171
</Include> 172
</Files> 173
</CSHARP> 174
</VisualStudioProject> 175
176


