diff options
author | watcherhd <watcherhd@e753b5eb-9565-29b2-b5c5-2cc6f99dfbcb> | 2011-11-29 23:12:14 +0000 |
---|---|---|
committer | watcherhd <watcherhd@e753b5eb-9565-29b2-b5c5-2cc6f99dfbcb> | 2011-11-29 23:12:14 +0000 |
commit | 4a8d7c10bc12e1e6fd2bd42d1727d7ef4d9612a2 (patch) | |
tree | 30d6970ebfad05bd0dd385e4cdaca0fc55fd5cf4 /ZeroNotification/Zero Notification_10.sln | |
parent | 35a4603c6135738a5c9f7729c6bb19f9ce656c8a (diff) |
another part of small project fixes and x64 adaptation in some cases
git-svn-id: http://miranda-plugins.googlecode.com/svn/trunk@231 e753b5eb-9565-29b2-b5c5-2cc6f99dfbcb
Diffstat (limited to 'ZeroNotification/Zero Notification_10.sln')
-rw-r--r-- | ZeroNotification/Zero Notification_10.sln | 16 |
1 files changed, 14 insertions, 2 deletions
diff --git a/ZeroNotification/Zero Notification_10.sln b/ZeroNotification/Zero Notification_10.sln index 973f74b..bd549e9 100644 --- a/ZeroNotification/Zero Notification_10.sln +++ b/ZeroNotification/Zero Notification_10.sln @@ -1,23 +1,35 @@ Microsoft Visual Studio Solution File, Format Version 11.00
-# Visual C++ Express 2010
-Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "ZeroNotifyW", "Zero Notification_10.vcxproj", "{E37561EB-B9C5-4215-9FF9-DB559916FBA2}"
+# Visual Studio 2010
+Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "ZeroNotify", "Zero Notification_10.vcxproj", "{E37561EB-B9C5-4215-9FF9-DB559916FBA2}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug Unicode|Win32 = Debug Unicode|Win32
+ Debug Unicode|x64 = Debug Unicode|x64
Debug|Win32 = Debug|Win32
+ Debug|x64 = Debug|x64
Release Unicode|Win32 = Release Unicode|Win32
+ Release Unicode|x64 = Release Unicode|x64
Release|Win32 = Release|Win32
+ Release|x64 = Release|x64
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{E37561EB-B9C5-4215-9FF9-DB559916FBA2}.Debug Unicode|Win32.ActiveCfg = Debug Unicode|Win32
{E37561EB-B9C5-4215-9FF9-DB559916FBA2}.Debug Unicode|Win32.Build.0 = Debug Unicode|Win32
+ {E37561EB-B9C5-4215-9FF9-DB559916FBA2}.Debug Unicode|x64.ActiveCfg = Debug Unicode|x64
+ {E37561EB-B9C5-4215-9FF9-DB559916FBA2}.Debug Unicode|x64.Build.0 = Debug Unicode|x64
{E37561EB-B9C5-4215-9FF9-DB559916FBA2}.Debug|Win32.ActiveCfg = Debug|Win32
{E37561EB-B9C5-4215-9FF9-DB559916FBA2}.Debug|Win32.Build.0 = Debug|Win32
+ {E37561EB-B9C5-4215-9FF9-DB559916FBA2}.Debug|x64.ActiveCfg = Debug|x64
+ {E37561EB-B9C5-4215-9FF9-DB559916FBA2}.Debug|x64.Build.0 = Debug|x64
{E37561EB-B9C5-4215-9FF9-DB559916FBA2}.Release Unicode|Win32.ActiveCfg = Release Unicode|Win32
{E37561EB-B9C5-4215-9FF9-DB559916FBA2}.Release Unicode|Win32.Build.0 = Release Unicode|Win32
+ {E37561EB-B9C5-4215-9FF9-DB559916FBA2}.Release Unicode|x64.ActiveCfg = Release Unicode|x64
+ {E37561EB-B9C5-4215-9FF9-DB559916FBA2}.Release Unicode|x64.Build.0 = Release Unicode|x64
{E37561EB-B9C5-4215-9FF9-DB559916FBA2}.Release|Win32.ActiveCfg = Release|Win32
{E37561EB-B9C5-4215-9FF9-DB559916FBA2}.Release|Win32.Build.0 = Release|Win32
+ {E37561EB-B9C5-4215-9FF9-DB559916FBA2}.Release|x64.ActiveCfg = Release|x64
+ {E37561EB-B9C5-4215-9FF9-DB559916FBA2}.Release|x64.Build.0 = Release|x64
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
|