diff --git a/BinaryObjectScanner.FileType/BinaryObjectScanner.FileType.csproj b/BinaryObjectScanner.FileType/BinaryObjectScanner.FileType.csproj index af9037c9..a6e1295c 100644 --- a/BinaryObjectScanner.FileType/BinaryObjectScanner.FileType.csproj +++ b/BinaryObjectScanner.FileType/BinaryObjectScanner.FileType.csproj @@ -26,7 +26,6 @@ - diff --git a/BinaryObjectScanner.Protection/BinaryObjectScanner.Protection.csproj b/BinaryObjectScanner.Protection/BinaryObjectScanner.Protection.csproj deleted file mode 100644 index a26ed6cf..00000000 --- a/BinaryObjectScanner.Protection/BinaryObjectScanner.Protection.csproj +++ /dev/null @@ -1,41 +0,0 @@ - - - - - net48;net6.0;net7.0 - win-x86;win-x64;linux-x64;osx-x64 - 2.8 - true - - - Matt Nadareski - BurnOutSharp - Copyright (c)2022-2023 Matt Nadareski - https://github.com/SabreTools/ - https://github.com/mnadareski/BurnOutSharp - git - MIT - true - true - - - - enable - - - - - - - - - - - - - - - - - - diff --git a/BinaryObjectScanner/BinaryObjectScanner.csproj b/BinaryObjectScanner/BinaryObjectScanner.csproj index d091be48..980cb7e1 100644 --- a/BinaryObjectScanner/BinaryObjectScanner.csproj +++ b/BinaryObjectScanner/BinaryObjectScanner.csproj @@ -9,8 +9,8 @@ Matt Nadareski - BurnOutSharp - Copyright (c)2022-2023 Matt Nadareski + BinaryObjectScanner + Copyright (c)2018-2023 Matt Nadareski https://github.com/SabreTools/ https://github.com/mnadareski/BurnOutSharp git @@ -25,6 +25,7 @@ + @@ -36,4 +37,8 @@ + + + + diff --git a/BinaryObjectScanner.Protection/ActiveMARK.cs b/BinaryObjectScanner/Protection/ActiveMARK.cs similarity index 100% rename from BinaryObjectScanner.Protection/ActiveMARK.cs rename to BinaryObjectScanner/Protection/ActiveMARK.cs diff --git a/BinaryObjectScanner.Protection/AegiSoft.cs b/BinaryObjectScanner/Protection/AegiSoft.cs similarity index 100% rename from BinaryObjectScanner.Protection/AegiSoft.cs rename to BinaryObjectScanner/Protection/AegiSoft.cs diff --git a/BinaryObjectScanner.Protection/AlphaAudio.cs b/BinaryObjectScanner/Protection/AlphaAudio.cs similarity index 100% rename from BinaryObjectScanner.Protection/AlphaAudio.cs rename to BinaryObjectScanner/Protection/AlphaAudio.cs diff --git a/BinaryObjectScanner.Protection/AlphaDVD.cs b/BinaryObjectScanner/Protection/AlphaDVD.cs similarity index 100% rename from BinaryObjectScanner.Protection/AlphaDVD.cs rename to BinaryObjectScanner/Protection/AlphaDVD.cs diff --git a/BinaryObjectScanner.Protection/AlphaROM.cs b/BinaryObjectScanner/Protection/AlphaROM.cs similarity index 100% rename from BinaryObjectScanner.Protection/AlphaROM.cs rename to BinaryObjectScanner/Protection/AlphaROM.cs diff --git a/BinaryObjectScanner.Protection/Bitpool.cs b/BinaryObjectScanner/Protection/Bitpool.cs similarity index 100% rename from BinaryObjectScanner.Protection/Bitpool.cs rename to BinaryObjectScanner/Protection/Bitpool.cs diff --git a/BinaryObjectScanner.Protection/ByteShield.cs b/BinaryObjectScanner/Protection/ByteShield.cs similarity index 100% rename from BinaryObjectScanner.Protection/ByteShield.cs rename to BinaryObjectScanner/Protection/ByteShield.cs diff --git a/BinaryObjectScanner.Protection/CDCheck.cs b/BinaryObjectScanner/Protection/CDCheck.cs similarity index 100% rename from BinaryObjectScanner.Protection/CDCheck.cs rename to BinaryObjectScanner/Protection/CDCheck.cs diff --git a/BinaryObjectScanner.Protection/CDDVDCops.cs b/BinaryObjectScanner/Protection/CDDVDCops.cs similarity index 100% rename from BinaryObjectScanner.Protection/CDDVDCops.cs rename to BinaryObjectScanner/Protection/CDDVDCops.cs diff --git a/BinaryObjectScanner.Protection/CDGuard.cs b/BinaryObjectScanner/Protection/CDGuard.cs similarity index 100% rename from BinaryObjectScanner.Protection/CDGuard.cs rename to BinaryObjectScanner/Protection/CDGuard.cs diff --git a/BinaryObjectScanner.Protection/CDKey.cs b/BinaryObjectScanner/Protection/CDKey.cs similarity index 100% rename from BinaryObjectScanner.Protection/CDKey.cs rename to BinaryObjectScanner/Protection/CDKey.cs diff --git a/BinaryObjectScanner.Protection/CDLock.cs b/BinaryObjectScanner/Protection/CDLock.cs similarity index 100% rename from BinaryObjectScanner.Protection/CDLock.cs rename to BinaryObjectScanner/Protection/CDLock.cs diff --git a/BinaryObjectScanner.Protection/CDProtector.cs b/BinaryObjectScanner/Protection/CDProtector.cs similarity index 100% rename from BinaryObjectScanner.Protection/CDProtector.cs rename to BinaryObjectScanner/Protection/CDProtector.cs diff --git a/BinaryObjectScanner.Protection/CDSHiELDSE.cs b/BinaryObjectScanner/Protection/CDSHiELDSE.cs similarity index 100% rename from BinaryObjectScanner.Protection/CDSHiELDSE.cs rename to BinaryObjectScanner/Protection/CDSHiELDSE.cs diff --git a/BinaryObjectScanner.Protection/CDX.cs b/BinaryObjectScanner/Protection/CDX.cs similarity index 100% rename from BinaryObjectScanner.Protection/CDX.cs rename to BinaryObjectScanner/Protection/CDX.cs diff --git a/BinaryObjectScanner.Protection/CactusDataShield.cs b/BinaryObjectScanner/Protection/CactusDataShield.cs similarity index 100% rename from BinaryObjectScanner.Protection/CactusDataShield.cs rename to BinaryObjectScanner/Protection/CactusDataShield.cs diff --git a/BinaryObjectScanner.Protection/CenegaProtectDVD.cs b/BinaryObjectScanner/Protection/CenegaProtectDVD.cs similarity index 100% rename from BinaryObjectScanner.Protection/CenegaProtectDVD.cs rename to BinaryObjectScanner/Protection/CenegaProtectDVD.cs diff --git a/BinaryObjectScanner.Protection/ChosenBytesCodeLock.cs b/BinaryObjectScanner/Protection/ChosenBytesCodeLock.cs similarity index 100% rename from BinaryObjectScanner.Protection/ChosenBytesCodeLock.cs rename to BinaryObjectScanner/Protection/ChosenBytesCodeLock.cs diff --git a/BinaryObjectScanner.Protection/CopyKiller.cs b/BinaryObjectScanner/Protection/CopyKiller.cs similarity index 100% rename from BinaryObjectScanner.Protection/CopyKiller.cs rename to BinaryObjectScanner/Protection/CopyKiller.cs diff --git a/BinaryObjectScanner.Protection/CopyLok.cs b/BinaryObjectScanner/Protection/CopyLok.cs similarity index 100% rename from BinaryObjectScanner.Protection/CopyLok.cs rename to BinaryObjectScanner/Protection/CopyLok.cs diff --git a/BinaryObjectScanner.Protection/CrypKey.cs b/BinaryObjectScanner/Protection/CrypKey.cs similarity index 100% rename from BinaryObjectScanner.Protection/CrypKey.cs rename to BinaryObjectScanner/Protection/CrypKey.cs diff --git a/BinaryObjectScanner.Protection/Cucko.cs b/BinaryObjectScanner/Protection/Cucko.cs similarity index 100% rename from BinaryObjectScanner.Protection/Cucko.cs rename to BinaryObjectScanner/Protection/Cucko.cs diff --git a/BinaryObjectScanner.Protection/DBB.cs b/BinaryObjectScanner/Protection/DBB.cs similarity index 100% rename from BinaryObjectScanner.Protection/DBB.cs rename to BinaryObjectScanner/Protection/DBB.cs diff --git a/BinaryObjectScanner.Protection/DVDCrypt.cs b/BinaryObjectScanner/Protection/DVDCrypt.cs similarity index 100% rename from BinaryObjectScanner.Protection/DVDCrypt.cs rename to BinaryObjectScanner/Protection/DVDCrypt.cs diff --git a/BinaryObjectScanner.Protection/DVDMoviePROTECT.cs b/BinaryObjectScanner/Protection/DVDMoviePROTECT.cs similarity index 100% rename from BinaryObjectScanner.Protection/DVDMoviePROTECT.cs rename to BinaryObjectScanner/Protection/DVDMoviePROTECT.cs diff --git a/BinaryObjectScanner.Protection/Denuvo.cs b/BinaryObjectScanner/Protection/Denuvo.cs similarity index 100% rename from BinaryObjectScanner.Protection/Denuvo.cs rename to BinaryObjectScanner/Protection/Denuvo.cs diff --git a/BinaryObjectScanner.Protection/DinamicMultimedia.cs b/BinaryObjectScanner/Protection/DinamicMultimedia.cs similarity index 100% rename from BinaryObjectScanner.Protection/DinamicMultimedia.cs rename to BinaryObjectScanner/Protection/DinamicMultimedia.cs diff --git a/BinaryObjectScanner.Protection/DiscAudit.cs b/BinaryObjectScanner/Protection/DiscAudit.cs similarity index 100% rename from BinaryObjectScanner.Protection/DiscAudit.cs rename to BinaryObjectScanner/Protection/DiscAudit.cs diff --git a/BinaryObjectScanner.Protection/DiscGuard.cs b/BinaryObjectScanner/Protection/DiscGuard.cs similarity index 100% rename from BinaryObjectScanner.Protection/DiscGuard.cs rename to BinaryObjectScanner/Protection/DiscGuard.cs diff --git a/BinaryObjectScanner.Protection/Doc.loc.cs b/BinaryObjectScanner/Protection/Doc.loc.cs similarity index 100% rename from BinaryObjectScanner.Protection/Doc.loc.cs rename to BinaryObjectScanner/Protection/Doc.loc.cs diff --git a/BinaryObjectScanner.Protection/EasyAntiCheat.cs b/BinaryObjectScanner/Protection/EasyAntiCheat.cs similarity index 100% rename from BinaryObjectScanner.Protection/EasyAntiCheat.cs rename to BinaryObjectScanner/Protection/EasyAntiCheat.cs diff --git a/BinaryObjectScanner.Protection/ElectronicArts.cs b/BinaryObjectScanner/Protection/ElectronicArts.cs similarity index 100% rename from BinaryObjectScanner.Protection/ElectronicArts.cs rename to BinaryObjectScanner/Protection/ElectronicArts.cs diff --git a/BinaryObjectScanner.Protection/Engine32.cs b/BinaryObjectScanner/Protection/Engine32.cs similarity index 100% rename from BinaryObjectScanner.Protection/Engine32.cs rename to BinaryObjectScanner/Protection/Engine32.cs diff --git a/BinaryObjectScanner.Protection/FADE.cs b/BinaryObjectScanner/Protection/FADE.cs similarity index 100% rename from BinaryObjectScanner.Protection/FADE.cs rename to BinaryObjectScanner/Protection/FADE.cs diff --git a/BinaryObjectScanner.Protection/FreeLock.cs b/BinaryObjectScanner/Protection/FreeLock.cs similarity index 100% rename from BinaryObjectScanner.Protection/FreeLock.cs rename to BinaryObjectScanner/Protection/FreeLock.cs diff --git a/BinaryObjectScanner.Protection/GFWL.cs b/BinaryObjectScanner/Protection/GFWL.cs similarity index 100% rename from BinaryObjectScanner.Protection/GFWL.cs rename to BinaryObjectScanner/Protection/GFWL.cs diff --git a/BinaryObjectScanner.Protection/Gefest.cs b/BinaryObjectScanner/Protection/Gefest.cs similarity index 100% rename from BinaryObjectScanner.Protection/Gefest.cs rename to BinaryObjectScanner/Protection/Gefest.cs diff --git a/BinaryObjectScanner.Protection/HexaLock.cs b/BinaryObjectScanner/Protection/HexaLock.cs similarity index 100% rename from BinaryObjectScanner.Protection/HexaLock.cs rename to BinaryObjectScanner/Protection/HexaLock.cs diff --git a/BinaryObjectScanner.Protection/ImpulseReactor.cs b/BinaryObjectScanner/Protection/ImpulseReactor.cs similarity index 100% rename from BinaryObjectScanner.Protection/ImpulseReactor.cs rename to BinaryObjectScanner/Protection/ImpulseReactor.cs diff --git a/BinaryObjectScanner.Protection/IndyVCD.cs b/BinaryObjectScanner/Protection/IndyVCD.cs similarity index 100% rename from BinaryObjectScanner.Protection/IndyVCD.cs rename to BinaryObjectScanner/Protection/IndyVCD.cs diff --git a/BinaryObjectScanner.Protection/Intenium.cs b/BinaryObjectScanner/Protection/Intenium.cs similarity index 100% rename from BinaryObjectScanner.Protection/Intenium.cs rename to BinaryObjectScanner/Protection/Intenium.cs diff --git a/BinaryObjectScanner.Protection/JoWood.cs b/BinaryObjectScanner/Protection/JoWood.cs similarity index 100% rename from BinaryObjectScanner.Protection/JoWood.cs rename to BinaryObjectScanner/Protection/JoWood.cs diff --git a/BinaryObjectScanner.Protection/Key2Audio.cs b/BinaryObjectScanner/Protection/Key2Audio.cs similarity index 100% rename from BinaryObjectScanner.Protection/Key2Audio.cs rename to BinaryObjectScanner/Protection/Key2Audio.cs diff --git a/BinaryObjectScanner.Protection/KeyLock.cs b/BinaryObjectScanner/Protection/KeyLock.cs similarity index 100% rename from BinaryObjectScanner.Protection/KeyLock.cs rename to BinaryObjectScanner/Protection/KeyLock.cs diff --git a/BinaryObjectScanner.Protection/LabelGate.cs b/BinaryObjectScanner/Protection/LabelGate.cs similarity index 100% rename from BinaryObjectScanner.Protection/LabelGate.cs rename to BinaryObjectScanner/Protection/LabelGate.cs diff --git a/BinaryObjectScanner.Protection/LaserLok.cs b/BinaryObjectScanner/Protection/LaserLok.cs similarity index 100% rename from BinaryObjectScanner.Protection/LaserLok.cs rename to BinaryObjectScanner/Protection/LaserLok.cs diff --git a/BinaryObjectScanner.Protection/MGIRegistration.cs b/BinaryObjectScanner/Protection/MGIRegistration.cs similarity index 100% rename from BinaryObjectScanner.Protection/MGIRegistration.cs rename to BinaryObjectScanner/Protection/MGIRegistration.cs diff --git a/BinaryObjectScanner.Protection/Macrovision.CDilla.cs b/BinaryObjectScanner/Protection/Macrovision.CDilla.cs similarity index 100% rename from BinaryObjectScanner.Protection/Macrovision.CDilla.cs rename to BinaryObjectScanner/Protection/Macrovision.CDilla.cs diff --git a/BinaryObjectScanner.Protection/Macrovision.CactusDataShield.cs b/BinaryObjectScanner/Protection/Macrovision.CactusDataShield.cs similarity index 100% rename from BinaryObjectScanner.Protection/Macrovision.CactusDataShield.cs rename to BinaryObjectScanner/Protection/Macrovision.CactusDataShield.cs diff --git a/BinaryObjectScanner.Protection/Macrovision.FLEXnet.cs b/BinaryObjectScanner/Protection/Macrovision.FLEXnet.cs similarity index 100% rename from BinaryObjectScanner.Protection/Macrovision.FLEXnet.cs rename to BinaryObjectScanner/Protection/Macrovision.FLEXnet.cs diff --git a/BinaryObjectScanner.Protection/Macrovision.RipGuard.cs b/BinaryObjectScanner/Protection/Macrovision.RipGuard.cs similarity index 100% rename from BinaryObjectScanner.Protection/Macrovision.RipGuard.cs rename to BinaryObjectScanner/Protection/Macrovision.RipGuard.cs diff --git a/BinaryObjectScanner.Protection/Macrovision.SafeCast.cs b/BinaryObjectScanner/Protection/Macrovision.SafeCast.cs similarity index 100% rename from BinaryObjectScanner.Protection/Macrovision.SafeCast.cs rename to BinaryObjectScanner/Protection/Macrovision.SafeCast.cs diff --git a/BinaryObjectScanner.Protection/Macrovision.SafeDisc.cs b/BinaryObjectScanner/Protection/Macrovision.SafeDisc.cs similarity index 100% rename from BinaryObjectScanner.Protection/Macrovision.SafeDisc.cs rename to BinaryObjectScanner/Protection/Macrovision.SafeDisc.cs diff --git a/BinaryObjectScanner.Protection/Macrovision.SafeWrap.cs b/BinaryObjectScanner/Protection/Macrovision.SafeWrap.cs similarity index 100% rename from BinaryObjectScanner.Protection/Macrovision.SafeWrap.cs rename to BinaryObjectScanner/Protection/Macrovision.SafeWrap.cs diff --git a/BinaryObjectScanner.Protection/Macrovision.cs b/BinaryObjectScanner/Protection/Macrovision.cs similarity index 100% rename from BinaryObjectScanner.Protection/Macrovision.cs rename to BinaryObjectScanner/Protection/Macrovision.cs diff --git a/BinaryObjectScanner.Protection/MediaCloQ.cs b/BinaryObjectScanner/Protection/MediaCloQ.cs similarity index 100% rename from BinaryObjectScanner.Protection/MediaCloQ.cs rename to BinaryObjectScanner/Protection/MediaCloQ.cs diff --git a/BinaryObjectScanner.Protection/MediaMaxCD3.cs b/BinaryObjectScanner/Protection/MediaMaxCD3.cs similarity index 100% rename from BinaryObjectScanner.Protection/MediaMaxCD3.cs rename to BinaryObjectScanner/Protection/MediaMaxCD3.cs diff --git a/BinaryObjectScanner.Protection/MusicGuard.cs b/BinaryObjectScanner/Protection/MusicGuard.cs similarity index 100% rename from BinaryObjectScanner.Protection/MusicGuard.cs rename to BinaryObjectScanner/Protection/MusicGuard.cs diff --git a/BinaryObjectScanner.Protection/NEACProtect.cs b/BinaryObjectScanner/Protection/NEACProtect.cs similarity index 100% rename from BinaryObjectScanner.Protection/NEACProtect.cs rename to BinaryObjectScanner/Protection/NEACProtect.cs diff --git a/BinaryObjectScanner.Protection/OnlineRegistration.cs b/BinaryObjectScanner/Protection/OnlineRegistration.cs similarity index 100% rename from BinaryObjectScanner.Protection/OnlineRegistration.cs rename to BinaryObjectScanner/Protection/OnlineRegistration.cs diff --git a/BinaryObjectScanner.Protection/OpenMG.cs b/BinaryObjectScanner/Protection/OpenMG.cs similarity index 100% rename from BinaryObjectScanner.Protection/OpenMG.cs rename to BinaryObjectScanner/Protection/OpenMG.cs diff --git a/BinaryObjectScanner.Protection/Origin.cs b/BinaryObjectScanner/Protection/Origin.cs similarity index 100% rename from BinaryObjectScanner.Protection/Origin.cs rename to BinaryObjectScanner/Protection/Origin.cs diff --git a/BinaryObjectScanner.Protection/PSXAntiModchip.cs b/BinaryObjectScanner/Protection/PSXAntiModchip.cs similarity index 100% rename from BinaryObjectScanner.Protection/PSXAntiModchip.cs rename to BinaryObjectScanner/Protection/PSXAntiModchip.cs diff --git a/BinaryObjectScanner.Protection/Phenoprotect.cs b/BinaryObjectScanner/Protection/Phenoprotect.cs similarity index 100% rename from BinaryObjectScanner.Protection/Phenoprotect.cs rename to BinaryObjectScanner/Protection/Phenoprotect.cs diff --git a/BinaryObjectScanner.Protection/PlayJ.cs b/BinaryObjectScanner/Protection/PlayJ.cs similarity index 100% rename from BinaryObjectScanner.Protection/PlayJ.cs rename to BinaryObjectScanner/Protection/PlayJ.cs diff --git a/BinaryObjectScanner.Protection/ProtectDVDVideo.cs b/BinaryObjectScanner/Protection/ProtectDVDVideo.cs similarity index 100% rename from BinaryObjectScanner.Protection/ProtectDVDVideo.cs rename to BinaryObjectScanner/Protection/ProtectDVDVideo.cs diff --git a/BinaryObjectScanner.Protection/ProtectDisc.cs b/BinaryObjectScanner/Protection/ProtectDisc.cs similarity index 100% rename from BinaryObjectScanner.Protection/ProtectDisc.cs rename to BinaryObjectScanner/Protection/ProtectDisc.cs diff --git a/BinaryObjectScanner.Protection/RainbowSentinel.cs b/BinaryObjectScanner/Protection/RainbowSentinel.cs similarity index 100% rename from BinaryObjectScanner.Protection/RainbowSentinel.cs rename to BinaryObjectScanner/Protection/RainbowSentinel.cs diff --git a/BinaryObjectScanner.Protection/RingPROTECH.cs b/BinaryObjectScanner/Protection/RingPROTECH.cs similarity index 100% rename from BinaryObjectScanner.Protection/RingPROTECH.cs rename to BinaryObjectScanner/Protection/RingPROTECH.cs diff --git a/BinaryObjectScanner.Protection/SAFEAUDIO.cs b/BinaryObjectScanner/Protection/SAFEAUDIO.cs similarity index 100% rename from BinaryObjectScanner.Protection/SAFEAUDIO.cs rename to BinaryObjectScanner/Protection/SAFEAUDIO.cs diff --git a/BinaryObjectScanner.Protection/SVKP.cs b/BinaryObjectScanner/Protection/SVKP.cs similarity index 100% rename from BinaryObjectScanner.Protection/SVKP.cs rename to BinaryObjectScanner/Protection/SVKP.cs diff --git a/BinaryObjectScanner.Protection/SafeLock.cs b/BinaryObjectScanner/Protection/SafeLock.cs similarity index 100% rename from BinaryObjectScanner.Protection/SafeLock.cs rename to BinaryObjectScanner/Protection/SafeLock.cs diff --git a/BinaryObjectScanner.Protection/SecuROM.cs b/BinaryObjectScanner/Protection/SecuROM.cs similarity index 100% rename from BinaryObjectScanner.Protection/SecuROM.cs rename to BinaryObjectScanner/Protection/SecuROM.cs diff --git a/BinaryObjectScanner.Protection/SmartE.cs b/BinaryObjectScanner/Protection/SmartE.cs similarity index 100% rename from BinaryObjectScanner.Protection/SmartE.cs rename to BinaryObjectScanner/Protection/SmartE.cs diff --git a/BinaryObjectScanner.Protection/SoftLock.cs b/BinaryObjectScanner/Protection/SoftLock.cs similarity index 100% rename from BinaryObjectScanner.Protection/SoftLock.cs rename to BinaryObjectScanner/Protection/SoftLock.cs diff --git a/BinaryObjectScanner.Protection/SolidShield.cs b/BinaryObjectScanner/Protection/SolidShield.cs similarity index 100% rename from BinaryObjectScanner.Protection/SolidShield.cs rename to BinaryObjectScanner/Protection/SolidShield.cs diff --git a/BinaryObjectScanner.Protection/StarForce.cs b/BinaryObjectScanner/Protection/StarForce.cs similarity index 100% rename from BinaryObjectScanner.Protection/StarForce.cs rename to BinaryObjectScanner/Protection/StarForce.cs diff --git a/BinaryObjectScanner.Protection/Steam.cs b/BinaryObjectScanner/Protection/Steam.cs similarity index 100% rename from BinaryObjectScanner.Protection/Steam.cs rename to BinaryObjectScanner/Protection/Steam.cs diff --git a/BinaryObjectScanner.Protection/Sysiphus.cs b/BinaryObjectScanner/Protection/Sysiphus.cs similarity index 100% rename from BinaryObjectScanner.Protection/Sysiphus.cs rename to BinaryObjectScanner/Protection/Sysiphus.cs diff --git a/BinaryObjectScanner.Protection/TZCopyProtection.cs b/BinaryObjectScanner/Protection/TZCopyProtection.cs similarity index 100% rename from BinaryObjectScanner.Protection/TZCopyProtection.cs rename to BinaryObjectScanner/Protection/TZCopyProtection.cs diff --git a/BinaryObjectScanner.Protection/Tages.cs b/BinaryObjectScanner/Protection/Tages.cs similarity index 100% rename from BinaryObjectScanner.Protection/Tages.cs rename to BinaryObjectScanner/Protection/Tages.cs diff --git a/BinaryObjectScanner.Protection/TheBongle.cs b/BinaryObjectScanner/Protection/TheBongle.cs similarity index 100% rename from BinaryObjectScanner.Protection/TheBongle.cs rename to BinaryObjectScanner/Protection/TheBongle.cs diff --git a/BinaryObjectScanner.Protection/TheCopyProtectedCD.cs b/BinaryObjectScanner/Protection/TheCopyProtectedCD.cs similarity index 100% rename from BinaryObjectScanner.Protection/TheCopyProtectedCD.cs rename to BinaryObjectScanner/Protection/TheCopyProtectedCD.cs diff --git a/BinaryObjectScanner.Protection/Themida.cs b/BinaryObjectScanner/Protection/Themida.cs similarity index 100% rename from BinaryObjectScanner.Protection/Themida.cs rename to BinaryObjectScanner/Protection/Themida.cs diff --git a/BinaryObjectScanner.Protection/ThreePLock.cs b/BinaryObjectScanner/Protection/ThreePLock.cs similarity index 100% rename from BinaryObjectScanner.Protection/ThreePLock.cs rename to BinaryObjectScanner/Protection/ThreePLock.cs diff --git a/BinaryObjectScanner.Protection/ThreeTwoOneStudios.cs b/BinaryObjectScanner/Protection/ThreeTwoOneStudios.cs similarity index 100% rename from BinaryObjectScanner.Protection/ThreeTwoOneStudios.cs rename to BinaryObjectScanner/Protection/ThreeTwoOneStudios.cs diff --git a/BinaryObjectScanner.Protection/TivolaRingProtection.cs b/BinaryObjectScanner/Protection/TivolaRingProtection.cs similarity index 100% rename from BinaryObjectScanner.Protection/TivolaRingProtection.cs rename to BinaryObjectScanner/Protection/TivolaRingProtection.cs diff --git a/BinaryObjectScanner.Protection/Uplay.cs b/BinaryObjectScanner/Protection/Uplay.cs similarity index 100% rename from BinaryObjectScanner.Protection/Uplay.cs rename to BinaryObjectScanner/Protection/Uplay.cs diff --git a/BinaryObjectScanner.Protection/WMDS.cs b/BinaryObjectScanner/Protection/WMDS.cs similarity index 100% rename from BinaryObjectScanner.Protection/WMDS.cs rename to BinaryObjectScanner/Protection/WMDS.cs diff --git a/BinaryObjectScanner.Protection/WTMCDProtect.cs b/BinaryObjectScanner/Protection/WTMCDProtect.cs similarity index 100% rename from BinaryObjectScanner.Protection/WTMCDProtect.cs rename to BinaryObjectScanner/Protection/WTMCDProtect.cs diff --git a/BinaryObjectScanner.Protection/WinLock.cs b/BinaryObjectScanner/Protection/WinLock.cs similarity index 100% rename from BinaryObjectScanner.Protection/WinLock.cs rename to BinaryObjectScanner/Protection/WinLock.cs diff --git a/BinaryObjectScanner.Protection/XCP.cs b/BinaryObjectScanner/Protection/XCP.cs similarity index 100% rename from BinaryObjectScanner.Protection/XCP.cs rename to BinaryObjectScanner/Protection/XCP.cs diff --git a/BinaryObjectScanner.Protection/Zzxzz.cs b/BinaryObjectScanner/Protection/Zzxzz.cs similarity index 100% rename from BinaryObjectScanner.Protection/Zzxzz.cs rename to BinaryObjectScanner/Protection/Zzxzz.cs diff --git a/BinaryObjectScanner.Protection/_DUMMY.cs b/BinaryObjectScanner/Protection/_DUMMY.cs similarity index 100% rename from BinaryObjectScanner.Protection/_DUMMY.cs rename to BinaryObjectScanner/Protection/_DUMMY.cs diff --git a/BinaryObjectScanner.Protection/nProtect.cs b/BinaryObjectScanner/Protection/nProtect.cs similarity index 100% rename from BinaryObjectScanner.Protection/nProtect.cs rename to BinaryObjectScanner/Protection/nProtect.cs diff --git a/BurnOutSharp.sln b/BurnOutSharp.sln index 20d3ef60..ee244047 100644 --- a/BurnOutSharp.sln +++ b/BurnOutSharp.sln @@ -22,8 +22,6 @@ Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "BinaryObjectScanner.Utiliti EndProject Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "BinaryObjectScanner.Compression", "BinaryObjectScanner.Compression\BinaryObjectScanner.Compression.csproj", "{B55206B2-58FD-4A47-AADC-74982FEA8FAD}" EndProject -Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "BinaryObjectScanner.Protection", "BinaryObjectScanner.Protection\BinaryObjectScanner.Protection.csproj", "{FF0BC536-10B6-4A31-9AB4-1B9B06B3B2E8}" -EndProject Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "BinaryObjectScanner.FileType", "BinaryObjectScanner.FileType\BinaryObjectScanner.FileType.csproj", "{6733368B-63D4-4921-AE13-FD1A53C5180C}" EndProject Global @@ -52,10 +50,6 @@ Global {B55206B2-58FD-4A47-AADC-74982FEA8FAD}.Debug|Any CPU.Build.0 = Debug|Any CPU {B55206B2-58FD-4A47-AADC-74982FEA8FAD}.Release|Any CPU.ActiveCfg = Release|Any CPU {B55206B2-58FD-4A47-AADC-74982FEA8FAD}.Release|Any CPU.Build.0 = Release|Any CPU - {FF0BC536-10B6-4A31-9AB4-1B9B06B3B2E8}.Debug|Any CPU.ActiveCfg = Debug|Any CPU - {FF0BC536-10B6-4A31-9AB4-1B9B06B3B2E8}.Debug|Any CPU.Build.0 = Debug|Any CPU - {FF0BC536-10B6-4A31-9AB4-1B9B06B3B2E8}.Release|Any CPU.ActiveCfg = Release|Any CPU - {FF0BC536-10B6-4A31-9AB4-1B9B06B3B2E8}.Release|Any CPU.Build.0 = Release|Any CPU {6733368B-63D4-4921-AE13-FD1A53C5180C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU {6733368B-63D4-4921-AE13-FD1A53C5180C}.Debug|Any CPU.Build.0 = Debug|Any CPU {6733368B-63D4-4921-AE13-FD1A53C5180C}.Release|Any CPU.ActiveCfg = Release|Any CPU diff --git a/BurnOutSharp/BurnOutSharp.csproj b/BurnOutSharp/BurnOutSharp.csproj index 37e542a9..3e7e3ee1 100644 --- a/BurnOutSharp/BurnOutSharp.csproj +++ b/BurnOutSharp/BurnOutSharp.csproj @@ -52,10 +52,6 @@ runtime; build; native; contentfiles; analyzers; buildtransitive all - - runtime; build; native; contentfiles; analyzers; buildtransitive - all - runtime; build; native; contentfiles; analyzers; buildtransitive all