📄 ftp.csproj
字号:
<VisualStudioProject>
<CSHARP
ProjectType = "Local"
ProductVersion = "7.0.9254"
SchemaVersion = "1.0"
ProjectGuid = "{19F3B837-B714-445C-96DF-1EA383560D80}"
>
<Build>
<Settings
ApplicationIcon = ""
AssemblyKeyContainerName = ""
AssemblyName = "Free FTP"
AssemblyOriginatorKeyFile = ""
DefaultClientScript = "JScript"
DefaultHTMLPageLayout = "Grid"
DefaultTargetSchema = "IE50"
DelaySign = "false"
NoStandardLibraries = "false"
OutputType = "WinExe"
RootNamespace = "Free_FTP"
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 = "true"
Optimize = "true"
OutputPath = "bin\Release\"
RegisterForComInterop = "false"
RemoveIntegerChecks = "false"
TreatWarningsAsErrors = "false"
WarningLevel = "4"
/>
</Settings>
<References>
<Reference
Name = "System"
AssemblyName = "System"
/>
<Reference
Name = "System.Data"
AssemblyName = "System.Data"
/>
<Reference
Name = "System.Drawing"
AssemblyName = "System.Drawing"
/>
<Reference
Name = "System.Windows.Forms"
AssemblyName = "System.Windows.Forms"
/>
<Reference
Name = "System.XML"
AssemblyName = "System.Xml"
/>
</References>
</Build>
<Files>
<Include>
<File
RelPath = "AssemblyInfo.cs"
SubType = "Code"
BuildAction = "Compile"
/>
<File
RelPath = "licenses.licx"
BuildAction = "Content"
/>
<File
RelPath = "Controller\PaulsFTPController.cs"
SubType = "Code"
BuildAction = "Compile"
/>
<File
RelPath = "Model\InterpretUnixResponse.cs"
SubType = "Code"
BuildAction = "Compile"
/>
<File
RelPath = "Model\PaulsFTPModel.cs"
SubType = "Code"
BuildAction = "Compile"
/>
<File
RelPath = "Model\Data Structures\ModelViewState.cs"
SubType = "Code"
BuildAction = "Compile"
/>
<File
RelPath = "Model\Data Structures\ServerFileData.cs"
SubType = "Code"
BuildAction = "Compile"
/>
<File
RelPath = "Model\Data Structures\Directory Cache\DirectoryCacheManager.cs"
SubType = "Code"
BuildAction = "Compile"
/>
<File
RelPath = "Model\Data Structures\Directory Cache\DirectoryNode.cs"
SubType = "Code"
BuildAction = "Compile"
/>
<File
RelPath = "Model\Data Structures\Directory Cache\ServerDirectoryCache.cs"
SubType = "Code"
BuildAction = "Compile"
/>
<File
RelPath = "View\HandleUserGesture.cs"
SubType = "Component"
BuildAction = "Compile"
/>
<File
RelPath = "View\HandleUserGesture.resx"
DependentUpon = "HandleUserGesture.cs"
BuildAction = "EmbeddedResource"
/>
<File
RelPath = "View\PaulsFTPView.cs"
SubType = "Form"
BuildAction = "Compile"
/>
<File
RelPath = "View\PaulsFTPView.resx"
DependentUpon = "PaulsFTPView.cs"
BuildAction = "EmbeddedResource"
/>
<File
RelPath = "View\Data Structures\UserGesture.cs"
SubType = "Code"
BuildAction = "Compile"
/>
<File
RelPath = "View\Visible Controls\AbstractPanel.cs"
SubType = "Component"
BuildAction = "Compile"
/>
<File
RelPath = "View\Visible Controls\CommandSummary.cs"
SubType = "Component"
BuildAction = "Compile"
/>
<File
RelPath = "View\Visible Controls\ConnectionBar.cs"
SubType = "Component"
BuildAction = "Compile"
/>
<File
RelPath = "View\Visible Controls\InterfaceViewComponent.cs"
SubType = "Code"
BuildAction = "Compile"
/>
<File
RelPath = "View\Visible Controls\ListView.cs"
SubType = "Component"
BuildAction = "Compile"
/>
<File
RelPath = "View\Visible Controls\MainMenu.cs"
SubType = "Component"
BuildAction = "Compile"
/>
<File
RelPath = "View\Visible Controls\TreeView.cs"
SubType = "Component"
BuildAction = "Compile"
/>
</Include>
</Files>
</CSHARP>
</VisualStudioProject>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -