⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 ftpexplorer.csproj

📁 用C#写的FTP客户端
💻 CSPROJ
字号:
<VisualStudioProject>
    <CSHARP ProjectType = "Local" >
        <Build>
            <Settings
                ApplicationIcon = ""
                ApplicationRoot = "true"
                AssemblyBuildNumber = "0"
                AssemblyCompany = ""
                AssemblyCopyright = ""
                AssemblyDescription = ""
                AssemblyKeyContainerName = ""
                AssemblyMajorVersion = "1"
                AssemblyMinorVersion = "0"
                AssemblyName = "FTPExplorer"
                AssemblyOriginatorKeyFile = ""
                AssemblyOriginatorKeyMode = "None"
                AssemblyProduct = ""
                AssemblyRevisionNumber = "0"
                AssemblyTitle = ""
                AssemblyTrademark = ""
                CLSCompliant = "true"
                DefaultClientScript = "JScript"
                DefaultDTCPlatform = "Server"
                DefaultHTMLPageLayout = "Linear"
                DefaultTargetSchema = "HTML32"
                DefaultServerScript = "VBScript"
                DefaultSessionState = "True"
                GenerateRevisionNumber = "true"
                NoStandardLibraries = "false"
                OutputType = "WinExe"
                OptionCompare = "Binary"
                OptionExplicit = "On"
                OptionStrict = "On"
                _RootNamespace = "FTPExplorer"
                StartupObject = ""
            >
                <Config
                    Name = "Debug"
                    AllowUnsafeBlocks = "false"
                    BaseAddress = "0"
                    CheckForOverflowUnderflow = "false"
                    DefineConstants = "DEBUG;TRACE"
                    DefineDebug = "true"
                    DefineTrace = "true"
                    DocumentationFile = ""
                    DebugSymbols = "true"
                    IncrementalBuild = "false"
                    NoLogo = "true"
                    NoOutput = "false"
                    Optimize = "false"
                    OutputPath = "bin\Debug\"
                    RemoveIntegerChecks = "false"
                    TreatWarningsAsErrors = "false"
                    WarningLevel = "4"
                />
                <Config
                    Name = "Release"
                    AllowUnsafeBlocks = "false"
                    BaseAddress = "0"
                    CheckForOverflowUnderflow = "false"
                    DefineConstants = "TRACE"
                    DefineDebug = "true"
                    DefineTrace = "true"
                    DocumentationFile = ""
                    DebugSymbols = "false"
                    IncrementalBuild = "false"
                    NoLogo = "true"
                    NoOutput = "false"
                    Optimize = "true"
                    OutputPath = "bin\Release\"
                    RemoveIntegerChecks = "false"
                    TreatWarningsAsErrors = "false"
                    WarningLevel = "4"
                />
            </Settings>
            <References>
                <Reference Name = "mscorlib" />
                <Reference Name = "System" />
                <Reference Name = "System.Drawing" />
                <Reference Name = "System.WinForms" />
                <Reference Name = "System.Diagnostics" />
                <Reference Name = "System.Configuration" />
                <Reference Name = "System.Data" />
                <Reference Name = "Microsoft.Win32.Interop" />
                <Reference Name = "System.Net" />
                <Reference Name = "System.DirectoryServices" />
                <Reference Name = "System.IO" />
            </References>
        </Build>
        <Files>
            <Include>
                <File
                    RelPath = "About.bmp"
                    BuildAction = "Content"
                />
                <File
                    RelPath = "AboutDlg.cs"
                    SubType = "Form"
                    BuildAction = "Compile"
                />
                <File
                    RelPath = "AboutDlg.resx"
                    DependentUpon = "AboutDlg.cs"
                    BuildAction = "EmbeddedResource"
                />
                <File
                    RelPath = "AssemblyInfo.cs"
                    BuildAction = "Compile"
                />
                <File
                    RelPath = "Client.bmp"
                    BuildAction = "Content"
                />
                <File
                    RelPath = "Close.bmp"
                    BuildAction = "Content"
                />
                <File
                    RelPath = "Configure.bmp"
                    BuildAction = "Content"
                />
                <File
                    RelPath = "ConfigureDlg.cs"
                    SubType = "Form"
                    BuildAction = "Compile"
                />
                <File
                    RelPath = "ConfigureDlg.resx"
                    DependentUpon = "ConfigureDlg.cs"
                    BuildAction = "EmbeddedResource"
                />
                <File
                    RelPath = "ConnectDlg.cs"
                    SubType = "Form"
                    BuildAction = "Compile"
                />
                <File
                    RelPath = "ConnectDlg.resx"
                    DependentUpon = "ConnectDlg.cs"
                    BuildAction = "EmbeddedResource"
                />
                <File
                    RelPath = "ExplorerDlg.cs"
                    SubType = "Code"
                    BuildAction = "Compile"
                />
                <File
                    RelPath = "ExplorerDlg.resx"
                    DependentUpon = "ExplorerDlg.cs"
                    BuildAction = "EmbeddedResource"
                />
                <File
                    RelPath = "FileDownload.bmp"
                    BuildAction = "Content"
                />
                <File
                    RelPath = "FileUpload.bmp"
                    BuildAction = "Content"
                />
                <File
                    RelPath = "FolderClose.bmp"
                    BuildAction = "Content"
                />
                <File
                    RelPath = "FolderOpen.bmp"
                    BuildAction = "Content"
                />
                <File
                    RelPath = "FTPClient.cs"
                    SubType = "Code"
                    BuildAction = "Compile"
                />
                <File
                    RelPath = "FTPExplorer.ico"
                    BuildAction = "Content"
                />
                <File
                    RelPath = "FTPFileList.cs"
                    SubType = "Code"
                    BuildAction = "Compile"
                />
                <File
                    RelPath = "Refresh.bmp"
                    BuildAction = "Content"
                />
                <File
                    RelPath = "Server.bmp"
                    BuildAction = "Content"
                />
                <File
                    RelPath = "ServerConnect.bmp"
                    BuildAction = "Content"
                />
                <File
                    RelPath = "ServerConnectLarge.bmp"
                    BuildAction = "Content"
                />
                <File
                    RelPath = "ServerDisConnect.bmp"
                    BuildAction = "Content"
                />
                <File
                    RelPath = "SysInfo.bmp"
                    BuildAction = "Content"
                />
                <File
                    RelPath = "SystemInfo.bmp"
                    BuildAction = "Content"
                />
                <File
                    RelPath = "SystemInfoDlg.cs"
                    SubType = "Form"
                    BuildAction = "Compile"
                />
                <File
                    RelPath = "SystemInfoDlg.resx"
                    DependentUpon = "SystemInfoDlg.cs"
                    BuildAction = "EmbeddedResource"
                />
                <File
                    RelPath = "TreeRoot.bmp"
                    BuildAction = "Content"
                />
                <File
                    RelPath = "VSDOTNET.bmp"
                    BuildAction = "Content"
                />
            </Include>
        </Files>
    </CSHARP>
</VisualStudioProject>

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -