📄 lib.csproj
字号:
<VisualStudioProject>
<CSHARP
ProjectType = "Local"
ProductVersion = "7.10.3077"
SchemaVersion = "2.0"
ProjectGuid = "{46E76830-4ED0-48B2-8EF5-993B5115D31D}"
>
<Build>
<Settings
ApplicationIcon = ""
AssemblyKeyContainerName = ""
AssemblyName = "Lib"
AssemblyOriginatorKeyFile = ""
DefaultClientScript = "JScript"
DefaultHTMLPageLayout = "Grid"
DefaultTargetSchema = "IE50"
DelaySign = "false"
OutputType = "Library"
PreBuildEvent = ""
PostBuildEvent = ""
RootNamespace = "JB.GraduateDesign.ESM"
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\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 = "..\..\..\..\..\..\WINDOWS\Microsoft.NET\Framework\v1.1.4322\System.dll"
/>
<Reference
Name = "System.Data"
AssemblyName = "System.Data"
HintPath = "..\..\..\..\..\..\WINDOWS\Microsoft.NET\Framework\v1.1.4322\System.Data.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 = "Business\AddressBookSystem.cs"
SubType = "Code"
BuildAction = "Compile"
/>
<File
RelPath = "Business\InBoxSystem.cs"
SubType = "Code"
BuildAction = "Compile"
/>
<File
RelPath = "Business\OutBoxSystem.cs"
SubType = "Code"
BuildAction = "Compile"
/>
<File
RelPath = "Business\UserInfoSystem.cs"
SubType = "Code"
BuildAction = "Compile"
/>
<File
RelPath = "Common\DataBaseOperate.cs"
SubType = "Code"
BuildAction = "Compile"
/>
<File
RelPath = "DataAccess\AddressBooks.cs"
SubType = "Code"
BuildAction = "Compile"
/>
<File
RelPath = "DataAccess\InBoxes.cs"
SubType = "Code"
BuildAction = "Compile"
/>
<File
RelPath = "DataAccess\OutBoxes.cs"
SubType = "Code"
BuildAction = "Compile"
/>
<File
RelPath = "DataAccess\UserInfos.cs"
SubType = "Code"
BuildAction = "Compile"
/>
<File
RelPath = "Entity\AddressBook.xsd"
BuildAction = "Content"
Generator = "MSDataSetGenerator"
LastGenOutput = "AddressBook.cs"
/>
<File
RelPath = "Entity\AddressBook.cs"
DependentUpon = "AddressBook.xsd"
SubType = "code"
BuildAction = "Compile"
DesignTime = "True"
AutoGen = "True"
/>
<File
RelPath = "Entity\AddressBook.xsx"
DependentUpon = "AddressBook.xsd"
BuildAction = "None"
/>
<File
RelPath = "Entity\InBoxData.xsd"
BuildAction = "Content"
Generator = "MSDataSetGenerator"
LastGenOutput = "InBoxData.cs"
/>
<File
RelPath = "Entity\InBoxData.cs"
DependentUpon = "InBoxData.xsd"
SubType = "code"
BuildAction = "Compile"
DesignTime = "True"
AutoGen = "True"
/>
<File
RelPath = "Entity\InBoxData.xsx"
DependentUpon = "InBoxData.xsd"
BuildAction = "None"
/>
<File
RelPath = "Entity\OutBox.xsd"
BuildAction = "Content"
Generator = "MSDataSetGenerator"
LastGenOutput = "OutBox.cs"
/>
<File
RelPath = "Entity\OutBox.cs"
DependentUpon = "OutBox.xsd"
SubType = "code"
BuildAction = "Compile"
DesignTime = "True"
AutoGen = "True"
/>
<File
RelPath = "Entity\OutBox.xsx"
DependentUpon = "OutBox.xsd"
BuildAction = "None"
/>
<File
RelPath = "Entity\QueryStruct.cs"
SubType = "Code"
BuildAction = "Compile"
/>
<File
RelPath = "Entity\UserInfo.xsd"
BuildAction = "Content"
Generator = "MSDataSetGenerator"
LastGenOutput = "UserInfo.cs"
/>
<File
RelPath = "Entity\UserInfo.cs"
DependentUpon = "UserInfo.xsd"
SubType = "code"
BuildAction = "Compile"
DesignTime = "True"
AutoGen = "True"
/>
<File
RelPath = "Entity\UserInfo.xsx"
DependentUpon = "UserInfo.xsd"
BuildAction = "None"
/>
</Include>
</Files>
</CSHARP>
</VisualStudioProject>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -