From 19de5a2821136a254a5560cb986dc83eb01cfcb2 Mon Sep 17 00:00:00 2001 From: Marcus Cuda Date: Fri, 10 Jul 2009 20:33:04 +0800 Subject: [PATCH] added ncover support to the build file added Configuration and Optimize properties to the build file Signed-off-by: Marcus Cuda --- build/.gitignore | 4 +++- build/build.proj | 47 ++++++++++++++++++++--------------------------- 2 files changed, 23 insertions(+), 28 deletions(-) diff --git a/build/.gitignore b/build/.gitignore index 42cf3997..74c289f3 100644 --- a/build/.gitignore +++ b/build/.gitignore @@ -1,3 +1,5 @@ StyleCopViolations.xml Help -doc \ No newline at end of file +doc +coverage.* +NCoverReport \ No newline at end of file diff --git a/build/build.proj b/build/build.proj index 19865fe4..566bc8ae 100644 --- a/build/build.proj +++ b/build/build.proj @@ -1,21 +1,17 @@ + + Debug + False + - - + + - - - - - - + + @@ -23,28 +19,25 @@ - - - - + + + + - - + + - - + + + + + +