Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/mono-addins.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLluis Sanchez <lluis@novell.com>2010-05-25 21:48:30 +0400
committerLluis Sanchez <lluis@novell.com>2010-05-25 21:48:30 +0400
commit11fe1fb5eff294e766d38fb1b48356f3eba015af (patch)
tree3f967ddf264f5eb5e1a99019d6bf9df43bcc0e50
parented888c943ca516e1b3479224d84c09b1d9858bff (diff)
* Mono.Addins.sln: Fix windows build.
svn path=/trunk/mono-addins/; revision=157883
-rw-r--r--ChangeLog4
-rw-r--r--Mono.Addins.sln4
2 files changed, 6 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index 0ad2a13..8949a45 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,9 @@
2010-05-25 Lluis Sanchez Gual <lluis@novell.com>
+ * Mono.Addins.sln: Fix windows build.
+
+2010-05-25 Lluis Sanchez Gual <lluis@novell.com>
+
* Mono.Addins.sln: Add Debug and Release configurations.
2010-05-25 Lluis Sanchez Gual <lluis@novell.com>
diff --git a/Mono.Addins.sln b/Mono.Addins.sln
index 304e03a..3567bb4 100644
--- a/Mono.Addins.sln
+++ b/Mono.Addins.sln
@@ -86,8 +86,8 @@ Global
{A85C9721-C054-4BD8-A1F3-0227615F0A36}.Release|Any CPU.Build.0 = Release|Any CPU
{B4B44F14-32C3-4D50-8C6A-06AA30E56CA3}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{B4B44F14-32C3-4D50-8C6A-06AA30E56CA3}.Debug|Any CPU.Build.0 = Debug|Any CPU
- {B4B44F14-32C3-4D50-8C6A-06AA30E56CA3}.DebugWin32|Any CPU.ActiveCfg = Default|Any CPU
- {B4B44F14-32C3-4D50-8C6A-06AA30E56CA3}.DebugWin32|Any CPU.Build.0 = Default|Any CPU
+ {B4B44F14-32C3-4D50-8C6A-06AA30E56CA3}.DebugWin32|Any CPU.ActiveCfg = Debug|Any CPU
+ {B4B44F14-32C3-4D50-8C6A-06AA30E56CA3}.DebugWin32|Any CPU.Build.0 = Debug|Any CPU
{B4B44F14-32C3-4D50-8C6A-06AA30E56CA3}.Release|Any CPU.ActiveCfg = Release|Any CPU
{B4B44F14-32C3-4D50-8C6A-06AA30E56CA3}.Release|Any CPU.Build.0 = Release|Any CPU
{EA2F08DC-8289-4A89-A405-1A70D8B4C569}.Debug|Any CPU.ActiveCfg = Debug|Any CPU