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/tl-parser/tl-parser_14.vcxproj | 150 ++++++++++++++++++++++++ libs/tgl/tl-parser/tl-parser_14.vcxproj.filters | 48 ++++++++ 2 files changed, 198 insertions(+) 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/tgl/tl-parser') 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