OpenVR SDK v1.16.8

This commit is contained in:
Natsumi
2021-04-18 01:31:40 +12:00
parent 9316cee168
commit 534c14abe8
5 changed files with 64 additions and 8185 deletions
+4 -1
View File
@@ -102,6 +102,7 @@
<Compile Include="CpuMonitor.cs" />
<Compile Include="OffScreenBrowser.cs" />
<Compile Include="NoopDragHandler.cs" />
<Compile Include="OpenVR\openvr_api.cs" />
<Compile Include="WebApi.cs" />
<Compile Include="SQLite.cs" />
<Compile Include="SharedVariable.cs" />
@@ -119,7 +120,6 @@
<DependentUpon>MainForm.cs</DependentUpon>
</Compile>
<Compile Include="VRCXVR.cs" />
<Compile Include="openvr_api.cs" />
<Compile Include="Program.cs" />
<Compile Include="Properties\AssemblyInfo.cs" />
<Compile Include="LogWatcher.cs" />
@@ -213,4 +213,7 @@
</PackageReference>
</ItemGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
<PropertyGroup>
<PostBuildEvent>xcopy /y "$(ProjectDir)OpenVR\win64\openvr_api.dll" .</PostBuildEvent>
</PropertyGroup>
</Project>