This commit is contained in:
Danielle Neuberger 2018-08-20 14:42:59 -07:00 коммит произвёл GitHub
Родитель e81c33c04a
Коммит 9d3c8fef4f
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
1 изменённых файлов: 3 добавлений и 3 удалений

Просмотреть файл

@ -6,14 +6,14 @@ Here you'll find some helpful guidance on how to locally build and run this proj
For local development, youll need Visual Studio 2017 and the Windows Software Development Kit (SDK) for Windows 10. A free copy of Visual Studio 2017 Community Edition is available [here](http://go.microsoft.com/fwlink/?LinkID=280676). The latest Windows SDK is available [here](https://developer.microsoft.com/en-us/windows/downloads/windows-10-sdk), and archived SDK releases can be found on the [Windows SDK archive site](https://developer.microsoft.com/en-us/windows/downloads/sdk-archive).
To stay on top of the latest updates to Windows and development tools, become a Windows Insider by [joining the Windows Insider Program](https://insider.windows.com/). After joining, Windows Insider SDKs can be found [here](https://www.microsoft.com/en-us/software-download/windowsinsiderpreviewSDK). More information on the Insider program can be found in our [Wiki page](https://github.com/Microsoft/WindowsUIDevLabs/wiki) or on the program [join page](https://insider.windows.com/).
To stay on top of the latest updates to Windows and development tools, become a Windows Insider by [joining the Windows Insider Program](https://insider.windows.com/). After joining, Windows Insider SDKs can be found [here](https://www.microsoft.com/en-us/software-download/windowsinsiderpreviewSDK). More information on the Insider program can be found in our [Wiki page](https://github.com/Microsoft/WindowsCompositionSamples/wiki) or on the program [join page](https://insider.windows.com/).
## Cloning and Building
Once you have Visual Studio and the appropriate SDK(s) installed, clone the WindowsUIDevLabs repo locally. Cloning instructions can be found [here](https://help.github.com/articles/cloning-a-repository/).
Once you have Visual Studio and the appropriate SDK(s) installed, clone the Windows Composition Samples repo locally. Cloning instructions can be found [here](https://help.github.com/articles/cloning-a-repository/).
Open the SampleGallery solution file (.sln extension) in Visual Studio to view and manage the project.
You'll want to restore dependencies or install yourself through NuGet in order to avoid dependency errors. To manage the NuGet dependencies in Visual Studio, right click the Sample Gallery project and select 'Manage NuGet Packages', then search for and install necessary dependencies.
Clean the solution, then build and deploy it to run the application.
Clean the solution, then build and deploy it to run the application.