Index: vc11/scribus-pgf/scribus-pgf.vcxproj.user
===================================================================
--- vc11/scribus-pgf/scribus-pgf.vcxproj.user	(nonexistent)
+++ vc11/scribus-pgf/scribus-pgf.vcxproj.user	(working copy)
@@ -0,0 +1,4 @@
+﻿<?xml version="1.0" encoding="utf-8"?>
+<Project ToolsVersion="12.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
+  <PropertyGroup />
+</Project>
\ No newline at end of file
Index: vc11/svn_version.h
===================================================================
--- vc11/svn_version.h	(nonexistent)
+++ vc11/svn_version.h	(working copy)
@@ -0,0 +1,9 @@
+#ifndef _SVN_VERSION_H_
+#define _SVN_VERSION_H_
+ 
+#define SVN_LOCAL_MODIFICATIONS 1  // 1 if there are modifications to the local working copy, 0 otherwise
+#define SVN_REVISION            20937       // Highest committed revision number in the working copy
+#define SVNVERSION              20937       // for scribus/ui/about.cpp
+#define SVN_TIME_NOW            2016/02/07 11:18:14       // Current system date &amp; time
+ 
+#endif
\ No newline at end of file
Index: vc11/svn_version.h.tmpl
===================================================================
--- vc11/svn_version.h.tmpl	(nonexistent)
+++ vc11/svn_version.h.tmpl	(working copy)
@@ -0,0 +1,9 @@
+#ifndef _SVN_VERSION_H_
+#define _SVN_VERSION_H_
+ 
+#define SVN_LOCAL_MODIFICATIONS $WCMODS?1:0$  // 1 if there are modifications to the local working copy, 0 otherwise
+#define SVN_REVISION            $WCREV$       // Highest committed revision number in the working copy
+#define SVNVERSION              $WCREV$       // for scribus/ui/about.cpp
+#define SVN_TIME_NOW            $WCNOW$       // Current system date &amp; time
+ 
+#endif
\ No newline at end of file
Index: vc11/win-config.h
===================================================================
--- vc11/win-config.h	(revision 20933)
+++ vc11/win-config.h	(working copy)
@@ -4,6 +4,9 @@
 /* Version number of package */
 #define VERSION "1.5.1.svn"
 
+/* For windows, we need this to trigger windows build, in Linux there is a CMAKE module that handles this */
+#define HAVE_SVNVERSION 1
+
 /* Are we building win32 native version. */
 #define BUILD_WINDOWS_VERSION 1
 
