mirror of
https://git.code.sf.net/p/libpng/code.git
synced 2025-07-10 18:04:09 +02:00
[libpng16] Fixed GUIDs in projects/vstudio. Some were duplicated or missing,
resulting in VS2010 having to update the files.
This commit is contained in:
parent
ab1477d662
commit
7f912dbeb5
2
ANNOUNCE
2
ANNOUNCE
@ -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
|
||||||
|
2
CHANGES
2
CHANGES
@ -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
|
||||||
|
@ -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>
|
||||||
|
@ -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>
|
||||||
|
@ -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" />
|
||||||
|
Loading…
x
Reference in New Issue
Block a user