Fix SQLite.Interop.dll

This commit is contained in:
pypy
2023-06-30 23:10:23 +09:00
parent 5cc1a68565
commit 61e30aeb7b

View File

@@ -233,5 +233,9 @@
<PropertyGroup>
<PostBuildEvent>xcopy /y "$(ProjectDir)OpenVR\win64\openvr_api.dll"
xcopy /y "$(ProjectDir)lib\sqlite3.dll"</PostBuildEvent>
<ContentSQLiteInteropFiles>true</ContentSQLiteInteropFiles>
<CopySQLiteInteropFiles>false</CopySQLiteInteropFiles>
<CleanSQLiteInteropFiles>false</CleanSQLiteInteropFiles>
<CollectSQLiteInteropFiles>false</CollectSQLiteInteropFiles>
</PropertyGroup>
</Project>