[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"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\src\ScitillaComponent\SmartHighlighter.cpp"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\src\WinControls\SplitterContainer\Splitter.cpp"
|
||||
>
|
||||
@ -646,6 +650,10 @@
|
||||
RelativePath="..\src\WinControls\WindowsDlg\SizeableDlg.h"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\src\ScitillaComponent\SmartHighlighter.h"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\src\WinControls\SplitterContainer\Splitter.h"
|
||||
>
|
||||
|
@ -1,9 +1,10 @@
|
||||
<?xml version="1.0" encoding="Windows-1252"?>
|
||||
<VisualStudioProject
|
||||
ProjectType="Visual C++"
|
||||
Version="8,00"
|
||||
Version="9,00"
|
||||
Name="SciLexer"
|
||||
ProjectGUID="{D8F4910A-6110-4924-8D40-B382E821A8F6}"
|
||||
TargetFrameworkVersion="131072"
|
||||
>
|
||||
<Platforms>
|
||||
<Platform
|
||||
@ -80,6 +81,8 @@
|
||||
SuppressStartupBanner="true"
|
||||
GenerateDebugInformation="true"
|
||||
ProgramDatabaseFile=".\../bin/SciLexer.pdb"
|
||||
RandomizedBaseAddress="1"
|
||||
DataExecutionPrevention="0"
|
||||
ImportLibrary=".\../bin/SciLexer.lib"
|
||||
TargetMachine="1"
|
||||
/>
|
||||
@ -103,9 +106,6 @@
|
||||
<Tool
|
||||
Name="VCAppVerifierTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCWebDeploymentTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCPostBuildEventTool"
|
||||
/>
|
||||
@ -180,6 +180,8 @@
|
||||
GenerateMapFile="true"
|
||||
MapFileName=".\Release/SciLexer.map"
|
||||
OptimizeForWindows98="1"
|
||||
RandomizedBaseAddress="1"
|
||||
DataExecutionPrevention="0"
|
||||
ImportLibrary=".\../bin/SciLexer.lib"
|
||||
TargetMachine="1"
|
||||
/>
|
||||
@ -203,9 +205,6 @@
|
||||
<Tool
|
||||
Name="VCAppVerifierTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCWebDeploymentTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCPostBuildEventTool"
|
||||
/>
|
||||
|
Loading…
Reference in New Issue
Block a user