build/win32/vs10/gdk.vcxprojin: Remove Stray Line

The last commit on this file accidently left a stray </ItemGroup>, which
Visual Studio 2010 does not like.  Get rid of that line.
This commit is contained in:
Chun-wei Fan
2013-05-30 18:08:32 +08:00
parent 436a939c6b
commit 54e2091740

View File

@ -158,7 +158,6 @@
<TargetMachine>MachineX64</TargetMachine>
</Link>
</ItemDefinitionGroup>
</ItemGroup>
<ItemGroup>
<ResourceCompile Include="..\..\..\gdk\win32\rc\gdk.rc" />
</ItemGroup>