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/win32/vs10/gtk.vcxprojin | |
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/win32/vs10/gtk.vcxprojin')
-rw-r--r-- | build/win32/vs10/gtk.vcxprojin | 1 |
1 files changed, 0 insertions, 1 deletions
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> |