summaryrefslogtreecommitdiff
path: root/DafnyDriver
diff options
context:
space:
mode:
authorGravatar wuestholz <unknown>2010-12-02 14:35:21 +0000
committerGravatar wuestholz <unknown>2010-12-02 14:35:21 +0000
commit04468d4b9b7d460045350f6c65a3f223c716b553 (patch)
treeba67937b1290cbf7c92b068c86590c85c052a268 /DafnyDriver
parent57ac37c135233e6f54ae217d407f7d0a6f7340cc (diff)
Factored out the ParserHelper class into a separate project and updated the files generated by Coco/R.
This was done to support sharing of the Coco/R .frame files with Spec#.
Diffstat (limited to 'DafnyDriver')
-rw-r--r--DafnyDriver/DafnyDriver.csproj4
1 files changed, 4 insertions, 0 deletions
diff --git a/DafnyDriver/DafnyDriver.csproj b/DafnyDriver/DafnyDriver.csproj
index 1ec5abb0..d577c048 100644
--- a/DafnyDriver/DafnyDriver.csproj
+++ b/DafnyDriver/DafnyDriver.csproj
@@ -97,6 +97,10 @@
<SpecificVersion>False</SpecificVersion>
<HintPath>..\Core\bin\Debug\Core.dll</HintPath>
</Reference>
+ <Reference Include="ParserHelper, Version=0.0.0.0, Culture=neutral, PublicKeyToken=736440c9b414ea16, processorArchitecture=MSIL">
+ <SpecificVersion>False</SpecificVersion>
+ <HintPath>..\..\Binaries\ParserHelper.dll</HintPath>
+ </Reference>
<Reference Include="System" />
<Reference Include="System.Data" />
<Reference Include="System.Xml" />