diff options
author | (no author) <(no author)@4f64403b-2f21-0410-a795-97e2b3489a10> | 2009-11-05 23:55:51 +0000 |
---|---|---|
committer | (no author) <(no author)@4f64403b-2f21-0410-a795-97e2b3489a10> | 2009-11-05 23:55:51 +0000 |
commit | eb2e10aa306fbef59b813569cf0c47eb40746273 (patch) | |
tree | 90677a1a824996e76b3dc19b7108d35586cb452e | |
parent | 98277c56ea0c28143395ca738a184e4d77245ccd (diff) |
fix vc9 solution/project
version bump
git-svn-id: https://server.scottellis.com.au/svn/mim_plugs@473 4f64403b-2f21-0410-a795-97e2b3489a10
-rw-r--r-- | alarms/alarms.cpp | 2 | ||||
-rw-r--r-- | alarms/alarms_9.sln | 2 | ||||
-rw-r--r-- | alarms/alarms_9.vcproj | 2 |
3 files changed, 2 insertions, 4 deletions
diff --git a/alarms/alarms.cpp b/alarms/alarms.cpp index d316f58..316fc4b 100644 --- a/alarms/alarms.cpp +++ b/alarms/alarms.cpp @@ -33,7 +33,7 @@ WNDPROC old_clist_wndproc; PLUGININFOEX pluginInfo={
sizeof(PLUGININFOEX),
"Alarms",
- PLUGIN_MAKE_VERSION(0,4,0,4),
+ PLUGIN_MAKE_VERSION(0,4,0,5),
"Set once-off, daily, weekly and weekday alarms.",
"Scott Ellis",
"mail@scottellis.com.au",
diff --git a/alarms/alarms_9.sln b/alarms/alarms_9.sln index e7bbebd..a9c974a 100644 --- a/alarms/alarms_9.sln +++ b/alarms/alarms_9.sln @@ -1,7 +1,7 @@
Microsoft Visual Studio Solution File, Format Version 10.00
# Visual Studio 2008
-Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "alarms", "alarms_8.vcproj", "{5F09C93B-463A-4BF5-A85E-6E4E916AA8F8}"
+Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "alarms", "alarms_9.vcproj", "{5F09C93B-463A-4BF5-A85E-6E4E916AA8F8}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
diff --git a/alarms/alarms_9.vcproj b/alarms/alarms_9.vcproj index b89d0fa..0737ee1 100644 --- a/alarms/alarms_9.vcproj +++ b/alarms/alarms_9.vcproj @@ -75,7 +75,6 @@ <Tool
Name="VCLinkerTool"
AdditionalDependencies="gdi32.lib user32.lib opengl32.lib glu32.lib comctl32.lib shell32.lib"
- OutputFile="../../bin/release/plugins/alarms.dll"
LinkIncremental="1"
SuppressStartupBanner="true"
ProgramDatabaseFile=".\Release/alarms.pdb"
@@ -169,7 +168,6 @@ <Tool
Name="VCLinkerTool"
AdditionalDependencies="gdi32.lib user32.lib opengl32.lib glu32.lib comctl32.lib shell32.lib"
- OutputFile="../../bin/debug/plugins/alarms.dll"
LinkIncremental="2"
SuppressStartupBanner="true"
GenerateDebugInformation="true"
|