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

📄 albummanager.csproj

📁 这是一个小型的相片管理器
💻 CSPROJ
字号:
<VisualStudioProject>
    <CSHARP
        ProjectType = "Local"
        ProductVersion = "7.10.3077"
        SchemaVersion = "2.0"
        ProjectGuid = "{C014CA49-7C38-4AD5-B283-6422338AC0E6}"
    >
        <Build>
            <Settings
                ApplicationIcon = "icons\app.ico"
                AssemblyKeyContainerName = ""
                AssemblyName = "VirtualPhotoOrganizer"
                AssemblyOriginatorKeyFile = ""
                DefaultClientScript = "JScript"
                DefaultHTMLPageLayout = "Grid"
                DefaultTargetSchema = "IE50"
                DelaySign = "false"
                OutputType = "WinExe"
                PreBuildEvent = ""
                PostBuildEvent = ""
                RootNamespace = "VirtualPhotoOrganizer"
                RunPostBuildEvent = "OnBuildSuccess"
                StartupObject = "VirtualPhotoOrganizer.MainForm"
            >
                <Config
                    Name = "Debug"
                    AllowUnsafeBlocks = "false"
                    BaseAddress = "285212672"
                    CheckForOverflowUnderflow = "false"
                    ConfigurationOverrideFile = ""
                    DefineConstants = "DEBUG;TRACE"
                    DocumentationFile = ""
                    DebugSymbols = "true"
                    FileAlignment = "4096"
                    IncrementalBuild = "false"
                    NoStdLib = "false"
                    NoWarn = ""
                    Optimize = "true"
                    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 = "TXML"
                    AssemblyName = "TXML"
                    HintPath = "..\TXML.dll"
                />
                <Reference
                    Name = "System"
                    AssemblyName = "System"
                    HintPath = "..\..\..\..\..\..\WINDOWS\Microsoft.NET\Framework\v1.1.4322\System.dll"
                />
                <Reference
                    Name = "System.Data"
                    AssemblyName = "System.Data"
                    HintPath = "..\..\..\..\..\..\WINDOWS\Microsoft.NET\Framework\v1.1.4322\System.Data.dll"
                />
                <Reference
                    Name = "System.Drawing"
                    AssemblyName = "System.Drawing"
                    HintPath = "..\..\..\..\..\..\WINDOWS\Microsoft.NET\Framework\v1.1.4322\System.Drawing.dll"
                />
                <Reference
                    Name = "System.XML"
                    AssemblyName = "System.Xml"
                    HintPath = "..\..\..\..\..\..\WINDOWS\Microsoft.NET\Framework\v1.1.4322\System.XML.dll"
                />
                <Reference
                    Name = "System.Windows.Forms"
                    AssemblyName = "System.Windows.Forms"
                    HintPath = "..\..\..\..\..\..\WINDOWS\Microsoft.NET\Framework\v1.1.4322\System.Windows.Forms.dll"
                />
                <Reference
                    Name = "WiaInterop"
                    AssemblyName = "WiaInterop"
                    HintPath = "..\WiaInterop.dll"
                />
                <Reference
                    Name = "System.Web"
                    AssemblyName = "System.Web"
                    HintPath = "..\..\..\..\..\..\WINDOWS\Microsoft.NET\Framework\v1.1.4322\System.Web.dll"
                />
            </References>
        </Build>
        <Files>
            <Include>
                <File
                    RelPath = "app.config"
                    BuildAction = "None"
                />
                <File
                    RelPath = "AssemblyInfo.cs"
                    SubType = "Code"
                    BuildAction = "Compile"
                />
                <File
                    RelPath = "MainForm.cs"
                    SubType = "Form"
                    BuildAction = "Compile"
                />
                <File
                    RelPath = "MainForm.resx"
                    DependentUpon = "MainForm.cs"
                    BuildAction = "EmbeddedResource"
                />
                <File
                    RelPath = "PhotoEditor.cs"
                    SubType = "Form"
                    BuildAction = "Compile"
                />
                <File
                    RelPath = "PhotoEditor.resx"
                    DependentUpon = "PhotoEditor.cs"
                    BuildAction = "EmbeddedResource"
                />
                <File
                    RelPath = "SlideShow.cs"
                    SubType = "Form"
                    BuildAction = "Compile"
                />
                <File
                    RelPath = "SlideShow.resx"
                    DependentUpon = "SlideShow.cs"
                    BuildAction = "EmbeddedResource"
                />
                <File
                    RelPath = "Controls\AlbumsPane.cs"
                    SubType = "UserControl"
                    BuildAction = "Compile"
                />
                <File
                    RelPath = "Controls\AlbumsPane.resx"
                    DependentUpon = "AlbumsPane.cs"
                    BuildAction = "EmbeddedResource"
                />
                <File
                    RelPath = "Controls\PaneTitle.cs"
                    SubType = "UserControl"
                    BuildAction = "Compile"
                />
                <File
                    RelPath = "Controls\PaneTitle.resx"
                    DependentUpon = "PaneTitle.cs"
                    BuildAction = "EmbeddedResource"
                />
                <File
                    RelPath = "Controls\PhotosPane.cs"
                    SubType = "UserControl"
                    BuildAction = "Compile"
                />
                <File
                    RelPath = "Controls\PhotosPane.resx"
                    DependentUpon = "PhotosPane.cs"
                    BuildAction = "EmbeddedResource"
                />
                <File
                    RelPath = "Dialogs\AddAlbumDialog.cs"
                    SubType = "Form"
                    BuildAction = "Compile"
                />
                <File
                    RelPath = "Dialogs\AddAlbumDialog.resx"
                    DependentUpon = "AddAlbumDialog.cs"
                    BuildAction = "EmbeddedResource"
                />
                <File
                    RelPath = "Dialogs\AlbumProp.cs"
                    SubType = "Form"
                    BuildAction = "Compile"
                />
                <File
                    RelPath = "Dialogs\AlbumProp.resx"
                    DependentUpon = "AlbumProp.cs"
                    BuildAction = "EmbeddedResource"
                />
                <File
                    RelPath = "Dialogs\HTMLExportDialog.cs"
                    SubType = "Form"
                    BuildAction = "Compile"
                />
                <File
                    RelPath = "Dialogs\HTMLExportDialog.resx"
                    DependentUpon = "HTMLExportDialog.cs"
                    BuildAction = "EmbeddedResource"
                />
                <File
                    RelPath = "Dialogs\ImageInfoDialog.cs"
                    SubType = "Form"
                    BuildAction = "Compile"
                />
                <File
                    RelPath = "Dialogs\ImageInfoDialog.resx"
                    DependentUpon = "ImageInfoDialog.cs"
                    BuildAction = "EmbeddedResource"
                />
                <File
                    RelPath = "Dialogs\JpegQDialog.cs"
                    SubType = "Form"
                    BuildAction = "Compile"
                />
                <File
                    RelPath = "Dialogs\JpegQDialog.resx"
                    DependentUpon = "JpegQDialog.cs"
                    BuildAction = "EmbeddedResource"
                />
                <File
                    RelPath = "Dialogs\PhotoExistsDialog.cs"
                    SubType = "Form"
                    BuildAction = "Compile"
                />
                <File
                    RelPath = "Dialogs\PhotoExistsDialog.resx"
                    DependentUpon = "PhotoExistsDialog.cs"
                    BuildAction = "EmbeddedResource"
                />
                <File
                    RelPath = "Dialogs\ProgressDialog.cs"
                    SubType = "Form"
                    BuildAction = "Compile"
                />
                <File
                    RelPath = "Dialogs\ProgressDialog.resx"
                    DependentUpon = "ProgressDialog.cs"
                    BuildAction = "EmbeddedResource"
                />
                <File
                    RelPath = "Dialogs\SearchDialog.cs"
                    SubType = "Form"
                    BuildAction = "Compile"
                />
                <File
                    RelPath = "Dialogs\SearchDialog.resx"
                    DependentUpon = "SearchDialog.cs"
                    BuildAction = "EmbeddedResource"
                />
                <File
                    RelPath = "Dialogs\SettingsDialog.cs"
                    SubType = "Form"
                    BuildAction = "Compile"
                />
                <File
                    RelPath = "Dialogs\SettingsDialog.resx"
                    DependentUpon = "SettingsDialog.cs"
                    BuildAction = "EmbeddedResource"
                />
                <File
                    RelPath = "Lang\English.xml"
                    BuildAction = "Content"
                />
                <File
                    RelPath = "Photo\Album.cs"
                    SubType = "Code"
                    BuildAction = "Compile"
                />
                <File
                    RelPath = "Photo\Albums.cs"
                    SubType = "Code"
                    BuildAction = "Compile"
                />
                <File
                    RelPath = "Photo\Clipboard.cs"
                    SubType = "Code"
                    BuildAction = "Compile"
                />
                <File
                    RelPath = "Photo\CropAssistant.cs"
                    SubType = "Code"
                    BuildAction = "Compile"
                />
                <File
                    RelPath = "Photo\ImageCollection.cs"
                    SubType = "Code"
                    BuildAction = "Compile"
                />
                <File
                    RelPath = "Photo\JpegSaver.cs"
                    SubType = "Code"
                    BuildAction = "Compile"
                />
                <File
                    RelPath = "Photo\Photo.cs"
                    SubType = "Code"
                    BuildAction = "Compile"
                />
                <File
                    RelPath = "Photo\PhotoInfo.cs"
                    SubType = "Code"
                    BuildAction = "Compile"
                />
                <File
                    RelPath = "Photo\PhotoPropChanger.cs"
                    SubType = "Code"
                    BuildAction = "Compile"
                />
                <File
                    RelPath = "Photo\Photos.cs"
                    SubType = "Code"
                    BuildAction = "Compile"
                />
                <File
                    RelPath = "Photo\Resizer.cs"
                    SubType = "Code"
                    BuildAction = "Compile"
                />
                <File
                    RelPath = "Photo\RootAlbum.cs"
                    SubType = "Code"
                    BuildAction = "Compile"
                />
                <File
                    RelPath = "Photo\VPOBitmap.cs"
                    SubType = "Code"
                    BuildAction = "Compile"
                />
                <File
                    RelPath = "Util\AlbumCreator.cs"
                    SubType = "Code"
                    BuildAction = "Compile"
                />
                <File
                    RelPath = "Util\HTMLExporter.cs"
                    SubType = "Code"
                    BuildAction = "Compile"
                />
                <File
                    RelPath = "Util\LangFileListRetriever.cs"
                    SubType = "Code"
                    BuildAction = "Compile"
                />
                <File
                    RelPath = "Util\PhotosAdder.cs"
                    SubType = "Code"
                    BuildAction = "Compile"
                />
                <File
                    RelPath = "Util\Printer.cs"
                    SubType = "Code"
                    BuildAction = "Compile"
                />
                <File
                    RelPath = "Util\Search.cs"
                    SubType = "Code"
                    BuildAction = "Compile"
                />
                <File
                    RelPath = "Util\Settings.cs"
                    SubType = "Code"
                    BuildAction = "Compile"
                />
                <File
                    RelPath = "Util\XmlHandler.cs"
                    SubType = "Code"
                    BuildAction = "Compile"
                />
            </Include>
        </Files>
    </CSHARP>
</VisualStudioProject>

⌨️ 快捷键说明

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