mirror of
https://github.com/MrUnknownDE/VRCX.git
synced 2026-05-04 13:56:07 +02:00
Update SQLite & openvr
This commit is contained in:
-4956
File diff suppressed because it is too large
Load Diff
@@ -1,4 +1,5 @@
|
|||||||
using System;
|
#nullable enable
|
||||||
|
using System;
|
||||||
using System.Collections.Generic;
|
using System.Collections.Generic;
|
||||||
using System.Linq;
|
using System.Linq;
|
||||||
using System.Numerics;
|
using System.Numerics;
|
||||||
|
|||||||
+3
-5
@@ -45,7 +45,7 @@
|
|||||||
</PropertyGroup>
|
</PropertyGroup>
|
||||||
<PropertyGroup>
|
<PropertyGroup>
|
||||||
<ContentSQLiteInteropFiles>true</ContentSQLiteInteropFiles>
|
<ContentSQLiteInteropFiles>true</ContentSQLiteInteropFiles>
|
||||||
<CopySQLiteInteropFiles>false</CopySQLiteInteropFiles>
|
<CopySQLiteInteropFiles>true</CopySQLiteInteropFiles>
|
||||||
<CleanSQLiteInteropFiles>false</CleanSQLiteInteropFiles>
|
<CleanSQLiteInteropFiles>false</CleanSQLiteInteropFiles>
|
||||||
<CollectSQLiteInteropFiles>false</CollectSQLiteInteropFiles>
|
<CollectSQLiteInteropFiles>false</CollectSQLiteInteropFiles>
|
||||||
</PropertyGroup>
|
</PropertyGroup>
|
||||||
@@ -68,10 +68,6 @@
|
|||||||
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
||||||
<TargetPath>openvr_api.dll</TargetPath>
|
<TargetPath>openvr_api.dll</TargetPath>
|
||||||
</None>
|
</None>
|
||||||
<None Include="libs\sqlite3.dll">
|
|
||||||
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
||||||
<TargetPath>sqlite3.dll</TargetPath>
|
|
||||||
</None>
|
|
||||||
<Content Include="VRCX.ico">
|
<Content Include="VRCX.ico">
|
||||||
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
||||||
</Content>
|
</Content>
|
||||||
@@ -88,6 +84,8 @@
|
|||||||
<PackageReference Include="NLog" Version="5.3.4" />
|
<PackageReference Include="NLog" Version="5.3.4" />
|
||||||
<PackageReference Include="SharpDX.Direct3D11" Version="4.2.0" />
|
<PackageReference Include="SharpDX.Direct3D11" Version="4.2.0" />
|
||||||
<PackageReference Include="SharpDX.Mathematics" Version="4.2.0" />
|
<PackageReference Include="SharpDX.Mathematics" Version="4.2.0" />
|
||||||
|
<PackageReference Include="sqlite-net-pcl" Version="1.9.172" />
|
||||||
|
<PackageReference Include="System.Data.SQLite" Version="1.0.119" />
|
||||||
<PackageReference Include="System.Data.SQLite.Core" Version="1.0.119" />
|
<PackageReference Include="System.Data.SQLite.Core" Version="1.0.119" />
|
||||||
<PackageReference Include="System.Drawing.Common" Version="9.0.0" />
|
<PackageReference Include="System.Drawing.Common" Version="9.0.0" />
|
||||||
<PackageReference Include="System.Management" Version="9.0.0" />
|
<PackageReference Include="System.Management" Version="9.0.0" />
|
||||||
|
|||||||
Binary file not shown.
Binary file not shown.
Reference in New Issue
Block a user