mirror of
https://github.com/Z3Prover/z3
synced 2025-04-23 00:55:31 +00:00
update path reference to readme
This commit is contained in:
parent
d566eb3df7
commit
111ce01702
2 changed files with 4 additions and 1 deletions
|
@ -1746,7 +1746,7 @@ class DotNetDLLComponent(Component):
|
|||
|
||||
<ItemGroup>
|
||||
<Compile Include="..\%s\*.cs;*.cs" Exclude="bin\**;obj\**;**\*.xproj;packages\**" />
|
||||
<None Include="..\%s\README.md" Pack="true" PackagePath="\"/>
|
||||
<None Include="%s\README.md" Pack="true" PackagePath="\"/>
|
||||
</ItemGroup>
|
||||
|
||||
</Project>""" % (version, key, self.to_src_dir, self.src_dir)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue