summaryrefslogtreecommitdiff
path: root/build/win32/vs10/gi-extra-paths.props
diff options
context:
space:
mode:
Diffstat (limited to 'build/win32/vs10/gi-extra-paths.props')
-rw-r--r--build/win32/vs10/gi-extra-paths.props23
1 files changed, 0 insertions, 23 deletions
diff --git a/build/win32/vs10/gi-extra-paths.props b/build/win32/vs10/gi-extra-paths.props
deleted file mode 100644
index d4996471..00000000
--- a/build/win32/vs10/gi-extra-paths.props
+++ /dev/null
@@ -1,23 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<Project DefaultTargets="Build" ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
- <ImportGroup Label="PropertySheets">
- <Import Project="gi-build-defines.props" />
- </ImportGroup>
- <PropertyGroup Label="UserMacros">
- <!-- PythonDir needs to point to a 32-bit/x86 Python 2.7/3.3+ installation -->
- <PythonDir>c:\\python34</PythonDir>
- <!-- PythonDirX64 needs to point to an x86-64/x64 Python 2.7/3.3+ installation -->
- <PythonDirX64>$(PythonDir).x64</PythonDirX64>
- </PropertyGroup>
- <PropertyGroup>
- <_PropertySheetDisplayName>giextrapathsprops</_PropertySheetDisplayName>
- </PropertyGroup>
- <ItemGroup>
- <BuildMacro Include="PythonDir">
- <Value>$(PythonDir)</Value>
- </BuildMacro>
- <BuildMacro Include="PythonDirX64">
- <Value>$(PythonDirX64)</Value>
- </BuildMacro>
- </ItemGroup>
-</Project>