From 723f01f7e8e056689d0d1a2a4b21bb1dace8cdbb Mon Sep 17 00:00:00 2001 From: Kirill Volinsky Date: Fri, 11 Mar 2016 18:36:44 +0000 Subject: added projects for vc2015 git-svn-id: http://svn.miranda-ng.org/main/trunk@16464 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- libs/tgl/generate_14.vcxproj | 155 +++++++++++++++++++ libs/tgl/generate_14.vcxproj.filters | 39 +++++ libs/tgl/src/tools.h | 2 + libs/tgl/tgl_14.vcxproj | 192 ++++++++++++++++++++++++ libs/tgl/tgl_14.vcxproj.filters | 153 +++++++++++++++++++ libs/tgl/tl-parser/tl-parser_14.vcxproj | 150 ++++++++++++++++++ libs/tgl/tl-parser/tl-parser_14.vcxproj.filters | 48 ++++++ 7 files changed, 739 insertions(+) create mode 100644 libs/tgl/generate_14.vcxproj create mode 100644 libs/tgl/generate_14.vcxproj.filters create mode 100644 libs/tgl/tgl_14.vcxproj create mode 100644 libs/tgl/tgl_14.vcxproj.filters create mode 100644 libs/tgl/tl-parser/tl-parser_14.vcxproj create mode 100644 libs/tgl/tl-parser/tl-parser_14.vcxproj.filters (limited to 'libs') diff --git a/libs/tgl/generate_14.vcxproj b/libs/tgl/generate_14.vcxproj new file mode 100644 index 0000000000..a6b49e8fed --- /dev/null +++ b/libs/tgl/generate_14.vcxproj @@ -0,0 +1,155 @@ + + + + + Debug + Win32 + + + Release + Win32 + + + Debug + x64 + + + Release + x64 + + + + {03A484BF-4CF0-4290-9BD2-D649F0797703} + generate + + + + true + v140_xp + Unicode + + + false + v140_xp + true + Unicode + + + true + v140_xp + Unicode + + + false + v140_xp + true + Unicode + + + + + + + + + + + + + + + + + + + <_ProjectFileVersion>10.0.30319.1 + $(SolutionDir)$(Configuration)\bin\ + $(SolutionDir)$(Configuration)64\bin\ + $(SolutionDir)$(Configuration)\Obj\$(ProjectName)\ + $(SolutionDir)$(Configuration)64\Obj\$(ProjectName)\ + $(SolutionDir)$(Configuration)\bin\ + $(SolutionDir)$(Configuration)64\bin\ + $(SolutionDir)$(Configuration)\Obj\$(ProjectName)\ + $(SolutionDir)$(Configuration)64\Obj\$(ProjectName)\ + true + + + + Level3 + Disabled + HAVE_CONFIG_H;_CONSOLE;_DEBUG;%(PreprocessorDefinitions) + openssl\include;%(AdditionalIncludeDirectories) + + + true + openssl\lib\x86\Debug\2015;%(AdditionalLibraryDirectories) + libeay32MTd.lib;ssleay32MTd.lib;%(AdditionalDependencies) + Console + + + + + Level3 + Disabled + HAVE_CONFIG_H;_CONSOLE;_DEBUG;%(PreprocessorDefinitions) + openssl\include;%(AdditionalIncludeDirectories) + + + true + openssl\lib\x64\Debug\2015;%(AdditionalLibraryDirectories) + libeay32MTd.lib;ssleay32MTd.lib;%(AdditionalDependencies) + Console + + + + + Level3 + Full + HAVE_CONFIG_H;_CONSOLE;%(PreprocessorDefinitions) + openssl\include;%(AdditionalIncludeDirectories) + + + true + true + true + openssl\lib\x86\Release\2015;%(AdditionalLibraryDirectories) + libeay32MT.lib;ssleay32MT.lib;%(AdditionalDependencies) + Console + + + + + Level3 + Full + HAVE_CONFIG_H;_CONSOLE;%(PreprocessorDefinitions) + openssl\include;%(AdditionalIncludeDirectories) + + + true + true + true + openssl\lib\x64\Release\2015;%(AdditionalLibraryDirectories) + libeay32MT.lib;ssleay32MT.lib;%(AdditionalDependencies) + Console + + + + + + + + + + + + + + + {e2a369cd-eda3-414f-8ad0-e732cd7ee68c} + false + + + + + + \ No newline at end of file diff --git a/libs/tgl/generate_14.vcxproj.filters b/libs/tgl/generate_14.vcxproj.filters new file mode 100644 index 0000000000..d0100c59d2 --- /dev/null +++ b/libs/tgl/generate_14.vcxproj.filters @@ -0,0 +1,39 @@ + + + + + {4FC737F1-C7A5-4376-A066-2A32D752A2FF} + cpp;c;cc;cxx;def;odl;idl;hpj;bat;asm;asmx + + + {93995380-89BD-4b04-88EB-625FBE52EBFB} + h;hh;hpp;hxx;hm;inl;inc;xsd + + + {67DA6AB6-F800-4c08-8B7A-83BB121AAD01} + rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe;resx;tiff;tif;png;wav;mfcribbon-ms + + + + + Header Files + + + Header Files + + + Header Files + + + + + Source Files + + + Source Files + + + Source Files + + + \ No newline at end of file diff --git a/libs/tgl/src/tools.h b/libs/tgl/src/tools.h index 9484e60bf1..1d37914fea 100644 --- a/libs/tgl/src/tools.h +++ b/libs/tgl/src/tools.h @@ -39,6 +39,7 @@ #define tasprintf tgl_asprintf #define tsnprintf tgl_snprintf +#if(_MSC_VER < 1900) struct _timespec32 { __time32_t tv_sec; @@ -58,6 +59,7 @@ struct timespec long tv_nsec; // Nanoseconds - [0, 999999999] }; #endif +#endif extern struct tgl_allocator *tgl_allocator; double tglt_get_double_time (void); diff --git a/libs/tgl/tgl_14.vcxproj b/libs/tgl/tgl_14.vcxproj new file mode 100644 index 0000000000..2017259427 --- /dev/null +++ b/libs/tgl/tgl_14.vcxproj @@ -0,0 +1,192 @@ + + + + + Debug + Win32 + + + Release + Win32 + + + Debug + x64 + + + Release + x64 + + + + {C3106192-32AD-442F-A3A2-E3CFB63F0CF1} + tgl + + + + StaticLibrary + true + v140_xp + Unicode + + + StaticLibrary + false + v140_xp + true + Unicode + + + StaticLibrary + true + v140_xp + Unicode + + + StaticLibrary + false + v140_xp + true + Unicode + + + + + + + + + + + + + + + + + + + <_ProjectFileVersion>10.0.30319.1 + $(SolutionDir)$(Configuration)\Libs\ + $(SolutionDir)$(Configuration)64\Libs\ + $(SolutionDir)$(Configuration)\Obj\$(ProjectName)\ + $(SolutionDir)$(Configuration)64\Obj\$(ProjectName)\ + $(SolutionDir)$(Configuration)\Libs\ + $(SolutionDir)$(Configuration)64\Libs\ + $(SolutionDir)$(Configuration)\Obj\$(ProjectName)\ + $(SolutionDir)$(Configuration)64\Obj\$(ProjectName)\ + true + + + + Level3 + Disabled + _LIB;HAVE_CONFIG_H;_DEBUG;%(PreprocessorDefinitions) + openssl\include;libevent\include\;libevent\WIN32-Code\nmake\;%(AdditionalIncludeDirectories) + + + libevent.lib;libeay32MTd.lib;ssleay32MTd.lib;%(AdditionalDependencies) + openssl\lib\x86\Debug\2015;libevent\;%(AdditionalLibraryDirectories) + + + + + Level3 + Disabled + _LIB;HAVE_CONFIG_H;_DEBUG;%(PreprocessorDefinitions) + openssl\include;libevent\include\;libevent\WIN32-Code\nmake\;%(AdditionalIncludeDirectories) + + + libevent.lib;libeay32MTd.lib;ssleay32MTd.lib;%(AdditionalDependencies) + openssl\lib\x64\Debug\2015;libevent\;%(AdditionalLibraryDirectories) + + + + + Level3 + Full + _LIB;HAVE_CONFIG_H;%(PreprocessorDefinitions) + openssl\include;libevent\include\;libevent\WIN32-Code\nmake\;%(AdditionalIncludeDirectories) + + + libevent.lib;libeay32MT.lib;ssleay32MT.lib;%(AdditionalDependencies) + openssl\lib\x86\Release\2015;libevent\;%(AdditionalLibraryDirectories) + + + + + Level3 + Full + _LIB;HAVE_CONFIG_H;%(PreprocessorDefinitions) + openssl\include;libevent\include\;libevent\WIN32-Code\nmake\;%(AdditionalIncludeDirectories) + + + libevent.lib;libeay32MT.lib;ssleay32MT.lib;%(AdditionalDependencies) + openssl\lib\x64\Release\2015;libevent\;%(AdditionalLibraryDirectories) + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + {e2a369cd-eda3-414f-8ad0-e732cd7ee68c} + false + + + {03A484BF-4CF0-4290-9BD2-D649F0797703} + false + + + {14022761-9F27-4A2D-B7EA-F41FB9B3274C} + false + + + + + + \ No newline at end of file diff --git a/libs/tgl/tgl_14.vcxproj.filters b/libs/tgl/tgl_14.vcxproj.filters new file mode 100644 index 0000000000..595ba5ec91 --- /dev/null +++ b/libs/tgl/tgl_14.vcxproj.filters @@ -0,0 +1,153 @@ + + + + + {4FC737F1-C7A5-4376-A066-2A32D752A2FF} + cpp;c;cc;cxx;def;odl;idl;hpj;bat;asm;asmx + + + {93995380-89BD-4b04-88EB-625FBE52EBFB} + h;hh;hpp;hxx;hm;inl;inc;xsd + + + {67DA6AB6-F800-4c08-8B7A-83BB121AAD01} + rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe;resx;tiff;tif;png;wav;mfcribbon-ms + + + {22d3d7ed-cbc2-49e1-b516-b0049e61afa7} + + + + + Header Files + + + Header Files + + + Header Files + + + Header Files + + + Header Files + + + Header Files + + + Header Files + + + Header Files + + + Header Files + + + Header Files + + + Header Files + + + Header Files + + + Header Files + + + Header Files + + + Header Files + + + Header Files + + + Header Files + + + Header Files + + + Header Files + + + Header Files + + + Header Files + + + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + \ No newline at end of file diff --git a/libs/tgl/tl-parser/tl-parser_14.vcxproj b/libs/tgl/tl-parser/tl-parser_14.vcxproj new file mode 100644 index 0000000000..e52f1bb5bc --- /dev/null +++ b/libs/tgl/tl-parser/tl-parser_14.vcxproj @@ -0,0 +1,150 @@ + + + + + Debug + Win32 + + + Release + Win32 + + + Debug + x64 + + + Release + x64 + + + + {14022761-9F27-4A2D-B7EA-F41FB9B3274C} + tl-parser + + + + Application + true + v140_xp + Unicode + + + false + v140_xp + true + Unicode + + + Application + true + v140_xp + Unicode + + + Application + false + v140_xp + true + Unicode + + + + + + + + + + + + + + + + + + + <_ProjectFileVersion>10.0.30319.1 + $(SolutionDir)$(Configuration)\bin\ + $(SolutionDir)$(Configuration)64\bin\ + $(SolutionDir)$(Configuration)\Obj\$(ProjectName)\ + $(SolutionDir)$(Configuration)64\Obj\$(ProjectName)\ + $(SolutionDir)$(Configuration)\bin\ + $(SolutionDir)$(Configuration)64\bin\ + $(SolutionDir)$(Configuration)\Obj\$(ProjectName)\ + $(SolutionDir)$(Configuration)64\Obj\$(ProjectName)\ + true + + + + Level3 + Disabled + _DEBUG;_CONSOLE;%(PreprocessorDefinitions) + + + Console + true + + + + + Level3 + Disabled + _DEBUG;_CONSOLE;%(PreprocessorDefinitions) + + + Console + true + + + + + Level3 + Full + _CONSOLE;%(PreprocessorDefinitions) + + + Console + true + true + true + + + + + + Level3 + Full + _CONSOLE;%(PreprocessorDefinitions) + + + Console + true + true + true + + + + + + + + + + + + + + + + + + {e2a369cd-eda3-414f-8ad0-e732cd7ee68c} + false + + + + + + \ No newline at end of file diff --git a/libs/tgl/tl-parser/tl-parser_14.vcxproj.filters b/libs/tgl/tl-parser/tl-parser_14.vcxproj.filters new file mode 100644 index 0000000000..ea695731d6 --- /dev/null +++ b/libs/tgl/tl-parser/tl-parser_14.vcxproj.filters @@ -0,0 +1,48 @@ + + + + + {4FC737F1-C7A5-4376-A066-2A32D752A2FF} + cpp;c;cc;cxx;def;odl;idl;hpj;bat;asm;asmx + + + {93995380-89BD-4b04-88EB-625FBE52EBFB} + h;hh;hpp;hxx;hm;inl;inc;xsd + + + {67DA6AB6-F800-4c08-8B7A-83BB121AAD01} + rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe;resx;tiff;tif;png;wav;mfcribbon-ms + + + + + Header Files + + + Header Files + + + Header Files + + + Header Files + + + Header Files + + + Header Files + + + + + Source Files + + + Source Files + + + Source Files + + + \ No newline at end of file -- cgit v1.2.3