summaryrefslogtreecommitdiff
path: root/Source/DafnyExtension/DafnyExtension.csproj
diff options
context:
space:
mode:
Diffstat (limited to 'Source/DafnyExtension/DafnyExtension.csproj')
-rw-r--r--Source/DafnyExtension/DafnyExtension.csproj10
1 files changed, 8 insertions, 2 deletions
diff --git a/Source/DafnyExtension/DafnyExtension.csproj b/Source/DafnyExtension/DafnyExtension.csproj
index 7b4ec261..977e7c25 100644
--- a/Source/DafnyExtension/DafnyExtension.csproj
+++ b/Source/DafnyExtension/DafnyExtension.csproj
@@ -1,4 +1,4 @@
-<?xml version="1.0" encoding="utf-8"?>
+<?xml version="1.0" encoding="utf-8"?>
<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003" ToolsVersion="4.0">
<PropertyGroup>
<MinimumVisualStudioVersion>11.0</MinimumVisualStudioVersion>
@@ -192,6 +192,12 @@
<Content Include="DafnyRuntime.cs">
<IncludeInVSIX>true</IncludeInVSIX>
</Content>
+ <Content Include="Z3-LICENSE.txt">
+ <IncludeInVSIX>true</IncludeInVSIX>
+ </Content>
+ <Content Include="z3.exe">
+ <IncludeInVSIX>true</IncludeInVSIX>
+ </Content>
</ItemGroup>
<ItemGroup>
<None Include="source.extension.vsixmanifest">
@@ -242,4 +248,4 @@ copy /y "..\Binaries\DafnyRuntime.cs" "$(ProjectDir)"</PreBuildEvent>
<Target Name="AfterBuild">
</Target>
-->
-</Project>
+</Project> \ No newline at end of file