Windows 10 UAP/UWP (General Program) development experience (1) development preparation, uapuwp
I. preparation:
1. Prepare a 10074 or later version of Win10. You can join the Windows membership club for free via https://insider.windows.com/address.
2. Download Visual Studio 2015 RC. It can be downloaded at the https://www.visualstudio.com/address.
3. Download Windows 10 development tools for Visual Studio 2015 RC. Address: https://dev.windows.com/zh-cn/downloads/install-dev-tools-visual-studio-2015
Ii. installation:
Install the above three packages. Windows 10 development tools is online. In addition, the company's network is really not very good. The speed limit is 100 K/s. It has been installed for a long time.
3. Create a project
This may prompt
For the above settings, you can start-> Settings-> Update & security-> For developers. however, when I click For Developers, it will be inexplicably Crash, so another method is used.
Run-> gpedit. msc-> Computer Configuration-> management template-> Windows Components-> application package deployment
Set "Allow to install all trusted applications", "Allows development of Windows Store apps and installing them from an integrated development", to enabled.
Then you can run the UAP program happily.
Image Display:
Iv. Summary
1. I simply read the code in App. cs. It seems that the SDK called by this item is similar to the WinRT (Windows 8/8. 1 App) program. The so-called desktop application is like making the App run in a window. It does not feel like a Windows desktop program. Although WPF has been updated, it seems that no one cares about it. I don't know how to solve some problems. I have read the SDK Update for Windows 10 before, but I have not summarized it.
2. A new empty project was created, and the deployment space was 17 MB. It was very boring. I didn't do anything yet. I don't know if I could cut off the referenced DLL.
Let's talk about it first.
This article is an original script. For more information, see the source.
Address: http://www.cnblogs.com/gaoshang212/p/4482229.html
Group No.: 415335118. welcome to join.