[UPDATE] update the project.
git-svn-id: svn://svn.tuxfamily.org/svnroot/notepadplus/repository@296 f5eea248-9336-0410-98b8-ebc06183d4e3
This commit is contained in:
parent
45c7e78024
commit
68673f8049
@ -341,6 +341,10 @@
|
|||||||
RelativePath="..\src\WinControls\WindowsDlg\SizeableDlg.cpp"
|
RelativePath="..\src\WinControls\WindowsDlg\SizeableDlg.cpp"
|
||||||
>
|
>
|
||||||
</File>
|
</File>
|
||||||
|
<File
|
||||||
|
RelativePath="..\src\ScitillaComponent\SmartHighlighter.cpp"
|
||||||
|
>
|
||||||
|
</File>
|
||||||
<File
|
<File
|
||||||
RelativePath="..\src\WinControls\SplitterContainer\Splitter.cpp"
|
RelativePath="..\src\WinControls\SplitterContainer\Splitter.cpp"
|
||||||
>
|
>
|
||||||
@ -646,6 +650,10 @@
|
|||||||
RelativePath="..\src\WinControls\WindowsDlg\SizeableDlg.h"
|
RelativePath="..\src\WinControls\WindowsDlg\SizeableDlg.h"
|
||||||
>
|
>
|
||||||
</File>
|
</File>
|
||||||
|
<File
|
||||||
|
RelativePath="..\src\ScitillaComponent\SmartHighlighter.h"
|
||||||
|
>
|
||||||
|
</File>
|
||||||
<File
|
<File
|
||||||
RelativePath="..\src\WinControls\SplitterContainer\Splitter.h"
|
RelativePath="..\src\WinControls\SplitterContainer\Splitter.h"
|
||||||
>
|
>
|
||||||
|
@ -1,9 +1,10 @@
|
|||||||
<?xml version="1.0" encoding="Windows-1252"?>
|
<?xml version="1.0" encoding="Windows-1252"?>
|
||||||
<VisualStudioProject
|
<VisualStudioProject
|
||||||
ProjectType="Visual C++"
|
ProjectType="Visual C++"
|
||||||
Version="8,00"
|
Version="9,00"
|
||||||
Name="SciLexer"
|
Name="SciLexer"
|
||||||
ProjectGUID="{D8F4910A-6110-4924-8D40-B382E821A8F6}"
|
ProjectGUID="{D8F4910A-6110-4924-8D40-B382E821A8F6}"
|
||||||
|
TargetFrameworkVersion="131072"
|
||||||
>
|
>
|
||||||
<Platforms>
|
<Platforms>
|
||||||
<Platform
|
<Platform
|
||||||
@ -80,6 +81,8 @@
|
|||||||
SuppressStartupBanner="true"
|
SuppressStartupBanner="true"
|
||||||
GenerateDebugInformation="true"
|
GenerateDebugInformation="true"
|
||||||
ProgramDatabaseFile=".\../bin/SciLexer.pdb"
|
ProgramDatabaseFile=".\../bin/SciLexer.pdb"
|
||||||
|
RandomizedBaseAddress="1"
|
||||||
|
DataExecutionPrevention="0"
|
||||||
ImportLibrary=".\../bin/SciLexer.lib"
|
ImportLibrary=".\../bin/SciLexer.lib"
|
||||||
TargetMachine="1"
|
TargetMachine="1"
|
||||||
/>
|
/>
|
||||||
@ -103,9 +106,6 @@
|
|||||||
<Tool
|
<Tool
|
||||||
Name="VCAppVerifierTool"
|
Name="VCAppVerifierTool"
|
||||||
/>
|
/>
|
||||||
<Tool
|
|
||||||
Name="VCWebDeploymentTool"
|
|
||||||
/>
|
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCPostBuildEventTool"
|
Name="VCPostBuildEventTool"
|
||||||
/>
|
/>
|
||||||
@ -180,6 +180,8 @@
|
|||||||
GenerateMapFile="true"
|
GenerateMapFile="true"
|
||||||
MapFileName=".\Release/SciLexer.map"
|
MapFileName=".\Release/SciLexer.map"
|
||||||
OptimizeForWindows98="1"
|
OptimizeForWindows98="1"
|
||||||
|
RandomizedBaseAddress="1"
|
||||||
|
DataExecutionPrevention="0"
|
||||||
ImportLibrary=".\../bin/SciLexer.lib"
|
ImportLibrary=".\../bin/SciLexer.lib"
|
||||||
TargetMachine="1"
|
TargetMachine="1"
|
||||||
/>
|
/>
|
||||||
@ -203,9 +205,6 @@
|
|||||||
<Tool
|
<Tool
|
||||||
Name="VCAppVerifierTool"
|
Name="VCAppVerifierTool"
|
||||||
/>
|
/>
|
||||||
<Tool
|
|
||||||
Name="VCWebDeploymentTool"
|
|
||||||
/>
|
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCPostBuildEventTool"
|
Name="VCPostBuildEventTool"
|
||||||
/>
|
/>
|
||||||
|
Loading…
Reference in New Issue
Block a user