Skip to content

Commit 526b902

Browse files
committed
Fixed typo in lab.md file. Edited .sln file to fix issue #205.
1 parent 1c3f8a3 commit 526b902

File tree

2 files changed

+2
-11
lines changed

2 files changed

+2
-11
lines changed

O3653/O3653-8 Deep Dive into the Office 365 Unified API/Completed project/O365-Win-Profile.sln

+1-10
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ Microsoft Visual Studio Solution File, Format Version 12.00
33
# Visual Studio 14
44
VisualStudioVersion = 14.0.24720.0
55
MinimumVisualStudioVersion = 10.0.40219.1
6-
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "O365-Win-Profile", "O365-Win-Profile\O365-Win-Profile.csproj", "{DD6F75F1-F589-4715-99F8-044E36145A25}"
6+
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "O365-Win-Profile", "O365-Win-Profile.csproj", "{DD6F75F1-F589-4715-99F8-044E36145A25}"
77
EndProject
88
Global
99
GlobalSection(SolutionConfigurationPlatforms) = preSolution
@@ -37,13 +37,4 @@ Global
3737
GlobalSection(SolutionProperties) = preSolution
3838
HideSolutionNode = FALSE
3939
EndGlobalSection
40-
GlobalSection(TeamFoundationVersionControl) = preSolution
41-
SccNumberOfProjects = 2
42-
SccEnterpriseProvider = {4CA58AB2-18FA-4F8D-95D4-32DDF27D184C}
43-
SccTeamFoundationServer = https://tfs.canviz.com/tfs/canviz
44-
SccLocalPath0 = .
45-
SccProjectUniqueName1 = O365-Win-Profile\\O365-Win-Profile.csproj
46-
SccProjectName1 = O365-Win-Profile
47-
SccLocalPath1 = O365-Win-Profile
48-
EndGlobalSection
4940
EndGlobal

O3653/O3653-8 Deep Dive into the Office 365 Unified API/Lab.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -191,7 +191,7 @@ In this exercise, you will use the Microsoft Graph API's within a Windows 10 app
191191
1. In the **Add Application** wizard, enter a name of **My First Microsoft Graph API Windows App** and choose the type **Native Client Application**. Click the arrow to advance to the next page of the wizard.
192192
1. Next, set the **Redirect URI** of the application to **http://localhost/microsoftgraphapi** and click the check to save your changes.
193193
1. Once the application has been created, click the **Configure** link the top navigation menu.
194-
1. Find the **Clint ID** on the **Configure** page & copy it for later use.
194+
1. Find the **Client ID** on the **Configure** page & copy it for later use.
195195
1. Scroll to the bottom of the page to the section **Permissions to Other Applications**.
196196
1. Click the **Add Application** button & select the **Office 365 Microsoft Graph API**, then click the check to add it to your application.
197197
1. Select the **Delegated Permissions: 0** control and add the following permissions to the application:

0 commit comments

Comments
 (0)