diff options
Diffstat (limited to 'build/win32/vs10/gtk-gengir.props')
-rw-r--r-- | build/win32/vs10/gtk-gengir.props | 66 |
1 files changed, 33 insertions, 33 deletions
diff --git a/build/win32/vs10/gtk-gengir.props b/build/win32/vs10/gtk-gengir.props index e271a1781e..7f69b4085a 100644 --- a/build/win32/vs10/gtk-gengir.props +++ b/build/win32/vs10/gtk-gengir.props @@ -1,34 +1,34 @@ -<?xml version="1.0" encoding="utf-8"?>
-<Project DefaultTargets="Build" ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
- <ImportGroup Label="PropertySheets">
- <Import Project="gtk-version-paths.props" />
- <Import Project="gtk-build-defines.props" />
- </ImportGroup>
- <PropertyGroup Label="UserMacros">
- <DoGenGir>
-set VSVER=$(VSVer)
-
-set CONF=$(Configuration)
-
-set PLAT=$(Platform)
-
-set BASEDIR=$(GlibEtcInstallRootFromBuildWin32)
-
-cd ..
-
-
-call gengir_gtk.bat
-
-cd vs$(VSVer)
-
- </DoGenGir>
- </PropertyGroup>
- <PropertyGroup>
- <_PropertySheetDisplayName>gtkinstallbinprops</_PropertySheetDisplayName>
- </PropertyGroup>
- <ItemGroup>
- <BuildMacro Include="DoGenGir">
- <Value>$(DoGenGir)</Value>
- </BuildMacro>
- </ItemGroup>
+<?xml version="1.0" encoding="utf-8"?> +<Project DefaultTargets="Build" ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> + <ImportGroup Label="PropertySheets"> + <Import Project="gtk-version-paths.props" /> + <Import Project="gtk-build-defines.props" /> + </ImportGroup> + <PropertyGroup Label="UserMacros"> + <DoGenGir> +set VSVER=$(VSVer) + +set CONF=$(Configuration) + +set PLAT=$(Platform) + +set BASEDIR=$(GlibEtcInstallRootFromBuildWin32) + +cd .. + + +call gengir_gtk.bat + +cd vs$(VSVer) + + </DoGenGir> + </PropertyGroup> + <PropertyGroup> + <_PropertySheetDisplayName>gtkinstallbinprops</_PropertySheetDisplayName> + </PropertyGroup> + <ItemGroup> + <BuildMacro Include="DoGenGir"> + <Value>$(DoGenGir)</Value> + </BuildMacro> + </ItemGroup> </Project>
\ No newline at end of file |