Skip to content

Commit 88fb6cc

Browse files
committed
Ensured the C++ dependencies are copied to the output dir.
Signed-off-by: Dimitar Dobrev <[email protected]>
1 parent 461f94d commit 88fb6cc

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

QtSharp/QtSharp.csproj

+8-1
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,14 @@
8888
</None>
8989
</ItemGroup>
9090
<ItemGroup>
91-
<None Include="sqlite3.dll">
91+
<None Include="..\References\CppSharp.CppParser.dll">
92+
<Link>CppSharp.CppParser.dll</Link>
93+
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
94+
</None>
95+
</ItemGroup>
96+
<ItemGroup>
97+
<None Include="..\References\sqlite3.dll">
98+
<Link>sqlite3.dll</Link>
9299
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
93100
</None>
94101
</ItemGroup>
File renamed without changes.

0 commit comments

Comments
 (0)