From 9016c304de7edf382c82139b65361734ee60bdd1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A9s=20G=2E=20Aragoneses?= Date: Tue, 24 Sep 2013 01:06:57 +0200 Subject: [PATCH] MSBuild: change some projects to Library type, not Executable Even though gtk-sharp cannot be built via MSBuild (yet?), it's better to make the .csproj reflect more closely what you get with the normal build. --- atk/atk.csproj | 2 +- cairo/cairo.csproj | 2 +- gdk/gdk.csproj | 2 +- gio/gio.csproj | 2 +- glib/glib.csproj | 2 +- gtk/gtk.csproj | 2 +- pango/pango.csproj | 2 +- 7 files changed, 7 insertions(+), 7 deletions(-) diff --git a/atk/atk.csproj b/atk/atk.csproj index 437a58106..221ac9563 100644 --- a/atk/atk.csproj +++ b/atk/atk.csproj @@ -6,7 +6,7 @@ 9.0.21022 2.0 {42FE871A-D8CF-4B29-9AFF-B02454E6C976} - Exe + Library atk atk v3.5 diff --git a/cairo/cairo.csproj b/cairo/cairo.csproj index a9279ab8e..0d58b7787 100644 --- a/cairo/cairo.csproj +++ b/cairo/cairo.csproj @@ -6,7 +6,7 @@ 9.0.21022 2.0 {364577DB-9728-4951-AC2C-EDF7A6FCC09D} - Exe + Library cairo cairo v3.5 diff --git a/gdk/gdk.csproj b/gdk/gdk.csproj index 9586ca93b..8874c4e91 100644 --- a/gdk/gdk.csproj +++ b/gdk/gdk.csproj @@ -6,7 +6,7 @@ 9.0.21022 2.0 {58346CC6-DE93-45B4-8093-3508BD5DAA12} - Exe + Library gdk gdk v3.5 diff --git a/gio/gio.csproj b/gio/gio.csproj index 04adba2f7..2206d1af9 100644 --- a/gio/gio.csproj +++ b/gio/gio.csproj @@ -6,7 +6,7 @@ 9.0.21022 2.0 {1C3BB17B-336D-432A-8952-4E979BC90867} - Exe + Library gio gio v3.5 diff --git a/glib/glib.csproj b/glib/glib.csproj index b2665bfd5..b4970e407 100644 --- a/glib/glib.csproj +++ b/glib/glib.csproj @@ -6,7 +6,7 @@ 9.0.21022 2.0 {3BF1D531-8840-4F15-8066-A9788D8C398B} - Exe + Library glib glib v3.5 diff --git a/gtk/gtk.csproj b/gtk/gtk.csproj index 516cfdba7..b5279a883 100644 --- a/gtk/gtk.csproj +++ b/gtk/gtk.csproj @@ -6,7 +6,7 @@ 9.0.21022 2.0 {94045F11-4266-40B4-910F-298985AF69D5} - Exe + Library gtk gtk v3.5 diff --git a/pango/pango.csproj b/pango/pango.csproj index b3559eb4b..476be66cb 100644 --- a/pango/pango.csproj +++ b/pango/pango.csproj @@ -6,7 +6,7 @@ 9.0.21022 2.0 {FF422D8C-562F-4EA6-8590-9D1A5CD40AD4} - Exe + Library pango pango v3.5