📄 csharp.csproj
字号:
<VisualStudioProject>
<CSHARP
ProjectType = "Local"
ProductVersion = "7.0.9466"
SchemaVersion = "1.0"
ProjectGuid = "{B0A1577D-951D-4886-8726-9388FB15CFF4}"
>
<Build>
<Settings
ApplicationIcon = "App.ico"
AssemblyKeyContainerName = ""
AssemblyName = "CSharp"
AssemblyOriginatorKeyFile = ""
DefaultClientScript = "JScript"
DefaultHTMLPageLayout = "Grid"
DefaultTargetSchema = "IE50"
DelaySign = "false"
OutputType = "Library"
RootNamespace = "DDW.CSharp"
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 = ".\"
RegisterForComInterop = "false"
RemoveIntegerChecks = "false"
TreatWarningsAsErrors = "false"
WarningLevel = "4"
/>
<Config
Name = "antlr java"
AllowUnsafeBlocks = "false"
BaseAddress = "285212672"
CheckForOverflowUnderflow = "false"
ConfigurationOverrideFile = ""
DefineConstants = "TRACE"
DocumentationFile = ""
DebugSymbols = "false"
FileAlignment = "4096"
IncrementalBuild = "false"
Optimize = "true"
OutputPath = ".\"
RegisterForComInterop = "false"
RemoveIntegerChecks = "false"
TreatWarningsAsErrors = "false"
WarningLevel = "4"
/>
</Settings>
<References>
<Reference
Name = "antlr.runtime"
AssemblyName = "antlr.runtime"
HintPath = "antlr.runtime.dll"
/>
<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.XML"
AssemblyName = "System.Xml"
HintPath = "C:\WINDOWS\Microsoft.NET\Framework\v1.0.3705\System.XML.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"
/>
</References>
</Build>
<Files>
<Include>
<File
RelPath = "Gen\CSharpGen.cs"
SubType = "Code"
BuildAction = "Compile"
/>
<File
RelPath = "Gen\LineWriter.cs"
SubType = "Code"
BuildAction = "Compile"
/>
<File
RelPath = "Graph\CodeGraph.cs"
SubType = "Code"
BuildAction = "Compile"
/>
<File
RelPath = "Graph\Collections.cs"
SubType = "Code"
BuildAction = "Compile"
/>
<File
RelPath = "Graph\SymbolCollections.cs"
SubType = "Code"
BuildAction = "Compile"
/>
<File
RelPath = "Graph\SymbolTables.cs"
SubType = "Code"
BuildAction = "Compile"
/>
<File
RelPath = "Parse\Attribution.cs"
SubType = "Code"
BuildAction = "Compile"
/>
<File
RelPath = "Parse\csharp.g"
BuildAction = "None"
/>
<File
RelPath = "Parse\CSharpAST.cs"
SubType = "Code"
BuildAction = "Compile"
/>
<File
RelPath = "Parse\CSharpLexer.cs"
SubType = "Code"
BuildAction = "Compile"
/>
<File
RelPath = "Parse\CSharpParser.cs"
SubType = "Code"
BuildAction = "Compile"
/>
<File
RelPath = "Parse\CSharpTokenTypes.cs"
SubType = "Code"
BuildAction = "Compile"
/>
<File
RelPath = "Parse\LineNumberAST.cs"
SubType = "Code"
BuildAction = "Compile"
/>
<File
RelPath = "Walk\GraphParserBase.cs"
SubType = "Code"
BuildAction = "Compile"
/>
<File
RelPath = "Walk\PropertyWalker.cs"
SubType = "Code"
BuildAction = "Compile"
/>
<File
RelPath = "Walk\PropertyWalkerBase.cs"
SubType = "Code"
BuildAction = "Compile"
/>
<File
RelPath = "Walk\PropertyWalkerTest.cs"
SubType = "Code"
BuildAction = "Compile"
/>
</Include>
</Files>
</CSHARP>
</VisualStudioProject>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -