summaryrefslogtreecommitdiff
path: root/build/win32/vs10/gtk-version-paths.props.in
diff options
context:
space:
mode:
Diffstat (limited to 'build/win32/vs10/gtk-version-paths.props.in')
-rw-r--r--build/win32/vs10/gtk-version-paths.props.in58
1 files changed, 0 insertions, 58 deletions
diff --git a/build/win32/vs10/gtk-version-paths.props.in b/build/win32/vs10/gtk-version-paths.props.in
deleted file mode 100644
index ea2a1dc3e5..0000000000
--- a/build/win32/vs10/gtk-version-paths.props.in
+++ /dev/null
@@ -1,58 +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>..\..\..\..\vs$(VSVer)\$(Platform)</CopyDir>
- <ApiVersion>3.0</ApiVersion>
- <GtkVersion>@GTK_VERSION@</GtkVersion>
- <GtkLibtoolCompatibleDllPrefix>lib</GtkLibtoolCompatibleDllPrefix>
- <GtkLibtoolCompatibleDllSuffix>-$(ApiVersion)-0</GtkLibtoolCompatibleDllSuffix>
- <GtkSeparateVSDllPrefix />
- <GtkSeparateVSDllSuffix>-3-vs$(VSVer)</GtkSeparateVSDllSuffix>
- <GtkDllPrefix>$(GtkSeparateVSDllPrefix)</GtkDllPrefix>
- <GtkDllSuffix>$(GtkSeparateVSDllSuffix)</GtkDllSuffix>
- <PythonPath>c:\python27</PythonPath>
- </PropertyGroup>
- <PropertyGroup>
- <_PropertySheetDisplayName>gtkversionpathsprops</_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="ApiVersion">
- <Value>$(ApiVersion)</Value>
- </BuildMacro>
- <BuildMacro Include="GtkVersion">
- <Value>$(GtkVersion)</Value>
- </BuildMacro>
- <BuildMacro Include="GtkLibtoolCompatibleDllPrefix">
- <Value>$(GtkLibtoolCompatibleDllPrefix)</Value>
- </BuildMacro>
- <BuildMacro Include="GtkLibtoolCompatibleDllSuffix">
- <Value>$(GtkLibtoolCompatibleDllSuffix)</Value>
- </BuildMacro>
- <BuildMacro Include="GtkSeparateVSDllPrefix">
- <Value>$(GtkSeparateVSDllPrefix)</Value>
- </BuildMacro>
- <BuildMacro Include="GtkSeparateVSDllSuffix">
- <Value>$(GtkSeparateVSDllSuffix)</Value>
- </BuildMacro>
- <BuildMacro Include="GtkDllPrefix">
- <Value>$(GtkDllPrefix)</Value>
- </BuildMacro>
- <BuildMacro Include="GtkDllSuffix">
- <Value>$(GtkDllSuffix)</Value>
- </BuildMacro>
- <BuildMacro Include="PythonPath">
- <Value>$(PythonPath)</Value>
- </BuildMacro>
- </ItemGroup>
-</Project>