diff --git a/ILRepack.merge.dll b/ILRepack.merge.dll new file mode 100644 index 0000000..5fda6ad Binary files /dev/null and b/ILRepack.merge.dll differ diff --git a/PostCompile/PostCompile.csproj b/PostCompile/PostCompile.csproj index 7b8da64..dd1c014 100644 --- a/PostCompile/PostCompile.csproj +++ b/PostCompile/PostCompile.csproj @@ -2,19 +2,19 @@ Exe - net472 + net48 8 - - - ../../DXOS/ILRepack.merge.dll - mc1 - - - + + + ..\ILRepack.merge.dll + mc1 + + + diff --git a/PostCompile/Program.cs b/PostCompile/Program.cs index 77a33d1..2c7e0af 100644 --- a/PostCompile/Program.cs +++ b/PostCompile/Program.cs @@ -3,7 +3,6 @@ using System; using System.Collections.Generic; using System.IO; using System.Linq; -using System.Numerics; using System.Reflection; using System.Security.Cryptography; using BrokenEvent.ILStrip; diff --git a/PostCompile/Properties/launchSettings.json b/PostCompile/Properties/launchSettings.json new file mode 100644 index 0000000..206c46c --- /dev/null +++ b/PostCompile/Properties/launchSettings.json @@ -0,0 +1,8 @@ +{ + "profiles": { + "PostCompile": { + "commandName": "Project", + "commandLineArgs": "\"D:\\SRC\\VisualStudio\\PostCompile\\SimpleTestApp\\bin\\Debug\\net472\\SimpleTestApp.exe\" run" + } + } +} \ No newline at end of file