summaryrefslogtreecommitdiff
path: root/build/win32/vs9/gi-version-paths.vsprops.in
diff options
context:
space:
mode:
authorChun-wei Fan <fanchunwei@src.gnome.org>2017-01-09 15:09:53 +0800
committerChun-wei Fan <fanchunwei@src.gnome.org>2017-01-09 17:30:44 +0800
commit4bcad96c5a3f1ab17187e264e0e550fab56a29dc (patch)
treec8b60c5178121739df29c0507482170a5764db89 /build/win32/vs9/gi-version-paths.vsprops.in
parent46b6521c246948182d5ac19e2c5c5a719f1e3825 (diff)
downloadgobject-introspection-4bcad96c5a3f1ab17187e264e0e550fab56a29dc.tar.gz
Visual Studio builds: Move build files to win32/
As suggested, we don't really need two layers of directories to get to the projects, so move the project files to be under win32/ rather than build/win32/.
Diffstat (limited to 'build/win32/vs9/gi-version-paths.vsprops.in')
-rw-r--r--build/win32/vs9/gi-version-paths.vsprops.in75
1 files changed, 0 insertions, 75 deletions
diff --git a/build/win32/vs9/gi-version-paths.vsprops.in b/build/win32/vs9/gi-version-paths.vsprops.in
deleted file mode 100644
index 8e2f858d..00000000
--- a/build/win32/vs9/gi-version-paths.vsprops.in
+++ /dev/null
@@ -1,75 +0,0 @@
-<?xml version="1.0" encoding="Windows-1252"?>
-<VisualStudioPropertySheet
- ProjectType="Visual C++"
- Version="8.00"
- Name="giversionpaths"
- >
- <UserMacro
- Name="VSVer"
- Value="9"
- />
- <UserMacro
- Name="GlibEtcInstallRoot"
- Value="$(SolutionDir)\..\..\..\..\vs$(VSVer)\$(PlatformName)"
- />
- <UserMacro
- Name="CopyDir"
- Value="$(GlibEtcInstallRoot)"
- />
- <!-- 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"
- />
- <UserMacro
- Name="IntrospectPythonParam"
- Value="PYTHON=$(PythonDir)\python.exe"
- />
- <UserMacro
- Name="IntrospectPythonParamX64"
- Value="PYTHON=$(PythonDirX64)\python.exe"
- />
- <UserMacro
- Name="GIVersion"
- Value="@PACKAGE_VERSION@"
- />
- <UserMacro
- Name="BASE_GI_DIR"
- Value="$(SolutionDir)\..\..\.."
- />
- <UserMacro
- Name="ApiVersion"
- Value="1.0"
- />
- <UserMacro
- Name="LibGILibtoolCompatibleDllPrefix"
- Value="lib"
- />
- <UserMacro
- Name="LibGILibtoolCompatibleDllSuffix"
- Value="-$(ApiVersion)-0"
- />
- <UserMacro
- Name="LibGISeparateVSDllPrefix"
- Value=""
- />
- <UserMacro
- Name="LibGISeparateVSDllSuffix"
- Value="-1-vs$(VSVer)"
- />
- <!-- Change these two to LibGILibtoolCompatibleDllPrefix and
- LibGILibtoolCompatibleDllSuffix if that is what you want -->
- <UserMacro
- Name="LibGIDllPrefix"
- Value="$(LibGISeparateVSDllPrefix)"
- />
- <UserMacro
- Name="LibGIDllSuffix"
- Value="$(LibGISeparateVSDllSuffix)"
- />
-</VisualStudioPropertySheet>