📄 spellchecker.vcproj
字号:
<?xml version="1.0" encoding = "Windows-1252"?>
<VisualStudioProject
ProjectType="Visual C++"
Version="7.00"
Name="SpellChecker"
ProjectGUID="{52008B74-42AA-4E9B-A852-A7CDBCEC2CE9}"
Keyword="Win32Proj">
<Platforms>
<Platform
Name="Win32"/>
</Platforms>
<Configurations>
<Configuration
Name="Debug|Win32"
OutputDirectory="Debug"
IntermediateDirectory="Debug"
ConfigurationType="2"
CharacterSet="2">
<Tool
Name="VCCLCompilerTool"
Optimization="0"
AdditionalIncludeDirectories="../../src,../../src/HelpDlg,../../src/Aspell"
PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS;_USRDLL;SPELLCHECKER_EXPORTS"
MinimalRebuild="TRUE"
BasicRuntimeChecks="3"
RuntimeLibrary="1"
UsePrecompiledHeader="0"
WarningLevel="3"
Detect64BitPortabilityProblems="TRUE"
DebugInformationFormat="4"/>
<Tool
Name="VCCustomBuildTool"/>
<Tool
Name="VCLinkerTool"
AdditionalDependencies="shlwapi.lib"
OutputFile="C:\Programme\Notepad++\plugins\SpellChecker.dll"
LinkIncremental="2"
GenerateDebugInformation="TRUE"
ProgramDatabaseFile="$(OutDir)/SpellChecker.pdb"
SubSystem="2"
ImportLibrary="$(OutDir)/SpellChecker.lib"
TargetMachine="1"/>
<Tool
Name="VCMIDLTool"/>
<Tool
Name="VCPostBuildEventTool"/>
<Tool
Name="VCPreBuildEventTool"/>
<Tool
Name="VCPreLinkEventTool"/>
<Tool
Name="VCResourceCompilerTool"/>
<Tool
Name="VCWebServiceProxyGeneratorTool"/>
<Tool
Name="VCWebDeploymentTool"/>
</Configuration>
<Configuration
Name="Release|Win32"
OutputDirectory="Release"
IntermediateDirectory="Release"
ConfigurationType="2"
CharacterSet="2">
<Tool
Name="VCCLCompilerTool"
Optimization="3"
InlineFunctionExpansion="1"
FavorSizeOrSpeed="2"
OmitFramePointers="TRUE"
AdditionalIncludeDirectories="../../src,../../src/HelpDlg,../../src/Aspell"
PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS;_USRDLL;SPELLCHECKER_EXPORTS"
StringPooling="TRUE"
RuntimeLibrary="0"
EnableFunctionLevelLinking="TRUE"
UsePrecompiledHeader="0"
WarningLevel="3"
Detect64BitPortabilityProblems="TRUE"
DebugInformationFormat="3"/>
<Tool
Name="VCCustomBuildTool"/>
<Tool
Name="VCLinkerTool"
AdditionalDependencies="shlwapi.lib"
OutputFile="C:\Programme\Notepad++\plugins\SpellChecker.dll"
LinkIncremental="1"
GenerateDebugInformation="TRUE"
SubSystem="2"
OptimizeReferences="2"
EnableCOMDATFolding="2"
ImportLibrary="$(OutDir)/SpellChecker.lib"
TargetMachine="1"/>
<Tool
Name="VCMIDLTool"/>
<Tool
Name="VCPostBuildEventTool"/>
<Tool
Name="VCPreBuildEventTool"/>
<Tool
Name="VCPreLinkEventTool"/>
<Tool
Name="VCResourceCompilerTool"/>
<Tool
Name="VCWebServiceProxyGeneratorTool"/>
<Tool
Name="VCWebDeploymentTool"/>
</Configuration>
</Configurations>
<Files>
<Filter
Name="Source Files"
Filter="cpp;c;cxx;def;odl;idl;hpj;bat;asm">
<File
RelativePath="..\..\src\HelpDlg\HelpDialog.cpp">
</File>
<File
RelativePath="..\..\src\HelpDlg\NotAvailableDialog.cpp">
</File>
<File
RelativePath="..\..\src\PluginInterface.cpp">
</File>
<File
RelativePath="..\..\src\SpellCheckerDialog.cpp">
</File>
<File
RelativePath="..\..\src\StaticDialog.cpp">
</File>
<File
RelativePath="..\..\src\SysMsg.cpp">
</File>
<File
RelativePath="..\..\src\HelpDlg\URLCtrl.cpp">
</File>
<File
RelativePath="..\..\src\Aspell\aspell.cpp">
</File>
<File
RelativePath="..\..\src\stdafx.cpp">
</File>
</Filter>
<Filter
Name="Header Files"
Filter="h;hpp;hxx;hm;inl;inc">
<File
RelativePath="..\..\src\HelpDlg\HelpDialog.h">
</File>
<File
RelativePath="..\..\src\HelpDlg\NotAvailableDialog.h">
</File>
<File
RelativePath="..\..\src\PluginInterface.h">
</File>
<File
RelativePath="..\..\src\Scintilla.h">
</File>
<File
RelativePath="..\..\src\SpellCheckerDialog.h">
</File>
<File
RelativePath="..\..\src\StaticDialog.h">
</File>
<File
RelativePath="..\..\src\SysMsg.h">
</File>
<File
RelativePath="..\..\src\HelpDlg\URLCtrl.h">
</File>
<File
RelativePath="..\..\src\Window.h">
</File>
<File
RelativePath="..\..\src\Aspell\aspell.h">
</File>
<File
RelativePath="..\..\src\rcNotepad.h">
</File>
<File
RelativePath="..\..\src\resource.h">
</File>
<File
RelativePath="..\..\src\stdafx.h">
</File>
</Filter>
<Filter
Name="Resource Files"
Filter="rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe">
<File
RelativePath="..\..\res\SpellCheck.bmp">
</File>
<File
RelativePath="..\..\src\SpellChecker.rc">
</File>
</Filter>
</Files>
<Globals>
</Globals>
</VisualStudioProject>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -