Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Binary file modified 02 Create AzureAD Application.pptx
Binary file not shown.
Binary file modified 03 Configure ASP.NET App for MS Graph.pptx
Binary file not shown.
14 changes: 7 additions & 7 deletions Demos/01-create-app/graph-tutorial.sln
Original file line number Diff line number Diff line change
@@ -1,25 +1,25 @@
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.29215.179
VisualStudioVersion = 16.0.30503.244
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "graph-tutorial", "graph-tutorial\graph-tutorial.csproj", "{4B5D43EA-4B0D-4F4E-9E66-52C23C1454FD}"
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "graph-tutorial", "graph-tutorial\graph-tutorial.csproj", "{41E75390-ADA3-49C1-8006-9122424DB8F6}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{4B5D43EA-4B0D-4F4E-9E66-52C23C1454FD}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{4B5D43EA-4B0D-4F4E-9E66-52C23C1454FD}.Debug|Any CPU.Build.0 = Debug|Any CPU
{4B5D43EA-4B0D-4F4E-9E66-52C23C1454FD}.Release|Any CPU.ActiveCfg = Release|Any CPU
{4B5D43EA-4B0D-4F4E-9E66-52C23C1454FD}.Release|Any CPU.Build.0 = Release|Any CPU
{41E75390-ADA3-49C1-8006-9122424DB8F6}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{41E75390-ADA3-49C1-8006-9122424DB8F6}.Debug|Any CPU.Build.0 = Debug|Any CPU
{41E75390-ADA3-49C1-8006-9122424DB8F6}.Release|Any CPU.ActiveCfg = Release|Any CPU
{41E75390-ADA3-49C1-8006-9122424DB8F6}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {E66E080E-0B5A-4170-99B5-094FB743FCD7}
SolutionGuid = {6DA88610-48CD-47E4-8D70-FACEF16D60A6}
EndGlobalSection
EndGlobal
10 changes: 5 additions & 5 deletions Demos/01-create-app/graph-tutorial/Content/Site.css
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/*
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT license.
*/
/*
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT license.
*/

body {
padding-top: 4.5rem;
Expand All @@ -11,4 +11,4 @@ body {
word-wrap: break-word;
word-break: break-all;
white-space: pre-wrap;
}
}
47 changes: 10 additions & 37 deletions Demos/01-create-app/graph-tutorial/Content/bootstrap-grid.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

24 changes: 11 additions & 13 deletions Demos/01-create-app/graph-tutorial/Content/bootstrap-reboot.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Large diffs are not rendered by default.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Large diffs are not rendered by default.

Loading