mirror of
https://github.com/MrUnknownDE/VRCX.git
synced 2026-05-06 14:46:04 +02:00
Fix SQLite.Interop.dll
This commit is contained in:
@@ -233,5 +233,9 @@
|
|||||||
<PropertyGroup>
|
<PropertyGroup>
|
||||||
<PostBuildEvent>xcopy /y "$(ProjectDir)OpenVR\win64\openvr_api.dll"
|
<PostBuildEvent>xcopy /y "$(ProjectDir)OpenVR\win64\openvr_api.dll"
|
||||||
xcopy /y "$(ProjectDir)lib\sqlite3.dll"</PostBuildEvent>
|
xcopy /y "$(ProjectDir)lib\sqlite3.dll"</PostBuildEvent>
|
||||||
|
<ContentSQLiteInteropFiles>true</ContentSQLiteInteropFiles>
|
||||||
|
<CopySQLiteInteropFiles>false</CopySQLiteInteropFiles>
|
||||||
|
<CleanSQLiteInteropFiles>false</CleanSQLiteInteropFiles>
|
||||||
|
<CollectSQLiteInteropFiles>false</CollectSQLiteInteropFiles>
|
||||||
</PropertyGroup>
|
</PropertyGroup>
|
||||||
</Project>
|
</Project>
|
||||||
Reference in New Issue
Block a user