summaryrefslogtreecommitdiff
path: root/Source/DafnyDriver/DafnyDriver.csproj
diff options
context:
space:
mode:
authorGravatar Rustan Leino <leino@microsoft.com>2013-01-18 00:59:57 -0800
committerGravatar Rustan Leino <leino@microsoft.com>2013-01-18 00:59:57 -0800
commitc8b6e88842f5c7ff6d24e1f03f4800e66ff6a43c (patch)
treefdb6e5ef761a94fcc4d8220df9e638e8d774d62c /Source/DafnyDriver/DafnyDriver.csproj
parent3f71058069b3b1367ae45c773685713982b64a7b (diff)
Proper support for inlining codatatype equalities
Diffstat (limited to 'Source/DafnyDriver/DafnyDriver.csproj')
-rw-r--r--Source/DafnyDriver/DafnyDriver.csproj2
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/DafnyDriver/DafnyDriver.csproj b/Source/DafnyDriver/DafnyDriver.csproj
index c34543d4..52e3d827 100644
--- a/Source/DafnyDriver/DafnyDriver.csproj
+++ b/Source/DafnyDriver/DafnyDriver.csproj
@@ -180,7 +180,7 @@
</ItemGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
<PropertyGroup>
- <PreBuildEvent>copy ..\..\..\..\..\boogie\Binaries\UnivBackPred2.smt2 $(TargetDir)</PreBuildEvent>
+ <PreBuildEvent>copy ..\..\boogie\Binaries\UnivBackPred2.smt2 $(TargetDir)</PreBuildEvent>
</PropertyGroup>
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.
Other similar extension points exist, see Microsoft.Common.targets.