diff options
author | wuestholz <unknown> | 2010-12-02 14:35:21 +0000 |
---|---|---|
committer | wuestholz <unknown> | 2010-12-02 14:35:21 +0000 |
commit | f08bf65f0c319ea266e75bf4ebb8448ab91d2ae8 (patch) | |
tree | 3d725fdb6734c2152fad981035848c35326f7d2e /Source/Provers/Z3 | |
parent | 41014cb7d6075fabb22c9818a6b58a86079c2266 (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 'Source/Provers/Z3')
-rw-r--r-- | Source/Provers/Z3/Z3.csproj | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/Source/Provers/Z3/Z3.csproj b/Source/Provers/Z3/Z3.csproj index 33b8ba7b..e67d7fb2 100644 --- a/Source/Provers/Z3/Z3.csproj +++ b/Source/Provers/Z3/Z3.csproj @@ -130,6 +130,10 @@ <Project>{B230A69C-C466-4065-B9C1-84D80E76D802}</Project>
<Name>Core</Name>
</ProjectReference>
+ <ProjectReference Include="..\..\ParserHelper\ParserHelper.csproj">
+ <Project>{FCD3AC7F-9DFD-46C8-AB1E-09F0B0F16DC5}</Project>
+ <Name>ParserHelper</Name>
+ </ProjectReference>
<ProjectReference Include="..\..\VCExpr\VCExpr.csproj">
<Project>{56FFDBCA-7D14-43B8-A6CA-22A20E417EE1}</Project>
<Name>VCExpr</Name>
|