From 9407e586cb8e501d8fa40e4ece67f983252185c7 Mon Sep 17 00:00:00 2001 From: Neil Date: Wed, 22 Jan 2014 12:41:02 +1100 Subject: Visual C++ project file added. --- win32/SciLexer.vcxproj | 129 +++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 129 insertions(+) create mode 100644 win32/SciLexer.vcxproj (limited to 'win32') diff --git a/win32/SciLexer.vcxproj b/win32/SciLexer.vcxproj new file mode 100644 index 000000000..50b2e5f7f --- /dev/null +++ b/win32/SciLexer.vcxproj @@ -0,0 +1,129 @@ + + + + + Debug + Win32 + + + Debug + x64 + + + Release + Win32 + + + Release + x64 + + + + {FBE04237-9C7B-4973-9C60-505975998B39} + Win32Proj + SciLexer + + + + DynamicLibrary + Unicode + v120 + + + true + + + true + + + false + true + + + false + true + + + + + + + + + + false + + + + Level4 + WIN32;SCI_LEXER;_CRT_SECURE_NO_DEPRECATE;_WINDOWS;_USRDLL;%(PreprocessorDefinitions) + ..\include;..\src;..\lexlib; + true + true + false + ProgramDatabase + + + Windows + true + imm32.lib;%(AdditionalDependencies) + + + + + _DEBUG;%(PreprocessorDefinitions) + + + Default + + + + + _DEBUG;%(PreprocessorDefinitions) + + + Default + + + + + true + true + NDEBUG;%(PreprocessorDefinitions) + + + true + true + + + + + true + true + NDEBUG;%(PreprocessorDefinitions) + + + true + true + + + + + + + + + + + + + + + + + + + + + + -- cgit v1.2.3