diff options
author | Vadim Dashevskiy <watcherhd@gmail.com> | 2012-07-27 07:32:18 +0000 |
---|---|---|
committer | Vadim Dashevskiy <watcherhd@gmail.com> | 2012-07-27 07:32:18 +0000 |
commit | 5378a14932c4b95c2c03047604f82a1143ddbefb (patch) | |
tree | f6807d2621cde1ffff203cdb184d2d314304b75f /bin10/miranda32.sln | |
parent | 1e2107020b55f5ed8e319359de728ea985fb8a08 (diff) |
DbChecker added to sln files
git-svn-id: http://svn.miranda-ng.org/main/trunk@1210 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'bin10/miranda32.sln')
-rw-r--r-- | bin10/miranda32.sln | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/bin10/miranda32.sln b/bin10/miranda32.sln index 7bcbc79085..bb1b3e6166 100644 --- a/bin10/miranda32.sln +++ b/bin10/miranda32.sln @@ -100,6 +100,8 @@ Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "TopToolBar", "..\plugins\To EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "CheckSum", "..\tools\checksum\checksum_10.vcxproj", "{5153CD6C-6041-47CD-8BE3-2772326BB7C5}"
EndProject
+Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "DbChecker", "..\plugins\DbChecker\dbchecker_10.vcxproj", "{A2E9DA24-95E4-4414-94AF-488A382E276A}"
+EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Win32 = Debug|Win32
@@ -499,6 +501,14 @@ Global {5153CD6C-6041-47CD-8BE3-2772326BB7C5}.Release|Win32.Build.0 = Release|Win32
{5153CD6C-6041-47CD-8BE3-2772326BB7C5}.Release|x64.ActiveCfg = Release|x64
{5153CD6C-6041-47CD-8BE3-2772326BB7C5}.Release|x64.Build.0 = Release|x64
+ {A2E9DA24-95E4-4414-94AF-488A382E276A}.Debug|Win32.ActiveCfg = Debug|Win32
+ {A2E9DA24-95E4-4414-94AF-488A382E276A}.Debug|Win32.Build.0 = Debug|Win32
+ {A2E9DA24-95E4-4414-94AF-488A382E276A}.Debug|x64.ActiveCfg = Debug|x64
+ {A2E9DA24-95E4-4414-94AF-488A382E276A}.Debug|x64.Build.0 = Debug|x64
+ {A2E9DA24-95E4-4414-94AF-488A382E276A}.Release|Win32.ActiveCfg = Release|Win32
+ {A2E9DA24-95E4-4414-94AF-488A382E276A}.Release|Win32.Build.0 = Release|Win32
+ {A2E9DA24-95E4-4414-94AF-488A382E276A}.Release|x64.ActiveCfg = Release|x64
+ {A2E9DA24-95E4-4414-94AF-488A382E276A}.Release|x64.Build.0 = Release|x64
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
|