summaryrefslogtreecommitdiff
path: root/Source/DafnyDriver/DafnyDriver.csproj
diff options
context:
space:
mode:
authorGravatar wuestholz <unknown>2013-05-21 14:54:21 -0700
committerGravatar wuestholz <unknown>2013-05-21 14:54:21 -0700
commitfb48d434ac31e615cccb8de67cfd4dd66e3f57b9 (patch)
treed22319f9bf49403fc206c1df3223180c8340b4c2 /Source/DafnyDriver/DafnyDriver.csproj
parentd993cffd4d57286408ab6a9c92cc360bc7708562 (diff)
Minor change to a project file
Diffstat (limited to 'Source/DafnyDriver/DafnyDriver.csproj')
-rw-r--r--Source/DafnyDriver/DafnyDriver.csproj5
1 files changed, 3 insertions, 2 deletions
diff --git a/Source/DafnyDriver/DafnyDriver.csproj b/Source/DafnyDriver/DafnyDriver.csproj
index 0097058e..9aecfde9 100644
--- a/Source/DafnyDriver/DafnyDriver.csproj
+++ b/Source/DafnyDriver/DafnyDriver.csproj
@@ -180,7 +180,8 @@
</ItemGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
<PropertyGroup>
- <PreBuildEvent>copy ..\..\boogie\Binaries\UnivBackPred2.smt2 $(TargetDir)</PreBuildEvent>
+ <PreBuildEvent>copy /y $(SolutionDir)\..\..\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.
@@ -189,4 +190,4 @@
<Target Name="AfterBuild">
</Target>
-->
-</Project>
+</Project> \ No newline at end of file