summaryrefslogtreecommitdiff
path: root/build/win32/vs10/gi-version-paths.props
diff options
context:
space:
mode:
authorChun-wei Fan <fanchunwei@src.gnome.org>2016-03-18 16:30:10 +0800
committerChun-wei Fan <fanchunwei@src.gnome.org>2016-03-18 16:48:28 +0800
commitb13dc3f35e0920137984fe9313d21bd50b081ff6 (patch)
treeb34ae718351bde9e97eecdfcf95f8f399f32eba3 /build/win32/vs10/gi-version-paths.props
parentf00d0024ed49c600f41f238b0fdc829855492b04 (diff)
downloadgobject-introspection-b13dc3f35e0920137984fe9313d21bd50b081ff6.tar.gz
MSVC builds: Have the package version available in the projects
This is used for generating the pkg-config file for this package.
Diffstat (limited to 'build/win32/vs10/gi-version-paths.props')
-rw-r--r--build/win32/vs10/gi-version-paths.props73
1 files changed, 0 insertions, 73 deletions
diff --git a/build/win32/vs10/gi-version-paths.props b/build/win32/vs10/gi-version-paths.props
deleted file mode 100644
index ae370f45..00000000
--- a/build/win32/vs10/gi-version-paths.props
+++ /dev/null
@@ -1,73 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<Project DefaultTargets="Build" ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
- <PropertyGroup Label="UserMacros">
- <VSVer>10</VSVer>
- <GlibEtcInstallRoot>$(SolutionDir)\..\..\..\..\vs$(VSVer)\$(Platform)</GlibEtcInstallRoot>
- <CopyDir>$(GlibEtcInstallRoot)</CopyDir>
- <!-- 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>
- <IntrospectPythonParam>PYTHON=$(PythonDir)\python.exe</IntrospectPythonParam>
- <IntrospectPythonParamX64>PYTHON=$(PythonDirX64)\python.exe</IntrospectPythonParamX64>
- <BASE_GI_DIR>$(SolutionDir)\..\..\..</BASE_GI_DIR>
- <ApiVersion>1.0</ApiVersion>
- <DefDir>$(SolutionDir)$(Configuration)\$(Platform)\obj\$(ProjectName)</DefDir>
- <LibGILibtoolCompatibleDllPrefix>lib</LibGILibtoolCompatibleDllPrefix>
- <LibGILibtoolCompatibleDllSuffix>-$(ApiVersion)-0</LibGILibtoolCompatibleDllSuffix>
- <LibGISeparateVSDllPrefix />
- <LibGISeparateVSDllSuffix>-1-vs$(VSVer)</LibGISeparateVSDllSuffix>
- <LibGIDllPrefix>$(LibGISeparateVSDllPrefix)</LibGIDllPrefix>
- <LibGIDllSuffix>$(LibGISeparateVSDllSuffix)</LibGIDllSuffix>
- </PropertyGroup>
- <PropertyGroup>
- <_PropertySheetDisplayName>giversionpathsprops</_PropertySheetDisplayName>
- </PropertyGroup>
- <ItemGroup>
- <BuildMacro Include="VSVer">
- <Value>$(VSVer)</Value>
- </BuildMacro>
- <BuildMacro Include="GlibEtcInstallRoot">
- <Value>$(GlibEtcInstallRoot)</Value>
- </BuildMacro>
- <BuildMacro Include="CopyDir">
- <Value>$(CopyDir)</Value>
- </BuildMacro>
- <BuildMacro Include="PythonDir">
- <Value>$(PythonDir)</Value>
- </BuildMacro>
- <BuildMacro Include="PythonDirX64">
- <Value>$(PythonDirX64)</Value>
- </BuildMacro>
- <BuildMacro Include="IntrospectPythonParam">
- <Value>$(IntrospectPythonParam)</Value>
- </BuildMacro>
- <BuildMacro Include="IntrospectPythonParamX64">
- <Value>$(IntrospectPythonParamX64)</Value>
- </BuildMacro>
- <BuildMacro Include="BASE_GI_DIR">
- <Value>$(BASE_GI_DIR)</Value>
- </BuildMacro>
- <BuildMacro Include="ApiVersion">
- <Value>$(ApiVersion)</Value>
- </BuildMacro>
- <BuildMacro Include="LibGILibtoolCompatibleDllPrefix">
- <Value>$(LibGILibtoolCompatibleDllPrefix)</Value>
- </BuildMacro>
- <BuildMacro Include="LibGILibtoolCompatibleDllSuffix">
- <Value>$(LibGILibtoolCompatibleDllSuffix)</Value>
- </BuildMacro>
- <BuildMacro Include="LibGISeparateVSDllPrefix">
- <Value>$(LibGISeparateVSDllPrefix)</Value>
- </BuildMacro>
- <BuildMacro Include="LibGISeparateVSDllSuffix">
- <Value>$(LibGISeparateVSDllSuffix)</Value>
- </BuildMacro>
- <BuildMacro Include="LibGIDllPrefix">
- <Value>$(LibGIDllPrefix)</Value>
- </BuildMacro>
- <BuildMacro Include="LibGIDllSuffix">
- <Value>$(LibGIDllSuffix)</Value>
- </BuildMacro>
- </ItemGroup>
-</Project>