From dcda639cb14f47b7237794a43bcd86b6c50b4534 Mon Sep 17 00:00:00 2001 From: JustArchi Date: Sun, 3 Jul 2016 01:19:31 +0200 Subject: [PATCH] Misc --- ConfigGenerator/ConfigGenerator.csproj | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/ConfigGenerator/ConfigGenerator.csproj b/ConfigGenerator/ConfigGenerator.csproj index ec53df916..feb1949e2 100644 --- a/ConfigGenerator/ConfigGenerator.csproj +++ b/ConfigGenerator/ConfigGenerator.csproj @@ -115,7 +115,8 @@ copy "$(TargetDir)$(TargetName).exe" "$(SolutionDir)out\ASF-ConfigGenerator.exe" - cp "$(TargetDir)$(TargetName).exe" "$(SolutionDir)out/ASF-ConfigGenerator.exe" + mono --llvm --server -O=all "$(SolutionDir)tools/ILRepack/ILRepack.exe" /ndebug /internalize /parallel /targetplatform:v4 /wildcards /out:"$(SolutionDir)out/ASF-ConfigGenerator.exe" "$(TargetDir)$(TargetName).exe" "$(TargetDir)*.dll" + rm "$(SolutionDir)out/ASF-ConfigGenerator.exe.config"