-
Notifications
You must be signed in to change notification settings - Fork 0
/
GSDwAF.sln
43 lines (43 loc) · 2.63 KB
/
GSDwAF.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
36
37
38
39
40
41
42
43
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.29230.61
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "triggers-bindings-example", "triggers-bindings-example\triggers-bindings-example.csproj", "{76A8362B-617E-4408-86D8-53833D54061F}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "dependency-injection-example", "dependency-injection-example\dependency-injection-example.csproj", "{E4F41CD5-F0BB-4B17-AB78-3F473B710E99}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "aks-example", "aks-example\aks-example.csproj", "{E37D39A5-50DB-4E34-A1B8-46FF5BFB90D7}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "managed-identity-example", "managed-identity-example\managed-identity-example.csproj", "{C4D9402A-8F8A-40B4-8AB5-2D8AB8785BB5}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{76A8362B-617E-4408-86D8-53833D54061F}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{76A8362B-617E-4408-86D8-53833D54061F}.Debug|Any CPU.Build.0 = Debug|Any CPU
{76A8362B-617E-4408-86D8-53833D54061F}.Release|Any CPU.ActiveCfg = Release|Any CPU
{76A8362B-617E-4408-86D8-53833D54061F}.Release|Any CPU.Build.0 = Release|Any CPU
{E4F41CD5-F0BB-4B17-AB78-3F473B710E99}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{E4F41CD5-F0BB-4B17-AB78-3F473B710E99}.Debug|Any CPU.Build.0 = Debug|Any CPU
{E4F41CD5-F0BB-4B17-AB78-3F473B710E99}.Release|Any CPU.ActiveCfg = Release|Any CPU
{E4F41CD5-F0BB-4B17-AB78-3F473B710E99}.Release|Any CPU.Build.0 = Release|Any CPU
{E37D39A5-50DB-4E34-A1B8-46FF5BFB90D7}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{E37D39A5-50DB-4E34-A1B8-46FF5BFB90D7}.Debug|Any CPU.Build.0 = Debug|Any CPU
{E37D39A5-50DB-4E34-A1B8-46FF5BFB90D7}.Release|Any CPU.ActiveCfg = Release|Any CPU
{E37D39A5-50DB-4E34-A1B8-46FF5BFB90D7}.Release|Any CPU.Build.0 = Release|Any CPU
{C4D9402A-8F8A-40B4-8AB5-2D8AB8785BB5}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{C4D9402A-8F8A-40B4-8AB5-2D8AB8785BB5}.Debug|Any CPU.Build.0 = Debug|Any CPU
{C4D9402A-8F8A-40B4-8AB5-2D8AB8785BB5}.Release|Any CPU.ActiveCfg = Release|Any CPU
{C4D9402A-8F8A-40B4-8AB5-2D8AB8785BB5}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {2E13BAC1-EFC1-49D1-97BB-F5A48281D687}
EndGlobalSection
EndGlobal