Skip to content

Commit

Permalink
libs updated, bug fixes, XMP Core 14.3
Browse files Browse the repository at this point in the history
  • Loading branch information
michelerenzullo committed Jun 11, 2022
1 parent b7cd453 commit 2d83c10
Show file tree
Hide file tree
Showing 10 changed files with 2,862 additions and 245 deletions.
81 changes: 81 additions & 0 deletions XMPConverter/XMPConverter.rc
Original file line number Diff line number Diff line change
@@ -0,0 +1,81 @@
// Microsoft Visual C++ generated resource script.
//
#include "resource.h"

#define APSTUDIO_READONLY_SYMBOLS
/////////////////////////////////////////////////////////////////////////////
//
// Generated from the TEXTINCLUDE 2 resource.
//
#include "winres.h"

/////////////////////////////////////////////////////////////////////////////
#undef APSTUDIO_READONLY_SYMBOLS

/////////////////////////////////////////////////////////////////////////////
// English (United States) resources

#if !defined(AFX_RESOURCE_DLL) || defined(AFX_TARG_ENU)
LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US
#pragma code_page(1252)

#ifdef APSTUDIO_INVOKED
/////////////////////////////////////////////////////////////////////////////
//
// TEXTINCLUDE
//

1 TEXTINCLUDE
BEGIN
"resource.h\0"
END

2 TEXTINCLUDE
BEGIN
"#include ""winres.h""\r\n"
"\0"
END

3 TEXTINCLUDE
BEGIN
"\r\n"
"\0"
END

#endif // APSTUDIO_INVOKED

#endif // English (United States) resources
/////////////////////////////////////////////////////////////////////////////


/////////////////////////////////////////////////////////////////////////////
// Italian (Italy) resources

#if !defined(AFX_RESOURCE_DLL) || defined(AFX_TARG_ITA)
LANGUAGE LANG_ITALIAN, SUBLANG_ITALIAN
#pragma code_page(1252)

/////////////////////////////////////////////////////////////////////////////
//
// Icon
//

// Icon with lowest ID value placed first to ensure application icon
// remains consistent on all systems.
IDI_ICON1 ICON "xmpconv.ico"

#endif // Italian (Italy) resources
/////////////////////////////////////////////////////////////////////////////



#ifndef APSTUDIO_INVOKED
/////////////////////////////////////////////////////////////////////////////
//
// Generated from the TEXTINCLUDE 3 resource.
//


/////////////////////////////////////////////////////////////////////////////
#endif // not APSTUDIO_INVOKED

10 changes: 10 additions & 0 deletions XMPConverter/XMPConverter.vcxproj
Original file line number Diff line number Diff line change
Expand Up @@ -166,6 +166,7 @@
<StackReserveSize>
</StackReserveSize>
<LargeAddressAware>true</LargeAddressAware>
<Version>1.2</Version>
</Link>
</ItemDefinitionGroup>
<ItemGroup>
Expand All @@ -178,6 +179,15 @@
<DeploymentContent Condition="'$(Configuration)|$(Platform)'=='Release|x64'">true</DeploymentContent>
</ClInclude>
<ClInclude Include="lightMD5.h" />
<ClInclude Include="resource.h" />
<ClInclude Include="zconf.h" />
<ClInclude Include="zlib.h" />
</ItemGroup>
<ItemGroup>
<ResourceCompile Include="XMPConverter.rc" />
</ItemGroup>
<ItemGroup>
<Image Include="..\..\..\..\Downloads\xmpconv.ico" />
</ItemGroup>
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
<ImportGroup Label="ExtensionTargets">
Expand Down
19 changes: 19 additions & 0 deletions XMPConverter/XMPConverter.vcxproj.filters
Original file line number Diff line number Diff line change
Expand Up @@ -29,5 +29,24 @@
<ClInclude Include="lightMD5.h">
<Filter>Header Files</Filter>
</ClInclude>
<ClInclude Include="resource.h">
<Filter>Header Files</Filter>
</ClInclude>
<ClInclude Include="zconf.h">
<Filter>Header Files</Filter>
</ClInclude>
<ClInclude Include="zlib.h">
<Filter>Header Files</Filter>
</ClInclude>
</ItemGroup>
<ItemGroup>
<ResourceCompile Include="XMPConverter.rc">
<Filter>Resource Files</Filter>
</ResourceCompile>
</ItemGroup>
<ItemGroup>
<Image Include="..\..\..\..\Downloads\xmpconv.ico">
<Filter>Resource Files</Filter>
</Image>
</ItemGroup>
</Project>
Loading

0 comments on commit 2d83c10

Please sign in to comment.