diff --git a/bootstrap/Bottle.exe b/bootstrap/Bottle.exe index a7e8e4f..0fe2b91 100644 Binary files a/bootstrap/Bottle.exe and b/bootstrap/Bottle.exe differ diff --git a/bootstrap/SnapWrap.exe b/bootstrap/SnapWrap.exe index 76ed32d..15cb529 100644 Binary files a/bootstrap/SnapWrap.exe and b/bootstrap/SnapWrap.exe differ diff --git a/bootstrap/prebuild.dll b/bootstrap/prebuild.dll index 91b5d1a..d6aeea5 100644 Binary files a/bootstrap/prebuild.dll and b/bootstrap/prebuild.dll differ diff --git a/bootstrap/prebuild.exe b/bootstrap/prebuild.exe index d9dff53..970797b 100644 Binary files a/bootstrap/prebuild.exe and b/bootstrap/prebuild.exe differ diff --git a/bootstrap/prebuild.runtimeconfig.json b/bootstrap/prebuild.runtimeconfig.json deleted file mode 100644 index e973af7..0000000 --- a/bootstrap/prebuild.runtimeconfig.json +++ /dev/null @@ -1,15 +0,0 @@ -{ - "runtimeOptions": { - "tfm": "net7.0", - "includedFrameworks": [ - { - "name": "Microsoft.NETCore.App", - "version": "7.0.20" - } - ], - "configProperties": { - "System.Reflection.Metadata.MetadataUpdater.IsSupported": false, - "System.Runtime.TieredCompilation.QuickJit": false - } - } -} \ No newline at end of file diff --git a/compile.bat b/compile.bat index 10c30fa..c4f1c7b 100644 --- a/compile.bat +++ b/compile.bat @@ -1,4 +1,4 @@ @echo off call runprebuild.bat -dotnet publish --nologo -o bootstrap -c Release --self-contained true /p:PublishSingleFile=true /p:PublishReadyToRun=true /p:PublishTrimmed=true \ No newline at end of file +dotnet publish --nologo -o bootstrap -c Release --self-contained true /p:PublishSingleFile=true \ No newline at end of file diff --git a/prebuild.exe b/prebuild.exe new file mode 100644 index 0000000..01be228 Binary files /dev/null and b/prebuild.exe differ diff --git a/source/Prebuild/Prebuild.cs b/source/Prebuild/Prebuild.cs index 1153ebb..3b65699 100644 --- a/source/Prebuild/Prebuild.cs +++ b/source/Prebuild/Prebuild.cs @@ -51,6 +51,7 @@ internal class Prebuild [STAThread] private static void Main(string[] args) { + //args = new string[] { "/target", "vs2022", "/excludedir", "=", "bin | obj", "/file", "../../prebuild.xml" }; Kernel kernel = null; try {