From 850eb8d3890ebd911fb8278114b7b93eba407cb0 Mon Sep 17 00:00:00 2001 From: Vadim Dashevskiy Date: Thu, 18 Sep 2014 14:46:18 +0000 Subject: Dummy protocol added to solutions git-svn-id: http://svn.miranda-ng.org/main/trunk@10507 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- bin10/mir_full.sln | 10 + bin10/mir_full_pro.sln | 11 + bin10/mir_icons.sln | 10 + bin12/mir_full.sln | 10 + bin12/mir_icons.sln | 10 + protocols/Dummy/dummy_10.vcxproj | 2 +- protocols/Dummy/dummy_12.vcxproj | 402 ++++++++++----------- protocols/Dummy/proto_dummy/Proto_Dummy_10.vcxproj | 2 +- protocols/Dummy/proto_dummy/Proto_Dummy_12.vcxproj | 268 +++++++------- 9 files changed, 388 insertions(+), 337 deletions(-) diff --git a/bin10/mir_full.sln b/bin10/mir_full.sln index 8cd50e4646..3e5ca5edd2 100644 --- a/bin10/mir_full.sln +++ b/bin10/mir_full.sln @@ -419,6 +419,8 @@ Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "IEHistory", "..\plugins\IEH EndProject Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "WhatsApp", "..\protocols\WhatsApp\WhatsApp_10.vcxproj", "{13E796AD-BEA4-4213-A1B8-E18E2397E544}" EndProject +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "Dummy", "..\protocols\Dummy\dummy_10.vcxproj", "{D3B4DDFF-D3A5-4452-AE9D-B43B3C97C821}" +EndProject Global GlobalSection(SolutionConfigurationPlatforms) = preSolution Debug|Win32 = Debug|Win32 @@ -1861,6 +1863,14 @@ Global {13E796AD-BEA4-4213-A1B8-E18E2397E544}.Release|Win32.Build.0 = Release|Win32 {13E796AD-BEA4-4213-A1B8-E18E2397E544}.Release|x64.ActiveCfg = Release|x64 {13E796AD-BEA4-4213-A1B8-E18E2397E544}.Release|x64.Build.0 = Release|x64 + {D3B4DDFF-D3A5-4452-AE9D-B43B3C97C821}.Debug|Win32.ActiveCfg = Debug|Win32 + {D3B4DDFF-D3A5-4452-AE9D-B43B3C97C821}.Debug|Win32.Build.0 = Debug|Win32 + {D3B4DDFF-D3A5-4452-AE9D-B43B3C97C821}.Debug|x64.ActiveCfg = Debug|x64 + {D3B4DDFF-D3A5-4452-AE9D-B43B3C97C821}.Debug|x64.Build.0 = Debug|x64 + {D3B4DDFF-D3A5-4452-AE9D-B43B3C97C821}.Release|Win32.ActiveCfg = Release|Win32 + {D3B4DDFF-D3A5-4452-AE9D-B43B3C97C821}.Release|Win32.Build.0 = Release|Win32 + {D3B4DDFF-D3A5-4452-AE9D-B43B3C97C821}.Release|x64.ActiveCfg = Release|x64 + {D3B4DDFF-D3A5-4452-AE9D-B43B3C97C821}.Release|x64.Build.0 = Release|x64 EndGlobalSection GlobalSection(SolutionProperties) = preSolution HideSolutionNode = FALSE diff --git a/bin10/mir_full_pro.sln b/bin10/mir_full_pro.sln index 30615b8454..015349b376 100644 --- a/bin10/mir_full_pro.sln +++ b/bin10/mir_full_pro.sln @@ -451,6 +451,8 @@ Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "IEHistory", "..\plugins\IEH EndProject Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "WhatsApp", "..\protocols\WhatsApp\WhatsApp_10.vcxproj", "{13E796AD-BEA4-4213-A1B8-E18E2397E544}" EndProject +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "Dummy", "..\protocols\Dummy\dummy_10.vcxproj", "{D3B4DDFF-D3A5-4452-AE9D-B43B3C97C821}" +EndProject Global GlobalSection(SolutionConfigurationPlatforms) = preSolution Debug|Win32 = Debug|Win32 @@ -1885,6 +1887,14 @@ Global {13E796AD-BEA4-4213-A1B8-E18E2397E544}.Release|Win32.Build.0 = Release|Win32 {13E796AD-BEA4-4213-A1B8-E18E2397E544}.Release|x64.ActiveCfg = Release|x64 {13E796AD-BEA4-4213-A1B8-E18E2397E544}.Release|x64.Build.0 = Release|x64 + {D3B4DDFF-D3A5-4452-AE9D-B43B3C97C821}.Debug|Win32.ActiveCfg = Debug|Win32 + {D3B4DDFF-D3A5-4452-AE9D-B43B3C97C821}.Debug|Win32.Build.0 = Debug|Win32 + {D3B4DDFF-D3A5-4452-AE9D-B43B3C97C821}.Debug|x64.ActiveCfg = Debug|x64 + {D3B4DDFF-D3A5-4452-AE9D-B43B3C97C821}.Debug|x64.Build.0 = Debug|x64 + {D3B4DDFF-D3A5-4452-AE9D-B43B3C97C821}.Release|Win32.ActiveCfg = Release|Win32 + {D3B4DDFF-D3A5-4452-AE9D-B43B3C97C821}.Release|Win32.Build.0 = Release|Win32 + {D3B4DDFF-D3A5-4452-AE9D-B43B3C97C821}.Release|x64.ActiveCfg = Release|x64 + {D3B4DDFF-D3A5-4452-AE9D-B43B3C97C821}.Release|x64.Build.0 = Release|x64 EndGlobalSection GlobalSection(SolutionProperties) = preSolution HideSolutionNode = FALSE @@ -1980,6 +1990,7 @@ Global {5F9243AE-C6C9-4F42-B670-67A97767A50B} = {B913F0DC-E0A2-4973-A65C-BB00A51DB9E4} {BE22A21F-73B7-453F-86A0-B867F0056490} = {B913F0DC-E0A2-4973-A65C-BB00A51DB9E4} {13E796AD-BEA4-4213-A1B8-E18E2397E544} = {B913F0DC-E0A2-4973-A65C-BB00A51DB9E4} + {D3B4DDFF-D3A5-4452-AE9D-B43B3C97C821} = {B913F0DC-E0A2-4973-A65C-BB00A51DB9E4} {987F026D-EB1F-4013-ADA8-2406ACCDA526} = {0D22875F-6B96-49C3-BA4F-D7E573A1515B} {D9057E63-AAAA-4FE7-800A-20C02F4761F3} = {0D22875F-6B96-49C3-BA4F-D7E573A1515B} {3C42510C-A29E-4A53-899C-203BFA874E0B} = {0D22875F-6B96-49C3-BA4F-D7E573A1515B} diff --git a/bin10/mir_icons.sln b/bin10/mir_icons.sln index ff6a78f65a..53cc2e37bf 100644 --- a/bin10/mir_icons.sln +++ b/bin10/mir_icons.sln @@ -72,6 +72,8 @@ Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "Proto_MetaContacts", "..\sr EndProject Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "Proto_WhatsApp", "..\protocols\WhatsApp\proto_whatsapp\Proto_WhatsApp_10.vcxproj", "{64A2B403-90AF-4CF8-BC69-4E8D33872D64}" EndProject +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "Proto_Dummy", "..\protocols\Dummy\proto_dummy\Proto_Dummy_10.vcxproj", "{018F801B-E80F-4E49-A640-E30BC445E74A}" +EndProject Global GlobalSection(SolutionConfigurationPlatforms) = preSolution Debug|Win32 = Debug|Win32 @@ -368,6 +370,14 @@ Global {64A2B403-90AF-4CF8-BC69-4E8D33872D64}.Release|Win32.Build.0 = Release|Win32 {64A2B403-90AF-4CF8-BC69-4E8D33872D64}.Release|x64.ActiveCfg = Release|x64 {64A2B403-90AF-4CF8-BC69-4E8D33872D64}.Release|x64.Build.0 = Release|x64 + {018F801B-E80F-4E49-A640-E30BC445E74A}.Debug|Win32.ActiveCfg = Debug|Win32 + {018F801B-E80F-4E49-A640-E30BC445E74A}.Debug|Win32.Build.0 = Debug|Win32 + {018F801B-E80F-4E49-A640-E30BC445E74A}.Debug|x64.ActiveCfg = Debug|x64 + {018F801B-E80F-4E49-A640-E30BC445E74A}.Debug|x64.Build.0 = Debug|x64 + {018F801B-E80F-4E49-A640-E30BC445E74A}.Release|Win32.ActiveCfg = Release|Win32 + {018F801B-E80F-4E49-A640-E30BC445E74A}.Release|Win32.Build.0 = Release|Win32 + {018F801B-E80F-4E49-A640-E30BC445E74A}.Release|x64.ActiveCfg = Release|x64 + {018F801B-E80F-4E49-A640-E30BC445E74A}.Release|x64.Build.0 = Release|x64 EndGlobalSection GlobalSection(SolutionProperties) = preSolution HideSolutionNode = FALSE diff --git a/bin12/mir_full.sln b/bin12/mir_full.sln index 0ef575c27e..07dd9d386f 100644 --- a/bin12/mir_full.sln +++ b/bin12/mir_full.sln @@ -421,6 +421,8 @@ Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "IEHistory", "..\plugins\IEH EndProject Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "WhatsApp", "..\protocols\WhatsApp\WhatsApp_12.vcxproj", "{13E796AD-BEA4-4213-A1B8-E18E2397E544}" EndProject +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "Dummy", "..\protocols\Dummy\dummy_12.vcxproj", "{D3B4DDFF-D3A5-4452-AE9D-B43B3C97C821}" +EndProject Global GlobalSection(SolutionConfigurationPlatforms) = preSolution Debug|Win32 = Debug|Win32 @@ -1863,6 +1865,14 @@ Global {13E796AD-BEA4-4213-A1B8-E18E2397E544}.Release|Win32.Build.0 = Release|Win32 {13E796AD-BEA4-4213-A1B8-E18E2397E544}.Release|x64.ActiveCfg = Release|x64 {13E796AD-BEA4-4213-A1B8-E18E2397E544}.Release|x64.Build.0 = Release|x64 + {D3B4DDFF-D3A5-4452-AE9D-B43B3C97C821}.Debug|Win32.ActiveCfg = Debug|Win32 + {D3B4DDFF-D3A5-4452-AE9D-B43B3C97C821}.Debug|Win32.Build.0 = Debug|Win32 + {D3B4DDFF-D3A5-4452-AE9D-B43B3C97C821}.Debug|x64.ActiveCfg = Debug|x64 + {D3B4DDFF-D3A5-4452-AE9D-B43B3C97C821}.Debug|x64.Build.0 = Debug|x64 + {D3B4DDFF-D3A5-4452-AE9D-B43B3C97C821}.Release|Win32.ActiveCfg = Release|Win32 + {D3B4DDFF-D3A5-4452-AE9D-B43B3C97C821}.Release|Win32.Build.0 = Release|Win32 + {D3B4DDFF-D3A5-4452-AE9D-B43B3C97C821}.Release|x64.ActiveCfg = Release|x64 + {D3B4DDFF-D3A5-4452-AE9D-B43B3C97C821}.Release|x64.Build.0 = Release|x64 EndGlobalSection GlobalSection(SolutionProperties) = preSolution HideSolutionNode = FALSE diff --git a/bin12/mir_icons.sln b/bin12/mir_icons.sln index 9367f77273..6cda80d7a0 100644 --- a/bin12/mir_icons.sln +++ b/bin12/mir_icons.sln @@ -76,6 +76,8 @@ Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "Proto_MetaContacts", "..\sr EndProject Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "WhatsApp", "..\protocols\WhatsApp\WhatsApp_12.vcxproj", "{13E796AD-BEA4-4213-A1B8-E18E2397E544}" EndProject +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "Proto_Dummy", "..\protocols\Dummy\proto_dummy\Proto_Dummy_12.vcxproj", "{018F801B-E80F-4E49-A640-E30BC445E74A}" +EndProject Global GlobalSection(SolutionConfigurationPlatforms) = preSolution Debug|Win32 = Debug|Win32 @@ -380,6 +382,14 @@ Global {13E796AD-BEA4-4213-A1B8-E18E2397E544}.Release|Win32.Build.0 = Release|Win32 {13E796AD-BEA4-4213-A1B8-E18E2397E544}.Release|x64.ActiveCfg = Release|x64 {13E796AD-BEA4-4213-A1B8-E18E2397E544}.Release|x64.Build.0 = Release|x64 + {018F801B-E80F-4E49-A640-E30BC445E74A}.Debug|Win32.ActiveCfg = Debug|Win32 + {018F801B-E80F-4E49-A640-E30BC445E74A}.Debug|Win32.Build.0 = Debug|Win32 + {018F801B-E80F-4E49-A640-E30BC445E74A}.Debug|x64.ActiveCfg = Debug|x64 + {018F801B-E80F-4E49-A640-E30BC445E74A}.Debug|x64.Build.0 = Debug|x64 + {018F801B-E80F-4E49-A640-E30BC445E74A}.Release|Win32.ActiveCfg = Release|Win32 + {018F801B-E80F-4E49-A640-E30BC445E74A}.Release|Win32.Build.0 = Release|Win32 + {018F801B-E80F-4E49-A640-E30BC445E74A}.Release|x64.ActiveCfg = Release|x64 + {018F801B-E80F-4E49-A640-E30BC445E74A}.Release|x64.Build.0 = Release|x64 EndGlobalSection GlobalSection(SolutionProperties) = preSolution HideSolutionNode = FALSE diff --git a/protocols/Dummy/dummy_10.vcxproj b/protocols/Dummy/dummy_10.vcxproj index 0268326990..0fab548420 100644 --- a/protocols/Dummy/dummy_10.vcxproj +++ b/protocols/Dummy/dummy_10.vcxproj @@ -19,7 +19,7 @@ - {BF6E1942-7E42-4564-9DF5-FD0A00D71173} + {D3B4DDFF-D3A5-4452-AE9D-B43B3C97C821} Dummy diff --git a/protocols/Dummy/dummy_12.vcxproj b/protocols/Dummy/dummy_12.vcxproj index 3b69aef632..cda9cc561d 100644 --- a/protocols/Dummy/dummy_12.vcxproj +++ b/protocols/Dummy/dummy_12.vcxproj @@ -1,202 +1,202 @@ - - - - - Debug - Win32 - - - Debug - x64 - - - Release - Win32 - - - Release - x64 - - - - {BF6E1942-7E42-4564-9DF5-FD0A00D71173} - Dummy - - - - DynamicLibrary - Unicode - true - v120_xp - - - DynamicLibrary - Unicode - true - v120_xp - - - DynamicLibrary - Unicode - v120_xp - - - DynamicLibrary - Unicode - v120_xp - - - - - - - - - - - - - - - - - - - <_ProjectFileVersion>10.0.30319.1 - $(SolutionDir)$(Configuration)\Plugins\ - $(SolutionDir)$(Configuration)64\Plugins\ - $(SolutionDir)$(Configuration)\Obj\$(ProjectName)\ - $(SolutionDir)$(Configuration)64\Obj\$(ProjectName)\ - $(SolutionDir)$(Configuration)\Plugins\ - $(SolutionDir)$(Configuration)64\Plugins\ - $(SolutionDir)$(Configuration)\Obj\$(ProjectName)\ - $(SolutionDir)$(Configuration)64\Obj\$(ProjectName)\ - true - - - - Disabled - ..\..\include;..\..\plugins\ExternalAPI;..\..\..\boost;%(AdditionalIncludeDirectories) - WIN32;_WINDOWS;_USRDLL;TWITTER_EXPORTS;_CRT_SECURE_NO_WARNINGS;NOMINMAX;%(PreprocessorDefinitions) - true - EnableFastChecks - MultiThreadedDebugDLL - Level3 - EditAndContinue - Use - false - - - true - Windows - $(IntDir)$(TargetName).lib - false - $(ProfileDir)..\..\bin12\lib - false - - - _DEBUG;%(PreprocessorDefinitions) - ..\..\include\msapi - - - - - Disabled - ..\..\include;..\..\plugins\ExternalAPI;..\..\..\boost;%(AdditionalIncludeDirectories) - _WINDOWS;_USRDLL;TWITTER_EXPORTS;_CRT_SECURE_NO_WARNINGS;NOMINMAX;%(PreprocessorDefinitions) - EnableFastChecks - MultiThreadedDebugDLL - Level3 - Use - false - - - true - Windows - $(IntDir)$(TargetName).lib - false - $(ProfileDir)..\..\bin12\lib - - - _DEBUG;%(PreprocessorDefinitions) - ..\..\include\msapi - - - - - ..\..\include;..\..\plugins\ExternalAPI;..\..\..\boost;%(AdditionalIncludeDirectories) - NDEBUG;_WINDOWS;_USRDLL;TWITTER_EXPORTS;_CRT_SECURE_NO_WARNINGS;NOMINMAX;%(PreprocessorDefinitions) - Level3 - Full - OnlyExplicitInline - Size - Use - false - true - - - true - Windows - true - true - $(IntDir)$(TargetName).lib - false - $(ProfileDir)..\..\bin12\lib - - - ..\..\include\msapi - NDEBUG;%(PreprocessorDefinitions) - - - - - ..\..\include;..\..\plugins\ExternalAPI;..\..\..\boost;%(AdditionalIncludeDirectories) - NDEBUG;_WINDOWS;_USRDLL;TWITTER_EXPORTS;_CRT_SECURE_NO_WARNINGS;NOMINMAX;%(PreprocessorDefinitions) - Level3 - Full - OnlyExplicitInline - Size - Use - false - true - - - true - Windows - true - true - $(IntDir)$(TargetName).lib - false - $(ProfileDir)..\..\bin12\lib - - - ..\..\include\msapi - NDEBUG;%(PreprocessorDefinitions) - - - - - - Create - Create - Create - Create - - - - - - - - - - - - - - - - - - + + + + + Debug + Win32 + + + Debug + x64 + + + Release + Win32 + + + Release + x64 + + + + {D3B4DDFF-D3A5-4452-AE9D-B43B3C97C821} + Dummy + + + + DynamicLibrary + Unicode + true + v120_xp + + + DynamicLibrary + Unicode + true + v120_xp + + + DynamicLibrary + Unicode + v120_xp + + + DynamicLibrary + Unicode + v120_xp + + + + + + + + + + + + + + + + + + + <_ProjectFileVersion>10.0.30319.1 + $(SolutionDir)$(Configuration)\Plugins\ + $(SolutionDir)$(Configuration)64\Plugins\ + $(SolutionDir)$(Configuration)\Obj\$(ProjectName)\ + $(SolutionDir)$(Configuration)64\Obj\$(ProjectName)\ + $(SolutionDir)$(Configuration)\Plugins\ + $(SolutionDir)$(Configuration)64\Plugins\ + $(SolutionDir)$(Configuration)\Obj\$(ProjectName)\ + $(SolutionDir)$(Configuration)64\Obj\$(ProjectName)\ + true + + + + Disabled + ..\..\include;..\..\plugins\ExternalAPI;..\..\..\boost;%(AdditionalIncludeDirectories) + WIN32;_WINDOWS;_USRDLL;TWITTER_EXPORTS;_CRT_SECURE_NO_WARNINGS;NOMINMAX;%(PreprocessorDefinitions) + true + EnableFastChecks + MultiThreadedDebugDLL + Level3 + EditAndContinue + Use + false + + + true + Windows + $(IntDir)$(TargetName).lib + false + $(ProfileDir)..\..\bin12\lib + false + + + _DEBUG;%(PreprocessorDefinitions) + ..\..\include\msapi + + + + + Disabled + ..\..\include;..\..\plugins\ExternalAPI;..\..\..\boost;%(AdditionalIncludeDirectories) + _WINDOWS;_USRDLL;TWITTER_EXPORTS;_CRT_SECURE_NO_WARNINGS;NOMINMAX;%(PreprocessorDefinitions) + EnableFastChecks + MultiThreadedDebugDLL + Level3 + Use + false + + + true + Windows + $(IntDir)$(TargetName).lib + false + $(ProfileDir)..\..\bin12\lib + + + _DEBUG;%(PreprocessorDefinitions) + ..\..\include\msapi + + + + + ..\..\include;..\..\plugins\ExternalAPI;..\..\..\boost;%(AdditionalIncludeDirectories) + NDEBUG;_WINDOWS;_USRDLL;TWITTER_EXPORTS;_CRT_SECURE_NO_WARNINGS;NOMINMAX;%(PreprocessorDefinitions) + Level3 + Full + OnlyExplicitInline + Size + Use + false + true + + + true + Windows + true + true + $(IntDir)$(TargetName).lib + false + $(ProfileDir)..\..\bin12\lib + + + ..\..\include\msapi + NDEBUG;%(PreprocessorDefinitions) + + + + + ..\..\include;..\..\plugins\ExternalAPI;..\..\..\boost;%(AdditionalIncludeDirectories) + NDEBUG;_WINDOWS;_USRDLL;TWITTER_EXPORTS;_CRT_SECURE_NO_WARNINGS;NOMINMAX;%(PreprocessorDefinitions) + Level3 + Full + OnlyExplicitInline + Size + Use + false + true + + + true + Windows + true + true + $(IntDir)$(TargetName).lib + false + $(ProfileDir)..\..\bin12\lib + + + ..\..\include\msapi + NDEBUG;%(PreprocessorDefinitions) + + + + + + Create + Create + Create + Create + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/protocols/Dummy/proto_dummy/Proto_Dummy_10.vcxproj b/protocols/Dummy/proto_dummy/Proto_Dummy_10.vcxproj index 3096902632..4268ebd654 100644 --- a/protocols/Dummy/proto_dummy/Proto_Dummy_10.vcxproj +++ b/protocols/Dummy/proto_dummy/Proto_Dummy_10.vcxproj @@ -19,7 +19,7 @@ - {5F8495EF-0765-4E03-905D-639BDBF05B4F} + {018F801B-E80F-4E49-A640-E30BC445E74A} Proto_Dummy diff --git a/protocols/Dummy/proto_dummy/Proto_Dummy_12.vcxproj b/protocols/Dummy/proto_dummy/Proto_Dummy_12.vcxproj index 5544465086..fc567caced 100644 --- a/protocols/Dummy/proto_dummy/Proto_Dummy_12.vcxproj +++ b/protocols/Dummy/proto_dummy/Proto_Dummy_12.vcxproj @@ -1,135 +1,135 @@ - - - - - Debug - Win32 - - - Debug - x64 - - - Release - Win32 - - - Release - x64 - - - - {3B490839-B3C2-4A53-85A0-1516E5415D76} - Proto_Dummy - - - - DynamicLibrary - true - Unicode - v120_xp - - - DynamicLibrary - true - Unicode - v120_xp - - - DynamicLibrary - false - Unicode - v120_xp - - - DynamicLibrary - false - Unicode - v120_xp - - - - - - - - - - - - - - - - - - - <_ProjectFileVersion>10.0.30319.1 - $(SolutionDir)$(Configuration)\Icons\ - $(SolutionDir)$(Configuration)64\Icons\ - $(SolutionDir)$(Configuration)\Obj\$(ProjectName)\ - $(SolutionDir)$(Configuration)64\Obj\$(ProjectName)\ - $(SolutionDir)$(Configuration)\Icons\ - $(SolutionDir)$(Configuration)64\Icons\ - $(SolutionDir)$(Configuration)\Obj\$(ProjectName)\ - $(SolutionDir)$(Configuration)64\Obj\$(ProjectName)\ - true - - - - Windows - true - false - $(SolutionDir)\lib - - - _DEBUG;%(PreprocessorDefinitions) - ..\..\..\include\msapi - - - - - Windows - true - false - $(SolutionDir)\lib - - - _DEBUG;%(PreprocessorDefinitions) - ..\..\..\include\msapi - - - - - Windows - true - false - $(SolutionDir)\lib - - - NDEBUG;%(PreprocessorDefinitions) - ..\..\..\include\msapi - - - - - Windows - true - false - $(SolutionDir)\lib - - - NDEBUG;%(PreprocessorDefinitions) - ..\..\..\include\msapi - - - - - - - - - - - + + + + + Debug + Win32 + + + Debug + x64 + + + Release + Win32 + + + Release + x64 + + + + {018F801B-E80F-4E49-A640-E30BC445E74A} + Proto_Dummy + + + + DynamicLibrary + true + Unicode + v120_xp + + + DynamicLibrary + true + Unicode + v120_xp + + + DynamicLibrary + false + Unicode + v120_xp + + + DynamicLibrary + false + Unicode + v120_xp + + + + + + + + + + + + + + + + + + + <_ProjectFileVersion>10.0.30319.1 + $(SolutionDir)$(Configuration)\Icons\ + $(SolutionDir)$(Configuration)64\Icons\ + $(SolutionDir)$(Configuration)\Obj\$(ProjectName)\ + $(SolutionDir)$(Configuration)64\Obj\$(ProjectName)\ + $(SolutionDir)$(Configuration)\Icons\ + $(SolutionDir)$(Configuration)64\Icons\ + $(SolutionDir)$(Configuration)\Obj\$(ProjectName)\ + $(SolutionDir)$(Configuration)64\Obj\$(ProjectName)\ + true + + + + Windows + true + false + $(SolutionDir)\lib + + + _DEBUG;%(PreprocessorDefinitions) + ..\..\..\include\msapi + + + + + Windows + true + false + $(SolutionDir)\lib + + + _DEBUG;%(PreprocessorDefinitions) + ..\..\..\include\msapi + + + + + Windows + true + false + $(SolutionDir)\lib + + + NDEBUG;%(PreprocessorDefinitions) + ..\..\..\include\msapi + + + + + Windows + true + false + $(SolutionDir)\lib + + + NDEBUG;%(PreprocessorDefinitions) + ..\..\..\include\msapi + + + + + + + + + + + \ No newline at end of file -- cgit v1.2.3