From 17699103e16a8aba0b3b43ce2341dcfbf0ca1b4a Mon Sep 17 00:00:00 2001 From: Martin Connell Date: Fri, 3 Oct 2014 22:59:50 +0100 Subject: [PATCH] Update readme with Build Notes section (#117) --- README.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/README.md b/README.md index d9d7f91..382031d 100644 --- a/README.md +++ b/README.md @@ -648,6 +648,18 @@ to this folder by adding a `Web.config` file. ``` +### Build Notes + +The i18n project at present targets Visual Studio 2012 and requires Visual Studio 2012 SDK libraries +installed to build. + +To build the project in Visual Studio 2013: +1. install the Visual Studio 2013 SDK is not already installed +2. upgrade the i18n project to 2013 +3. remove the reference to Microsoft.VisualStudio.Shell.11 and replace it with a reference to Microsoft.VisualStudio.Shell.12. + +See [Issue #117](https://github.com/turquoiseowl/i18n/issues/117#issuecomment-57867637) for more information on building with VS 2013. + ### Contributing There's lot of room for further enhancements and features to this library, and you are encouraged to fork it and