diff --git a/ExifToolWrapper.csproj b/ExifToolWrapper.csproj index 86c74c1..9314231 100644 --- a/ExifToolWrapper.csproj +++ b/ExifToolWrapper.csproj @@ -1,55 +1,15 @@ - - - + + - Debug - AnyCPU - {F41A4BB6-10E2-4356-B331-69D704E8EEC3} Exe - ExifToolWrapper - ExifToolWrapper - v4.0 - 512 - true + net8.0 + enable + enable - - AnyCPU - true - full - false - bin\Debug\ - DEBUG;TRACE - prompt - 4 - - - AnyCPU - pdbonly - true - bin\Release\ - TRACE - prompt - 4 - - - - - - - - - - - - - - - - PreserveNewest - - \ No newline at end of file + + diff --git a/ExifToolWrapper.sln b/ExifToolWrapper.sln index b2591c7..5993433 100644 --- a/ExifToolWrapper.sln +++ b/ExifToolWrapper.sln @@ -1,9 +1,9 @@  Microsoft Visual Studio Solution File, Format Version 12.00 -# Visual Studio 15 -VisualStudioVersion = 15.0.28010.2046 +# Visual Studio Version 17 +VisualStudioVersion = 17.9.34728.123 MinimumVisualStudioVersion = 10.0.40219.1 -Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ExifToolWrapper", "ExifToolWrapper.csproj", "{F41A4BB6-10E2-4356-B331-69D704E8EEC3}" +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ExifToolWrapper", "ExifToolWrapper.csproj", "{9FBB51B3-4C82-4DA5-B53F-CA8EB49D202F}" EndProject Global GlobalSection(SolutionConfigurationPlatforms) = preSolution @@ -11,15 +11,15 @@ Global Release|Any CPU = Release|Any CPU EndGlobalSection GlobalSection(ProjectConfigurationPlatforms) = postSolution - {F41A4BB6-10E2-4356-B331-69D704E8EEC3}.Debug|Any CPU.ActiveCfg = Debug|Any CPU - {F41A4BB6-10E2-4356-B331-69D704E8EEC3}.Debug|Any CPU.Build.0 = Debug|Any CPU - {F41A4BB6-10E2-4356-B331-69D704E8EEC3}.Release|Any CPU.ActiveCfg = Release|Any CPU - {F41A4BB6-10E2-4356-B331-69D704E8EEC3}.Release|Any CPU.Build.0 = Release|Any CPU + {9FBB51B3-4C82-4DA5-B53F-CA8EB49D202F}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {9FBB51B3-4C82-4DA5-B53F-CA8EB49D202F}.Debug|Any CPU.Build.0 = Debug|Any CPU + {9FBB51B3-4C82-4DA5-B53F-CA8EB49D202F}.Release|Any CPU.ActiveCfg = Release|Any CPU + {9FBB51B3-4C82-4DA5-B53F-CA8EB49D202F}.Release|Any CPU.Build.0 = Release|Any CPU EndGlobalSection GlobalSection(SolutionProperties) = preSolution HideSolutionNode = FALSE EndGlobalSection GlobalSection(ExtensibilityGlobals) = postSolution - SolutionGuid = {AA3DE07A-01AF-4D2D-A311-F4DCC79FA175} + SolutionGuid = {56B6FA26-C8B7-4421-AFF6-495AB3C9AE20} EndGlobalSection EndGlobal diff --git a/Properties/AssemblyInfo.cs b/Properties/AssemblyInfo.cs deleted file mode 100644 index 3a9979a..0000000 --- a/Properties/AssemblyInfo.cs +++ /dev/null @@ -1,36 +0,0 @@ -using System.Reflection; -using System.Runtime.CompilerServices; -using System.Runtime.InteropServices; - -// General Information about an assembly is controlled through the following -// set of attributes. Change these attribute values to modify the information -// associated with an assembly. -[assembly: AssemblyTitle("ExifToolWrapper")] -[assembly: AssemblyDescription("")] -[assembly: AssemblyConfiguration("")] -[assembly: AssemblyCompany("")] -[assembly: AssemblyProduct("ExifToolWrapper")] -[assembly: AssemblyCopyright("Copyright © 2018")] -[assembly: AssemblyTrademark("")] -[assembly: AssemblyCulture("")] - -// Setting ComVisible to false makes the types in this assembly not visible -// to COM components. If you need to access a type in this assembly from -// COM, set the ComVisible attribute to true on that type. -[assembly: ComVisible(false)] - -// The following GUID is for the ID of the typelib if this project is exposed to COM -[assembly: Guid("f41a4bb6-10e2-4356-b331-69d704e8eec3")] - -// Version information for an assembly consists of the following four values: -// -// Major Version -// Minor Version -// Build Number -// Revision -// -// You can specify all the values or you can default the Build and Revision Numbers -// by using the '*' as shown below: -// [assembly: AssemblyVersion("1.0.*")] -[assembly: AssemblyVersion("1.0.0.0")] -[assembly: AssemblyFileVersion("1.0.0.0")] diff --git a/README.md b/README.md index b82629c..e3ca817 100644 --- a/README.md +++ b/README.md @@ -13,4 +13,4 @@ A CodeBit is a way to share common code that's lighter weight than [NuGet](http: In this case, the CodeBit is the ExifToolWrapper.cs file. It is intended to be reused in other applications. ## About the Project -This project includes the ExifToolWrapper.cs CodeBit and test code to make sure the class functions correctly. It was created in Microsoft Visual Studio 2017 and uses .NET Framework 4.0. +This project includes the ExifToolWrapper.cs CodeBit and test code to make sure the class functions correctly. It was created in Microsoft Visual Studio 2022 and uses .NET 8. diff --git a/exiftool.exe b/exiftool.exe index 423871e..9ab8271 100644 Binary files a/exiftool.exe and b/exiftool.exe differ