diff --git a/BurnOutSharp.sln b/BurnOutSharp.sln index 207a2446..f7713a44 100644 --- a/BurnOutSharp.sln +++ b/BurnOutSharp.sln @@ -10,6 +10,7 @@ EndProject Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{68D10531-99CB-40B1-8912-73FA286C9433}" ProjectSection(SolutionItems) = preProject appveyor.yml = appveyor.yml + Coding Guide.md = Coding Guide.md LICENSE = LICENSE Developer Guide.md = Developer Guide.md README.md = README.md diff --git a/README.md b/README.md index 432c4824..b37783ec 100644 --- a/README.md +++ b/README.md @@ -14,7 +14,7 @@ In addition to the original BurnOut code, the following libraries (or ports ther - [StormLibSharp](https://github.com/robpaveza/stormlibsharp) - MPQ extraction - [UnshieldSharp](https://github.com/mnadareski/UnshieldSharp) - InstallShield CAB extraction - [WiseUnpacker](https://github.com/mnadareski/WiseUnpacker) - Wise Installer extraction -- [WixToolset.Dtf](https://github.com/wixtoolset/Dtf) - Microsoft CAB extraction +- [WixToolset.Dtf](https://github.com/wixtoolset/Dtf) - Microsoft CAB extraction [Unused in .NET 6.0 builds] Please note that due to current library limitations, the functionality of StormLibSharp is locked to Windows only. @@ -167,7 +167,7 @@ Below is a list of archive or archive-like formats that can be extracted and hav - GZIP - InstallShield Archive V3 (Z) - InstallShield CAB -- Microsoft CAB +- Microsoft CAB [.NET Standard 2.0 only] - MPQ - Microsoft Installer (MSI) - PKZIP and derived files