温馨提示:代码在线浏览功能只能做为源码浏览参考,如果想更进一步了解该代码请下载:三层入门之留言板
当前文件:
JMWQZM6NWKG61/DAL/SQLServer/SQLServerDAL.csproj,打开代码结构图
JMWQZM6NWKG61/DAL/SQLServer/SQLServerDAL.csproj,打开代码结构图1<VisualStudioProject> 2
<CSHARP 3
OwnerKey = "{FE3BBBB6-72D5-11d2-9ACE-00C04F79A2A4}" 4
ProjectType = "Local" 5
ProductVersion = "7.10.3077" 6
SchemaVersion = "2.0" 7
ProjectGuid = "{BD0C5969-D512-4616-8218-79287134916B}" 8
> 9
<Build> 10
<Settings 11
ApplicationIcon = "" 12
AssemblyKeyContainerName = "" 13
AssemblyName = "MessageBoard7.SQLServerDAL" 14
AssemblyOriginatorKeyFile = "" 15
DefaultClientScript = "JScript" 16
DefaultHTMLPageLayout = "Grid" 17
DefaultTargetSchema = "IE50" 18
DelaySign = "false" 19
OutputType = "Library" 20
PreBuildEvent = "" 21
PostBuildEvent = "" 22
RootNamespace = "MessageBoard7.SQLServerDAL" 23
RunPostBuildEvent = "OnBuildSuccess" 24
StartupObject = "" 25
> 26
<Config 27
Name = "Debug" 28
AllowUnsafeBlocks = "false" 29
BaseAddress = "285212672" 30
CheckForOverflowUnderflow = "false" 31
ConfigurationOverrideFile = "" 32
DefineConstants = "DEBUG;TRACE" 33
DocumentationFile = "" 34
DebugSymbols = "true" 35
FileAlignment = "4096" 36
IncrementalBuild = "false" 37
NoStdLib = "false" 38
NoWarn = "" 39
Optimize = "false" 40
OutputPath = "bin\Debug\" 41
RegisterForComInterop = "false" 42
RemoveIntegerChecks = "false" 43
TreatWarningsAsErrors = "false" 44
WarningLevel = "4" 45
/> 46
<Config 47
Name = "Release" 48
AllowUnsafeBlocks = "false" 49
BaseAddress = "285212672" 50
CheckForOverflowUnderflow = "false" 51
ConfigurationOverrideFile = "" 52
DefineConstants = "TRACE" 53
DocumentationFile = "" 54
DebugSymbols = "false" 55
FileAlignment = "4096" 56
IncrementalBuild = "false" 57
NoStdLib = "false" 58
NoWarn = "" 59
Optimize = "true" 60
OutputPath = "bin\Release\" 61
RegisterForComInterop = "false" 62
RemoveIntegerChecks = "false" 63
TreatWarningsAsErrors = "false" 64
WarningLevel = "4" 65
/> 66
</Settings> 67
<References> 68
<Reference 69
Name = "System" 70
AssemblyName = "System" 71
HintPath = "C:\WINDOWS\Microsoft.NET\Framework\v1.1.4322\System.dll" 72
/> 73
<Reference 74
Name = "System.Data" 75
AssemblyName = "System.Data" 76
HintPath = "C:\WINDOWS\Microsoft.NET\Framework\v1.1.4322\System.Data.dll" 77
/> 78
<Reference 79
Name = "System.XML" 80
AssemblyName = "System.Xml" 81
HintPath = "C:\WINDOWS\Microsoft.NET\Framework\v1.1.4322\System.XML.dll" 82
/> 83
<Reference 84
Name = "Classes" 85
Project = "{A2E41AFE-203F-48F6-96D3-549410B80F1A}" 86
Package = "{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}" 87
/> 88
<Reference 89
Name = "IDAL" 90
Project = "{BB509151-20BB-4399-A475-12FDB68FE9BB}" 91
Package = "{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}" 92
/> 93
</References> 94
</Build> 95
<Files> 96
<Include> 97
<File 98
RelPath = "AssemblyInfo.cs" 99
SubType = "Code" 100
BuildAction = "Compile" 101
/> 102
<File 103
RelPath = "Messages.cs" 104
SubType = "Code" 105
BuildAction = "Compile" 106
/> 107
<File 108
RelPath = "SQLHelper.cs" 109
SubType = "Code" 110
BuildAction = "Compile" 111
/> 112
</Include> 113
</Files> 114
<UserProperties 115
TDLFILE = "DAP.tdl" 116
TDLELEMENTTYPE = "BusinessRules" 117
/> 118
</CSHARP> 119
</VisualStudioProject> 120
121


