summaryrefslogtreecommitdiff
path: root/Source/DafnyMenu/DafnyMenu.csproj
diff options
context:
space:
mode:
authorGravatar wuestholz <unknown>2013-05-26 18:44:37 -0700
committerGravatar wuestholz <unknown>2013-05-26 18:44:37 -0700
commitef3ccef52b432a7d5c8c7db2add8102bd281b58c (patch)
tree35c777f2ff210cafc9e1ed5b76f461a793a3c9f1 /Source/DafnyMenu/DafnyMenu.csproj
parent5c44f1f01eb696c596abc453cb8cb24f42811b95 (diff)
DafnyExtension: Added a button to the menu for stopping/starting the verifier.
Diffstat (limited to 'Source/DafnyMenu/DafnyMenu.csproj')
-rw-r--r--Source/DafnyMenu/DafnyMenu.csproj3
1 files changed, 2 insertions, 1 deletions
diff --git a/Source/DafnyMenu/DafnyMenu.csproj b/Source/DafnyMenu/DafnyMenu.csproj
index 3df7f083..e3500e26 100644
--- a/Source/DafnyMenu/DafnyMenu.csproj
+++ b/Source/DafnyMenu/DafnyMenu.csproj
@@ -25,10 +25,11 @@
<DebugSymbols>true</DebugSymbols>
<DebugType>full</DebugType>
<Optimize>false</Optimize>
- <OutputPath>bin\Debug\</OutputPath>
+ <OutputPath>..\..\Binaries\</OutputPath>
<DefineConstants>DEBUG;TRACE</DefineConstants>
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
+ <CopyVsixExtensionFiles>False</CopyVsixExtensionFiles>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
<DebugType>pdbonly</DebugType>