温馨提示:代码在线浏览功能只能做为源码浏览参考,如果想更进一步了解该代码请下载:三层入门之留言板
当前文件:
JMWQZM6NWKG61/DALFactory/DALFactory.csproj,打开代码结构图
JMWQZM6NWKG61/DALFactory/DALFactory.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 = "{1D3E14F8-2378-4CBE-A084-0D856A7A1A33}" 8
> 9
<Build> 10
<Settings 11
ApplicationIcon = "" 12
AssemblyKeyContainerName = "" 13
AssemblyName = "MessageBoard7.DALFactory" 14
AssemblyOriginatorKeyFile = "" 15
DefaultClientScript = "JScript" 16
DefaultHTMLPageLayout = "Grid" 17
DefaultTargetSchema = "IE50" 18
DelaySign = "false" 19
OutputType = "Library" 20
PreBuildEvent = "" 21
PostBuildEvent = "" 22
RootNamespace = "MessageBoard7.DALFactory" 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 = "IDAL" 85
Project = "{BB509151-20BB-4399-A475-12FDB68FE9BB}" 86
Package = "{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}" 87
/> 88
</References> 89
</Build> 90
<Files> 91
<Include> 92
<File 93
RelPath = "AssemblyInfo.cs" 94
SubType = "Code" 95
BuildAction = "Compile" 96
/> 97
<File 98
RelPath = "Messages.cs" 99
SubType = "Code" 100
BuildAction = "Compile" 101
/> 102
</Include> 103
</Files> 104
<UserProperties 105
TDLELEMENTTYPE = "BusinessRules" 106
TDLFILE = "DAP.tdl" 107
/> 108
</CSHARP> 109
</VisualStudioProject> 110
111


