- Microsoft HoloLens Developer's Guide
- Dennis Vroegop
- 123字
- 2021-07-02 19:08:11
Deploying the project
Deploying the project is the part where we take the bits Visual Studio has created for us and send them to the place where they will run.
When you are used to writing normal desktop or Windows Store applications, you might want to deploy the app to the local machine. You can do this. After all, the application is just a Universal Windows Platform app, and your Windows 10 machine you are working on supports this. Of course, the moment you require special capabilities from the device, the app will not start anymore, complaining about not meeting the requirements. It might be a better idea to deploy to the correct platform, such as the emulator or an actual HoloLens device.
推薦閱讀
- C# 7 and .NET Core Cookbook
- Learning Cython Programming
- What's New in TensorFlow 2.0
- 新一代通用視頻編碼H.266/VVC:原理、標準與實現
- SQL語言從入門到精通
- 深度學習:算法入門與Keras編程實踐
- Python算法從菜鳥到達人
- 深入淺出PostgreSQL
- Learning OpenStack Networking(Neutron)(Second Edition)
- 好好學Java:從零基礎到項目實戰
- 微信小程序開發與實戰(微課版)
- C++語言程序設計
- Struts 2.x權威指南
- Java Web開發基礎與案例教程
- Developing Java Applications with Spring and Spring Boot