-
Notifications
You must be signed in to change notification settings - Fork 0
/
ManagedIdentitySamples.sln
37 lines (37 loc) · 2.06 KB
/
ManagedIdentitySamples.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.0.31903.59
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "MsiVirtualMachine", "MsiVirtualMachine\MsiVirtualMachine.csproj", "{11D74AB2-F966-4FAC-B8D1-14D4A41D03DD}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "MsiAppService", "MsiAppService\MsiAppService.csproj", "{8D72114D-9CB3-4A06-A2A5-85D9B4809A4B}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "MsiAzureFuntion", "MsiAzureFuntion\MsiAzureFuntion.csproj", "{3E81F7C3-DD45-41A1-92AE-45C453851648}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{11D74AB2-F966-4FAC-B8D1-14D4A41D03DD}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{11D74AB2-F966-4FAC-B8D1-14D4A41D03DD}.Debug|Any CPU.Build.0 = Debug|Any CPU
{11D74AB2-F966-4FAC-B8D1-14D4A41D03DD}.Release|Any CPU.ActiveCfg = Release|Any CPU
{11D74AB2-F966-4FAC-B8D1-14D4A41D03DD}.Release|Any CPU.Build.0 = Release|Any CPU
{8D72114D-9CB3-4A06-A2A5-85D9B4809A4B}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{8D72114D-9CB3-4A06-A2A5-85D9B4809A4B}.Debug|Any CPU.Build.0 = Debug|Any CPU
{8D72114D-9CB3-4A06-A2A5-85D9B4809A4B}.Release|Any CPU.ActiveCfg = Release|Any CPU
{8D72114D-9CB3-4A06-A2A5-85D9B4809A4B}.Release|Any CPU.Build.0 = Release|Any CPU
{3E81F7C3-DD45-41A1-92AE-45C453851648}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{3E81F7C3-DD45-41A1-92AE-45C453851648}.Debug|Any CPU.Build.0 = Debug|Any CPU
{3E81F7C3-DD45-41A1-92AE-45C453851648}.Release|Any CPU.ActiveCfg = Release|Any CPU
{3E81F7C3-DD45-41A1-92AE-45C453851648}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {0FC2D519-5444-4298-BD13-F2313A7FC6CB}
EndGlobalSection
EndGlobal