📄 example.csproj
字号:
<VisualStudioProject>
<CSHARP
ProjectType = "Web"
ProductVersion = "7.10.3077"
SchemaVersion = "2.0"
ProjectGuid = "{A17FEB0A-A2E2-4DA1-B341-63BBF6B629D1}"
>
<Build>
<Settings
ApplicationIcon = ""
AssemblyKeyContainerName = ""
AssemblyName = "Com.LXJ.Example"
AssemblyOriginatorKeyFile = ""
DefaultClientScript = "JScript"
DefaultHTMLPageLayout = "Grid"
DefaultTargetSchema = "IE50"
DelaySign = "false"
OutputType = "Library"
PreBuildEvent = ""
PostBuildEvent = ""
RootNamespace = "Com.LXJ.Example"
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 = "C:\WINDOWS\Microsoft.NET\Framework\v1.1.4322\System.dll"
/>
<Reference
Name = "System.Drawing"
AssemblyName = "System.Drawing"
HintPath = "C:\WINDOWS\Microsoft.NET\Framework\v1.1.4322\System.Drawing.dll"
/>
<Reference
Name = "System.Data"
AssemblyName = "System.Data"
HintPath = "C:\WINDOWS\Microsoft.NET\Framework\v1.1.4322\System.Data.dll"
/>
<Reference
Name = "System.Web"
AssemblyName = "System.Web"
HintPath = "C:\WINDOWS\Microsoft.NET\Framework\v1.1.4322\System.Web.dll"
/>
<Reference
Name = "System.XML"
AssemblyName = "System.Xml"
HintPath = "C:\WINDOWS\Microsoft.NET\Framework\v1.1.4322\System.XML.dll"
/>
<Reference
Name = "Com.LXJ"
AssemblyName = "Com.LXJ"
HintPath = "bin\Com.LXJ.dll"
/>
<Reference
Name = "microsoft.web.ui.webcontrols"
AssemblyName = "microsoft.web.ui.webcontrols"
HintPath = "..\cvoc\bin\microsoft.web.ui.webcontrols.dll"
/>
<Reference
Name = "System.Design"
AssemblyName = "System.Design"
HintPath = "C:\WINDOWS\Microsoft.NET\Framework\v1.1.4322\System.Design.dll"
/>
<Reference
Name = "System.Windows.Forms"
AssemblyName = "System.Windows.Forms"
HintPath = "C:\WINDOWS\Microsoft.NET\Framework\v1.1.4322\System.Windows.Forms.dll"
/>
<Reference
Name = "System.Messaging"
AssemblyName = "System.Messaging"
HintPath = "C:\WINDOWS\Microsoft.NET\Framework\v1.1.4322\System.Messaging.dll"
/>
<Reference
Name = "System.Configuration.Install"
AssemblyName = "System.Configuration.Install"
HintPath = "C:\WINDOWS\Microsoft.NET\Framework\v1.1.4322\System.Configuration.Install.dll"
/>
<Reference
Name = "System.DirectoryServices"
AssemblyName = "System.DirectoryServices"
HintPath = "C:\WINDOWS\Microsoft.NET\Framework\v1.1.4322\System.DirectoryServices.dll"
/>
<Reference
Name = "system.web.services"
AssemblyName = "system.web.services"
HintPath = "c:\windows\assembly\gac\system.web.services\1.0.5000.0__b03f5f7f11d50a3a\system.web.services.dll"
/>
<Reference
Name = "crystaldecisions.shared"
AssemblyName = "crystaldecisions.shared"
HintPath = "c:\windows\assembly\gac\crystaldecisions.shared\9.1.5000.0__692fbea5521e1304\crystaldecisions.shared.dll"
/>
<Reference
Name = "crystaldecisions.crystalreports.engine"
AssemblyName = "crystaldecisions.crystalreports.engine"
HintPath = "c:\windows\assembly\gac\crystaldecisions.crystalreports.engine\9.1.5000.0__692fbea5521e1304\crystaldecisions.crystalreports.engine.dll"
/>
<Reference
Name = "crystaldecisions.reportsource"
AssemblyName = "crystaldecisions.reportsource"
HintPath = "c:\windows\assembly\gac\crystaldecisions.reportsource\9.1.5000.0__692fbea5521e1304\crystaldecisions.reportsource.dll"
/>
</References>
</Build>
<Files>
<Include>
<File
RelPath = "AssemblyInfo.cs"
SubType = "Code"
BuildAction = "Compile"
/>
<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 = "Web.config"
BuildAction = "Content"
/>
<File
RelPath = "Book\BookList.aspx"
SubType = "Form"
BuildAction = "Content"
/>
<File
RelPath = "Book\BookList.aspx.cs"
DependentUpon = "BookList.aspx"
SubType = "ASPXCodeBehind"
BuildAction = "Compile"
/>
<File
RelPath = "Book\BookList.aspx.resx"
DependentUpon = "BookList.aspx.cs"
BuildAction = "EmbeddedResource"
/>
<File
RelPath = "Book\Business\Book.cs"
SubType = "Code"
BuildAction = "Compile"
/>
<File
RelPath = "Book\Data\BookForAccess.cs"
SubType = "Code"
BuildAction = "Compile"
/>
<File
RelPath = "Book\Data\BookForSql.cs"
SubType = "Code"
BuildAction = "Compile"
/>
<File
RelPath = "Buttons\arrow_left.gif"
BuildAction = "Content"
/>
<File
RelPath = "Buttons\arrow_right.gif"
BuildAction = "Content"
/>
<File
RelPath = "Buttons\bag.gif"
BuildAction = "Content"
/>
<File
RelPath = "Buttons\button_add.gif"
BuildAction = "Content"
/>
<File
RelPath = "Buttons\button_add_over.gif"
BuildAction = "Content"
/>
<File
RelPath = "Buttons\button_check.gif"
BuildAction = "Content"
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -