summaryrefslogtreecommitdiff
path: root/Dafny/DafnyPipeline.csproj
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 /Dafny/DafnyPipeline.csproj
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 'Dafny/DafnyPipeline.csproj')
-rw-r--r--Dafny/DafnyPipeline.csproj3
1 files changed, 3 insertions, 0 deletions
diff --git a/Dafny/DafnyPipeline.csproj b/Dafny/DafnyPipeline.csproj
index a4206998..7f063c2c 100644
--- a/Dafny/DafnyPipeline.csproj
+++ b/Dafny/DafnyPipeline.csproj
@@ -98,6 +98,9 @@
<SpecificVersion>False</SpecificVersion>
<HintPath>..\..\Binaries\Core.dll</HintPath>
</Reference>
+ <Reference Include="ParserHelper">
+ <HintPath>..\..\Binaries\ParserHelper.dll</HintPath>
+ </Reference>
<Reference Include="System" />
<Reference Include="System.Core">
<RequiredTargetFramework>3.5</RequiredTargetFramework>