mirror of
https://github.com/Z3Prover/z3
synced 2025-04-10 19:27:06 +00:00
include readme in package
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
76c05f171a
commit
d566eb3df7
|
@ -1736,6 +1736,7 @@ class DotNetDLLComponent(Component):
|
|||
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
|
||||
<Authors>Microsoft</Authors>
|
||||
<Company>Microsoft</Company>
|
||||
<PackageReadmeFile>README.md</PackageReadmeFile>
|
||||
<EnableDefaultCompileItems>false</EnableDefaultCompileItems>
|
||||
<Description>Z3 is a satisfiability modulo theories solver from Microsoft Research.</Description>
|
||||
<Copyright>Copyright Microsoft Corporation. All rights reserved.</Copyright>
|
||||
|
@ -1745,9 +1746,10 @@ class DotNetDLLComponent(Component):
|
|||
|
||||
<ItemGroup>
|
||||
<Compile Include="..\%s\*.cs;*.cs" Exclude="bin\**;obj\**;**\*.xproj;packages\**" />
|
||||
<None Include="..\%s\README.md" Pack="true" PackagePath="\"/>
|
||||
</ItemGroup>
|
||||
|
||||
</Project>""" % (version, key, self.to_src_dir)
|
||||
</Project>""" % (version, key, self.to_src_dir, self.src_dir)
|
||||
|
||||
mk_dir(os.path.join(BUILD_DIR, 'dotnet'))
|
||||
csproj = os.path.join('dotnet', 'z3.csproj')
|
||||
|
|
|
@ -17,8 +17,8 @@
|
|||
<Description>Z3 is a satisfiability modulo theories solver from Microsoft Research.</Description>
|
||||
<AssemblyDescription>.NET Interface to the Z3 Theorem Prover</AssemblyDescription>
|
||||
|
||||
<Copyright>Copyright (C) 2006-2019 Microsoft Corporation</Copyright>
|
||||
<AssemblyCopyright>Copyright (C) 2006-2019 Microsoft Corporation</AssemblyCopyright>
|
||||
<Copyright>Copyright (C) 2006- Microsoft Corporation</Copyright>
|
||||
<AssemblyCopyright>Copyright (C) 2006- Microsoft Corporation</AssemblyCopyright>
|
||||
|
||||
<Company>Microsoft Corporation</Company>
|
||||
<AssemblyCompany>Microsoft Corporation</AssemblyCompany>
|
||||
|
|
Loading…
Reference in a new issue