From ecffc4cebc6c4b719134943d11a0e7ae9dc7b004 Mon Sep 17 00:00:00 2001 From: Greg Najda Date: Sat, 20 Sep 2014 21:20:01 -0400 Subject: [PATCH] Fix oradbsc intaller projects. Use ReleaseDotNet configuration instead of Release. --- oradbsc.Installer/oradbsc.Bundle.wixproj | 2 +- oradbsc.Installer/oradbsc.Installer.wixproj | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/oradbsc.Installer/oradbsc.Bundle.wixproj b/oradbsc.Installer/oradbsc.Bundle.wixproj index b0a6027..2226fed 100644 --- a/oradbsc.Installer/oradbsc.Bundle.wixproj +++ b/oradbsc.Installer/oradbsc.Bundle.wixproj @@ -6,7 +6,7 @@ 2.0 $(MSBuildExtensionsPath)\Microsoft\WiX\v3.x\Wix.targets false - Release + ReleaseDotNet AnyCPU oradbsc diff --git a/oradbsc.Installer/oradbsc.Installer.wixproj b/oradbsc.Installer/oradbsc.Installer.wixproj index dc8ec86..90d33ec 100644 --- a/oradbsc.Installer/oradbsc.Installer.wixproj +++ b/oradbsc.Installer/oradbsc.Installer.wixproj @@ -6,7 +6,7 @@ 2.0 $(MSBuildExtensionsPath)\Microsoft\WiX\v3.x\Wix.targets false - Release + ReleaseDotNet AnyCPU oradbsc