aspnetdatabing.csproj
来自「ASP.NET的一些开发实例,有论坛管理系统等」· CSPROJ 代码 · 共 260 行
CSPROJ
260 行
<VisualStudioProject>
<CSHARP
ProjectType = "Web"
ProductVersion = "7.10.3077"
SchemaVersion = "2.0"
ProjectGuid = "{0ADD9FD5-D0EA-4ED4-BA4C-C901607B4956}"
>
<Build>
<Settings
ApplicationIcon = ""
AssemblyKeyContainerName = ""
AssemblyName = "ASPNETDataBing"
AssemblyOriginatorKeyFile = ""
DefaultClientScript = "JScript"
DefaultHTMLPageLayout = "Grid"
DefaultTargetSchema = "IE50"
DelaySign = "false"
OutputType = "Library"
PreBuildEvent = ""
PostBuildEvent = ""
RootNamespace = "ASPNETDataBing"
RunPostBuildEvent = "OnBuildSuccess"
StartupObject = ""
>
<Config
Name = "Debug"
AllowUnsafeBlocks = "false"
BaseAddress = "285212672"
CheckForOverflowUnderflow = "false"
ConfigurationOverrideFile = ""
DefineConstants = "DEBUG;TRACE"
DocumentationFile = ""
DebugSymbols = "true"
FileAlignment = "4096"
IncrementalBuild = "false"
NoStdLib = "false"
NoWarn = ""
Optimize = "false"
OutputPath = "bin\"
RegisterForComInterop = "false"
RemoveIntegerChecks = "false"
TreatWarningsAsErrors = "false"
WarningLevel = "4"
/>
<Config
Name = "Release"
AllowUnsafeBlocks = "false"
BaseAddress = "285212672"
CheckForOverflowUnderflow = "false"
ConfigurationOverrideFile = ""
DefineConstants = "TRACE"
DocumentationFile = ""
DebugSymbols = "false"
FileAlignment = "4096"
IncrementalBuild = "false"
NoStdLib = "false"
NoWarn = ""
Optimize = "true"
OutputPath = "bin\"
RegisterForComInterop = "false"
RemoveIntegerChecks = "false"
TreatWarningsAsErrors = "false"
WarningLevel = "4"
/>
</Settings>
<References>
<Reference
Name = "System"
AssemblyName = "System"
HintPath = "..\..\..\WINDOWS\Microsoft.NET\Framework\v1.1.4322\System.dll"
/>
<Reference
Name = "System.Drawing"
AssemblyName = "System.Drawing"
HintPath = "..\..\..\WINDOWS\Microsoft.NET\Framework\v1.1.4322\System.Drawing.dll"
/>
<Reference
Name = "System.Data"
AssemblyName = "System.Data"
HintPath = "..\..\..\WINDOWS\Microsoft.NET\Framework\v1.1.4322\System.Data.dll"
/>
<Reference
Name = "System.Web"
AssemblyName = "System.Web"
HintPath = "..\..\..\WINDOWS\Microsoft.NET\Framework\v1.1.4322\System.Web.dll"
/>
<Reference
Name = "System.XML"
AssemblyName = "System.Xml"
HintPath = "..\..\..\WINDOWS\Microsoft.NET\Framework\v1.1.4322\System.XML.dll"
/>
</References>
</Build>
<Files>
<Include>
<File
RelPath = "AssemblyInfo.cs"
SubType = "Code"
BuildAction = "Compile"
/>
<File
RelPath = "Book.cs"
SubType = "Code"
BuildAction = "Compile"
/>
<File
RelPath = "Cancel.gif"
BuildAction = "Content"
/>
<File
RelPath = "DataBindingEg.aspx"
BuildAction = "Content"
/>
<File
RelPath = "DataBindingEg.aspx.cs"
DependentUpon = "DataBindingEg.aspx"
SubType = "ASPXCodeBehind"
BuildAction = "Compile"
/>
<File
RelPath = "DataBindingEg.aspx.resx"
DependentUpon = "DataBindingEg.aspx.cs"
BuildAction = "EmbeddedResource"
/>
<File
RelPath = "DataGridEg.aspx"
BuildAction = "Content"
/>
<File
RelPath = "DataGridEg.aspx.cs"
DependentUpon = "DataGridEg.aspx"
SubType = "ASPXCodeBehind"
BuildAction = "Compile"
/>
<File
RelPath = "DataGridEg.aspx.resx"
DependentUpon = "DataGridEg.aspx.cs"
BuildAction = "EmbeddedResource"
/>
<File
RelPath = "DataReader.mdb"
BuildAction = "None"
/>
<File
RelPath = "delete.gif"
BuildAction = "Content"
/>
<File
RelPath = "DsAuthor.cs"
SubType = "code"
BuildAction = "Compile"
/>
<File
RelPath = "DsAuthor.xsd"
BuildAction = "Content"
/>
<File
RelPath = "DSCustomers.cs"
SubType = "code"
BuildAction = "Compile"
/>
<File
RelPath = "DSCustomers.xsd"
BuildAction = "Content"
/>
<File
RelPath = "Edit.gif"
BuildAction = "Content"
/>
<File
RelPath = "Global.asax"
SubType = "Component"
BuildAction = "Content"
/>
<File
RelPath = "Global.asax.cs"
DependentUpon = "Global.asax"
SubType = "Code"
BuildAction = "Compile"
/>
<File
RelPath = "Global.asax.resx"
DependentUpon = "Global.asax.cs"
BuildAction = "EmbeddedResource"
/>
<File
RelPath = "ItemDataBing.aspx"
BuildAction = "Content"
/>
<File
RelPath = "ItemDataBing.aspx.cs"
DependentUpon = "ItemDataBing.aspx"
SubType = "ASPXCodeBehind"
BuildAction = "Compile"
/>
<File
RelPath = "ItemDataBing.aspx.resx"
DependentUpon = "ItemDataBing.aspx.cs"
BuildAction = "EmbeddedResource"
/>
<File
RelPath = "MathDataBind.aspx"
BuildAction = "Content"
/>
<File
RelPath = "MathDataBind.aspx.cs"
DependentUpon = "MathDataBind.aspx"
SubType = "ASPXCodeBehind"
BuildAction = "Compile"
/>
<File
RelPath = "MathDataBind.aspx.resx"
DependentUpon = "MathDataBind.aspx.cs"
BuildAction = "EmbeddedResource"
/>
<File
RelPath = "OK.gif"
BuildAction = "Content"
/>
<File
RelPath = "PropertyDataBind.aspx"
BuildAction = "Content"
/>
<File
RelPath = "PropertyDataBind.aspx.cs"
DependentUpon = "PropertyDataBind.aspx"
SubType = "ASPXCodeBehind"
BuildAction = "Compile"
/>
<File
RelPath = "PropertyDataBind.aspx.resx"
DependentUpon = "PropertyDataBind.aspx.cs"
BuildAction = "EmbeddedResource"
/>
<File
RelPath = "Web.config"
BuildAction = "Content"
/>
<File
RelPath = "WebForm1.aspx"
SubType = "Form"
BuildAction = "Content"
/>
<File
RelPath = "WebForm1.aspx.cs"
DependentUpon = "WebForm1.aspx"
SubType = "ASPXCodeBehind"
BuildAction = "Compile"
/>
<File
RelPath = "WebForm1.aspx.resx"
DependentUpon = "WebForm1.aspx.cs"
BuildAction = "EmbeddedResource"
/>
</Include>
</Files>
</CSHARP>
</VisualStudioProject>
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?