You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Build MicrosoftMLRunner for using WinML nuget and make WinMLRunner on…
…ly load from System32 (#348)
* move some headers around
* add nuget
* Refactor bindingutilities and outputhelper into .cpp and header files
* remove dllload.cpp
* Remove windows.ai.machinelearning header
* Fix testing
* Don't change sln
* Fix x86 build
* Added different configurations
* Add preprocessor definitions to separate between headers and namespaces
* Change naming of EXE for nuget builds
* Update OutputHelper.cpp
remove pragma in outputhelper.cpp
* remove pragma from cpp
* Switch between native header and update documentation
* use const cast
* rename nuget to NuGet and address PR comments
Co-authored-by: Ryan Lai <ryalai96@gamil.com>
Delayload DXGI and D3D11.dll on DxCore path (#226)
* Delayload dxgi and d3d11.dll
* Delayload dxgi and d3d11.dll
* Fall back to DXCore if dxgi doesn't work
* Remove space