📄 dbutil.csproj
字号:
<VisualStudioProject>
<CSHARP
ProjectType = "Local"
ProductVersion = "7.0.9466"
SchemaVersion = "1.0"
ProjectGuid = "{04150868-714C-4B3B-9C3A-A4D852CD0DF2}"
>
<Build>
<Settings
ApplicationIcon = ""
AssemblyKeyContainerName = ""
AssemblyName = "DBUtil"
AssemblyOriginatorKeyFile = ""
DefaultClientScript = "JScript"
DefaultHTMLPageLayout = "Grid"
DefaultTargetSchema = "IE50"
DelaySign = "false"
OutputType = "Library"
RootNamespace = "DBUtil"
StartupObject = ""
>
<Config
Name = "Debug"
AllowUnsafeBlocks = "false"
BaseAddress = "285212672"
CheckForOverflowUnderflow = "false"
ConfigurationOverrideFile = ""
DefineConstants = "DEBUG;TRACE"
DocumentationFile = ""
DebugSymbols = "true"
FileAlignment = "4096"
IncrementalBuild = "true"
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"
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.0.3705\System.dll"
/>
<Reference
Name = "System.Data"
AssemblyName = "System.Data"
HintPath = "..\..\..\WINDOWS\Microsoft.NET\Framework\v1.0.3705\System.Data.dll"
/>
<Reference
Name = "System.XML"
AssemblyName = "System.Xml"
HintPath = "..\..\..\WINDOWS\Microsoft.NET\Framework\v1.0.3705\System.XML.dll"
/>
<Reference
Name = "ADODB"
Guid = "{00000205-0000-0010-8000-00AA006D2EA4}"
VersionMajor = "2"
VersionMinor = "5"
Lcid = "0"
WrapperTool = "primary"
/>
<Reference
Name = "MSDASC"
Guid = "{2206CEB0-19C1-11D1-89E0-00C04FD7A829}"
VersionMajor = "1"
VersionMinor = "0"
Lcid = "0"
WrapperTool = "tlbimp"
/>
<Reference
Name = "System.Windows.Forms"
AssemblyName = "System.Windows.Forms"
HintPath = "..\..\..\WINDOWS\Microsoft.NET\Framework\v1.0.3705\System.Windows.Forms.dll"
/>
<Reference
Name = "System.Drawing"
AssemblyName = "System.Drawing"
HintPath = "..\..\..\WINNT\Microsoft.NET\Framework\v1.0.3705\System.Drawing.dll"
/>
<Reference
Name = "YDataGrid"
AssemblyName = "YDataGrid"
HintPath = "..\YDataGrid\bin\Release\YDataGrid.dll"
/>
<Reference
Name = "Utils"
AssemblyName = "Utils"
HintPath = "..\Utils\bin\Release\Utils.dll"
/>
</References>
</Build>
<Files>
<Include>
<File
RelPath = "AssemblyInfo.cs"
SubType = "Code"
BuildAction = "Compile"
/>
<File
RelPath = "DataCopyOperation.cs"
SubType = "Code"
BuildAction = "Compile"
/>
<File
RelPath = "DataDeleteOperation.cs"
SubType = "Code"
BuildAction = "Compile"
/>
<File
RelPath = "DBBaseOperation.cs"
SubType = "Code"
BuildAction = "Compile"
/>
<File
RelPath = "DBCreateFKConstraintOperation.cs"
SubType = "Code"
BuildAction = "Compile"
/>
<File
RelPath = "DBCreateTableOperation.cs"
SubType = "Code"
BuildAction = "Compile"
/>
<File
RelPath = "DBDropTableOperation.cs"
SubType = "Code"
BuildAction = "Compile"
/>
<File
RelPath = "DBSchema.cs"
SubType = "Code"
BuildAction = "Compile"
/>
<File
RelPath = "DBSchemaOperation.cs"
SubType = "Code"
BuildAction = "Compile"
/>
<File
RelPath = "DBUtil.mdx"
BuildAction = "None"
/>
<File
RelPath = "IdentityDataOperation.cs"
SubType = "Code"
BuildAction = "Compile"
/>
<File
RelPath = "OverwriteBaseForm.cs"
SubType = "Form"
BuildAction = "Compile"
/>
<File
RelPath = "OverwriteBaseForm.resx"
DependentUpon = "OverwriteBaseForm.cs"
BuildAction = "EmbeddedResource"
/>
<File
RelPath = "OverwriteDataForm.cs"
SubType = "Form"
BuildAction = "Compile"
/>
<File
RelPath = "OverwriteDataForm.resx"
DependentUpon = "OverwriteDataForm.cs"
BuildAction = "EmbeddedResource"
/>
<File
RelPath = "OverwriteTableForm.cs"
SubType = "Form"
BuildAction = "Compile"
/>
<File
RelPath = "OverwriteTableForm.resx"
DependentUpon = "OverwriteTableForm.cs"
BuildAction = "EmbeddedResource"
/>
<File
RelPath = "TableCopyOperation.cs"
SubType = "Code"
BuildAction = "Compile"
/>
<File
RelPath = "TableDeleteOperation.cs"
SubType = "Code"
BuildAction = "Compile"
/>
<File
RelPath = "Util.cs"
SubType = "Code"
BuildAction = "Compile"
/>
<File
RelPath = "YOleDbAdapter.cs"
SubType = "Code"
BuildAction = "Compile"
/>
</Include>
</Files>
</CSHARP>
</VisualStudioProject>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -