From e1ec72eab6d00b3ba38e5932bc88920f103b6e4a Mon Sep 17 00:00:00 2001 From: aunsane Date: Fri, 27 Apr 2018 21:33:17 +0300 Subject: Telegram: initial commit - tdlib moved to telegram dir --- protocols/Telegram/tdlib/build/tdactor.vcxproj | 149 +++++++++++++++++++++++++ 1 file changed, 149 insertions(+) create mode 100644 protocols/Telegram/tdlib/build/tdactor.vcxproj (limited to 'protocols/Telegram/tdlib/build/tdactor.vcxproj') diff --git a/protocols/Telegram/tdlib/build/tdactor.vcxproj b/protocols/Telegram/tdlib/build/tdactor.vcxproj new file mode 100644 index 0000000000..6a786bdc00 --- /dev/null +++ b/protocols/Telegram/tdlib/build/tdactor.vcxproj @@ -0,0 +1,149 @@ + + + + + Debug + Win32 + + + Debug + x64 + + + Release + Win32 + + + Release + x64 + + + + {85F63934-02FE-332A-8703-059040B65512} + tdactor + + + + v141 + StaticLibrary + + + v141 + StaticLibrary + + + StaticLibrary + v141 + + + StaticLibrary + v141 + + + + + + + + + + <_ProjectFileVersion>10.0.20506.1 + + + $(SolutionDir)$(Configuration)\Obj\$(ProjectName)\ + $(SolutionDir)$(Configuration)\Obj\$(ProjectName)\ + + + $(SolutionDir)$(Configuration)64\Obj\$(ProjectName)\ + $(SolutionDir)$(Configuration)64\Obj\$(ProjectName)\ + + + $(SolutionDir)$(Configuration)\Obj\$(ProjectName)\ + $(SolutionDir)$(Configuration)\Obj\$(ProjectName)\ + + + $(SolutionDir)$(Configuration)64\Obj\$(ProjectName)\ + $(SolutionDir)$(Configuration)64\Obj\$(ProjectName)\ + + + + ..\td\tdactor;..\td\tdutils;%(AdditionalIncludeDirectories) + 4100;4127;4324;4505;4702 + Level4 + Disabled + _DEBUG;%(PreprocessorDefinitions) + MultiThreadedDebugDLL + false + + + + + ..\td\tdactor;..\td\tdutils;%(AdditionalIncludeDirectories) + 4100;4127;4324;4505;4702 + Level4 + Disabled + _DEBUG;%(PreprocessorDefinitions) + MultiThreadedDebugDLL + false + + + + + ..\td\tdactor;..\td\tdutils;%(AdditionalIncludeDirectories) + 4100;4127;4324;4505;4702 + false + Level4 + NDEBUG;%(PreprocessorDefinitions) + + + + + ..\td\tdactor;..\td\tdutils;%(AdditionalIncludeDirectories) + 4100;4127;4324;4505;4702 + false + Level4 + NDEBUG;%(PreprocessorDefinitions) + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + {D21C6A0F-BED1-3377-9659-7FC7D82EFC4F} + tdutils + + + + + + \ No newline at end of file -- cgit v1.2.3