Update VS 2010 "install" project

The dependencies on gsettings and glib-compile-schemas were missed.
Made up for them here.
This commit is contained in:
Chun-wei Fan 2011-05-05 15:11:18 +08:00
parent 5d406412e9
commit 09f7c3307e

View File

@ -129,6 +129,14 @@
<ProjectReference Include="testglib.vcxproj">
<Project>{64e09909-5599-40c0-b808-27f55f7b823c}</Project>
<ReferenceOutputAssembly>false</ReferenceOutputAssembly>
</ProjectReference>
<ProjectReference Include="glib-compile-schemas.vcxproj">
<Project>{015d69d0-8b42-438a-adae-052ac036e065}</Project>
<ReferenceOutputAssembly>false</ReferenceOutputAssembly>
</ProjectReference>
<ProjectReference Include="gsettings.vcxproj">
<Project>{05041c63-f1c5-49ba-a7de-61ebb5307eaa}</Project>
<ReferenceOutputAssembly>false</ReferenceOutputAssembly>
</ProjectReference>
</ItemGroup>
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />