温馨提示:代码在线浏览功能只能做为源码浏览参考,如果想更进一步了解该代码请下载:字符串操作大全(SHAI、MD5加解密等)
当前文件:
N21DTONEBKFW21/StringOperation.csproj,打开代码结构图
N21DTONEBKFW21/StringOperation.csproj,打开代码结构图1<VisualStudioProject> 2
<CSHARP 3
ProjectType = "Web" 4
ProductVersion = "7.10.3077" 5
SchemaVersion = "2.0" 6
ProjectGuid = "{F9FC600E-2614-4508-A10F-94D5E2759CDD}" 7
> 8
<Build> 9
<Settings 10
ApplicationIcon = "" 11
AssemblyKeyContainerName = "" 12
AssemblyName = "StringOperation" 13
AssemblyOriginatorKeyFile = "" 14
DefaultClientScript = "JScript" 15
DefaultHTMLPageLayout = "Grid" 16
DefaultTargetSchema = "IE50" 17
DelaySign = "false" 18
OutputType = "Library" 19
PreBuildEvent = "" 20
PostBuildEvent = "" 21
RootNamespace = "StringOperation" 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:\WINNT\Microsoft.NET\Framework\v1.1.4322\System.dll" 71
/> 72
<Reference 73
Name = "System.Drawing" 74
AssemblyName = "System.Drawing" 75
HintPath = "C:\WINNT\Microsoft.NET\Framework\v1.1.4322\System.Drawing.dll" 76
/> 77
<Reference 78
Name = "System.Data" 79
AssemblyName = "System.Data" 80
HintPath = "C:\WINNT\Microsoft.NET\Framework\v1.1.4322\System.Data.dll" 81
/> 82
<Reference 83
Name = "System.Web" 84
AssemblyName = "System.Web" 85
HintPath = "C:\WINNT\Microsoft.NET\Framework\v1.1.4322\System.Web.dll" 86
/> 87
<Reference 88
Name = "System.XML" 89
AssemblyName = "System.XML" 90
HintPath = "C:\WINNT\Microsoft.NET\Framework\v1.1.4322\System.XML.dll" 91
/> 92
</References> 93
</Build> 94
<Files> 95
<Include> 96
<File 97
RelPath = "AssemblyInfo.cs" 98
BuildAction = "Compile" 99
/> 100
<File 101
RelPath = "Global.asax" 102
SubType = "Component" 103
BuildAction = "Content" 104
/> 105
<File 106
RelPath = "Global.asax.cs" 107
DependentUpon = "Global.asax" 108
SubType = "Code" 109
BuildAction = "Compile" 110
/> 111
<File 112
RelPath = "Global.asax.resx" 113
DependentUpon = "Global.asax.cs" 114
BuildAction = "EmbeddedResource" 115
/> 116
<File 117
RelPath = "Index.aspx" 118
SubType = "Form" 119
BuildAction = "Content" 120
/> 121
<File 122
RelPath = "Index.aspx.cs" 123
DependentUpon = "Index.aspx" 124
SubType = "ASPXCodeBehind" 125
BuildAction = "Compile" 126
/> 127
<File 128
RelPath = "Index.aspx.resx" 129
DependentUpon = "Index.aspx.cs" 130
BuildAction = "EmbeddedResource" 131
/> 132
<File 133
RelPath = "StringOperation.cs" 134
SubType = "Code" 135
BuildAction = "Compile" 136
/> 137
<File 138
RelPath = "Web.config" 139
BuildAction = "Content" 140
/> 141
</Include> 142
</Files> 143
</CSHARP> 144
</VisualStudioProject> 145
146


