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:
authorChris Toshok <toshok@novell.com>2010-05-29 06:32:36 +0400
committerChris Toshok <toshok@novell.com>2010-05-29 06:32:36 +0400
commit851c48f04a8019811231bc9bd6984b0779932dcd (patch)
tree1680c1a54521a3b9a12b1c4d549a3e0e57a8d61e
parentb3c73f9c8d3bc76a89b3c471e1da7f53487b29a9 (diff)
add TargetFrameworkAttribute to the moonlight build so we can start at least looking at SL4 apps.moon/2.99.0.7
svn path=/trunk/mcs/; revision=158142
-rw-r--r--mcs/class/corlib/System.Runtime.Versioning/TargetFrameworkAttribute.cs4
-rw-r--r--mcs/class/corlib/moonlight_raw_corlib.dll.sources1
2 files changed, 3 insertions, 2 deletions
diff --git a/mcs/class/corlib/System.Runtime.Versioning/TargetFrameworkAttribute.cs b/mcs/class/corlib/System.Runtime.Versioning/TargetFrameworkAttribute.cs
index e7c2aa3e6f1..82717130698 100644
--- a/mcs/class/corlib/System.Runtime.Versioning/TargetFrameworkAttribute.cs
+++ b/mcs/class/corlib/System.Runtime.Versioning/TargetFrameworkAttribute.cs
@@ -27,7 +27,7 @@
//
using System;
-#if NET_4_0
+#if NET_4_0 || MOONLIGHT
namespace System.Runtime.Versioning
{
[AttributeUsageAttribute(AttributeTargets.Assembly, AllowMultiple = false, Inherited = false)]
@@ -50,4 +50,4 @@ namespace System.Runtime.Versioning
}
}
}
-#endif \ No newline at end of file
+#endif
diff --git a/mcs/class/corlib/moonlight_raw_corlib.dll.sources b/mcs/class/corlib/moonlight_raw_corlib.dll.sources
index 61d8bedcf08..c02e0e63024 100644
--- a/mcs/class/corlib/moonlight_raw_corlib.dll.sources
+++ b/mcs/class/corlib/moonlight_raw_corlib.dll.sources
@@ -848,6 +848,7 @@ System.Runtime.Serialization.Formatters.Binary/ObjectWriter.cs
System.Runtime.Serialization.Formatters.Binary/MessageFormatter.cs
System.Runtime.Versioning/ResourceExposureAttribute.cs
System.Runtime.Versioning/ResourceScope.cs
+System.Runtime.Versioning/TargetFrameworkAttribute.cs
System.Runtime.Versioning/VersioningHelper.cs
System.Security/AllowPartiallyTrustedCallersAttribute.cs
System.Security/CodeAccessPermission_2_1.cs