From 8331fa1e2a38cb64ac3c97e0e8bfdd11d2c08b85 Mon Sep 17 00:00:00 2001 From: watcherhd Date: Tue, 25 Apr 2017 18:33:15 +0300 Subject: final touch --- plugins/Dbx_kyoto/Dbx_kyoto_15.vcxproj | 278 +++++++++++++++++++++++++ plugins/Dbx_kyoto/Dbx_kyoto_15.vcxproj.filters | 131 ++++++++++++ 2 files changed, 409 insertions(+) create mode 100644 plugins/Dbx_kyoto/Dbx_kyoto_15.vcxproj create mode 100644 plugins/Dbx_kyoto/Dbx_kyoto_15.vcxproj.filters (limited to 'plugins/Dbx_kyoto') diff --git a/plugins/Dbx_kyoto/Dbx_kyoto_15.vcxproj b/plugins/Dbx_kyoto/Dbx_kyoto_15.vcxproj new file mode 100644 index 0000000000..61cfec032c --- /dev/null +++ b/plugins/Dbx_kyoto/Dbx_kyoto_15.vcxproj @@ -0,0 +1,278 @@ + + + + + Debug + Win32 + + + Debug + x64 + + + Release + Win32 + + + Release + x64 + + + + Dbx_kyoto + {8218D96A-F43D-4C79-A58C-53ED07352F05} + + + + DynamicLibrary + Unicode + true + v141_xp + + + DynamicLibrary + Unicode + v141_xp + + + DynamicLibrary + Unicode + true + v141_xp + + + DynamicLibrary + Unicode + v141_xp + + + + + + + + + + + + + + + + + + + <_ProjectFileVersion>10.0.30128.1 + $(SolutionDir)$(Configuration)\Plugins\ + $(SolutionDir)$(Configuration)\Obj\$(ProjectName)\ + $(SolutionDir)$(Configuration)64\Plugins\ + $(SolutionDir)$(Configuration)64\Obj\$(ProjectName)\ + $(SolutionDir)$(Configuration)\Plugins\ + $(SolutionDir)$(Configuration)\Obj\$(ProjectName)\ + $(SolutionDir)$(Configuration)64\Plugins\ + $(SolutionDir)$(Configuration)64\Obj\$(ProjectName)\ + true + + + + Disabled + src\KyotoCabinet;..\..\include;..\..\..\boost;%(AdditionalIncludeDirectories) + HAVE_CONFIG_H;_DEBUG;WIN32;_WINDOWS;_USRDLL;%(PreprocessorDefinitions) + EnableFastChecks + MultiThreadedDebugDLL + Fast + Use + commonheaders.h + Level4 + EditAndContinue + false + 4706;4100;4267;4512;4351;4244;4127 + true + + + _DEBUG;%(PreprocessorDefinitions) + ..\..\include;..\..\include\msapi + + + true + $(IntDir)$(TargetName).lib + $(ProfileDir)..\..\libs\win$(PlatformArchitecture);..\..\..\boost\stage\lib + false + Ws2_32.lib;kernel32.lib;user32.lib;gdi32.lib;winspool.lib;comdlg32.lib;advapi32.lib;shell32.lib;ole32.lib;oleaut32.lib;uuid.lib;odbc32.lib;odbccp32.lib;%(AdditionalDependencies) + Windows + + + + + + Disabled + src\KyotoCabinet;..\..\include;..\..\..\boost;%(AdditionalIncludeDirectories) + HAVE_CONFIG_H;_DEBUG;WIN32;WIN64;_WINDOWS;_USRDLL;%(PreprocessorDefinitions) + false + EnableFastChecks + MultiThreadedDebugDLL + Fast + Use + commonheaders.h + Level4 + 4706;4100;4267;4512;4351;4244;4127 + true + + + _DEBUG;%(PreprocessorDefinitions) + ..\..\include;..\..\include\msapi + + + true + $(IntDir)$(TargetName).lib + $(ProfileDir)..\..\libs\win$(PlatformArchitecture);..\..\..\boost\stage64\lib + Ws2_32.lib;kernel32.lib;user32.lib;gdi32.lib;winspool.lib;comdlg32.lib;advapi32.lib;shell32.lib;ole32.lib;oleaut32.lib;uuid.lib;odbc32.lib;odbccp32.lib;%(AdditionalDependencies) + Windows + + + + + + Full + OnlyExplicitInline + Size + src\KyotoCabinet;..\..\include;..\..\..\boost;%(AdditionalIncludeDirectories) + HAVE_CONFIG_H;NDEBUG;WIN32;_WINDOWS;_USRDLL;%(PreprocessorDefinitions) + true + false + true + Fast + Use + commonheaders.h + Level4 + 4706;4100;4267;4512;4351;4244;4127 + + + NDEBUG;%(PreprocessorDefinitions) + ..\..\include;..\..\include\msapi + + + true + true + true + $(IntDir)$(TargetName).lib + $(ProfileDir)..\..\libs\win$(PlatformArchitecture);..\..\..\boost\stage\lib + Ws2_32.lib;kernel32.lib;user32.lib;gdi32.lib;winspool.lib;comdlg32.lib;advapi32.lib;shell32.lib;ole32.lib;oleaut32.lib;uuid.lib;odbc32.lib;odbccp32.lib;%(AdditionalDependencies) + Windows + + + + + + Full + OnlyExplicitInline + Size + src\KyotoCabinet;..\..\include;..\..\..\boost;%(AdditionalIncludeDirectories) + HAVE_CONFIG_H;NDEBUG;WIN32;WIN64;_WINDOWS;_USRDLL;%(PreprocessorDefinitions) + true + false + true + Fast + Use + commonheaders.h + Level4 + 4706;4100;4267;4512;4351;4244;4127 + + + NDEBUG;%(PreprocessorDefinitions) + ..\..\include;..\..\include\msapi + + + true + true + true + $(IntDir)$(TargetName).lib + $(ProfileDir)..\..\libs\win$(PlatformArchitecture);..\..\..\boost\stage64\lib + Ws2_32.lib;kernel32.lib;user32.lib;gdi32.lib;winspool.lib;comdlg32.lib;advapi32.lib;shell32.lib;ole32.lib;oleaut32.lib;uuid.lib;odbc32.lib;odbccp32.lib;%(AdditionalDependencies) + Windows + + + + + + + + + + + + NotUsing + + + NotUsing + + + NotUsing + + + NotUsing + + + NotUsing + + + NotUsing + + + NotUsing + + + NotUsing + + + NotUsing + + + NotUsing + + + NotUsing + + + NotUsing + + + NotUsing + + + NotUsing + + + NotUsing + + + NotUsing + + + NotUsing + + + NotUsing + + + Create + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/plugins/Dbx_kyoto/Dbx_kyoto_15.vcxproj.filters b/plugins/Dbx_kyoto/Dbx_kyoto_15.vcxproj.filters new file mode 100644 index 0000000000..58962518e3 --- /dev/null +++ b/plugins/Dbx_kyoto/Dbx_kyoto_15.vcxproj.filters @@ -0,0 +1,131 @@ + + + + + {60d2ae39-2690-4258-aa90-e825ef024b81} + cpp;c;cxx;rc;def;r;odl;idl;hpj;bat + + + {a2637eb4-34a4-4341-9c84-0e0ecfdc0f35} + h;hpp;hxx;hm;inl + + + {e5e10389-c0d7-4cf8-8442-6714f0d5aff1} + ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe + + + {92efc2ee-ff51-47ba-9d15-01744aaf4267} + + + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files\KyotoCabinet + + + Source Files\KyotoCabinet + + + Source Files\KyotoCabinet + + + Source Files\KyotoCabinet + + + Source Files\KyotoCabinet + + + Source Files\KyotoCabinet + + + Source Files\KyotoCabinet + + + Source Files\KyotoCabinet + + + Source Files\KyotoCabinet + + + Source Files\KyotoCabinet + + + Source Files\KyotoCabinet + + + Source Files\KyotoCabinet + + + Source Files\KyotoCabinet + + + Source Files\KyotoCabinet + + + Source Files\KyotoCabinet + + + Source Files\KyotoCabinet + + + Source Files\KyotoCabinet + + + Source Files\KyotoCabinet + + + + + Header Files + + + Header Files + + + Header Files + + + Header Files + + + Header Files + + + Header Files + + + + + Resource Files + + + Resource Files + + + \ No newline at end of file -- cgit v1.2.3