mirror of
https://github.com/Z3Prover/z3
synced 2025-04-12 04:03:39 +00:00
use / for package path
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
111ce01702
commit
156426a0cf
|
@ -1746,10 +1746,10 @@ class DotNetDLLComponent(Component):
|
||||||
|
|
||||||
<ItemGroup>
|
<ItemGroup>
|
||||||
<Compile Include="..\%s\*.cs;*.cs" Exclude="bin\**;obj\**;**\*.xproj;packages\**" />
|
<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>
|
</ItemGroup>
|
||||||
|
|
||||||
</Project>""" % (version, key, self.to_src_dir, self.src_dir)
|
</Project>""" % (version, key, self.to_src_dir, self.to_src_dir)
|
||||||
|
|
||||||
mk_dir(os.path.join(BUILD_DIR, 'dotnet'))
|
mk_dir(os.path.join(BUILD_DIR, 'dotnet'))
|
||||||
csproj = os.path.join('dotnet', 'z3.csproj')
|
csproj = os.path.join('dotnet', 'z3.csproj')
|
||||||
|
|
Loading…
Reference in a new issue