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
This sample shows how to integrate your app into the People App's contact card and the Mini Contact card by using [**annotations**](https://msdn.microsoft.com/en-us/library/windows/apps/windows.applicationmodel.contacts.contactannotationlist.aspx).
8
+
9
+
**Note** The Windows universal samples require Visual Studio 2015 to build and Windows 10 to execute.
10
+
11
+
To obtain information about Windows 10 development, go to the [Windows Dev Center](https://dev.windows.com)
12
+
13
+
To obtain information about Microsoft Visual Studio 2015 and the tools for developing Windows apps, go to [Visual Studio 2015](http://go.microsoft.com/fwlink/?LinkID=532422)
[**Handling URI activation (XAML)**](https://technet.microsoft.com/en-us/windowsserver/hh779670)
32
+
33
+
## System requirements
34
+
35
+
**Client:** Windows 10
36
+
37
+
**Server:** Windows Server 2016 Technical Preview
38
+
39
+
**Phone:** Windows 10
40
+
41
+
## Build the sample
42
+
43
+
1. If you download the samples ZIP, be sure to unzip the entire archive, not just the folder with the sample you want to build.
44
+
2. Start Microsoft Visual Studio 2015 and select **File**\>**Open**\>**Project/Solution**.
45
+
3. Starting in the folder where you unzipped the samples, go to the Samples subfolder, then the subfolder for this specific sample, then the subfolder for your preferred language (C++, C#, or JavaScript). Double-click the Visual Studio?2015 Solution (.sln) file.
46
+
4. Press Ctrl+Shift+B, or select **Build**\>**Build Solution**.
47
+
48
+
## Run the sample
49
+
50
+
The next steps depend on whether you just want to deploy the sample or you want to both deploy and run it.
51
+
52
+
### Deploying the sample
53
+
54
+
- Select Build > Deploy Solution.
55
+
56
+
### Deploying and running the sample
57
+
58
+
- To debug the sample and then run it, press F5 or select Debug > Start Debugging. To run the sample without debugging, press Ctrl+F5 or selectDebug > Start Without Debugging.
0 commit comments