summaryrefslogtreecommitdiff
path: root/Source/DafnyExtension/DafnyExtension.csproj
diff options
context:
space:
mode:
authorGravatar Unknown <leino@LEINO6.redmond.corp.microsoft.com>2012-10-30 17:29:39 -0700
committerGravatar Unknown <leino@LEINO6.redmond.corp.microsoft.com>2012-10-30 17:29:39 -0700
commit1e6ca606af4e9c952367e862c2b4dcb68ba4643d (patch)
tree6fd7800dd4e2e949c2edfe460fb97133be68fd71 /Source/DafnyExtension/DafnyExtension.csproj
parentc3facb25dd5e290993a91a896a3b5606d0f4b795 (diff)
Include BVD in build (to copy it into the Dafny\Binaries directory)
Batch file for producing a binary distributions
Diffstat (limited to 'Source/DafnyExtension/DafnyExtension.csproj')
-rw-r--r--Source/DafnyExtension/DafnyExtension.csproj3
1 files changed, 3 insertions, 0 deletions
diff --git a/Source/DafnyExtension/DafnyExtension.csproj b/Source/DafnyExtension/DafnyExtension.csproj
index b04ecc14..8d8b3813 100644
--- a/Source/DafnyExtension/DafnyExtension.csproj
+++ b/Source/DafnyExtension/DafnyExtension.csproj
@@ -48,6 +48,9 @@
<SpecificVersion>False</SpecificVersion>
<HintPath>..\..\Binaries\Basetypes.dll</HintPath>
</Reference>
+ <Reference Include="BVD">
+ <HintPath>..\..\Binaries\BVD.exe</HintPath>
+ </Reference>
<Reference Include="CodeContractsExtender, Version=2.2.30705.1126, Culture=neutral, PublicKeyToken=736440c9b414ea16, processorArchitecture=MSIL">
<SpecificVersion>False</SpecificVersion>
<HintPath>..\..\Binaries\CodeContractsExtender.dll</HintPath>