model.csproj
来自「基于Asp.net、MS sql sever 2000、C# 论坛系统源码」· CSPROJ 代码 · 共 193 行
CSPROJ
193 行
<VisualStudioProject>
<CSHARP
ProjectType = "Local"
ProductVersion = "7.10.3077"
SchemaVersion = "2.0"
ProjectGuid = "{33861A22-D550-4CCF-8E52-7C750C6B2090}"
>
<Build>
<Settings
ApplicationIcon = ""
AssemblyKeyContainerName = ""
AssemblyName = "Stella.Model"
AssemblyOriginatorKeyFile = ""
DefaultClientScript = "JScript"
DefaultHTMLPageLayout = "Grid"
DefaultTargetSchema = "IE50"
DelaySign = "false"
OutputType = "Library"
PreBuildEvent = ""
PostBuildEvent = ""
RootNamespace = "Stella.Model"
RunPostBuildEvent = "OnBuildSuccess"
StartupObject = ""
>
<Config
Name = "Debug"
AllowUnsafeBlocks = "false"
BaseAddress = "285212672"
CheckForOverflowUnderflow = "false"
ConfigurationOverrideFile = ""
DefineConstants = "DEBUG;TRACE"
DocumentationFile = "Stella.Model.xml"
DebugSymbols = "true"
FileAlignment = "4096"
IncrementalBuild = "true"
NoStdLib = "false"
NoWarn = ""
Optimize = "false"
OutputPath = "bin\Debug\"
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\Release\"
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.Data"
AssemblyName = "System.Data"
HintPath = "C:\WINDOWS\Microsoft.NET\Framework\v1.1.4322\System.Data.dll"
/>
<Reference
Name = "System.XML"
AssemblyName = "System.Xml"
HintPath = "C:\WINDOWS\Microsoft.NET\Framework\v1.1.4322\System.XML.dll"
/>
<Reference
Name = "Utility"
Project = "{80499573-5EE3-4BE3-89A3-4108DBB16444}"
Package = "{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}"
/>
</References>
</Build>
<Files>
<Include>
<File
RelPath = "Art.cs"
SubType = "Code"
BuildAction = "Compile"
/>
<File
RelPath = "AssemblyInfo.cs"
SubType = "Code"
BuildAction = "Compile"
/>
<File
RelPath = "CommonArt.cs"
SubType = "Code"
BuildAction = "Compile"
/>
<File
RelPath = "District.cs"
SubType = "Code"
BuildAction = "Compile"
/>
<File
RelPath = "Forum.cs"
SubType = "Code"
BuildAction = "Compile"
/>
<File
RelPath = "ForumConfig.cs"
SubType = "Code"
BuildAction = "Compile"
/>
<File
RelPath = "ForumInfoSum.cs"
SubType = "Code"
BuildAction = "Compile"
/>
<File
RelPath = "Guest.cs"
SubType = "Code"
BuildAction = "Compile"
/>
<File
RelPath = "Member.cs"
SubType = "Code"
BuildAction = "Compile"
/>
<File
RelPath = "Placard.cs"
SubType = "Code"
BuildAction = "Compile"
/>
<File
RelPath = "PlacardList.cs"
SubType = "Code"
BuildAction = "Compile"
/>
<File
RelPath = "Theme.cs"
SubType = "Code"
BuildAction = "Compile"
/>
<File
RelPath = "ThemeInfo.cs"
SubType = "Code"
BuildAction = "Compile"
/>
<File
RelPath = "ThemeInfoSum.cs"
SubType = "Code"
BuildAction = "Compile"
/>
<File
RelPath = "TopArt.cs"
SubType = "Code"
BuildAction = "Compile"
/>
<File
RelPath = "Topic.cs"
SubType = "Code"
BuildAction = "Compile"
/>
<File
RelPath = "UserList.cs"
SubType = "Code"
BuildAction = "Compile"
/>
<File
RelPath = "ModelSupport\default.txvpck"
BuildAction = "None"
/>
<File
RelPath = "ModelSupport\Stella\Stella.txvpck"
BuildAction = "None"
/>
<File
RelPath = "ModelSupport\Stella\Model\Model.txvpck"
BuildAction = "None"
/>
</Include>
</Files>
</CSHARP>
</VisualStudioProject>
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?