|
|
|
@ -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"
|
|
|
|
|
/>
|
|
|
|
|