| CODENOTIFIER | HelpYou are not signed inSign in |
Project: Notepad++
Revision: 296
Author: donho
Date: 17 Jul 2008 13:16:51
Changes:[UPDATE] update the project.
Files:| ... | ...@@ -1,9 +1,10 @@ | |
| 1 | 1 | <?xml version="1.0" encoding="Windows-1252"?> |
| 2 | 2 | <VisualStudioProject |
| 3 | 3 | ProjectType="Visual C++" |
| 4 | Version="8,00" | |
| 4 | Version="9,00" | |
| 5 | 5 | Name="SciLexer" |
| 6 | 6 | ProjectGUID="{D8F4910A-6110-4924-8D40-B382E821A8F6}" |
| 7 | TargetFrameworkVersion="131072" | |
| 7 | 8 | > |
| 8 | 9 | <Platforms> |
| 9 | 10 | <Platform |
| ... | ...@@ -80,6 +81,8 @@ | |
| 80 | 81 | SuppressStartupBanner="true" |
| 81 | 82 | GenerateDebugInformation="true" |
| 82 | 83 | ProgramDatabaseFile=".\../bin/SciLexer.pdb" |
| 84 | RandomizedBaseAddress="1" | |
| 85 | DataExecutionPrevention="0" | |
| 83 | 86 | ImportLibrary=".\../bin/SciLexer.lib" |
| 84 | 87 | TargetMachine="1" |
| 85 | 88 | /> |
| ... | ...@@ -104,9 +107,6 @@ | |
| 104 | 107 | Name="VCAppVerifierTool" |
| 105 | 108 | /> |
| 106 | 109 | <Tool |
| 107 | Name="VCWebDeploymentTool" | |
| 108 | /> | |
| 109 | <Tool | |
| 110 | 110 | Name="VCPostBuildEventTool" |
| 111 | 111 | /> |
| 112 | 112 | </Configuration> |
| ... | ...@@ -180,6 +180,8 @@ | |
| 180 | 180 | GenerateMapFile="true" |
| 181 | 181 | MapFileName=".\Release/SciLexer.map" |
| 182 | 182 | OptimizeForWindows98="1" |
| 183 | RandomizedBaseAddress="1" | |
| 184 | DataExecutionPrevention="0" | |
| 183 | 185 | ImportLibrary=".\../bin/SciLexer.lib" |
| 184 | 186 | TargetMachine="1" |
| 185 | 187 | /> |
| ... | ...@@ -204,9 +206,6 @@ | |
| 204 | 206 | Name="VCAppVerifierTool" |
| 205 | 207 | /> |
| 206 | 208 | <Tool |
| 207 | Name="VCWebDeploymentTool" | |
| 208 | /> | |
| 209 | <Tool | |
| 210 | 209 | Name="VCPostBuildEventTool" |
| 211 | 210 | /> |
| 212 | 211 | </Configuration> |
| ... | ...@@ -342,6 +342,10 @@ | |
| 342 | 342 | > |
| 343 | 343 | </File> |
| 344 | 344 | <File |
| 345 | RelativePath="..\src\ScitillaComponent\SmartHighlighter.cpp" | |
| 346 | > | |
| 347 | </File> | |
| 348 | <File | |
| 345 | 349 | RelativePath="..\src\WinControls\SplitterContainer\Splitter.cpp" |
| 346 | 350 | > |
| 347 | 351 | </File> |
| ... | ...@@ -647,6 +651,10 @@ | |
| 647 | 651 | > |
| 648 | 652 | </File> |
| 649 | 653 | <File |
| 654 | RelativePath="..\src\ScitillaComponent\SmartHighlighter.h" | |
| 655 | > | |
| 656 | </File> | |
| 657 | <File | |
| 650 | 658 | RelativePath="..\src\WinControls\SplitterContainer\Splitter.h" |
| 651 | 659 | > |
| 652 | 660 | </File> |