From aa8e806fcf9ee158c611590c54f639126789cb4f Mon Sep 17 00:00:00 2001 From: Zaafar Ahmed Date: Sat, 14 Mar 2020 17:19:23 -0400 Subject: [PATCH] Updating driverprogram to latest Clickabletransparentoverlay fixed the bug where driverprogram was getting x32bit cimgui lib --- DriverProgram/App.config | 2 +- DriverProgram/DriverProgram.csproj | 15 ++++++++++++--- DriverProgram/packages.config | 2 +- 3 files changed, 14 insertions(+), 5 deletions(-) diff --git a/DriverProgram/App.config b/DriverProgram/App.config index c277e94..962ed6c 100644 --- a/DriverProgram/App.config +++ b/DriverProgram/App.config @@ -15,7 +15,7 @@ - + diff --git a/DriverProgram/DriverProgram.csproj b/DriverProgram/DriverProgram.csproj index c99131e..24eb251 100644 --- a/DriverProgram/DriverProgram.csproj +++ b/DriverProgram/DriverProgram.csproj @@ -12,6 +12,8 @@ 512 true true + + AnyCPU @@ -52,7 +54,7 @@ x64 prompt MinimumRecommendedRules.ruleset - true + false true @@ -73,8 +75,8 @@ - - ..\packages\ImGui.NET.1.70.0\lib\netstandard2.0\ImGui.NET.dll + + ..\packages\ImGui.NET.1.75.0\lib\netstandard2.0\ImGui.NET.dll @@ -91,4 +93,11 @@ + + + + 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/DriverProgram/packages.config b/DriverProgram/packages.config index da3f762..b89d42a 100644 --- a/DriverProgram/packages.config +++ b/DriverProgram/packages.config @@ -1,5 +1,5 @@  - + \ No newline at end of file