-
Notifications
You must be signed in to change notification settings - Fork 0
/
AzureAppAuth.sln
35 lines (35 loc) · 1.51 KB
/
AzureAppAuth.sln
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.29709.97
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "AppAuthTest", "AppAuthTest\AppAuthTest.csproj", "{D3113AB3-389D-4CBC-878E-75F7A0B7466C}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{B2FF28D0-EF53-44F2-9670-D32436A357D3}"
ProjectSection(SolutionItems) = preProject
aadpodidentity.yaml = aadpodidentity.yaml
aadpodidentitybinding.yaml = aadpodidentitybinding.yaml
appauthtest-job.yaml = appauthtest-job.yaml
global.json = global.json
output.txt = output.txt
readme.md = readme.md
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{D3113AB3-389D-4CBC-878E-75F7A0B7466C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{D3113AB3-389D-4CBC-878E-75F7A0B7466C}.Debug|Any CPU.Build.0 = Debug|Any CPU
{D3113AB3-389D-4CBC-878E-75F7A0B7466C}.Release|Any CPU.ActiveCfg = Release|Any CPU
{D3113AB3-389D-4CBC-878E-75F7A0B7466C}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {B2A406B8-EDDB-47E8-B88E-477E6BBB5623}
EndGlobalSection
EndGlobal