From 022a2da881f19f740d5b86122360de6015b2b0b6 Mon Sep 17 00:00:00 2001 From: Matthew Montera Date: Tue, 22 Aug 2017 11:43:26 -0700 Subject: Fixed project settings Fixed project settings and removed a debugbreak that I had missed. --- .../osrfx2_DCHU_base/osrfx2_DCHU_base.vcxproj | 6 +++--- .../osrfx2_DCHU_filter/osrfx2_DCHU_filter.vcxproj | 6 +++--- .../osrfx2_DCHU_base/osrfx2_DCHU_testapp/osrusbfx2.vcxproj | 6 +++--- general/DCHU/osrfx2_DCHU_base/osrfx2_DCHU_usersvc/Main.cpp | 4 +--- .../osrfx2_DCHU_componentsoftware.vcxproj | 14 +++++++------- .../osrfx2_DCHU_componentsoftware.vcxproj | 14 +++++++------- 6 files changed, 24 insertions(+), 26 deletions(-) diff --git a/general/DCHU/osrfx2_DCHU_base/osrfx2_DCHU_base/osrfx2_DCHU_base.vcxproj b/general/DCHU/osrfx2_DCHU_base/osrfx2_DCHU_base/osrfx2_DCHU_base.vcxproj index 4cfeed87..0c4dec56 100644 --- a/general/DCHU/osrfx2_DCHU_base/osrfx2_DCHU_base/osrfx2_DCHU_base.vcxproj +++ b/general/DCHU/osrfx2_DCHU_base/osrfx2_DCHU_base/osrfx2_DCHU_base.vcxproj @@ -42,7 +42,7 @@ True Universal UMDF - v140 + WindowsUserModeDriver10.0 DynamicLibrary @@ -50,7 +50,7 @@ False Universal UMDF - v140 + WindowsUserModeDriver10.0 DynamicLibrary @@ -58,7 +58,7 @@ True Universal UMDF - v140 + WindowsUserModeDriver10.0 DynamicLibrary diff --git a/general/DCHU/osrfx2_DCHU_base/osrfx2_DCHU_filter/osrfx2_DCHU_filter.vcxproj b/general/DCHU/osrfx2_DCHU_base/osrfx2_DCHU_filter/osrfx2_DCHU_filter.vcxproj index 5e015f80..36d85583 100644 --- a/general/DCHU/osrfx2_DCHU_base/osrfx2_DCHU_filter/osrfx2_DCHU_filter.vcxproj +++ b/general/DCHU/osrfx2_DCHU_base/osrfx2_DCHU_filter/osrfx2_DCHU_filter.vcxproj @@ -44,7 +44,7 @@ True Universal UMDF - v140 + WindowsUserModeDriver10.0 DynamicLibrary @@ -52,7 +52,7 @@ False Universal UMDF - v140 + WindowsUserModeDriver10.0 DynamicLibrary @@ -60,7 +60,7 @@ True Universal UMDF - v140 + WindowsUserModeDriver10.0 DynamicLibrary diff --git a/general/DCHU/osrfx2_DCHU_base/osrfx2_DCHU_testapp/osrusbfx2.vcxproj b/general/DCHU/osrfx2_DCHU_base/osrfx2_DCHU_testapp/osrusbfx2.vcxproj index 9ac1e4f3..225dcde2 100644 --- a/general/DCHU/osrfx2_DCHU_base/osrfx2_DCHU_testapp/osrusbfx2.vcxproj +++ b/general/DCHU/osrfx2_DCHU_base/osrfx2_DCHU_testapp/osrusbfx2.vcxproj @@ -41,7 +41,7 @@ True Universal - v140 + WindowsApplicationForDrivers10.0 Application @@ -49,7 +49,7 @@ False Universal - v140 + WindowsApplicationForDrivers10.0 Application @@ -57,7 +57,7 @@ True Universal - v140 + WindowsApplicationForDrivers10.0 Application diff --git a/general/DCHU/osrfx2_DCHU_base/osrfx2_DCHU_usersvc/Main.cpp b/general/DCHU/osrfx2_DCHU_base/osrfx2_DCHU_usersvc/Main.cpp index e9d24c1b..6484f834 100644 --- a/general/DCHU/osrfx2_DCHU_base/osrfx2_DCHU_usersvc/Main.cpp +++ b/general/DCHU/osrfx2_DCHU_base/osrfx2_DCHU_usersvc/Main.cpp @@ -678,9 +678,7 @@ DeviceRemoveCompleteAction( PHANDLE_CONTEXT Context ) { - __debugbreak(); - - DWORD Err = ERROR_SUCCESS; + DWORD Err = ERROR_SUCCESS; EnterCriticalSection(&Context->Lock); diff --git a/general/DCHU/osrfx2_DCHU_extension_loose/osrfx2_DCHU_componentsoftware/osrfx2_DCHU_componentsoftware.vcxproj b/general/DCHU/osrfx2_DCHU_extension_loose/osrfx2_DCHU_componentsoftware/osrfx2_DCHU_componentsoftware.vcxproj index 32ebdebe..931646bb 100644 --- a/general/DCHU/osrfx2_DCHU_extension_loose/osrfx2_DCHU_componentsoftware/osrfx2_DCHU_componentsoftware.vcxproj +++ b/general/DCHU/osrfx2_DCHU_extension_loose/osrfx2_DCHU_componentsoftware/osrfx2_DCHU_componentsoftware.vcxproj @@ -22,34 +22,34 @@ {26D91630-B8FF-4102-A258-32F7D1C84E20} Win32Proj osrfx2_DCHU_componentsoftware - 10.0.16245.0 + 10.0.15063.0 osrfx2_DCHU_componentsoftware Application true - v141 + v140 Unicode Application false - v141 - true + v140 + false Unicode Application true - v141 + v140 Unicode Application false - v141 - true + v140 + false Unicode diff --git a/general/DCHU/osrfx2_DCHU_extension_tight/osrfx2_DCHU_componentsoftware/osrfx2_DCHU_componentsoftware.vcxproj b/general/DCHU/osrfx2_DCHU_extension_tight/osrfx2_DCHU_componentsoftware/osrfx2_DCHU_componentsoftware.vcxproj index 32ebdebe..931646bb 100644 --- a/general/DCHU/osrfx2_DCHU_extension_tight/osrfx2_DCHU_componentsoftware/osrfx2_DCHU_componentsoftware.vcxproj +++ b/general/DCHU/osrfx2_DCHU_extension_tight/osrfx2_DCHU_componentsoftware/osrfx2_DCHU_componentsoftware.vcxproj @@ -22,34 +22,34 @@ {26D91630-B8FF-4102-A258-32F7D1C84E20} Win32Proj osrfx2_DCHU_componentsoftware - 10.0.16245.0 + 10.0.15063.0 osrfx2_DCHU_componentsoftware Application true - v141 + v140 Unicode Application false - v141 - true + v140 + false Unicode Application true - v141 + v140 Unicode Application false - v141 - true + v140 + false Unicode -- cgit v1.3.1