diff options
-rw-r--r-- | build/win32/vs10/gi-version-paths.props | 10 | ||||
-rw-r--r-- | build/win32/vs9/gi-version-paths.vsprops | 2 |
2 files changed, 6 insertions, 6 deletions
diff --git a/build/win32/vs10/gi-version-paths.props b/build/win32/vs10/gi-version-paths.props index 88e43487..bcf31f1c 100644 --- a/build/win32/vs10/gi-version-paths.props +++ b/build/win32/vs10/gi-version-paths.props @@ -1,8 +1,8 @@ <?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> + <VSVer>10</VSVer> + <GlibEtcInstallRoot>$(SolutionDir)\..\..\..\..\vs$(VSVer)\$(Platform)</GlibEtcInstallRoot> <BASE_GI_DIR>$(SolutionDir)\..\..\..</BASE_GI_DIR> <CopyDir>$(GlibEtcInstallRoot)</CopyDir> <ApiVersion>1.0</ApiVersion> @@ -10,7 +10,7 @@ <LibGILibtoolCompatibleDllPrefix>lib</LibGILibtoolCompatibleDllPrefix> <LibGILibtoolCompatibleDllSuffix>-$(ApiVersion)-0</LibGILibtoolCompatibleDllSuffix> <LibGISeparateVSDllPrefix /> - <LibGISeparateVSDllSuffix>-1-vs$(VSVER)</LibGISeparateVSDllSuffix> + <LibGISeparateVSDllSuffix>-1-vs$(VSVer)</LibGISeparateVSDllSuffix> <LibGIDllPrefix>$(LibGISeparateVSDllPrefix)</LibGIDllPrefix> <LibGIDllSuffix>$(LibGISeparateVSDllSuffix)</LibGIDllSuffix> </PropertyGroup> @@ -18,8 +18,8 @@ <_PropertySheetDisplayName>giversionpathsprops</_PropertySheetDisplayName> </PropertyGroup> <ItemGroup> - <BuildMacro Include="VSVER"> - <Value>$(VSVER)</Value> + <BuildMacro Include="VSVer"> + <Value>$(VSVer)</Value> </BuildMacro> <BuildMacro Include="GlibEtcInstallRoot"> <Value>$(GlibEtcInstallRoot)</Value> diff --git a/build/win32/vs9/gi-version-paths.vsprops b/build/win32/vs9/gi-version-paths.vsprops index 13a2579a..ae0ef094 100644 --- a/build/win32/vs9/gi-version-paths.vsprops +++ b/build/win32/vs9/gi-version-paths.vsprops @@ -5,7 +5,7 @@ Name="giversionpaths" > <UserMacro - Name="VSVER" + Name="VSVer" Value="9" /> <UserMacro |