[libpng16] Fixed GUIDs in projects/vstudio. Some were duplicated or missing,

resulting in VS2010 having to update the files.
This commit is contained in:
John Bowler 2012-10-27 13:04:56 -05:00 committed by Glenn Randers-Pehrson
parent ab1477d662
commit 7f912dbeb5
5 changed files with 8 additions and 2 deletions

View File

@ -548,6 +548,8 @@ Version 1.6.0beta31 [October 27, 2012]
depends on it; this obliges people who set it to consider whether they depends on it; this obliges people who set it to consider whether they
really want it off if they happen to use any of the interfaces in really want it off if they happen to use any of the interfaces in
question (typically most users who disable it won't). question (typically most users who disable it won't).
Fixed GUIDs in projects/vstudio. Some were duplicated or missing,
resulting in VS2010 having to update the files.
Send comments/corrections/commendations to png-mng-implement at lists.sf.net Send comments/corrections/commendations to png-mng-implement at lists.sf.net
(subscription required; visit (subscription required; visit

View File

@ -4300,6 +4300,8 @@ Version 1.6.0beta31 [October 27, 2012]
depends on it; this obliges people who set it to consider whether they depends on it; this obliges people who set it to consider whether they
really want it off if they happen to use any of the interfaces in really want it off if they happen to use any of the interfaces in
question (typically most users who disable it won't). question (typically most users who disable it won't).
Fixed GUIDs in projects/vstudio. Some were duplicated or missing,
resulting in VS2010 having to update the files.
Send comments/corrections/commendations to png-mng-implement at lists.sf.net Send comments/corrections/commendations to png-mng-implement at lists.sf.net
(subscription required; visit (subscription required; visit

View File

@ -19,7 +19,7 @@
</ProjectConfiguration> </ProjectConfiguration>
</ItemGroup> </ItemGroup>
<PropertyGroup Label="Globals"> <PropertyGroup Label="Globals">
<ProjectGuid>{9B36B6FE-7FC0-434F-A71F-BBEF8099F1D8}</ProjectGuid> <ProjectGuid>{277AC57F-313B-4D06-B119-A3CDB672D2FF}</ProjectGuid>
<Keyword>Win32Proj</Keyword> <Keyword>Win32Proj</Keyword>
<RootNamespace>pngstest</RootNamespace> <RootNamespace>pngstest</RootNamespace>
</PropertyGroup> </PropertyGroup>

View File

@ -19,7 +19,7 @@
</ProjectConfiguration> </ProjectConfiguration>
</ItemGroup> </ItemGroup>
<PropertyGroup Label="Globals"> <PropertyGroup Label="Globals">
<ProjectGuid>{9B36B6FE-7FC0-434F-A71F-BBEF8099F1D8}</ProjectGuid> <ProjectGuid>{C5D3156C-8C8C-4936-B35F-2B829BA36FEC}</ProjectGuid>
<Keyword>Win32Proj</Keyword> <Keyword>Win32Proj</Keyword>
<RootNamespace>pngunknown</RootNamespace> <RootNamespace>pngunknown</RootNamespace>
</PropertyGroup> </PropertyGroup>

View File

@ -32,7 +32,9 @@
<ClCompile Include="$(ZLibSrcDir)\zutil.c" /> <ClCompile Include="$(ZLibSrcDir)\zutil.c" />
</ItemGroup> </ItemGroup>
<PropertyGroup Label="Globals"> <PropertyGroup Label="Globals">
<ProjectGuid>{60F89955-91C6-3A36-8000-13C592FEC2DF}</ProjectGuid>
<Keyword>Win32Proj</Keyword> <Keyword>Win32Proj</Keyword>
<RootNamespace>zlib</RootNamespace>
</PropertyGroup> </PropertyGroup>
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" /> <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
<Import Project="$(SolutionDir)\zlib.props" /> <Import Project="$(SolutionDir)\zlib.props" />