summaryrefslogtreecommitdiff
path: root/build/win32/vs9/gi-extra-paths.vsprops
diff options
context:
space:
mode:
Diffstat (limited to 'build/win32/vs9/gi-extra-paths.vsprops')
-rw-r--r--build/win32/vs9/gi-extra-paths.vsprops18
1 files changed, 0 insertions, 18 deletions
diff --git a/build/win32/vs9/gi-extra-paths.vsprops b/build/win32/vs9/gi-extra-paths.vsprops
deleted file mode 100644
index ba7c4a6e..00000000
--- a/build/win32/vs9/gi-extra-paths.vsprops
+++ /dev/null
@@ -1,18 +0,0 @@
-<?xml version="1.0" encoding="Windows-1252"?>
-<VisualStudioPropertySheet
- ProjectType="Visual C++"
- Version="8.00"
- Name="giextrapaths"
- InheritedPropertySheets=".\gi-build-defines.vsprops"
- >
- <!-- PythonDir needs to point to a 32-bit/x86 Python 2.7/3.3+ installation -->
- <UserMacro
- Name="PythonDir"
- Value="c:\\python27"
- />
- <!-- PythonDirX64 needs to point to an x86-64/x64 Python 2.7/3.3+ installation -->
- <UserMacro
- Name="PythonDirX64"
- Value="$(PythonDir).x64"
- />
-</VisualStudioPropertySheet>