From fe3ad365ec0e5851474fdff7498ebd8c59202473 Mon Sep 17 00:00:00 2001 From: Renaud Paquay Date: Sat, 17 Jul 2010 13:57:31 -0700 Subject: [PATCH] Make "orchard.exe" an MSIL neutral assembly This is needed for running SpecFlow test, and there is no reason to make the process x86 anymore, since we now use SqlCe. --HG-- branch : dev --- src/Tools/Orchard/Orchard.csproj | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/Tools/Orchard/Orchard.csproj b/src/Tools/Orchard/Orchard.csproj index 996d70600..50388dcfb 100644 --- a/src/Tools/Orchard/Orchard.csproj +++ b/src/Tools/Orchard/Orchard.csproj @@ -42,7 +42,7 @@ prompt 4 true - x86 + AnyCPU AllRules.ruleset @@ -52,7 +52,7 @@ TRACE prompt 4 - x86 + AnyCPU AllRules.ruleset