diff options
author | wuestholz <unknown> | 2013-05-21 14:58:00 -0700 |
---|---|---|
committer | wuestholz <unknown> | 2013-05-21 14:58:00 -0700 |
commit | 6f29ef8ebb7a99e1fc807e4b23fb297833c3e29c (patch) | |
tree | 44fbf721a668933bf810439acbf43cd8c1a9d97b /Source/DafnyDriver | |
parent | fb48d434ac31e615cccb8de67cfd4dd66e3f57b9 (diff) |
Minor change to a project file
Diffstat (limited to 'Source/DafnyDriver')
-rw-r--r-- | Source/DafnyDriver/DafnyDriver.csproj | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/DafnyDriver/DafnyDriver.csproj b/Source/DafnyDriver/DafnyDriver.csproj index 9aecfde9..01dadbef 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 /y $(SolutionDir)\..\..\boogie\Binaries\UnivBackPred2.smt2 $(TargetDir)
+ <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.
|