From 800c151076a4582ae98c3cd3fe6b13e4510a65ca Mon Sep 17 00:00:00 2001 From: Sebastien Ros Date: Wed, 1 Aug 2012 10:14:25 -0700 Subject: [PATCH] Adding Precompiled target This target will create a folder containing precompiled assemblies for all the modules referenced by the solution, disable the dynamic compilation and also remove all source files --HG-- branch : 1.x --- Orchard.proj | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) diff --git a/Orchard.proj b/Orchard.proj index f5b846b44..b4711cf15 100644 --- a/Orchard.proj +++ b/Orchard.proj @@ -21,6 +21,7 @@ $(CompileFolder)\_PublishedWebsites $(BuildFolder)\Stage $(BuildFolder)\MsDeploy + $(BuildFolder)\Precompiled $(BuildFolder)\Profiling $(BuildFolder)\Gallery @@ -70,6 +71,13 @@ + + + + + + + @@ -308,6 +316,26 @@ + + + + + + + + + + + + + + + +