From dae6f682e8445cd18765664c20010d062760286f Mon Sep 17 00:00:00 2001 From: Matthias Melcher Date: Fri, 22 Jan 2016 11:15:09 +0000 Subject: Created (but not yet adapted) VisualC 2013 Solution IDE file. git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3-porting@11026 ea41ed52-d2ee-0310-a9c1-e6b18d33e121 --- ide/VisualC2013/doublebuffer.vcxproj | 271 +++++++++++++++++++++++++++++++++++ 1 file changed, 271 insertions(+) create mode 100644 ide/VisualC2013/doublebuffer.vcxproj (limited to 'ide/VisualC2013/doublebuffer.vcxproj') diff --git a/ide/VisualC2013/doublebuffer.vcxproj b/ide/VisualC2013/doublebuffer.vcxproj new file mode 100644 index 000000000..268d126e3 --- /dev/null +++ b/ide/VisualC2013/doublebuffer.vcxproj @@ -0,0 +1,271 @@ + + + + + Debug Cairo + Win32 + + + Debug + Win32 + + + Release Cairo + Win32 + + + Release + Win32 + + + + {EDDBF169-77C1-496E-9EFE-E500107E6E97} + + + + Application + false + + + Application + false + + + Application + false + + + Application + false + + + + + + + + + + + + + + + + + + + + + + + <_ProjectFileVersion>10.0.30319.1 + ..\..\test\ + .\$(ProjectName)_debug\ + false + ..\..\test\ + .\$(ProjectName)_release\ + false + ..\..\test\ + $(Configuration)\ + false + ..\..\test\ + $(Configuration)\ + false + $(ProjectName)d + + + + _DEBUG;%(PreprocessorDefinitions) + true + true + Win32 + .\doublebuffer_/doublebuffer.tlb + + + + + Disabled + .;..\..\zlib;..\..\png;..\..\jpeg;../..;%(AdditionalIncludeDirectories) + _CRT_SECURE_NO_DEPRECATE;WIN32;_DEBUG;_WINDOWS;WIN32_LEAN_AND_MEAN;VC_EXTRA_LEAN;WIN32_EXTRA_LEAN;%(PreprocessorDefinitions) + MultiThreadedDebugDLL + + + true + ProgramDatabase + Default + + + _DEBUG;%(PreprocessorDefinitions) + 0x0409 + + + fltkd.lib;comctl32.lib;%(AdditionalDependencies) + ../../test/doublebufferd.exe + true + ..\..\lib;%(AdditionalLibraryDirectories) + libcd;%(IgnoreSpecificDefaultLibraries) + true + $(IntDir)$(TargetName).pdb + Windows + false + + + MachineX86 + + + + + NDEBUG;%(PreprocessorDefinitions) + true + true + Win32 + .\Release/doublebuffer.tlb + + + + + Disabled + AnySuitable + Size + .;..\..\zlib;..\..\png;..\..\jpeg;../..;%(AdditionalIncludeDirectories) + _CRT_SECURE_NO_DEPRECATE;WIN32;NDEBUG;_WINDOWS;WIN32_LEAN_AND_MEAN;VC_EXTRA_LEAN;WIN32_EXTRA_LEAN;%(PreprocessorDefinitions) + MultiThreadedDLL + + + $(IntDir) + $(IntDir) + $(IntDir)vc$(PlatformToolsetVersion).pdb + true + Default + + + NDEBUG;%(PreprocessorDefinitions) + 0x0409 + + + fltk.lib;comctl32.lib;%(AdditionalDependencies) + ../../test/doublebuffer.exe + true + ..\..\lib;%(AdditionalLibraryDirectories) + libcd;%(IgnoreSpecificDefaultLibraries) + $(IntDir)$(TargetName).pdb + Windows + false + + + MachineX86 + + + + + _DEBUG;%(PreprocessorDefinitions) + true + true + Win32 + .\doublebuffer_/doublebuffer.tlb + + + + + Disabled + .;..\..\zlib;..\..\png;..\..\jpeg;../..;%(AdditionalIncludeDirectories) + FLTK_HAVE_CAIRO=1;_CRT_SECURE_NO_DEPRECATE;WIN32;_DEBUG;_WINDOWS;WIN32_LEAN_AND_MEAN;VC_EXTRA_LEAN;WIN32_EXTRA_LEAN;%(PreprocessorDefinitions) + MultiThreadedDebugDLL + + + .\doublebuffer_/doublebuffer.pch + .\doublebuffer_/ + .\doublebuffer_/ + .\doublebuffer_/ + true + ProgramDatabase + Default + + + _DEBUG;%(PreprocessorDefinitions) + 0x0409 + + + cairo.lib;fltkd.lib;comctl32.lib;%(AdditionalDependencies) + ../../test/doublebufferd.exe + true + ..\..\lib;%(AdditionalLibraryDirectories) + libcd;%(IgnoreSpecificDefaultLibraries) + true + .\doublebuffer_/doublebufferd.pdb + Windows + false + + + MachineX86 + + + + + NDEBUG;%(PreprocessorDefinitions) + true + true + Win32 + .\Release/doublebuffer.tlb + + + + + Disabled + AnySuitable + Size + .;..\..\zlib;..\..\png;..\..\jpeg;../..;%(AdditionalIncludeDirectories) + FLTK_HAVE_CAIRO=1;_CRT_SECURE_NO_DEPRECATE;WIN32;NDEBUG;_WINDOWS;WIN32_LEAN_AND_MEAN;VC_EXTRA_LEAN;WIN32_EXTRA_LEAN;%(PreprocessorDefinitions) + MultiThreadedDLL + + + .\Release/doublebuffer.pch + .\Release/ + .\Release/ + .\Release/ + true + Default + + + NDEBUG;%(PreprocessorDefinitions) + 0x0409 + + + fltk.lib;comctl32.lib;cairo.lib;%(AdditionalDependencies) + ../../test/doublebuffer.exe + true + ..\..\lib;%(AdditionalLibraryDirectories) + libcd;%(IgnoreSpecificDefaultLibraries) + .\Release/doublebuffer.pdb + Windows + false + + + MachineX86 + + + + + Disabled + %(AdditionalIncludeDirectories) + %(PreprocessorDefinitions) + Disabled + %(AdditionalIncludeDirectories) + %(PreprocessorDefinitions) + %(AdditionalIncludeDirectories) + %(PreprocessorDefinitions) + %(AdditionalIncludeDirectories) + %(PreprocessorDefinitions) + + + + + {e070aafc-9d03-41a3-bc7d-30887ea0d50f} + false + + + + + + \ No newline at end of file -- cgit v1.2.3