diff options
author | Chun-wei Fan <fanc999@src.gnome.org> | 2015-07-20 17:30:18 +0800 |
---|---|---|
committer | Chun-wei Fan <fanchunwei@src.gnome.org> | 2015-09-15 18:52:03 +0800 |
commit | a526f15b7dea45aab3283d5e66645559aad744b2 (patch) | |
tree | eaf3b2bb51c08d1858a3bb4fa6ce80a294cfde90 /build/win32/vs10/gtk-version-paths.props.in | |
parent | 6423a02c55db8ef5b497ca06188ab77ff6d8009a (diff) | |
download | gtk+-a526f15b7dea45aab3283d5e66645559aad744b2.tar.gz |
MSVC Builds: Remove Old MSVC Project-Related Files
Since we have the new files, remove the old ones.
Diffstat (limited to 'build/win32/vs10/gtk-version-paths.props.in')
-rw-r--r-- | build/win32/vs10/gtk-version-paths.props.in | 58 |
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> |