From 578d587dd67fa04a9f797a619e690b058c975e76 Mon Sep 17 00:00:00 2001 From: wuestholz Date: Fri, 23 Sep 2011 14:44:56 +0200 Subject: Dafny: Added a 'Checked' configuration and fixed some runtime assertion violations. --- DafnyDriver/DafnyDriver.csproj | 71 +++++++++++++++++++++++++++++++----------- 1 file changed, 53 insertions(+), 18 deletions(-) (limited to 'DafnyDriver') diff --git a/DafnyDriver/DafnyDriver.csproj b/DafnyDriver/DafnyDriver.csproj index cf88eed4..5dac8f59 100644 --- a/DafnyDriver/DafnyDriver.csproj +++ b/DafnyDriver/DafnyDriver.csproj @@ -1,4 +1,4 @@ - + Debug @@ -19,6 +19,8 @@ 3.5 + false + publish\ true Disk @@ -31,10 +33,8 @@ true 0 1.0.0.%2a - false false true - true @@ -72,8 +72,12 @@ Full - %28none%29 + Build AllRules.ruleset + False + False + False + 0 pdbonly @@ -84,29 +88,60 @@ 4 AllRules.ruleset + + true + ..\..\Binaries\ + DEBUG;TRACE + full + AnyCPU + prompt + AllRules.ruleset + false + True + False + True + False + False + False + False + False + False + False + False + True + False + False + False + + + + + + + False + Full + Build + 0 + - - False - ..\AbsInt\bin\Debug\AbsInt.dll + + ..\..\Binaries\AbsInt.dll - - False - ..\AIFramework\bin\debug\AIFramework.dll + + ..\..\Binaries\AIFramework.dll - - False - ..\Core\bin\Debug\Core.dll + + ..\..\Binaries\Core.dll - + False ..\..\Binaries\ParserHelper.dll - - False - ..\VCGeneration\bin\debug\VCGeneration.dll + + ..\..\Binaries\VCGeneration.dll @@ -147,4 +182,4 @@ --> - + \ No newline at end of file -- cgit v1.2.3