📄 vcsharp.csproj
字号:
<VisualStudioProject>
<CSHARP
ProjectType = "Local"
ProductVersion = "7.0.9466"
SchemaVersion = "1.0"
ProjectGuid = "{46BFCE10-3B56-4577-88A9-4FAC20C4EA4F}"
>
<Build>
<Settings
ApplicationIcon = "App.ico"
AssemblyKeyContainerName = ""
AssemblyName = "VCSharp"
AssemblyOriginatorKeyFile = ""
DefaultClientScript = "JScript"
DefaultHTMLPageLayout = "Grid"
DefaultTargetSchema = "IE50"
DelaySign = "false"
OutputType = "WinExe"
RootNamespace = "VCSharp"
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 = "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"
/>
</References>
</Build>
<Files>
<Include>
<File
RelPath = "App.ico"
BuildAction = "Content"
/>
<File
RelPath = "AssemblyInfo.cs"
SubType = "Code"
BuildAction = "Compile"
/>
<File
RelPath = "CArc.cs"
SubType = "Code"
BuildAction = "Compile"
/>
<File
RelPath = "CBox.cs"
SubType = "Code"
BuildAction = "Compile"
/>
<File
RelPath = "CCircle.cs"
SubType = "Code"
BuildAction = "Compile"
/>
<File
RelPath = "CCreateArc.cs"
SubType = "Code"
BuildAction = "Compile"
/>
<File
RelPath = "CCreateCircle.cs"
SubType = "Code"
BuildAction = "Compile"
/>
<File
RelPath = "CCreateLine.cs"
SubType = "Code"
BuildAction = "Compile"
/>
<File
RelPath = "CCreateRectangle.cs"
SubType = "Code"
BuildAction = "Compile"
/>
<File
RelPath = "CCreateText.cs"
SubType = "Code"
BuildAction = "Compile"
/>
<File
RelPath = "CGElement.cs"
SubType = "Code"
BuildAction = "Compile"
/>
<File
RelPath = "CLine.cs"
SubType = "Code"
BuildAction = "Compile"
/>
<File
RelPath = "CMirror.cs"
SubType = "Code"
BuildAction = "Compile"
/>
<File
RelPath = "CMove.cs"
SubType = "Code"
BuildAction = "Compile"
/>
<File
RelPath = "Common.cs"
SubType = "Code"
BuildAction = "Compile"
/>
<File
RelPath = "CRectangle.cs"
SubType = "Code"
BuildAction = "Compile"
/>
<File
RelPath = "CRotate.cs"
SubType = "Code"
BuildAction = "Compile"
/>
<File
RelPath = "CSelect.cs"
SubType = "Code"
BuildAction = "Compile"
/>
<File
RelPath = "CText.cs"
SubType = "Code"
BuildAction = "Compile"
/>
<File
RelPath = "Form1.cs"
SubType = "Form"
BuildAction = "Compile"
/>
<File
RelPath = "Form1.resx"
DependentUpon = "Form1.cs"
BuildAction = "EmbeddedResource"
/>
<File
RelPath = "ICommand.cs"
SubType = "Code"
BuildAction = "Compile"
/>
<File
RelPath = "Text.cs"
SubType = "Form"
BuildAction = "Compile"
/>
<File
RelPath = "Text.resx"
DependentUpon = "Text.cs"
BuildAction = "EmbeddedResource"
/>
<File
RelPath = "Win32API.cs"
SubType = "Code"
BuildAction = "Compile"
/>
</Include>
</Files>
</CSHARP>
</VisualStudioProject>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -