[RELEASE] Notepad++ 5.8.5 release.

git-svn-id: svn://svn.tuxfamily.org/svnroot/notepadplus/repository/trunk@716 f5eea248-9336-0410-98b8-ebc06183d4e3
This commit is contained in:
Don Ho 2010-11-24 00:56:22 +00:00
parent 9a3ae5522d
commit 55f1751fd6
2 changed files with 12 additions and 16 deletions

Binary file not shown.

View File

@ -3,9 +3,8 @@
ProjectType="Visual C++" ProjectType="Visual C++"
Version="8,00" Version="8,00"
Name="ChangeIcon" Name="ChangeIcon"
ProjectGUID="{4644631A-F5B0-4324-B235-5769C8A76C13}" ProjectGUID="{5DD32D11-47F0-416C-ADBF-E618A1DE178A}"
RootNamespace="ChangeIcon" RootNamespace="ChangeIcon"
Keyword="ManagedCProj"
> >
<Platforms> <Platforms>
<Platform <Platform
@ -20,8 +19,7 @@
OutputDirectory="$(SolutionDir)$(ConfigurationName)" OutputDirectory="$(SolutionDir)$(ConfigurationName)"
IntermediateDirectory="$(ConfigurationName)" IntermediateDirectory="$(ConfigurationName)"
ConfigurationType="1" ConfigurationType="1"
CharacterSet="1" CharacterSet="2"
ManagedExtensions="1"
> >
<Tool <Tool
Name="VCPreBuildEventTool" Name="VCPreBuildEventTool"
@ -41,10 +39,12 @@
<Tool <Tool
Name="VCCLCompilerTool" Name="VCCLCompilerTool"
Optimization="0" Optimization="0"
PreprocessorDefinitions="WIN32;_DEBUG" MinimalRebuild="true"
RuntimeLibrary="3" BasicRuntimeChecks="3"
RuntimeLibrary="1"
WarningLevel="3" WarningLevel="3"
DebugInformationFormat="3" Detect64BitPortabilityProblems="true"
DebugInformationFormat="4"
/> />
<Tool <Tool
Name="VCManagedResourceCompilerTool" Name="VCManagedResourceCompilerTool"
@ -57,10 +57,7 @@
/> />
<Tool <Tool
Name="VCLinkerTool" Name="VCLinkerTool"
AdditionalDependencies="$(NoInherit)"
LinkIncremental="2"
GenerateDebugInformation="true" GenerateDebugInformation="true"
AssemblyDebug="1"
TargetMachine="1" TargetMachine="1"
/> />
<Tool <Tool
@ -93,8 +90,7 @@
OutputDirectory="$(SolutionDir)$(ConfigurationName)" OutputDirectory="$(SolutionDir)$(ConfigurationName)"
IntermediateDirectory="$(ConfigurationName)" IntermediateDirectory="$(ConfigurationName)"
ConfigurationType="1" ConfigurationType="1"
CharacterSet="1" CharacterSet="2"
ManagedExtensions="1"
WholeProgramOptimization="1" WholeProgramOptimization="1"
> >
<Tool <Tool
@ -114,9 +110,9 @@
/> />
<Tool <Tool
Name="VCCLCompilerTool" Name="VCCLCompilerTool"
PreprocessorDefinitions="WIN32;NDEBUG" RuntimeLibrary="0"
RuntimeLibrary="2"
WarningLevel="3" WarningLevel="3"
Detect64BitPortabilityProblems="true"
DebugInformationFormat="3" DebugInformationFormat="3"
/> />
<Tool <Tool
@ -130,9 +126,9 @@
/> />
<Tool <Tool
Name="VCLinkerTool" Name="VCLinkerTool"
AdditionalDependencies="$(NoInherit)"
LinkIncremental="1"
GenerateDebugInformation="true" GenerateDebugInformation="true"
OptimizeReferences="2"
EnableCOMDATFolding="2"
TargetMachine="1" TargetMachine="1"
/> />
<Tool <Tool