From f9f654a06a9e893c6451c0fffdcee28734308d6b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A9s=20G=2E=20Aragoneses?= Date: Tue, 22 Oct 2013 12:08:56 +0200 Subject: [PATCH] generator: add reference to System.Core in the MSBuild csproj Extension methods (such as the one we have in XmlElementExtensions.cs) need to link to System.Runtime.CompilerServices.ExtensionAttribute class in order to compile. In .NET 3.5, this was part of System.Core (not mscorlib like in .NET 4.5) [1], so we need to link to it in order to compile via MSBuild. [1] http://msdn.microsoft.com/en-us/library/system.runtime.compilerservices.extensionattribute%28v=vs.90%29.aspx --- generator/generator.csproj | 1 + 1 file changed, 1 insertion(+) diff --git a/generator/generator.csproj b/generator/generator.csproj index e67c0f551..fbab856bb 100644 --- a/generator/generator.csproj +++ b/generator/generator.csproj @@ -105,5 +105,6 @@ +