From 0e30d89702cb421da3eb12de1b97efca9d8dc072 Mon Sep 17 00:00:00 2001 From: Kirill Volinsky Date: Mon, 15 Apr 2013 05:53:37 +0000 Subject: added project for vc2012 git-svn-id: http://svn.miranda-ng.org/main/trunk@4452 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- protocols/Skype/keypacker/keypacker.sln | 23 ------ protocols/Skype/keypacker/keypacker.vcxproj | 83 --------------------- .../Skype/keypacker/keypacker.vcxproj.filters | 24 ------ protocols/Skype/keypacker/keypacker_10.sln | 23 ++++++ protocols/Skype/keypacker/keypacker_10.vcxproj | 83 +++++++++++++++++++++ .../Skype/keypacker/keypacker_10.vcxproj.filters | 24 ++++++ protocols/Skype/keypacker/keypacker_11.sln | 20 +++++ protocols/Skype/keypacker/keypacker_11.vcxproj | 86 ++++++++++++++++++++++ .../Skype/keypacker/keypacker_11.vcxproj.filters | 24 ++++++ 9 files changed, 260 insertions(+), 130 deletions(-) delete mode 100644 protocols/Skype/keypacker/keypacker.sln delete mode 100644 protocols/Skype/keypacker/keypacker.vcxproj delete mode 100644 protocols/Skype/keypacker/keypacker.vcxproj.filters create mode 100644 protocols/Skype/keypacker/keypacker_10.sln create mode 100644 protocols/Skype/keypacker/keypacker_10.vcxproj create mode 100644 protocols/Skype/keypacker/keypacker_10.vcxproj.filters create mode 100644 protocols/Skype/keypacker/keypacker_11.sln create mode 100644 protocols/Skype/keypacker/keypacker_11.vcxproj create mode 100644 protocols/Skype/keypacker/keypacker_11.vcxproj.filters diff --git a/protocols/Skype/keypacker/keypacker.sln b/protocols/Skype/keypacker/keypacker.sln deleted file mode 100644 index fd93844de0..0000000000 --- a/protocols/Skype/keypacker/keypacker.sln +++ /dev/null @@ -1,23 +0,0 @@ - -Microsoft Visual Studio Solution File, Format Version 11.00 -# Visual Studio 2010 -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "keypacker", "keypacker.vcxproj", "{826A98BD-CDC2-4D4F-BC20-310F415F9FFB}" -EndProject -Global - GlobalSection(DPCodeReviewSolutionGUID) = preSolution - DPCodeReviewSolutionGUID = {00000000-0000-0000-0000-000000000000} - EndGlobalSection - GlobalSection(SolutionConfigurationPlatforms) = preSolution - Debug|Win32 = Debug|Win32 - Release|Win32 = Release|Win32 - EndGlobalSection - GlobalSection(ProjectConfigurationPlatforms) = postSolution - {826A98BD-CDC2-4D4F-BC20-310F415F9FFB}.Debug|Win32.ActiveCfg = Debug|Win32 - {826A98BD-CDC2-4D4F-BC20-310F415F9FFB}.Debug|Win32.Build.0 = Debug|Win32 - {826A98BD-CDC2-4D4F-BC20-310F415F9FFB}.Release|Win32.ActiveCfg = Release|Win32 - {826A98BD-CDC2-4D4F-BC20-310F415F9FFB}.Release|Win32.Build.0 = Release|Win32 - EndGlobalSection - GlobalSection(SolutionProperties) = preSolution - HideSolutionNode = FALSE - EndGlobalSection -EndGlobal diff --git a/protocols/Skype/keypacker/keypacker.vcxproj b/protocols/Skype/keypacker/keypacker.vcxproj deleted file mode 100644 index 4021fbd185..0000000000 --- a/protocols/Skype/keypacker/keypacker.vcxproj +++ /dev/null @@ -1,83 +0,0 @@ - - - - - Debug - Win32 - - - Release - Win32 - - - - {826A98BD-CDC2-4D4F-BC20-310F415F9FFB} - Win32Proj - keypacker - - - - Application - true - Unicode - - - Application - false - true - Unicode - - - - - - - - - - - - - true - - - false - - - - Level3 - Disabled - WIN32;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) - - - Console - true - - - - - Level3 - Use - MaxSpeed - true - true - WIN32;NDEBUG;_CONSOLE;%(PreprocessorDefinitions) - - - Console - true - true - true - - - - - - - - - - - - - \ No newline at end of file diff --git a/protocols/Skype/keypacker/keypacker.vcxproj.filters b/protocols/Skype/keypacker/keypacker.vcxproj.filters deleted file mode 100644 index 923bcc1f4b..0000000000 --- a/protocols/Skype/keypacker/keypacker.vcxproj.filters +++ /dev/null @@ -1,24 +0,0 @@ - - - - - Source Files - - - Source Files - - - - - {66b7c02a-1ddc-42a1-9979-8b109c0d5e39} - - - {22eb2a43-df72-4aa2-9503-cb25b3faf955} - - - - - Header Files - - - \ No newline at end of file diff --git a/protocols/Skype/keypacker/keypacker_10.sln b/protocols/Skype/keypacker/keypacker_10.sln new file mode 100644 index 0000000000..a84639cde2 --- /dev/null +++ b/protocols/Skype/keypacker/keypacker_10.sln @@ -0,0 +1,23 @@ + +Microsoft Visual Studio Solution File, Format Version 11.00 +# Visual Studio 2010 +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "keypacker", "keypacker_10.vcxproj", "{826A98BD-CDC2-4D4F-BC20-310F415F9FFB}" +EndProject +Global + GlobalSection(DPCodeReviewSolutionGUID) = preSolution + DPCodeReviewSolutionGUID = {00000000-0000-0000-0000-000000000000} + EndGlobalSection + GlobalSection(SolutionConfigurationPlatforms) = preSolution + Debug|Win32 = Debug|Win32 + Release|Win32 = Release|Win32 + EndGlobalSection + GlobalSection(ProjectConfigurationPlatforms) = postSolution + {826A98BD-CDC2-4D4F-BC20-310F415F9FFB}.Debug|Win32.ActiveCfg = Debug|Win32 + {826A98BD-CDC2-4D4F-BC20-310F415F9FFB}.Debug|Win32.Build.0 = Debug|Win32 + {826A98BD-CDC2-4D4F-BC20-310F415F9FFB}.Release|Win32.ActiveCfg = Release|Win32 + {826A98BD-CDC2-4D4F-BC20-310F415F9FFB}.Release|Win32.Build.0 = Release|Win32 + EndGlobalSection + GlobalSection(SolutionProperties) = preSolution + HideSolutionNode = FALSE + EndGlobalSection +EndGlobal diff --git a/protocols/Skype/keypacker/keypacker_10.vcxproj b/protocols/Skype/keypacker/keypacker_10.vcxproj new file mode 100644 index 0000000000..4021fbd185 --- /dev/null +++ b/protocols/Skype/keypacker/keypacker_10.vcxproj @@ -0,0 +1,83 @@ + + + + + Debug + Win32 + + + Release + Win32 + + + + {826A98BD-CDC2-4D4F-BC20-310F415F9FFB} + Win32Proj + keypacker + + + + Application + true + Unicode + + + Application + false + true + Unicode + + + + + + + + + + + + + true + + + false + + + + Level3 + Disabled + WIN32;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) + + + Console + true + + + + + Level3 + Use + MaxSpeed + true + true + WIN32;NDEBUG;_CONSOLE;%(PreprocessorDefinitions) + + + Console + true + true + true + + + + + + + + + + + + + \ No newline at end of file diff --git a/protocols/Skype/keypacker/keypacker_10.vcxproj.filters b/protocols/Skype/keypacker/keypacker_10.vcxproj.filters new file mode 100644 index 0000000000..923bcc1f4b --- /dev/null +++ b/protocols/Skype/keypacker/keypacker_10.vcxproj.filters @@ -0,0 +1,24 @@ + + + + + Source Files + + + Source Files + + + + + {66b7c02a-1ddc-42a1-9979-8b109c0d5e39} + + + {22eb2a43-df72-4aa2-9503-cb25b3faf955} + + + + + Header Files + + + \ No newline at end of file diff --git a/protocols/Skype/keypacker/keypacker_11.sln b/protocols/Skype/keypacker/keypacker_11.sln new file mode 100644 index 0000000000..505fc4ea89 --- /dev/null +++ b/protocols/Skype/keypacker/keypacker_11.sln @@ -0,0 +1,20 @@ + +Microsoft Visual Studio Solution File, Format Version 12.00 +# Visual Studio 2012 +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "keypacker", "keypacker_11.vcxproj", "{826A98BD-CDC2-4D4F-BC20-310F415F9FFB}" +EndProject +Global + GlobalSection(SolutionConfigurationPlatforms) = preSolution + Debug|Win32 = Debug|Win32 + Release|Win32 = Release|Win32 + EndGlobalSection + GlobalSection(ProjectConfigurationPlatforms) = postSolution + {826A98BD-CDC2-4D4F-BC20-310F415F9FFB}.Debug|Win32.ActiveCfg = Debug|Win32 + {826A98BD-CDC2-4D4F-BC20-310F415F9FFB}.Debug|Win32.Build.0 = Debug|Win32 + {826A98BD-CDC2-4D4F-BC20-310F415F9FFB}.Release|Win32.ActiveCfg = Release|Win32 + {826A98BD-CDC2-4D4F-BC20-310F415F9FFB}.Release|Win32.Build.0 = Release|Win32 + EndGlobalSection + GlobalSection(SolutionProperties) = preSolution + HideSolutionNode = FALSE + EndGlobalSection +EndGlobal diff --git a/protocols/Skype/keypacker/keypacker_11.vcxproj b/protocols/Skype/keypacker/keypacker_11.vcxproj new file mode 100644 index 0000000000..ecc86ac43b --- /dev/null +++ b/protocols/Skype/keypacker/keypacker_11.vcxproj @@ -0,0 +1,86 @@ + + + + + Debug + Win32 + + + Release + Win32 + + + + {826A98BD-CDC2-4D4F-BC20-310F415F9FFB} + Win32Proj + keypacker + keypacker + + + + Application + true + Unicode + v110_xp + + + Application + false + true + Unicode + v110_xp + + + + + + + + + + + + + true + + + false + + + + Level3 + Disabled + WIN32;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) + + + Console + true + + + + + Level3 + Use + MaxSpeed + true + true + WIN32;NDEBUG;_CONSOLE;%(PreprocessorDefinitions) + + + Console + true + true + true + + + + + + + + + + + + + \ No newline at end of file diff --git a/protocols/Skype/keypacker/keypacker_11.vcxproj.filters b/protocols/Skype/keypacker/keypacker_11.vcxproj.filters new file mode 100644 index 0000000000..923bcc1f4b --- /dev/null +++ b/protocols/Skype/keypacker/keypacker_11.vcxproj.filters @@ -0,0 +1,24 @@ + + + + + Source Files + + + Source Files + + + + + {66b7c02a-1ddc-42a1-9979-8b109c0d5e39} + + + {22eb2a43-df72-4aa2-9503-cb25b3faf955} + + + + + Header Files + + + \ No newline at end of file -- cgit v1.2.3