From 30f044ef06bb66a4674860bf65c12bf01894e000 Mon Sep 17 00:00:00 2001 From: gered Date: Tue, 29 May 2012 14:19:00 -0400 Subject: [PATCH] remove release PostBuildEvent stuff not really sure what the point is of obfuscating a binary for an open source project --- AppleWirelessKeyboard/AppleWirelessKeyboard.csproj | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/AppleWirelessKeyboard/AppleWirelessKeyboard.csproj b/AppleWirelessKeyboard/AppleWirelessKeyboard.csproj index f6b8f0c..b4d80f6 100644 --- a/AppleWirelessKeyboard/AppleWirelessKeyboard.csproj +++ b/AppleWirelessKeyboard/AppleWirelessKeyboard.csproj @@ -342,6 +342,7 @@ --> - if /I "$(ConfigurationName)" == "Release" Eazfuscator.NET.exe "$(TargetPath)" --msbuild-project-path "$(ProjectPath)" --msbuild-project-configuration "$(ConfigurationName)" --msbuild-project-platform "$(PlatformName)" -n --newline-flush -v 2.9 + + \ No newline at end of file