Code52 / DownmarkerWPF

MarkPad - a visual Markdown editor (inspired by the Downmarker project)
http://code52.org/DownmarkerWPF/
Microsoft Public License
1.4k stars 459 forks source link

Ready for VS2015 #458

Closed sylveon closed 8 years ago

sylveon commented 8 years ago

Fixes issue #457

shiftkey commented 8 years ago

Thanks for this.

Apologies for not seeing this when I woke up this morning. I've got a similar branch going which I'll open a PR for sooner. It does a bit more than just address the Fody issue:

https://github.com/Code52/DownmarkerWPF/compare/update-to-vs2015?expand=1

I found a couple of issues when testing this PR using .\build.

I haven't addressed this one:

C:\Users\shiftkey\Documents\GitHub\downmarkerwpf\src.nuget\nuget.targets(92,9): error : The 'Fody 1.26.2' package requires NuGet client version '2.8' or above, but the current NuGet version is '2.7.40906.75'. [C:\Users\shiftkey\Documents\GitHub\downmarkerwpf\src\MarkPad\MarkPad.csproj] C:\Users\shiftkey\Documents\GitHub\downmarkerwpf\src.nuget\nuget.targets(92,9): error MSB3073: The command ""C:\Users\shiftkey\Documents\GitHub\downmarkerwpf\src.nuget\NuGet.exe" install "C:\Users\shiftkey\Documents\GitHub\downmarkerwpf\src\MarkPad\packages.config" -source "" -NonInteractive -RequireConsent -solutionDir "C:\Users\shiftkey\Documents\GitHub\downmarkerwpf\src\ "" exited with code 1. [C:\Users\shiftkey\Documents\GitHub\downmarkerwpf\src\MarkPad\MarkPad.csproj]

I've got a fix for this in c7a24f0

C:\Users\shiftkey\Documents\GitHub\downmarkerwpf\src\MetaWebLogSite\MetaWebLogSite.csproj(197,3): error MSB4019: The imported project "C:\Program Files (x86)\MSBuild\Microsoft\VisualStudio\v11.0\WebApplications\Microsoft.WebApplication.targets" was not found. Confirm that the path in the declaration is correct, and that the file exists on disk.

shiftkey commented 8 years ago

Closing in favour of #459 which goes a bit further