📄 lgxgrid示例.csproj
字号:
<VisualStudioProject>
<CSHARP
ProjectType = "Local"
ProductVersion = "7.10.3077"
SchemaVersion = "2.0"
ProjectGuid = "{392D9100-BCC9-46CA-B392-8141698EEFED}"
>
<Build>
<Settings
ApplicationIcon = "App.ico"
AssemblyKeyContainerName = ""
AssemblyName = "LgxGrid示例"
AssemblyOriginatorKeyFile = ""
DefaultClientScript = "JScript"
DefaultHTMLPageLayout = "Grid"
DefaultTargetSchema = "IE50"
DelaySign = "false"
OutputType = "WinExe"
PreBuildEvent = ""
PostBuildEvent = ""
RootNamespace = "LgxGrid示例"
RunPostBuildEvent = "OnBuildSuccess"
StartupObject = ""
>
<Config
Name = "Debug"
AllowUnsafeBlocks = "false"
BaseAddress = "285212672"
CheckForOverflowUnderflow = "false"
ConfigurationOverrideFile = ""
DefineConstants = "DEBUG;TRACE"
DocumentationFile = ""
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.0.3705\System.dll"
/>
<Reference
Name = "System.Data"
AssemblyName = "System.Data"
HintPath = "C:\WINDOWS\Microsoft.NET\Framework\v1.0.3705\System.Data.dll"
/>
<Reference
Name = "System.Drawing"
AssemblyName = "System.Drawing"
HintPath = "C:\WINDOWS\Microsoft.NET\Framework\v1.0.3705\System.Drawing.dll"
/>
<Reference
Name = "System.Windows.Forms"
AssemblyName = "System.Windows.Forms"
HintPath = "C:\WINDOWS\Microsoft.NET\Framework\v1.0.3705\System.Windows.Forms.dll"
/>
<Reference
Name = "System.XML"
AssemblyName = "System.Xml"
HintPath = "C:\WINDOWS\Microsoft.NET\Framework\v1.0.3705\System.XML.dll"
/>
<Reference
Name = "stdole"
Guid = "{00020430-0000-0000-C000-000000000046}"
VersionMajor = "2"
VersionMinor = "0"
Lcid = "0"
WrapperTool = "primary"
/>
<Reference
Name = "IObjectSafetyTLB"
Guid = "{C67830E0-D11D-11CF-BD80-00AA00575603}"
VersionMajor = "1"
VersionMinor = "0"
Lcid = "0"
WrapperTool = "tlbimp"
/>
<Reference
Name = "system.web.services"
AssemblyName = "System.Web.Services"
HintPath = "c:\windows\assembly\gac\system.web.services\1.0.3300.0__b03f5f7f11d50a3a\system.web.services.dll"
/>
<Reference
Name = "crystaldecisions.shared"
AssemblyName = "CrystalDecisions.Shared"
HintPath = "c:\windows\assembly\gac\crystaldecisions.shared\9.1.3300.0__692fbea5521e1304\crystaldecisions.shared.dll"
/>
<Reference
Name = "crystaldecisions.crystalreports.engine"
AssemblyName = "CrystalDecisions.CrystalReports.Engine"
HintPath = "c:\windows\assembly\gac\crystaldecisions.crystalreports.engine\9.1.3300.0__692fbea5521e1304\crystaldecisions.crystalreports.engine.dll"
/>
<Reference
Name = "crystaldecisions.reportsource"
AssemblyName = "CrystalDecisions.ReportSource"
HintPath = "c:\windows\assembly\gac\crystaldecisions.reportsource\9.1.3300.0__692fbea5521e1304\crystaldecisions.reportsource.dll"
/>
<Reference
Name = "crystaldecisions.windows.forms"
AssemblyName = "CrystalDecisions.Windows.Forms"
HintPath = "c:\windows\assembly\gac\crystaldecisions.windows.forms\9.1.3300.0__692fbea5521e1304\crystaldecisions.windows.forms.dll"
/>
<Reference
Name = "ADODB"
Guid = "{00000201-0000-0010-8000-00AA006D2EA4}"
VersionMajor = "2"
VersionMinor = "1"
Lcid = "0"
WrapperTool = "tlbimp"
/>
<Reference
Name = "LgxgridV10"
Guid = "{1118EDCB-88E1-457D-8DD2-F4F48858E69B}"
VersionMajor = "8"
VersionMinor = "12"
Lcid = "0"
WrapperTool = "tlbimp"
/>
<Reference
Name = "AxLgxgridV10"
Guid = "{1118EDCB-88E1-457D-8DD2-F4F48858E69B}"
VersionMajor = "8"
VersionMinor = "12"
Lcid = "0"
WrapperTool = "aximp"
/>
</References>
</Build>
<Files>
<Include>
<File
RelPath = "App.ico"
BuildAction = "Content"
/>
<File
RelPath = "AssemblyInfo.cs"
SubType = "Code"
BuildAction = "Compile"
/>
<File
RelPath = "Class1.cs"
SubType = "Code"
BuildAction = "Compile"
/>
<File
RelPath = "Form1.cs"
SubType = "Form"
BuildAction = "Compile"
/>
<File
RelPath = "Form1.resx"
DependentUpon = "Form1.cs"
BuildAction = "EmbeddedResource"
/>
<File
RelPath = "Form2.cs"
SubType = "Form"
BuildAction = "Compile"
/>
<File
RelPath = "Form2.resx"
DependentUpon = "Form2.cs"
BuildAction = "EmbeddedResource"
/>
</Include>
</Files>
</CSHARP>
</VisualStudioProject>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -