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

github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnkit Jain <radical@corewars.org>2010-04-14 00:14:42 +0400
committerAnkit Jain <radical@corewars.org>2010-04-14 00:14:42 +0400
commitd86de160181308aa11eb52dae44f1d55a6db732f (patch)
treed1c0f41d3543e30b8758c7e2593864936ffc41e8 /mcs/class/ChangeLog
parent34d108e9ea129bcbe801576b55078994e9e1f77b (diff)
Add tasks/targets for moonlight msbuild project support.
In class: * Makefile: Add Moonlight.Build.Tasks to net_2_0_dirs and net_3_5_dirs. * Moonlight.Build.Tasks: New. In class/Moonlight.Build.Tasks: * Initial commit. In class/Moonlight.Build.Tasks/Moonlight.Build.Tasks: * CreateTestPage.cs: * GenerateMoonlightManifest.cs: * GetMoonlightFrameworkPath.cs: * GenerateXap.cs: * Respack.cs: * XamlG.cs: MSBuild tasks for building silverlight projects. In tools/xbuild: * xbuild/Microsoft.Silverlight*.targets: New. * Makefile: Update to install silverlight target files. * xbuild_targets.make: Update to handle silverlight target files. svn path=/trunk/mcs/; revision=155326
Diffstat (limited to 'mcs/class/ChangeLog')
-rw-r--r--mcs/class/ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/mcs/class/ChangeLog b/mcs/class/ChangeLog
index 4292552ff19..c0362ed44ee 100644
--- a/mcs/class/ChangeLog
+++ b/mcs/class/ChangeLog
@@ -1,3 +1,9 @@
+2010-04-14 Ankit Jain <jankit@novell.com>
+
+ * Makefile: Add Moonlight.Build.Tasks to net_2_0_dirs and
+ net_3_5_dirs.
+ * Moonlight.Build.Tasks: New.
+
2010-04-08 Atsushi Enomoto <atsushi@ximian.com>
* Makefile : add 4.0 System.Xaml.