[ADD] add property file for scintilla vc2005 project file.
git-svn-id: svn://svn.tuxfamily.org/svnroot/notepadplus/repository@127 f5eea248-9336-0410-98b8-ebc06183d4e3
This commit is contained in:
parent
fd383d3b55
commit
e0d391d73e
|
@ -1,7 +1,7 @@
|
||||||
<?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="8,00"
|
||||||
Name="SciLexer"
|
Name="SciLexer"
|
||||||
ProjectGUID="{D8F4910A-6110-4924-8D40-B382E821A8F6}"
|
ProjectGUID="{D8F4910A-6110-4924-8D40-B382E821A8F6}"
|
||||||
>
|
>
|
||||||
|
@ -18,7 +18,7 @@
|
||||||
OutputDirectory=".\../../Build"
|
OutputDirectory=".\../../Build"
|
||||||
IntermediateDirectory=".\Debug"
|
IntermediateDirectory=".\Debug"
|
||||||
ConfigurationType="2"
|
ConfigurationType="2"
|
||||||
InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC60.vsprops"
|
InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC60.vsprops;..\..\PowerEditor\visual.net\no_ms_shit.vsprops"
|
||||||
UseOfMFC="0"
|
UseOfMFC="0"
|
||||||
ATLMinimizesCRunTimeLibraryUsage="false"
|
ATLMinimizesCRunTimeLibraryUsage="false"
|
||||||
CharacterSet="2"
|
CharacterSet="2"
|
||||||
|
@ -115,7 +115,7 @@
|
||||||
OutputDirectory=".\../bin"
|
OutputDirectory=".\../bin"
|
||||||
IntermediateDirectory=".\Release"
|
IntermediateDirectory=".\Release"
|
||||||
ConfigurationType="2"
|
ConfigurationType="2"
|
||||||
InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC60.vsprops"
|
InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC60.vsprops;..\..\PowerEditor\visual.net\no_ms_shit.vsprops"
|
||||||
UseOfMFC="0"
|
UseOfMFC="0"
|
||||||
ATLMinimizesCRunTimeLibraryUsage="false"
|
ATLMinimizesCRunTimeLibraryUsage="false"
|
||||||
CharacterSet="2"
|
CharacterSet="2"
|
||||||
|
@ -145,6 +145,7 @@
|
||||||
Name="VCCLCompilerTool"
|
Name="VCCLCompilerTool"
|
||||||
Optimization="1"
|
Optimization="1"
|
||||||
InlineFunctionExpansion="1"
|
InlineFunctionExpansion="1"
|
||||||
|
FavorSizeOrSpeed="2"
|
||||||
AdditionalIncludeDirectories="..\include,..\src"
|
AdditionalIncludeDirectories="..\include,..\src"
|
||||||
PreprocessorDefinitions="NDEBUG;WIN32;_WINDOWS;_USRDLL;SCI_LEXER"
|
PreprocessorDefinitions="NDEBUG;WIN32;_WINDOWS;_USRDLL;SCI_LEXER"
|
||||||
StringPooling="true"
|
StringPooling="true"
|
||||||
|
|
Loading…
Reference in New Issue