From 02eaf116807ce4b8b49dfaee47910d2dffbfef8f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ren=C3=A9=20Sch=C3=BCmann?= Date: Sat, 14 Mar 2015 19:57:34 +0000 Subject: MirOTR: part 2, file/folder structure change git-svn-id: http://svn.miranda-ng.org/main/trunk@12403 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- plugins/MirOTR/Libgcrypt/Libgcrypt_10.vcxproj | 255 ++++++++++++++ .../MirOTR/Libgcrypt/Libgcrypt_10.vcxproj.filters | 386 +++++++++++++++++++++ plugins/MirOTR/Libgcrypt/Libgcrypt_12.vcxproj | 243 +++++++++++++ .../MirOTR/Libgcrypt/Libgcrypt_12.vcxproj.filters | 386 +++++++++++++++++++++ .../MirOTR/Libgcrypt/libgcrypt146lib_10.vcxproj | 255 -------------- .../Libgcrypt/libgcrypt146lib_10.vcxproj.filters | 386 --------------------- .../MirOTR/Libgcrypt/libgcrypt146lib_12.vcxproj | 243 ------------- .../Libgcrypt/libgcrypt146lib_12.vcxproj.filters | 386 --------------------- plugins/MirOTR/libotr/libotr320_10.vcxproj | 170 --------- plugins/MirOTR/libotr/libotr320_12.vcxproj | 158 --------- plugins/MirOTR/libotr/libotr_10.vcxproj | 170 +++++++++ plugins/MirOTR/libotr/libotr_12.vcxproj | 158 +++++++++ 12 files changed, 1598 insertions(+), 1598 deletions(-) create mode 100644 plugins/MirOTR/Libgcrypt/Libgcrypt_10.vcxproj create mode 100644 plugins/MirOTR/Libgcrypt/Libgcrypt_10.vcxproj.filters create mode 100644 plugins/MirOTR/Libgcrypt/Libgcrypt_12.vcxproj create mode 100644 plugins/MirOTR/Libgcrypt/Libgcrypt_12.vcxproj.filters delete mode 100644 plugins/MirOTR/Libgcrypt/libgcrypt146lib_10.vcxproj delete mode 100644 plugins/MirOTR/Libgcrypt/libgcrypt146lib_10.vcxproj.filters delete mode 100644 plugins/MirOTR/Libgcrypt/libgcrypt146lib_12.vcxproj delete mode 100644 plugins/MirOTR/Libgcrypt/libgcrypt146lib_12.vcxproj.filters delete mode 100644 plugins/MirOTR/libotr/libotr320_10.vcxproj delete mode 100644 plugins/MirOTR/libotr/libotr320_12.vcxproj create mode 100644 plugins/MirOTR/libotr/libotr_10.vcxproj create mode 100644 plugins/MirOTR/libotr/libotr_12.vcxproj (limited to 'plugins') diff --git a/plugins/MirOTR/Libgcrypt/Libgcrypt_10.vcxproj b/plugins/MirOTR/Libgcrypt/Libgcrypt_10.vcxproj new file mode 100644 index 0000000000..c2bc078d39 --- /dev/null +++ b/plugins/MirOTR/Libgcrypt/Libgcrypt_10.vcxproj @@ -0,0 +1,255 @@ + + + + + Debug + Win32 + + + Debug + x64 + + + Release + Win32 + + + Release + x64 + + + + {40FE7861-E54E-4DA9-BE4D-A5178014E477} + Libgcrypt + + + + StaticLibrary + Unicode + + + StaticLibrary + Unicode + + + StaticLibrary + Unicode + true + + + StaticLibrary + Unicode + true + + + + + + + + + + + + + + + + + + + <_ProjectFileVersion>10.0.30319.1 + $(SolutionDir)$(Configuration)\Obj\$(ProjectName)\ + $(SolutionDir)$(Configuration)64\Obj\$(ProjectName)\ + $(SolutionDir)$(Configuration)\Obj\$(ProjectName)\ + $(SolutionDir)$(Configuration)64\Obj\$(ProjectName)\ + $(SolutionDir)$(Configuration)\Obj\$(ProjectName)\ + $(SolutionDir)$(Configuration)64\Obj\$(ProjectName)\ + $(SolutionDir)$(Configuration)\Obj\$(ProjectName)\ + $(SolutionDir)$(Configuration)64\Obj\$(ProjectName)\ + + + + Full + custom;inc;cipher;mpi;mpi\generic;src;..\libgpg-error-1.9;%(AdditionalIncludeDirectories) + NDEBUG;_LIB;HAVE_CONFIG_H;_CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions) + Level3 + Fast + Size + + + MachineX86 + Windows + + + + + Full + custom;inc;cipher;mpi;mpi\generic;src;..\libgpg-error-1.9;%(AdditionalIncludeDirectories) + NDEBUG;_LIB;HAVE_CONFIG_H;_CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions) + Level3 + Fast + Size + + + MachineX64 + Windows + + + + + Disabled + custom;inc;cipher;mpi;mpi\generic;src;..\libgpg-error-1.9;%(AdditionalIncludeDirectories) + _DEBUG;_LIB;HAVE_CONFIG_H;_CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions) + EnableFastChecks + MultiThreadedDebugDLL + Level3 + EditAndContinue + + + MachineX86 + Windows + + + + + Disabled + custom;inc;cipher;mpi;mpi\generic;src;..\libgpg-error-1.9;%(AdditionalIncludeDirectories) + _DEBUG;_LIB;HAVE_CONFIG_H;_CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions) + EnableFastChecks + MultiThreadedDebugDLL + Level3 + + + MachineX64 + Windows + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/plugins/MirOTR/Libgcrypt/Libgcrypt_10.vcxproj.filters b/plugins/MirOTR/Libgcrypt/Libgcrypt_10.vcxproj.filters new file mode 100644 index 0000000000..6f8814d7af --- /dev/null +++ b/plugins/MirOTR/Libgcrypt/Libgcrypt_10.vcxproj.filters @@ -0,0 +1,386 @@ + + + + + {0775b44c-fe4d-4330-9c89-2718336516b8} + + + {7c0c9bf1-f543-4601-bd84-942cc0bfe85d} + + + {de34f5fd-6646-43e6-8293-03e55d9b59b8} + + + {c7ee8192-9d63-4a85-a423-40373728e7f5} + + + {9a4fc77e-6b4d-4277-9385-8101b650edfa} + + + {5ba54782-b71a-4c1f-b2c8-b9de6456d734} + + + {eebc872e-215c-4a47-bb49-c5ff18970074} + + + + + cipher + + + cipher + + + cipher + + + cipher + + + cipher + + + cipher + + + cipher + + + cipher + + + cipher + + + cipher + + + cipher + + + cipher + + + cipher + + + cipher + + + cipher + + + cipher + + + cipher + + + cipher + + + cipher + + + cipher + + + cipher + + + cipher + + + cipher + + + cipher + + + cipher + + + cipher + + + cipher + + + cipher + + + cipher + + + cipher + + + mpi + + + mpi + + + mpi + + + mpi + + + mpi + + + mpi + + + mpi + + + mpi + + + mpi + + + mpi + + + mpi + + + mpi + + + mpi + + + mpi + + + mpi + + + mpi + + + mpi + + + mpi\generic + + + mpi\generic + + + mpi\generic + + + mpi\generic + + + mpi\generic + + + mpi\generic + + + mpi\generic + + + mpi\generic + + + src + + + src + + + src + + + src + + + src + + + src + + + src + + + src + + + src + + + src + + + src + + + src + + + random + + + random + + + random + + + random + + + random + + + error + + + error + + + error + + + error + + + error + + + error + + + error + + + error + + + + + cipher + + + cipher + + + cipher + + + cipher + + + cipher + + + mpi + + + mpi + + + mpi + + + mpi + + + mpi + + + mpi\generic + + + src + + + src + + + src + + + src + + + src + + + src + + + src + + + src + + + src + + + src + + + src + + + src + + + custom + + + random + + + random + + + error + + + error + + + error + + + error + + + error + + + error + + + error + + + error + + + error + + + error + + + error + + + + + src + + + \ No newline at end of file diff --git a/plugins/MirOTR/Libgcrypt/Libgcrypt_12.vcxproj b/plugins/MirOTR/Libgcrypt/Libgcrypt_12.vcxproj new file mode 100644 index 0000000000..d53aeb56a2 --- /dev/null +++ b/plugins/MirOTR/Libgcrypt/Libgcrypt_12.vcxproj @@ -0,0 +1,243 @@ + + + + + Debug + Win32 + + + Debug + x64 + + + Release + Win32 + + + Release + x64 + + + + {40FE7861-E54E-4DA9-BE4D-A5178014E477} + Libgcrypt + + + + StaticLibrary + Unicode + v120_xp + + + StaticLibrary + Unicode + v120_xp + + + StaticLibrary + Unicode + true + v120_xp + + + StaticLibrary + Unicode + true + v120_xp + + + + + + + + + + + + + + + + + + + <_ProjectFileVersion>10.0.30319.1 + $(SolutionDir)$(Configuration)\Obj\$(ProjectName)\ + $(SolutionDir)$(Configuration)64\Obj\$(ProjectName)\ + $(SolutionDir)$(Configuration)\Obj\$(ProjectName)\ + $(SolutionDir)$(Configuration)64\Obj\$(ProjectName)\ + $(SolutionDir)$(Configuration)\Obj\$(ProjectName)\ + $(SolutionDir)$(Configuration)64\Obj\$(ProjectName)\ + $(SolutionDir)$(Configuration)\Obj\$(ProjectName)\ + $(SolutionDir)$(Configuration)64\Obj\$(ProjectName)\ + + + + Full + custom;inc;cipher;mpi;mpi\generic;src;..\libgpg-error-1.9;%(AdditionalIncludeDirectories) + NDEBUG;_LIB;HAVE_CONFIG_H;_CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions) + Level3 + Fast + Size + + + + + Full + custom;inc;cipher;mpi;mpi\generic;src;..\libgpg-error-1.9;%(AdditionalIncludeDirectories) + NDEBUG;_LIB;HAVE_CONFIG_H;_CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions) + Level3 + Fast + Size + + + + + Disabled + custom;inc;cipher;mpi;mpi\generic;src;..\libgpg-error-1.9;%(AdditionalIncludeDirectories) + _DEBUG;_LIB;HAVE_CONFIG_H;_CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions) + EnableFastChecks + MultiThreadedDebugDLL + Level3 + EditAndContinue + + + + + Disabled + custom;inc;cipher;mpi;mpi\generic;src;..\libgpg-error-1.9;%(AdditionalIncludeDirectories) + _DEBUG;_LIB;HAVE_CONFIG_H;_CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions) + EnableFastChecks + MultiThreadedDebugDLL + Level3 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/plugins/MirOTR/Libgcrypt/Libgcrypt_12.vcxproj.filters b/plugins/MirOTR/Libgcrypt/Libgcrypt_12.vcxproj.filters new file mode 100644 index 0000000000..6f8814d7af --- /dev/null +++ b/plugins/MirOTR/Libgcrypt/Libgcrypt_12.vcxproj.filters @@ -0,0 +1,386 @@ + + + + + {0775b44c-fe4d-4330-9c89-2718336516b8} + + + {7c0c9bf1-f543-4601-bd84-942cc0bfe85d} + + + {de34f5fd-6646-43e6-8293-03e55d9b59b8} + + + {c7ee8192-9d63-4a85-a423-40373728e7f5} + + + {9a4fc77e-6b4d-4277-9385-8101b650edfa} + + + {5ba54782-b71a-4c1f-b2c8-b9de6456d734} + + + {eebc872e-215c-4a47-bb49-c5ff18970074} + + + + + cipher + + + cipher + + + cipher + + + cipher + + + cipher + + + cipher + + + cipher + + + cipher + + + cipher + + + cipher + + + cipher + + + cipher + + + cipher + + + cipher + + + cipher + + + cipher + + + cipher + + + cipher + + + cipher + + + cipher + + + cipher + + + cipher + + + cipher + + + cipher + + + cipher + + + cipher + + + cipher + + + cipher + + + cipher + + + cipher + + + mpi + + + mpi + + + mpi + + + mpi + + + mpi + + + mpi + + + mpi + + + mpi + + + mpi + + + mpi + + + mpi + + + mpi + + + mpi + + + mpi + + + mpi + + + mpi + + + mpi + + + mpi\generic + + + mpi\generic + + + mpi\generic + + + mpi\generic + + + mpi\generic + + + mpi\generic + + + mpi\generic + + + mpi\generic + + + src + + + src + + + src + + + src + + + src + + + src + + + src + + + src + + + src + + + src + + + src + + + src + + + random + + + random + + + random + + + random + + + random + + + error + + + error + + + error + + + error + + + error + + + error + + + error + + + error + + + + + cipher + + + cipher + + + cipher + + + cipher + + + cipher + + + mpi + + + mpi + + + mpi + + + mpi + + + mpi + + + mpi\generic + + + src + + + src + + + src + + + src + + + src + + + src + + + src + + + src + + + src + + + src + + + src + + + src + + + custom + + + random + + + random + + + error + + + error + + + error + + + error + + + error + + + error + + + error + + + error + + + error + + + error + + + error + + + + + src + + + \ No newline at end of file diff --git a/plugins/MirOTR/Libgcrypt/libgcrypt146lib_10.vcxproj b/plugins/MirOTR/Libgcrypt/libgcrypt146lib_10.vcxproj deleted file mode 100644 index c2bc078d39..0000000000 --- a/plugins/MirOTR/Libgcrypt/libgcrypt146lib_10.vcxproj +++ /dev/null @@ -1,255 +0,0 @@ - - - - - Debug - Win32 - - - Debug - x64 - - - Release - Win32 - - - Release - x64 - - - - {40FE7861-E54E-4DA9-BE4D-A5178014E477} - Libgcrypt - - - - StaticLibrary - Unicode - - - StaticLibrary - Unicode - - - StaticLibrary - Unicode - true - - - StaticLibrary - Unicode - true - - - - - - - - - - - - - - - - - - - <_ProjectFileVersion>10.0.30319.1 - $(SolutionDir)$(Configuration)\Obj\$(ProjectName)\ - $(SolutionDir)$(Configuration)64\Obj\$(ProjectName)\ - $(SolutionDir)$(Configuration)\Obj\$(ProjectName)\ - $(SolutionDir)$(Configuration)64\Obj\$(ProjectName)\ - $(SolutionDir)$(Configuration)\Obj\$(ProjectName)\ - $(SolutionDir)$(Configuration)64\Obj\$(ProjectName)\ - $(SolutionDir)$(Configuration)\Obj\$(ProjectName)\ - $(SolutionDir)$(Configuration)64\Obj\$(ProjectName)\ - - - - Full - custom;inc;cipher;mpi;mpi\generic;src;..\libgpg-error-1.9;%(AdditionalIncludeDirectories) - NDEBUG;_LIB;HAVE_CONFIG_H;_CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions) - Level3 - Fast - Size - - - MachineX86 - Windows - - - - - Full - custom;inc;cipher;mpi;mpi\generic;src;..\libgpg-error-1.9;%(AdditionalIncludeDirectories) - NDEBUG;_LIB;HAVE_CONFIG_H;_CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions) - Level3 - Fast - Size - - - MachineX64 - Windows - - - - - Disabled - custom;inc;cipher;mpi;mpi\generic;src;..\libgpg-error-1.9;%(AdditionalIncludeDirectories) - _DEBUG;_LIB;HAVE_CONFIG_H;_CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions) - EnableFastChecks - MultiThreadedDebugDLL - Level3 - EditAndContinue - - - MachineX86 - Windows - - - - - Disabled - custom;inc;cipher;mpi;mpi\generic;src;..\libgpg-error-1.9;%(AdditionalIncludeDirectories) - _DEBUG;_LIB;HAVE_CONFIG_H;_CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions) - EnableFastChecks - MultiThreadedDebugDLL - Level3 - - - MachineX64 - Windows - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/plugins/MirOTR/Libgcrypt/libgcrypt146lib_10.vcxproj.filters b/plugins/MirOTR/Libgcrypt/libgcrypt146lib_10.vcxproj.filters deleted file mode 100644 index 6f8814d7af..0000000000 --- a/plugins/MirOTR/Libgcrypt/libgcrypt146lib_10.vcxproj.filters +++ /dev/null @@ -1,386 +0,0 @@ - - - - - {0775b44c-fe4d-4330-9c89-2718336516b8} - - - {7c0c9bf1-f543-4601-bd84-942cc0bfe85d} - - - {de34f5fd-6646-43e6-8293-03e55d9b59b8} - - - {c7ee8192-9d63-4a85-a423-40373728e7f5} - - - {9a4fc77e-6b4d-4277-9385-8101b650edfa} - - - {5ba54782-b71a-4c1f-b2c8-b9de6456d734} - - - {eebc872e-215c-4a47-bb49-c5ff18970074} - - - - - cipher - - - cipher - - - cipher - - - cipher - - - cipher - - - cipher - - - cipher - - - cipher - - - cipher - - - cipher - - - cipher - - - cipher - - - cipher - - - cipher - - - cipher - - - cipher - - - cipher - - - cipher - - - cipher - - - cipher - - - cipher - - - cipher - - - cipher - - - cipher - - - cipher - - - cipher - - - cipher - - - cipher - - - cipher - - - cipher - - - mpi - - - mpi - - - mpi - - - mpi - - - mpi - - - mpi - - - mpi - - - mpi - - - mpi - - - mpi - - - mpi - - - mpi - - - mpi - - - mpi - - - mpi - - - mpi - - - mpi - - - mpi\generic - - - mpi\generic - - - mpi\generic - - - mpi\generic - - - mpi\generic - - - mpi\generic - - - mpi\generic - - - mpi\generic - - - src - - - src - - - src - - - src - - - src - - - src - - - src - - - src - - - src - - - src - - - src - - - src - - - random - - - random - - - random - - - random - - - random - - - error - - - error - - - error - - - error - - - error - - - error - - - error - - - error - - - - - cipher - - - cipher - - - cipher - - - cipher - - - cipher - - - mpi - - - mpi - - - mpi - - - mpi - - - mpi - - - mpi\generic - - - src - - - src - - - src - - - src - - - src - - - src - - - src - - - src - - - src - - - src - - - src - - - src - - - custom - - - random - - - random - - - error - - - error - - - error - - - error - - - error - - - error - - - error - - - error - - - error - - - error - - - error - - - - - src - - - \ No newline at end of file diff --git a/plugins/MirOTR/Libgcrypt/libgcrypt146lib_12.vcxproj b/plugins/MirOTR/Libgcrypt/libgcrypt146lib_12.vcxproj deleted file mode 100644 index d53aeb56a2..0000000000 --- a/plugins/MirOTR/Libgcrypt/libgcrypt146lib_12.vcxproj +++ /dev/null @@ -1,243 +0,0 @@ - - - - - Debug - Win32 - - - Debug - x64 - - - Release - Win32 - - - Release - x64 - - - - {40FE7861-E54E-4DA9-BE4D-A5178014E477} - Libgcrypt - - - - StaticLibrary - Unicode - v120_xp - - - StaticLibrary - Unicode - v120_xp - - - StaticLibrary - Unicode - true - v120_xp - - - StaticLibrary - Unicode - true - v120_xp - - - - - - - - - - - - - - - - - - - <_ProjectFileVersion>10.0.30319.1 - $(SolutionDir)$(Configuration)\Obj\$(ProjectName)\ - $(SolutionDir)$(Configuration)64\Obj\$(ProjectName)\ - $(SolutionDir)$(Configuration)\Obj\$(ProjectName)\ - $(SolutionDir)$(Configuration)64\Obj\$(ProjectName)\ - $(SolutionDir)$(Configuration)\Obj\$(ProjectName)\ - $(SolutionDir)$(Configuration)64\Obj\$(ProjectName)\ - $(SolutionDir)$(Configuration)\Obj\$(ProjectName)\ - $(SolutionDir)$(Configuration)64\Obj\$(ProjectName)\ - - - - Full - custom;inc;cipher;mpi;mpi\generic;src;..\libgpg-error-1.9;%(AdditionalIncludeDirectories) - NDEBUG;_LIB;HAVE_CONFIG_H;_CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions) - Level3 - Fast - Size - - - - - Full - custom;inc;cipher;mpi;mpi\generic;src;..\libgpg-error-1.9;%(AdditionalIncludeDirectories) - NDEBUG;_LIB;HAVE_CONFIG_H;_CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions) - Level3 - Fast - Size - - - - - Disabled - custom;inc;cipher;mpi;mpi\generic;src;..\libgpg-error-1.9;%(AdditionalIncludeDirectories) - _DEBUG;_LIB;HAVE_CONFIG_H;_CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions) - EnableFastChecks - MultiThreadedDebugDLL - Level3 - EditAndContinue - - - - - Disabled - custom;inc;cipher;mpi;mpi\generic;src;..\libgpg-error-1.9;%(AdditionalIncludeDirectories) - _DEBUG;_LIB;HAVE_CONFIG_H;_CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions) - EnableFastChecks - MultiThreadedDebugDLL - Level3 - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/plugins/MirOTR/Libgcrypt/libgcrypt146lib_12.vcxproj.filters b/plugins/MirOTR/Libgcrypt/libgcrypt146lib_12.vcxproj.filters deleted file mode 100644 index 6f8814d7af..0000000000 --- a/plugins/MirOTR/Libgcrypt/libgcrypt146lib_12.vcxproj.filters +++ /dev/null @@ -1,386 +0,0 @@ - - - - - {0775b44c-fe4d-4330-9c89-2718336516b8} - - - {7c0c9bf1-f543-4601-bd84-942cc0bfe85d} - - - {de34f5fd-6646-43e6-8293-03e55d9b59b8} - - - {c7ee8192-9d63-4a85-a423-40373728e7f5} - - - {9a4fc77e-6b4d-4277-9385-8101b650edfa} - - - {5ba54782-b71a-4c1f-b2c8-b9de6456d734} - - - {eebc872e-215c-4a47-bb49-c5ff18970074} - - - - - cipher - - - cipher - - - cipher - - - cipher - - - cipher - - - cipher - - - cipher - - - cipher - - - cipher - - - cipher - - - cipher - - - cipher - - - cipher - - - cipher - - - cipher - - - cipher - - - cipher - - - cipher - - - cipher - - - cipher - - - cipher - - - cipher - - - cipher - - - cipher - - - cipher - - - cipher - - - cipher - - - cipher - - - cipher - - - cipher - - - mpi - - - mpi - - - mpi - - - mpi - - - mpi - - - mpi - - - mpi - - - mpi - - - mpi - - - mpi - - - mpi - - - mpi - - - mpi - - - mpi - - - mpi - - - mpi - - - mpi - - - mpi\generic - - - mpi\generic - - - mpi\generic - - - mpi\generic - - - mpi\generic - - - mpi\generic - - - mpi\generic - - - mpi\generic - - - src - - - src - - - src - - - src - - - src - - - src - - - src - - - src - - - src - - - src - - - src - - - src - - - random - - - random - - - random - - - random - - - random - - - error - - - error - - - error - - - error - - - error - - - error - - - error - - - error - - - - - cipher - - - cipher - - - cipher - - - cipher - - - cipher - - - mpi - - - mpi - - - mpi - - - mpi - - - mpi - - - mpi\generic - - - src - - - src - - - src - - - src - - - src - - - src - - - src - - - src - - - src - - - src - - - src - - - src - - - custom - - - random - - - random - - - error - - - error - - - error - - - error - - - error - - - error - - - error - - - error - - - error - - - error - - - error - - - - - src - - - \ No newline at end of file diff --git a/plugins/MirOTR/libotr/libotr320_10.vcxproj b/plugins/MirOTR/libotr/libotr320_10.vcxproj deleted file mode 100644 index 55da261572..0000000000 --- a/plugins/MirOTR/libotr/libotr320_10.vcxproj +++ /dev/null @@ -1,170 +0,0 @@ - - - - - Debug - Win32 - - - Debug - x64 - - - Release - Win32 - - - Release - x64 - - - - {1423FC8F-AA52-4562-8275-4BF0838CA378} - Libotr - - - - StaticLibrary - Unicode - true - - - StaticLibrary - Unicode - true - - - StaticLibrary - Unicode - - - StaticLibrary - Unicode - - - - - - - - - - - - - - - - - - - <_ProjectFileVersion>10.0.30319.1 - $(SolutionDir)$(Configuration)\Obj\$(ProjectName)\ - $(SolutionDir)$(Configuration)64\Obj\$(ProjectName)\ - $(SolutionDir)$(Configuration)\Obj\$(ProjectName)\ - $(SolutionDir)$(Configuration)64\Obj\$(ProjectName)\ - $(SolutionDir)$(Configuration)\Obj\$(ProjectName)\ - $(SolutionDir)$(Configuration)64\Obj\$(ProjectName)\ - $(SolutionDir)$(Configuration)\Obj\$(ProjectName)\ - $(SolutionDir)$(Configuration)64\Obj\$(ProjectName)\ - - - - Disabled - custom;inc;src;..\libgcrypt-1.4.6\src;..\libgpg-error-1.9;%(AdditionalIncludeDirectories) - _DEBUG;_LIB;HAVE_CONFIG_H;_CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions) - EnableFastChecks - MultiThreadedDebugDLL - Level3 - EditAndContinue - /D "WIN32_LEAN_AND_MEAN" %(AdditionalOptions) - - - MachineX86 - Windows - - - - - /D "WIN32_LEAN_AND_MEAN" %(AdditionalOptions) - Disabled - custom;inc;src;..\libgcrypt-1.4.6\src;..\libgpg-error-1.9;%(AdditionalIncludeDirectories) - _DEBUG;_LIB;HAVE_CONFIG_H;_CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions) - EnableFastChecks - MultiThreadedDebugDLL - Level3 - - - Windows - MachineX64 - - - - - /D "WIN32_LEAN_AND_MEAN" %(AdditionalOptions) - Full - custom;inc;src;..\libgcrypt-1.4.6\src;..\libgpg-error-1.9;%(AdditionalIncludeDirectories) - NDEBUG;_LIB;HAVE_CONFIG_H;_CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions) - Level3 - Fast - Size - - - Windows - MachineX86 - - - - - /D "WIN32_LEAN_AND_MEAN" %(AdditionalOptions) - Full - custom;inc;src;..\libgcrypt-1.4.6\src;..\libgpg-error-1.9;%(AdditionalIncludeDirectories) - NDEBUG;_LIB;HAVE_CONFIG_H;_CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions) - Level3 - Fast - Size - - - Windows - MachineX64 - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - {40fe7861-e54e-4da9-be4d-a5178014e477} - - - - - - \ No newline at end of file diff --git a/plugins/MirOTR/libotr/libotr320_12.vcxproj b/plugins/MirOTR/libotr/libotr320_12.vcxproj deleted file mode 100644 index 3a4ecf7dc9..0000000000 --- a/plugins/MirOTR/libotr/libotr320_12.vcxproj +++ /dev/null @@ -1,158 +0,0 @@ - - - - - Debug - Win32 - - - Debug - x64 - - - Release - Win32 - - - Release - x64 - - - - {1423FC8F-AA52-4562-8275-4BF0838CA378} - Libotr - - - - StaticLibrary - Unicode - true - v120_xp - - - StaticLibrary - Unicode - true - v120_xp - - - StaticLibrary - Unicode - v120_xp - - - StaticLibrary - Unicode - v120_xp - - - - - - - - - - - - - - - - - - - <_ProjectFileVersion>10.0.30319.1 - $(SolutionDir)$(Configuration)\Obj\$(ProjectName)\ - $(SolutionDir)$(Configuration)64\Obj\$(ProjectName)\ - $(SolutionDir)$(Configuration)\Obj\$(ProjectName)\ - $(SolutionDir)$(Configuration)64\Obj\$(ProjectName)\ - $(SolutionDir)$(Configuration)\Obj\$(ProjectName)\ - $(SolutionDir)$(Configuration)64\Obj\$(ProjectName)\ - $(SolutionDir)$(Configuration)\Obj\$(ProjectName)\ - $(SolutionDir)$(Configuration)64\Obj\$(ProjectName)\ - - - - Disabled - custom;inc;src;..\libgcrypt-1.4.6\src;..\libgpg-error-1.9;%(AdditionalIncludeDirectories) - _DEBUG;_LIB;HAVE_CONFIG_H;_CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions) - EnableFastChecks - MultiThreadedDebugDLL - Level3 - EditAndContinue - /D "WIN32_LEAN_AND_MEAN" %(AdditionalOptions) - - - - - /D "WIN32_LEAN_AND_MEAN" %(AdditionalOptions) - Disabled - custom;inc;src;..\libgcrypt-1.4.6\src;..\libgpg-error-1.9;%(AdditionalIncludeDirectories) - _DEBUG;_LIB;HAVE_CONFIG_H;_CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions) - EnableFastChecks - MultiThreadedDebugDLL - Level3 - - - - - /D "WIN32_LEAN_AND_MEAN" %(AdditionalOptions) - Full - custom;inc;src;..\libgcrypt-1.4.6\src;..\libgpg-error-1.9;%(AdditionalIncludeDirectories) - NDEBUG;_LIB;HAVE_CONFIG_H;_CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions) - Level3 - Fast - Size - - - - - /D "WIN32_LEAN_AND_MEAN" %(AdditionalOptions) - Full - custom;inc;src;..\libgcrypt-1.4.6\src;..\libgpg-error-1.9;%(AdditionalIncludeDirectories) - NDEBUG;_LIB;HAVE_CONFIG_H;_CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions) - Level3 - Fast - Size - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - {40fe7861-e54e-4da9-be4d-a5178014e477} - - - - - - \ No newline at end of file diff --git a/plugins/MirOTR/libotr/libotr_10.vcxproj b/plugins/MirOTR/libotr/libotr_10.vcxproj new file mode 100644 index 0000000000..55da261572 --- /dev/null +++ b/plugins/MirOTR/libotr/libotr_10.vcxproj @@ -0,0 +1,170 @@ + + + + + Debug + Win32 + + + Debug + x64 + + + Release + Win32 + + + Release + x64 + + + + {1423FC8F-AA52-4562-8275-4BF0838CA378} + Libotr + + + + StaticLibrary + Unicode + true + + + StaticLibrary + Unicode + true + + + StaticLibrary + Unicode + + + StaticLibrary + Unicode + + + + + + + + + + + + + + + + + + + <_ProjectFileVersion>10.0.30319.1 + $(SolutionDir)$(Configuration)\Obj\$(ProjectName)\ + $(SolutionDir)$(Configuration)64\Obj\$(ProjectName)\ + $(SolutionDir)$(Configuration)\Obj\$(ProjectName)\ + $(SolutionDir)$(Configuration)64\Obj\$(ProjectName)\ + $(SolutionDir)$(Configuration)\Obj\$(ProjectName)\ + $(SolutionDir)$(Configuration)64\Obj\$(ProjectName)\ + $(SolutionDir)$(Configuration)\Obj\$(ProjectName)\ + $(SolutionDir)$(Configuration)64\Obj\$(ProjectName)\ + + + + Disabled + custom;inc;src;..\libgcrypt-1.4.6\src;..\libgpg-error-1.9;%(AdditionalIncludeDirectories) + _DEBUG;_LIB;HAVE_CONFIG_H;_CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions) + EnableFastChecks + MultiThreadedDebugDLL + Level3 + EditAndContinue + /D "WIN32_LEAN_AND_MEAN" %(AdditionalOptions) + + + MachineX86 + Windows + + + + + /D "WIN32_LEAN_AND_MEAN" %(AdditionalOptions) + Disabled + custom;inc;src;..\libgcrypt-1.4.6\src;..\libgpg-error-1.9;%(AdditionalIncludeDirectories) + _DEBUG;_LIB;HAVE_CONFIG_H;_CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions) + EnableFastChecks + MultiThreadedDebugDLL + Level3 + + + Windows + MachineX64 + + + + + /D "WIN32_LEAN_AND_MEAN" %(AdditionalOptions) + Full + custom;inc;src;..\libgcrypt-1.4.6\src;..\libgpg-error-1.9;%(AdditionalIncludeDirectories) + NDEBUG;_LIB;HAVE_CONFIG_H;_CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions) + Level3 + Fast + Size + + + Windows + MachineX86 + + + + + /D "WIN32_LEAN_AND_MEAN" %(AdditionalOptions) + Full + custom;inc;src;..\libgcrypt-1.4.6\src;..\libgpg-error-1.9;%(AdditionalIncludeDirectories) + NDEBUG;_LIB;HAVE_CONFIG_H;_CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions) + Level3 + Fast + Size + + + Windows + MachineX64 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + {40fe7861-e54e-4da9-be4d-a5178014e477} + + + + + + \ No newline at end of file diff --git a/plugins/MirOTR/libotr/libotr_12.vcxproj b/plugins/MirOTR/libotr/libotr_12.vcxproj new file mode 100644 index 0000000000..3a4ecf7dc9 --- /dev/null +++ b/plugins/MirOTR/libotr/libotr_12.vcxproj @@ -0,0 +1,158 @@ + + + + + Debug + Win32 + + + Debug + x64 + + + Release + Win32 + + + Release + x64 + + + + {1423FC8F-AA52-4562-8275-4BF0838CA378} + Libotr + + + + StaticLibrary + Unicode + true + v120_xp + + + StaticLibrary + Unicode + true + v120_xp + + + StaticLibrary + Unicode + v120_xp + + + StaticLibrary + Unicode + v120_xp + + + + + + + + + + + + + + + + + + + <_ProjectFileVersion>10.0.30319.1 + $(SolutionDir)$(Configuration)\Obj\$(ProjectName)\ + $(SolutionDir)$(Configuration)64\Obj\$(ProjectName)\ + $(SolutionDir)$(Configuration)\Obj\$(ProjectName)\ + $(SolutionDir)$(Configuration)64\Obj\$(ProjectName)\ + $(SolutionDir)$(Configuration)\Obj\$(ProjectName)\ + $(SolutionDir)$(Configuration)64\Obj\$(ProjectName)\ + $(SolutionDir)$(Configuration)\Obj\$(ProjectName)\ + $(SolutionDir)$(Configuration)64\Obj\$(ProjectName)\ + + + + Disabled + custom;inc;src;..\libgcrypt-1.4.6\src;..\libgpg-error-1.9;%(AdditionalIncludeDirectories) + _DEBUG;_LIB;HAVE_CONFIG_H;_CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions) + EnableFastChecks + MultiThreadedDebugDLL + Level3 + EditAndContinue + /D "WIN32_LEAN_AND_MEAN" %(AdditionalOptions) + + + + + /D "WIN32_LEAN_AND_MEAN" %(AdditionalOptions) + Disabled + custom;inc;src;..\libgcrypt-1.4.6\src;..\libgpg-error-1.9;%(AdditionalIncludeDirectories) + _DEBUG;_LIB;HAVE_CONFIG_H;_CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions) + EnableFastChecks + MultiThreadedDebugDLL + Level3 + + + + + /D "WIN32_LEAN_AND_MEAN" %(AdditionalOptions) + Full + custom;inc;src;..\libgcrypt-1.4.6\src;..\libgpg-error-1.9;%(AdditionalIncludeDirectories) + NDEBUG;_LIB;HAVE_CONFIG_H;_CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions) + Level3 + Fast + Size + + + + + /D "WIN32_LEAN_AND_MEAN" %(AdditionalOptions) + Full + custom;inc;src;..\libgcrypt-1.4.6\src;..\libgpg-error-1.9;%(AdditionalIncludeDirectories) + NDEBUG;_LIB;HAVE_CONFIG_H;_CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions) + Level3 + Fast + Size + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + {40fe7861-e54e-4da9-be4d-a5178014e477} + + + + + + \ No newline at end of file -- cgit v1.2.3