From a4f5dcdae688bcdcea557ce9cc07449729f283ed Mon Sep 17 00:00:00 2001 From: Virtuworks Date: Mon, 3 Sep 2012 02:34:13 -0400 Subject: [PATCH] Fix Build Variable in WIX Installer --- WebsitePanel.Installer/Sources/Setup.WIX/Setup.WIX.wixproj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/WebsitePanel.Installer/Sources/Setup.WIX/Setup.WIX.wixproj b/WebsitePanel.Installer/Sources/Setup.WIX/Setup.WIX.wixproj index a4614a18..ff469744 100644 --- a/WebsitePanel.Installer/Sources/Setup.WIX/Setup.WIX.wixproj +++ b/WebsitePanel.Installer/Sources/Setup.WIX/Setup.WIX.wixproj @@ -19,7 +19,7 @@ bin\$(Configuration)\ obj\$(Configuration)\ - BUILD=debug + BUILD=release