Update VS projects

Integrate the COGL/COGL-Pango .rc files into the build so that the built
DLLs reveal the versioning and copyright info
This commit is contained in:
Chun-wei Fan 2011-11-26 00:38:27 +08:00
parent 090527f32d
commit 0e99461f6e
4 changed files with 12 additions and 0 deletions

View File

@ -183,6 +183,9 @@
<ItemGroup>
#include "coglpango.vs10.sourcefiles"
</ItemGroup>
<ItemGroup>
<ResourceCompile Include="..\..\..\cogl-pango\cogl-pango.rc" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="cogl.vcxproj">
<Project>{f3a80987-5411-43db-a23b-06f2076e1206}</Project>

View File

@ -191,6 +191,9 @@
<ClCompile Include="..\..\..\cogl\driver\gl\cogl-gl.c" />
<ClCompile Include="..\..\..\cogl\driver\gl\cogl-texture-driver-gl.c" />
</ItemGroup>
<ItemGroup>
<ResourceCompile Include="..\..\..\cogl\cogl.rc" />
</ItemGroup>
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
<ImportGroup Label="ExtensionTargets">
</ImportGroup>

View File

@ -189,6 +189,9 @@
UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}"
>
</Filter>
<Filter Name="Resource Files">
<File RelativePath="..\..\..\cogl-pango\cogl-pango.rc" />
</Filter>
</Files>
<Globals>
</Globals>

View File

@ -194,6 +194,9 @@
UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}"
>
</Filter>
<Filter Name="Resource Files">
<File RelativePath="..\..\..\cogl\cogl.rc" />
</Filter>
</Files>
<Globals>
</Globals>