This commit is contained in:
neuecc 2023-04-16 00:42:13 +09:00
parent 8809e01927
commit 4160525415

View File

@ -9,10 +9,10 @@
</PropertyGroup>
<ItemGroup>
<None Include="../target/debug/csbindgen_tests.dll">
<None Include="../target/debug/csbindgen_tests.dll" Condition="Exists('../target/debug/csbindgen_tests.dll')">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</None>
<None Include="../target/debug/csbindgen_tests.pdb">
<None Include="../target/debug/csbindgen_tests.pdb" Condition="Exists('../target/debug/csbindgen_tests.pdb')">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</None>
</ItemGroup>