From 968bbad18e1343b96ebafe36e0e9ae50e7339d22 Mon Sep 17 00:00:00 2001 From: "Johnny @PC" Date: Thu, 13 Feb 2014 18:54:14 +0100 Subject: [PATCH] Changed compile input and output --- ILMerge/compile.bat | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ILMerge/compile.bat b/ILMerge/compile.bat index afc50773..faae1a48 100644 --- a/ILMerge/compile.bat +++ b/ILMerge/compile.bat @@ -1 +1 @@ -ilmerge /targetplatform:"v4" /log:log.txt /out:SpotifyAPIMerged.dll "Newtonsoft.Json.dll" "SpotifyAPI.dll" /target:library \ No newline at end of file +ilmerge /targetplatform:"v4" /log:log.txt /out:SpotifyAPI.dll "Newtonsoft.Json.dll" "SpotifyAPIOld.dll" /target:library \ No newline at end of file