summaryrefslogtreecommitdiff
path: root/win32/vs9/pango-prebuild.vsprops
diff options
context:
space:
mode:
authorChun-wei Fan <fanchunwei@src.gnome.org>2017-01-20 15:56:31 +0800
committerChun-wei Fan <fanchunwei@src.gnome.org>2017-01-20 15:56:31 +0800
commitec025d2b1646505549a3c806101a364c011e365b (patch)
treefa2413330034739cb2bf84b2762715972c5c89ba /win32/vs9/pango-prebuild.vsprops
parentf47aa5a4690ce686ec70fb7c3c9a84251cdb5706 (diff)
downloadpango-ec025d2b1646505549a3c806101a364c011e365b.tar.gz
Visual Studio builds: Move projects to win32/
This allows one to go down one less level in the directory tree to get to the Visual Studio project files, and so make things more in line with the rest of the GTK+ stack. This also cleans up the Visual Studio 201x projects as there are some items that can be actually combined.
Diffstat (limited to 'win32/vs9/pango-prebuild.vsprops')
-rw-r--r--win32/vs9/pango-prebuild.vsprops12
1 files changed, 12 insertions, 0 deletions
diff --git a/win32/vs9/pango-prebuild.vsprops b/win32/vs9/pango-prebuild.vsprops
new file mode 100644
index 00000000..df0f466f
--- /dev/null
+++ b/win32/vs9/pango-prebuild.vsprops
@@ -0,0 +1,12 @@
+<?xml version="1.0" encoding="Windows-1252"?>
+<VisualStudioPropertySheet
+ ProjectType="Visual C++"
+ Version="8.00"
+ Name="pangoprebuildprops"
+ InheritedPropertySheets=".\pango-build-defines.vsprops"
+ >
+ <UserMacro
+ Name="CopyConfigH"
+ Value="copy ..\..\config.h.win32 ..\..\config.h"
+ />
+</VisualStudioPropertySheet>