diff --git a/.gitignore b/.gitignore index ddb62e91..beadc423 100644 --- a/.gitignore +++ b/.gitignore @@ -1,5 +1,260 @@ -/third-party/LeapSDK/* -/third-party/boost_1_63_0/* -/build/* -/Release/* -/Debug/* +## Ignore Visual Studio temporary files, build results, and +## files generated by popular Visual Studio add-ons. + +# User-specific files +*.suo +*.user +*.userosscache +*.sln.docstates + +# User-specific files (MonoDevelop/Xamarin Studio) +*.userprefs + +# Build results +[Dd]ebug/ +[Dd]ebugPublic/ +[Rr]elease/ +[Rr]eleases/ +x64/ +x86/ +bld/ +[Bb]in/ +[Oo]bj/ +[Oo]bj_netfx/ +[Oo]bj_core/ +[Ll]og/ + +# Visual Studio 2015 cache/options directory +.vs/ +# Uncomment if you have tasks that create the project's static files in wwwroot +#wwwroot/ + +# MSTest test Results +[Tt]est[Rr]esult*/ +[Bb]uild[Ll]og.* + +# NUNIT +*.VisualState.xml +TestResult.xml + +# Build Results of an ATL Project +[Dd]ebugPS/ +[Rr]eleasePS/ +dlldata.c + +# DNX +project.lock.json +artifacts/ + +*_i.c +*_p.c +*_i.h +*.ilk +*.meta +*.obj +*.pch +*.pdb +*.pgc +*.pgd +*.rsp +*.sbr +*.tlb +*.tli +*.tlh +*.tmp +*.tmp_proj +*.log +*.vspscc +*.vssscc +.builds +*.pidb +*.svclog +*.scc + +# Chutzpah Test files +_Chutzpah* + +# Visual C++ cache files +ipch/ +*.aps +*.ncb +*.opendb +*.opensdf +*.sdf +*.cachefile +*.VC.db +*.VC.VC.opendb + +# Visual Studio profiler +*.psess +*.vsp +*.vspx +*.sap + +# TFS 2012 Local Workspace +$tf/ + +# Guidance Automation Toolkit +*.gpState + +# ReSharper is a .NET coding add-in +_ReSharper*/ +*.[Rr]e[Ss]harper +*.DotSettings.user + +# JustCode is a .NET coding add-in +.JustCode + +# TeamCity is a build add-in +_TeamCity* + +# DotCover is a Code Coverage Tool +*.dotCover + +# NCrunch +_NCrunch_* +.*crunch*.local.xml +nCrunchTemp_* + +# MightyMoose +*.mm.* +AutoTest.Net/ + +# Web workbench (sass) +.sass-cache/ + +# Installshield output folder +[Ee]xpress/ + +# DocProject is a documentation generator add-in +DocProject/buildhelp/ +DocProject/Help/*.HxT +DocProject/Help/*.HxC +DocProject/Help/*.hhc +DocProject/Help/*.hhk +DocProject/Help/*.hhp +DocProject/Help/Html2 +DocProject/Help/html + +# Click-Once directory +publish/ + +# Publish Web Output +*.[Pp]ublish.xml +*.azurePubxml +# TODO: Comment the next line if you want to checkin your web deploy settings +# but database connection strings (with potential passwords) will be unencrypted +*.pubxml +*.publishproj + +# Microsoft Azure Web App publish settings. Comment the next line if you want to +# checkin your Azure Web App publish settings, but sensitive information contained +# in these scripts will be unencrypted +PublishScripts/ + +# NuGet Packages +*.nupkg +# The packages folder can be ignored because of Package Restore +**/packages/* +# except build/, which is used as an MSBuild target. +!**/packages/build/ +# Uncomment if necessary however generally it will be regenerated when needed +#!**/packages/repositories.config +# NuGet v3's project.json files produces more ignoreable files +*.nuget.props +*.nuget.targets + +# Microsoft Azure Build Output +csx/ +*.build.csdef + +# Microsoft Azure Emulator +ecf/ +rcf/ + +# Windows Store app package directories and files +AppPackages/ +BundleArtifacts/ +Package.StoreAssociation.xml +_pkginfo.txt + +# Visual Studio cache files +# files ending in .cache can be ignored +*.[Cc]ache +# but keep track of directories ending in .cache +!*.[Cc]ache/ + +# Others +ClientBin/ +~$* +*~ +*.dbmdl +*.dbproj.schemaview +*.pfx +*.publishsettings +node_modules/ +orleans.codegen.cs + +# Since there are multiple workflows, uncomment next line to ignore bower_components +# (https://github.com/github/gitignore/pull/1529#issuecomment-104372622) +#bower_components/ + +# RIA/Silverlight projects +Generated_Code/ + +# Backup & report files from converting an old project file +# to a newer Visual Studio version. Backup files are not needed, +# because we have git ;-) +_UpgradeReport_Files/ +Backup*/ +UpgradeLog*.XML +UpgradeLog*.htm + +# SQL Server files +*.mdf +*.ldf + +# Business Intelligence projects +*.rdl.data +*.bim.layout +*.bim_*.settings + +# Microsoft Fakes +FakesAssemblies/ + +# GhostDoc plugin setting file +*.GhostDoc.xml + +# Node.js Tools for Visual Studio +.ntvs_analysis.dat + +# Visual Studio 6 build log +*.plg + +# Visual Studio 6 workspace options file +*.opt + +# Visual Studio LightSwitch build output +**/*.HTMLClient/GeneratedArtifacts +**/*.DesktopClient/GeneratedArtifacts +**/*.DesktopClient/ModelManifest.xml +**/*.Server/GeneratedArtifacts +**/*.Server/ModelManifest.xml +_Pvt_Extensions + +# Paket dependency manager +.paket/paket.exe +paket-files/ + +# FAKE - F# Make +.fake/ + +# JetBrains Rider +.idea/ +*.sln.iml + +# external headers from Linux +**/external/usr/ +**/external/lib/ +CLR_DEV9_LINUX_MONO/CLR_DEV9.dll +MonoTestEmbed/MonoTest.dll \ No newline at end of file diff --git a/client_commandline/client_commandline.vcxproj b/client_commandline/client_commandline.vcxproj index bf776c6b..9a31f733 100644 --- a/client_commandline/client_commandline.vcxproj +++ b/client_commandline/client_commandline.vcxproj @@ -1,5 +1,5 @@  - + Debug @@ -22,32 +22,32 @@ {C4680CF3-74B7-4A1C-9762-1124E7B10634} Win32Proj client_commandline - 8.1 + 10.0.17763.0 Application true - v140 + v141 Unicode Application false - v140 + v141 true Unicode Application true - v140 + v141 Unicode Application false - v140 + v141 true Unicode @@ -97,7 +97,7 @@ Disabled WIN32;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) true - ..\lib_vrinputemulator\include;..\openvr\headers;..\third-party\boost_1_63_0;..\third-party\easylogging++;%(AdditionalIncludeDirectories) + ..\lib_vrinputemulator\include;..\openvr\headers;..\third-party\easylogging++;%(AdditionalIncludeDirectories) Console @@ -112,12 +112,12 @@ Disabled _DEBUG;_CONSOLE;%(PreprocessorDefinitions) true - ..\lib_vrinputemulator\include;..\openvr\headers;..\third-party\boost_1_63_0;..\third-party\easylogging++;%(AdditionalIncludeDirectories) + ..\lib_vrinputemulator\include;..\openvr\headers;..\third-party\easylogging++;%(AdditionalIncludeDirectories) Console true - ..\openvr\lib\win64;..\third-party\boost_1_63_0\lib64-msvc-14.0;%(AdditionalLibraryDirectories) + ..\openvr\lib\win64;%(AdditionalLibraryDirectories) openvr_api.lib;kernel32.lib;user32.lib;gdi32.lib;winspool.lib;comdlg32.lib;advapi32.lib;shell32.lib;ole32.lib;oleaut32.lib;uuid.lib;odbc32.lib;odbccp32.lib;%(AdditionalDependencies) @@ -131,7 +131,7 @@ true WIN32;NDEBUG;_CONSOLE;%(PreprocessorDefinitions) true - ..\lib_vrinputemulator\include;..\openvr\headers;..\third-party\boost_1_63_0;..\third-party\easylogging++;%(AdditionalIncludeDirectories) + ..\lib_vrinputemulator\include;..\openvr\headers;..\third-party\easylogging++;%(AdditionalIncludeDirectories) Console @@ -150,14 +150,14 @@ true NDEBUG;_CONSOLE;%(PreprocessorDefinitions) true - ..\lib_vrinputemulator\include;..\openvr\headers;..\third-party\boost_1_63_0;..\third-party\easylogging++;%(AdditionalIncludeDirectories) + ..\lib_vrinputemulator\include;..\openvr\headers;..\third-party\easylogging++;%(AdditionalIncludeDirectories) Console true true true - ..\openvr\lib\win64;..\third-party\boost_1_63_0\lib64-msvc-14.0;%(AdditionalLibraryDirectories) + ..\openvr\lib\win64;%(AdditionalLibraryDirectories) openvr_api.lib;kernel32.lib;user32.lib;gdi32.lib;winspool.lib;comdlg32.lib;advapi32.lib;shell32.lib;ole32.lib;oleaut32.lib;uuid.lib;odbc32.lib;odbccp32.lib;%(AdditionalDependencies) @@ -173,7 +173,101 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + This project references NuGet package(s) that are missing on this computer. Use NuGet Package Restore to download them. For more information, see http://go.microsoft.com/fwlink/?LinkID=322105. The missing file is {0}. + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/client_commandline/packages.config b/client_commandline/packages.config new file mode 100644 index 00000000..d2d9b987 --- /dev/null +++ b/client_commandline/packages.config @@ -0,0 +1,46 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/client_leapmotion/client_leapmotion.vcxproj b/client_leapmotion/client_leapmotion.vcxproj index 171f3a30..e4e2c506 100644 --- a/client_leapmotion/client_leapmotion.vcxproj +++ b/client_leapmotion/client_leapmotion.vcxproj @@ -1,5 +1,5 @@  - + Debug @@ -35,32 +35,32 @@ {329C6147-E62D-456F-8860-A2DD91B113B5} Win32Proj client_leapmotion - 8.1 + 10.0.17763.0 Application true - v140 + v141 Unicode Application false - v140 + v141 true Unicode Application true - v140 + v141 Unicode Application false - v140 + v141 true Unicode diff --git a/client_overlay/client_overlay.vcxproj b/client_overlay/client_overlay.vcxproj index c3f249ab..ad50835b 100644 --- a/client_overlay/client_overlay.vcxproj +++ b/client_overlay/client_overlay.vcxproj @@ -1,5 +1,5 @@  - + Release @@ -14,10 +14,11 @@ {33E075DB-922D-3252-976E-46B5721DC3DE} OpenVR-InputEmulatorOverlay Qt4VSv1.0 + 10.0.17763.0 - v140 + v141 bin\win64\ false NotSet @@ -26,7 +27,7 @@ OpenVR-InputEmulatorOverlay - v140 + v141 bin\win64\ false NotSet @@ -56,7 +57,7 @@ - ..\lib_vrinputemulator\include;..\third-party\boost_1_63_0;..\openvr\headers;..\third-party\easylogging++;$(QTDIR)\include;$(QTDIR)\include\QtQuick;$(QTDIR)\include\QtWidgets;$(QTDIR)\include\QtGui;$(QTDIR)\include\QtANGLE;$(QTDIR)\include\QtQml;$(QTDIR)\include\QtNetwork;$(QTDIR)\include\QtCore;release;$(QTDIR)\mkspecs\win32-msvc2015;$(QTDIR)\include\QtMultimedia;.\;%(AdditionalIncludeDirectories) + ..\lib_vrinputemulator\include;..\openvr\headers;..\third-party\easylogging++;$(QTDIR)\include;$(QTDIR)\include\QtQuick;$(QTDIR)\include\QtWidgets;$(QTDIR)\include\QtGui;$(QTDIR)\include\QtANGLE;$(QTDIR)\include\QtQml;$(QTDIR)\include\QtNetwork;$(QTDIR)\include\QtCore;release;$(QTDIR)\mkspecs\win32-msvc2015;$(QTDIR)\include\QtMultimedia;.\;%(AdditionalIncludeDirectories) -Zc:strictStrings -Zc:throwingNew -w34100 -w34189 -w44996 -w44456 -w44457 -w44458 %(AdditionalOptions) release\ false @@ -76,7 +77,7 @@ $(QTDIR)\lib\qtmain.lib;shell32.lib;..\openvr\lib\win64\openvr_api.lib;$(QTDIR)\lib\Qt5Quick.lib;$(QTDIR)\lib\Qt5Widgets.lib;$(QTDIR)\lib\Qt5Gui.lib;$(QTDIR)\lib\Qt5Qml.lib;$(QTDIR)\lib\Qt5Network.lib;$(QTDIR)\lib\Qt5Core.lib;Qt5Multimedia.lib;%(AdditionalDependencies) - ..\third-party\boost_1_63_0\lib64-msvc-14.0;$(QTDIR)\lib;$(QTDIR)\lib;..\openvr\lib\win64;%(AdditionalLibraryDirectories) + $(QTDIR)\lib;$(QTDIR)\lib;..\openvr\lib\win64;%(AdditionalLibraryDirectories) "/MANIFESTDEPENDENCY:type='win32' name='Microsoft.Windows.Common-Controls' version='6.0.0.0' publicKeyToken='6595b64144ccf1df' language='*' processorArchitecture='*'" %(AdditionalOptions) true false @@ -98,7 +99,7 @@ - ..\lib_vrinputemulator\include;..\third-party\boost_1_63_0;..\openvr\headers;..\third-party\easylogging++;$(QTDIR)\include;$(QTDIR)\include\QtQuick;$(QTDIR)\include\QtWidgets;$(QTDIR)\include\QtGui;$(QTDIR)\include\QtANGLE;$(QTDIR)\include\QtQml;$(QTDIR)\include\QtNetwork;$(QTDIR)\include\QtCore;debug;$(QTDIR)\mkspecs\win32-msvc2015;$(QTDIR)\include\QtMultimedia;.\;%(AdditionalIncludeDirectories) + ..\lib_vrinputemulator\include;..\openvr\headers;..\third-party\easylogging++;$(QTDIR)\include;$(QTDIR)\include\QtQuick;$(QTDIR)\include\QtWidgets;$(QTDIR)\include\QtGui;$(QTDIR)\include\QtANGLE;$(QTDIR)\include\QtQml;$(QTDIR)\include\QtNetwork;$(QTDIR)\include\QtCore;debug;$(QTDIR)\mkspecs\win32-msvc2015;$(QTDIR)\include\QtMultimedia;.\;%(AdditionalIncludeDirectories) -Zc:strictStrings -Zc:throwingNew -w34100 -w34189 -w44996 -w44456 -w44457 -w44458 %(AdditionalOptions) debug\ false @@ -118,7 +119,7 @@ $(QTDIR)\lib\qtmaind.lib;shell32.lib;..\openvr\lib\win64\openvr_api.lib;$(QTDIR)\lib\Qt5Quickd.lib;$(QTDIR)\lib\Qt5Widgetsd.lib;$(QTDIR)\lib\Qt5Guid.lib;$(QTDIR)\lib\Qt5Qmld.lib;$(QTDIR)\lib\Qt5Networkd.lib;$(QTDIR)\lib\Qt5Cored.lib;Qt5Multimediad.lib;%(AdditionalDependencies) - ..\third-party\boost_1_63_0\lib64-msvc-14.0;$(QTDIR)\lib;C:\utils\postgresql\pgsql\lib;C:\utils\my_sql\my_sql\lib;$(QTDIR)\lib;..\openvr\lib\win64;%(AdditionalLibraryDirectories) + $(QTDIR)\lib;C:\utils\postgresql\pgsql\lib;C:\utils\my_sql\my_sql\lib;$(QTDIR)\lib;..\openvr\lib\win64;%(AdditionalLibraryDirectories) "/MANIFESTDEPENDENCY:type='win32' name='Microsoft.Windows.Common-Controls' version='6.0.0.0' publicKeyToken='6595b64144ccf1df' language='*' processorArchitecture='*'" %(AdditionalOptions) true true @@ -218,12 +219,105 @@ + - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + This project references NuGet package(s) that are missing on this computer. Use NuGet Package Restore to download them. For more information, see http://go.microsoft.com/fwlink/?LinkID=322105. The missing file is {0}. + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/client_overlay/packages.config b/client_overlay/packages.config new file mode 100644 index 00000000..d2d9b987 --- /dev/null +++ b/client_overlay/packages.config @@ -0,0 +1,46 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/driver_vrinputemulator/driver_vrinputemulator.vcxproj b/driver_vrinputemulator/driver_vrinputemulator.vcxproj index dddd7177..86b1c877 100644 --- a/driver_vrinputemulator/driver_vrinputemulator.vcxproj +++ b/driver_vrinputemulator/driver_vrinputemulator.vcxproj @@ -1,5 +1,5 @@  - + Debug @@ -57,36 +57,39 @@ + + + {AF6FBE95-527D-499B-9ABD-3A47E9E84C8A} Win32Proj driver_vrinputemulator - 8.1 + 10.0.17763.0 DynamicLibrary true - v140 + v141 Unicode DynamicLibrary false - v140 + v141 true Unicode DynamicLibrary true - v140 + v141 Unicode DynamicLibrary false - v140 + v141 true Unicode @@ -140,7 +143,7 @@ Disabled WIN32;_DEBUG;_WINDOWS;_USRDLL;DRIVER_VRINPUTEMULATOR_EXPORTS;%(PreprocessorDefinitions) true - ..\lib_vrinputemulator\include;..\openvr\headers;..\third-party\boost_1_63_0;..\third-party\easylogging++;..\third-party\MinHook\include;%(AdditionalIncludeDirectories) + ..\lib_vrinputemulator\include;..\openvr\headers;..\third-party\easylogging++;..\third-party\MinHook\include;%(AdditionalIncludeDirectories) -D_SCL_SECURE_NO_WARNINGS %(AdditionalOptions) @@ -156,13 +159,13 @@ Disabled _DEBUG;_WINDOWS;_USRDLL;DRIVER_VRINPUTEMULATOR_EXPORTS;%(PreprocessorDefinitions) true - ..\lib_vrinputemulator\include;..\openvr\headers;..\third-party\boost_1_63_0;..\third-party\easylogging++;..\third-party\MinHook\include;%(AdditionalIncludeDirectories) + ..\lib_vrinputemulator\include;..\openvr\headers;..\third-party\easylogging++;..\third-party\MinHook\include;%(AdditionalIncludeDirectories) -D_SCL_SECURE_NO_WARNINGS %(AdditionalOptions) Windows true - ..\openvr\lib\win64;..\third-party\boost_1_63_0\lib64-msvc-14.0;..\third-party\MinHook\lib;%(AdditionalLibraryDirectories) + ..\openvr\lib\win64;..\third-party\MinHook\lib;%(AdditionalLibraryDirectories) libMinHook-x64-v141-mtd.lib;kernel32.lib;user32.lib;gdi32.lib;winspool.lib;comdlg32.lib;advapi32.lib;shell32.lib;ole32.lib;oleaut32.lib;uuid.lib;odbc32.lib;odbccp32.lib;Winmm.lib;%(AdditionalDependencies) @@ -176,7 +179,7 @@ true WIN32;NDEBUG;_WINDOWS;_USRDLL;DRIVER_VRINPUTEMULATOR_EXPORTS;%(PreprocessorDefinitions) true - ..\lib_vrinputemulator\include;..\openvr\headers;..\third-party\boost_1_63_0;..\third-party\easylogging++;..\third-party\MinHook\include;%(AdditionalIncludeDirectories) + ..\lib_vrinputemulator\include;..\openvr\headers;..\third-party\easylogging++;..\third-party\MinHook\include;%(AdditionalIncludeDirectories) Windows @@ -195,18 +198,109 @@ true NDEBUG;_WINDOWS;_USRDLL;DRIVER_VRINPUTEMULATOR_EXPORTS;%(PreprocessorDefinitions) true - ..\lib_vrinputemulator\include;..\openvr\headers;..\third-party\boost_1_63_0;..\third-party\easylogging++;..\third-party\MinHook\include;%(AdditionalIncludeDirectories) + ..\lib_vrinputemulator\include;..\openvr\headers;..\third-party\easylogging++;..\third-party\MinHook\include;%(AdditionalIncludeDirectories) Windows true true true - ..\openvr\lib\win64;..\third-party\boost_1_63_0\lib64-msvc-14.0;..\third-party\MinHook\lib;%(AdditionalLibraryDirectories) + ..\openvr\lib\win64;..\third-party\MinHook\lib;%(AdditionalLibraryDirectories) libMinHook-x64-v141-mtd.lib;kernel32.lib;user32.lib;gdi32.lib;winspool.lib;comdlg32.lib;advapi32.lib;shell32.lib;ole32.lib;oleaut32.lib;uuid.lib;odbc32.lib;odbccp32.lib;Winmm.lib;%(AdditionalDependencies) + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + This project references NuGet package(s) that are missing on this computer. Use NuGet Package Restore to download them. For more information, see http://go.microsoft.com/fwlink/?LinkID=322105. The missing file is {0}. + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/driver_vrinputemulator/packages.config b/driver_vrinputemulator/packages.config new file mode 100644 index 00000000..d2d9b987 --- /dev/null +++ b/driver_vrinputemulator/packages.config @@ -0,0 +1,46 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/lib_vrinputemulator/lib_vrinputemulator.vcxproj b/lib_vrinputemulator/lib_vrinputemulator.vcxproj index 33b8011a..f5b7deaa 100644 --- a/lib_vrinputemulator/lib_vrinputemulator.vcxproj +++ b/lib_vrinputemulator/lib_vrinputemulator.vcxproj @@ -1,5 +1,5 @@  - + Debug @@ -22,32 +22,32 @@ {05AC9994-2B63-4DE5-ABF3-95CE346F3A64} Win32Proj lib_vrinputemulator - 8.1 + 10.0.17763.0 StaticLibrary true - v140 + v141 Unicode StaticLibrary false - v140 + v141 true Unicode StaticLibrary true - v140 + v141 Unicode StaticLibrary false - v140 + v141 true Unicode @@ -97,7 +97,7 @@ Disabled WIN32;_DEBUG;_LIB;%(PreprocessorDefinitions) true - .\include;..\openvr\headers;..\third-party\boost_1_63_0;..\third-party\easylogging++;%(AdditionalIncludeDirectories) + .\include;..\openvr\headers;..\third-party\easylogging++;%(AdditionalIncludeDirectories) -D_SCL_SECURE_NO_WARNINGS %(AdditionalOptions) @@ -112,14 +112,14 @@ Disabled _DEBUG;_LIB;%(PreprocessorDefinitions) true - .\include;..\openvr\headers;..\third-party\boost_1_63_0;..\third-party\easylogging++;%(AdditionalIncludeDirectories) + .\include;..\openvr\headers;..\third-party\easylogging++;%(AdditionalIncludeDirectories) -D_SCL_SECURE_NO_WARNINGS %(AdditionalOptions) Windows - ..\openvr\lib\win64;..\third-party\boost_1_63_0\lib64-msvc-14.0;%(AdditionalLibraryDirectories) + ..\openvr\lib\win64;%(AdditionalLibraryDirectories) @@ -132,7 +132,7 @@ true WIN32;NDEBUG;_LIB;%(PreprocessorDefinitions) true - .\include;..\openvr\headers;..\third-party\boost_1_63_0;..\third-party\easylogging++;%(AdditionalIncludeDirectories) + .\include;..\openvr\headers;..\third-party\easylogging++;%(AdditionalIncludeDirectories) Windows @@ -150,7 +150,7 @@ true NDEBUG;_LIB;%(PreprocessorDefinitions) true - .\include;..\openvr\headers;..\third-party\boost_1_63_0;..\third-party\easylogging++;%(AdditionalIncludeDirectories) + .\include;..\openvr\headers;..\third-party\easylogging++;%(AdditionalIncludeDirectories) Windows @@ -158,7 +158,7 @@ true - ..\openvr\lib\win64;..\third-party\boost_1_63_0\lib64-msvc-14.0;%(AdditionalLibraryDirectories) + ..\openvr\lib\win64;%(AdditionalLibraryDirectories) @@ -172,7 +172,17 @@ + + + + + + + This project references NuGet package(s) that are missing on this computer. Use NuGet Package Restore to download them. For more information, see http://go.microsoft.com/fwlink/?LinkID=322105. The missing file is {0}. + + + \ No newline at end of file diff --git a/lib_vrinputemulator/packages.config b/lib_vrinputemulator/packages.config new file mode 100644 index 00000000..cdb7bb37 --- /dev/null +++ b/lib_vrinputemulator/packages.config @@ -0,0 +1,4 @@ + + + + \ No newline at end of file