diff --git a/support/hololens/ServoApp/ServoApp.vcxproj b/support/hololens/ServoApp/ServoApp.vcxproj index 35699729bec..b005f746086 100644 --- a/support/hololens/ServoApp/ServoApp.vcxproj +++ b/support/hololens/ServoApp/ServoApp.vcxproj @@ -1,7 +1,7 @@  - - + + true true @@ -89,13 +89,13 @@ $(ProjectDir);$(GeneratedFilesDir);$(IntDir);%(AdditionalIncludeDirectories);$(ProjectDir)\..\..\..\target\x86_64-uwp-windows-msvc\debug\ - WindowsApp.lib;%(AdditionalDependencies);simpleservo.dll.lib + OneCore.lib;WindowsApp.lib;%(AdditionalDependencies);simpleservo.dll.lib $(ProjectDir)\..\..\..\target\aarch64-uwp-windows-msvc\debug\ $(ProjectDir)\..\..\..\target\aarch64-uwp-windows-msvc\debug\deps - WindowsApp.lib;%(AdditionalDependencies);simpleservo.dll.lib + OneCore.lib;WindowsApp.lib;%(AdditionalDependencies);simpleservo.dll.lib $(ProjectDir)\..\..\..\target\x86_64-uwp-windows-msvc\debug\ $(ProjectDir)\..\..\..\target\x86_64-uwp-windows-msvc\debug\deps @@ -107,13 +107,13 @@ $(ProjectDir);$(GeneratedFilesDir);$(IntDir);%(AdditionalIncludeDirectories);$(ProjectDir)\..\..\..\target\x86_64-uwp-windows-msvc\release - WindowsApp.lib;%(AdditionalDependencies);simpleservo.dll.lib + OneCore.lib;WindowsApp.lib;%(AdditionalDependencies);simpleservo.dll.lib $(ProjectDir)\..\..\..\target\aarch64-uwp-windows-msvc\release\ $(ProjectDir)\..\..\..\target\aarch64-uwp-windows-msvc\release\deps - WindowsApp.lib;%(AdditionalDependencies);simpleservo.dll.lib + OneCore.lib;WindowsApp.lib;%(AdditionalDependencies);simpleservo.dll.lib $(ProjectDir)\..\..\..\target\x86_64-uwp-windows-msvc\release\ $(ProjectDir)\..\..\..\target\x86_64-uwp-windows-msvc\release\deps @@ -945,18 +945,18 @@ - - + + 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/support/hololens/ServoApp/ServoApp.vcxproj.filters b/support/hololens/ServoApp/ServoApp.vcxproj.filters index caff136e123..aa50cafbcd4 100644 --- a/support/hololens/ServoApp/ServoApp.vcxproj.filters +++ b/support/hololens/ServoApp/ServoApp.vcxproj.filters @@ -865,7 +865,6 @@ ReleaseServoDLLs - diff --git a/support/hololens/ServoApp/packages.config b/support/hololens/ServoApp/packages.config index 149f1735c5d..2a6918a8e78 100644 --- a/support/hololens/ServoApp/packages.config +++ b/support/hololens/ServoApp/packages.config @@ -1,6 +1,6 @@  - - + + \ No newline at end of file