forked from AuroraMiddleware/gtk
6423a02c55
We need to rename the projects so that when these projects are added into an all-in-one solution file that will build the GTK+ 2/3 stack, the names of the projects will not collide with the GTK+-2.x ones, especially as GTK+-2.x and GTK+-3.x are done to co-exist on the same system. This is due to the case that the MSVC projects are directly carried over from the GTK+-2.x ones and was then updated for 3.x. We still need to update the GUIDs of the projects, so that they won't conflict with the GTK+-2.x ones.
58 lines
1.1 KiB
XML
58 lines
1.1 KiB
XML
<?xml version="1.0" encoding="Windows-1252"?>
|
|
<VisualStudioPropertySheet
|
|
ProjectType="Visual C++"
|
|
Version="8.00"
|
|
Name="gtk3versionpathsprops"
|
|
>
|
|
<UserMacro
|
|
Name="VSVer"
|
|
Value="9"
|
|
/>
|
|
<UserMacro
|
|
Name="GlibEtcInstallRoot"
|
|
Value="$(SolutionDir)\..\..\..\..\vs$(VSVer)\$(PlatformName)"
|
|
/>
|
|
<UserMacro
|
|
Name="CopyDir"
|
|
Value="..\..\..\..\vs$(VSVer)\$(PlatformName)"
|
|
/>
|
|
<UserMacro
|
|
Name="ApiVersion"
|
|
Value="3.0"
|
|
/>
|
|
<UserMacro
|
|
Name="GtkVersion"
|
|
Value="@GTK_VERSION@"
|
|
/>
|
|
<UserMacro
|
|
Name="GtkLibtoolCompatibleDllPrefix"
|
|
Value="lib"
|
|
/>
|
|
<UserMacro
|
|
Name="GtkLibtoolCompatibleDllSuffix"
|
|
Value=".0-0"
|
|
/>
|
|
<UserMacro
|
|
Name="GtkSeparateVSDllPrefix"
|
|
Value=""
|
|
/>
|
|
<UserMacro
|
|
Name="GtkSeparateVSDllSuffix"
|
|
Value="-vs$(VSVer)"
|
|
/>
|
|
<!-- Change these two to GtkLibtoolCompatibleDllPrefix and
|
|
GtkLibtoolCompatibleDllSuffix if that is what you want -->
|
|
<UserMacro
|
|
Name="GtkDllPrefix"
|
|
Value="$(GtkSeparateVSDllPrefix)"
|
|
/>
|
|
<UserMacro
|
|
Name="GtkDllSuffix"
|
|
Value="$(GtkSeparateVSDllSuffix)"
|
|
/>
|
|
<UserMacro
|
|
Name="PythonPath"
|
|
Value="c:\python27"
|
|
/>
|
|
</VisualStudioPropertySheet>
|