diff options
author | Chun-wei Fan <fanchunwei@src.gnome.org> | 2011-06-20 12:19:54 +0800 |
---|---|---|
committer | Chun-wei Fan <fanchunwei@src.gnome.org> | 2011-06-20 12:19:54 +0800 |
commit | a49ef87f5f02b31e1ee673d6463c02de23f3dfd2 (patch) | |
tree | 6b7c7e7de9d3e69b44a5d6abf1788526a1aa84d1 /build | |
parent | ef50f7a4e881cceaf19797ba2669bb5bbb8da563 (diff) | |
download | gtk+-a49ef87f5f02b31e1ee673d6463c02de23f3dfd2.tar.gz |
Refine Visual C++ 2010 projects
-Remove unneeded tags from projects
-Seperate intermediate directories for projects to avoid rebuilding/
linking on every rebuild and MSBuild errors (et al.) for not being
able to write into build log files as they are in use.
Diffstat (limited to 'build')
-rw-r--r-- | build/win32/vs10/gdk-win32.vcxproj | 1 | ||||
-rw-r--r-- | build/win32/vs10/gdk.vcxprojin | 1 | ||||
-rw-r--r-- | build/win32/vs10/gtk+.props | 3 | ||||
-rw-r--r-- | build/win32/vs10/gtk-demo.vcxproj | 1 | ||||
-rw-r--r-- | build/win32/vs10/gtk.vcxprojin | 1 | ||||
-rw-r--r-- | build/win32/vs10/install.vcxproj | 1 |
6 files changed, 1 insertions, 7 deletions
diff --git a/build/win32/vs10/gdk-win32.vcxproj b/build/win32/vs10/gdk-win32.vcxproj index cf1de01656..5279d62e5e 100644 --- a/build/win32/vs10/gdk-win32.vcxproj +++ b/build/win32/vs10/gdk-win32.vcxproj @@ -61,7 +61,6 @@ </ImportGroup> <PropertyGroup Label="UserMacros" /> <PropertyGroup> - <_ProjectFileVersion>10.0.30319.1</_ProjectFileVersion> </PropertyGroup> <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'"> <ClCompile> diff --git a/build/win32/vs10/gdk.vcxprojin b/build/win32/vs10/gdk.vcxprojin index 4116b054b7..6c367c51ec 100644 --- a/build/win32/vs10/gdk.vcxprojin +++ b/build/win32/vs10/gdk.vcxprojin @@ -61,7 +61,6 @@ </ImportGroup> <PropertyGroup Label="UserMacros" /> <PropertyGroup> - <_ProjectFileVersion>10.0.30319.1</_ProjectFileVersion> <LinkIncremental Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">true</LinkIncremental> <LinkIncremental Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">true</LinkIncremental> <LinkIncremental Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">true</LinkIncremental> diff --git a/build/win32/vs10/gtk+.props b/build/win32/vs10/gtk+.props index 71d1a03f40..516bb06948 100644 --- a/build/win32/vs10/gtk+.props +++ b/build/win32/vs10/gtk+.props @@ -549,10 +549,9 @@ $(CopyDir)\bin\glib-compile-schemas.exe $(CopyDir)\share\glib-2.0\schemas <GtkDllSuffix>$(GtkSeparateVS10DllSuffix)</GtkDllSuffix> </PropertyGroup> <PropertyGroup> - <_ProjectFileVersion>10.0.30319.1</_ProjectFileVersion> <_PropertySheetDisplayName>gtk+props</_PropertySheetDisplayName> <OutDir>$(SolutionDir)$(Configuration)\$(PlatformName)\bin\</OutDir> - <IntDir>$(SolutionDir)$(Configuration)\$(PlatformName)\obj\</IntDir> + <IntDir>$(SolutionDir)$(Configuration)\$(PlatformName)\obj\$(ProjectName)\</IntDir> </PropertyGroup> <ItemDefinitionGroup> <ClCompile> diff --git a/build/win32/vs10/gtk-demo.vcxproj b/build/win32/vs10/gtk-demo.vcxproj index e4b367be4b..d8575175b4 100644 --- a/build/win32/vs10/gtk-demo.vcxproj +++ b/build/win32/vs10/gtk-demo.vcxproj @@ -63,7 +63,6 @@ </ImportGroup> <PropertyGroup Label="UserMacros" /> <PropertyGroup> - <_ProjectFileVersion>10.0.30319.1</_ProjectFileVersion> <LinkIncremental Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">true</LinkIncremental> <LinkIncremental Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">true</LinkIncremental> <LinkIncremental Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">false</LinkIncremental> diff --git a/build/win32/vs10/gtk.vcxprojin b/build/win32/vs10/gtk.vcxprojin index caba55813a..20868b3539 100644 --- a/build/win32/vs10/gtk.vcxprojin +++ b/build/win32/vs10/gtk.vcxprojin @@ -61,7 +61,6 @@ </ImportGroup> <PropertyGroup Label="UserMacros" /> <PropertyGroup> - <_ProjectFileVersion>10.0.30319.1</_ProjectFileVersion> <LinkIncremental Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">true</LinkIncremental> <LinkIncremental Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">true</LinkIncremental> <LinkIncremental Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">true</LinkIncremental> diff --git a/build/win32/vs10/install.vcxproj b/build/win32/vs10/install.vcxproj index 819de45f75..f6972acffe 100644 --- a/build/win32/vs10/install.vcxproj +++ b/build/win32/vs10/install.vcxproj @@ -63,7 +63,6 @@ </ImportGroup> <PropertyGroup Label="UserMacros" /> <PropertyGroup> - <_ProjectFileVersion>10.0.30319.1</_ProjectFileVersion> <OutDir Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">$(GlibEtcInstallRoot)\</OutDir> <ExtensionsToDeleteOnClean Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" /> <OutDir Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">$(GlibEtcInstallRoot)\</OutDir> |