From 3bbbf0b73213b1c8a11302631cbe670cf72f00e4 Mon Sep 17 00:00:00 2001 From: Daniel Grunwald Date: Sun, 4 May 2014 18:07:35 +0200 Subject: [PATCH 01/17] Windows SDK 7.1 is still necessary --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 92de3a1a2a..82ab3df9c8 100644 --- a/README.md +++ b/README.md @@ -29,7 +29,7 @@ If you want to contribute see ["Joining the team"](https://github.com/icsharpcod - [Microsoft Build Tools 2013](http://www.microsoft.com/en-us/download/details.aspx?id=40760) - [.NET 3.5 SP1](http://www.microsoft.com/en-au/download/details.aspx?id=22) - [.NET 4.5 SDK](http://msdn.microsoft.com/en-us/windows/desktop/hh852363.aspx) (part of Windows SDK 8.0) - - [Windows SDK 7.1](http://www.microsoft.com/downloads/details.aspx?familyid=6B6C21D2-2006-4AFA-9702-529FA782D63B) (?? not sure if this still is necessary...) + - [Windows SDK 7.1](http://www.microsoft.com/downloads/details.aspx?familyid=6B6C21D2-2006-4AFA-9702-529FA782D63B) - [Windows SDK 7.0](http://www.microsoft.com/en-us/download/details.aspx?id=3138) (optional; C++ compiler needed for profiler) - [Windows PowerShell](http://www.microsoft.com/en-us/download/details.aspx?id=34595) - If you have cloned the SD git repository: git must be available on your PATH From 14464bd8b49a98375284d6d5c62cf92a86561e01 Mon Sep 17 00:00:00 2001 From: Daniel Grunwald Date: Tue, 6 May 2014 23:35:36 +0200 Subject: [PATCH 02/17] Fix #466: Add support for targeting .NET 4.5.2 --- doc/Dependencies.html | 6 +- .../Project/ICSharpCode.SharpDevelop.addin | 1 + .../TargetFrameworks/TargetFramework.cs | 160 +----------------- src/Main/Base/Project/Util/DotnetDetection.cs | 6 + src/Main/Base/Project/Util/Versions.cs | 1 + .../Parser/AssemblyParserService.cs | 3 +- 6 files changed, 16 insertions(+), 161 deletions(-) diff --git a/doc/Dependencies.html b/doc/Dependencies.html index 651804098e..6a6fda7484 100644 --- a/doc/Dependencies.html +++ b/doc/Dependencies.html @@ -10,7 +10,7 @@