diff --git a/.gitmodules b/.gitmodules index 88d56198..f8409a69 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,9 +1,6 @@ [submodule "BurnOutSharp/External/stormlibsharp"] path = BurnOutSharp/External/stormlibsharp url = https://github.com/robpaveza/stormlibsharp.git -[submodule "BurnOutSharp/External/WixToolset"] - path = WixToolset - url = https://github.com/wixtoolset/Dtf.git [submodule "HLLibSharp"] path = HLLibSharp url = https://github.com/mnadareski/HLLibSharp diff --git a/BurnOutSharp.sln b/BurnOutSharp.sln index 2e7a917f..6f8d7c17 100644 --- a/BurnOutSharp.sln +++ b/BurnOutSharp.sln @@ -14,8 +14,6 @@ Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution README.md = README.md EndProjectSection EndProject -Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "WixToolset.Dtf.WindowsInstaller", "WixToolset\src\WixToolset.Dtf.WindowsInstaller\WixToolset.Dtf.WindowsInstaller.csproj", "{B3537EB7-CEF6-4D90-A041-47626442A656}" -EndProject Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "HLLibSharp", "HLLibSharp\HLLibSharp\HLLibSharp.csproj", "{14E9764A-A8BF-44C0-A1A8-2C95EA307040}" EndProject Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "LibMSPackSharp", "LibMSPackSharp\LibMSPackSharp\LibMSPackSharp.csproj", "{BD8144B8-4857-47E6-9717-E9F2DB374A89}" @@ -34,10 +32,6 @@ Global {88735BA2-778D-4192-8EB2-FFF6843719E2}.Debug|Any CPU.Build.0 = Debug|Any CPU {88735BA2-778D-4192-8EB2-FFF6843719E2}.Release|Any CPU.ActiveCfg = Release|Any CPU {88735BA2-778D-4192-8EB2-FFF6843719E2}.Release|Any CPU.Build.0 = Release|Any CPU - {B3537EB7-CEF6-4D90-A041-47626442A656}.Debug|Any CPU.ActiveCfg = Debug|Any CPU - {B3537EB7-CEF6-4D90-A041-47626442A656}.Debug|Any CPU.Build.0 = Debug|Any CPU - {B3537EB7-CEF6-4D90-A041-47626442A656}.Release|Any CPU.ActiveCfg = Release|Any CPU - {B3537EB7-CEF6-4D90-A041-47626442A656}.Release|Any CPU.Build.0 = Release|Any CPU {14E9764A-A8BF-44C0-A1A8-2C95EA307040}.Debug|Any CPU.ActiveCfg = Debug|Any CPU {14E9764A-A8BF-44C0-A1A8-2C95EA307040}.Debug|Any CPU.Build.0 = Debug|Any CPU {14E9764A-A8BF-44C0-A1A8-2C95EA307040}.Release|Any CPU.ActiveCfg = Release|Any CPU diff --git a/README.md b/README.md index 09d2cb11..6a8ef6a7 100644 --- a/README.md +++ b/README.md @@ -15,7 +15,7 @@ In addition to the original BurnOut code, the following libraries (or ports ther - [UnshieldSharp](https://github.com/mnadareski/UnshieldSharp) - InstallShield CAB extraction - [WiseUnpacker](https://github.com/mnadareski/WiseUnpacker) - Wise Installer extraction -Please note that due to current library limitations, the functionality of StormLibSharp and WixToolset.Dtf are locked to Windows only. +Please note that due to current library limitations, the functionality of StormLibSharp is locked to Windows only. ## Protections Detected diff --git a/WixToolset b/WixToolset deleted file mode 160000 index fcca002e..00000000 --- a/WixToolset +++ /dev/null @@ -1 +0,0 @@ -Subproject commit fcca002ecd51ad32ef5c9c85b217acb9888cbf5c