-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathJoonasw.ManagedIdentityFileSharingDemo.sln
More file actions
44 lines (44 loc) · 2.12 KB
/
Joonasw.ManagedIdentityFileSharingDemo.sln
File metadata and controls
44 lines (44 loc) · 2.12 KB
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
44
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.2.32616.157
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Joonasw.ManagedIdentityFileSharingDemo", "Joonasw.ManagedIdentityFileSharingDemo\Joonasw.ManagedIdentityFileSharingDemo.csproj", "{B0405238-CCC4-406C-AFD5-563FD143C964}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "SetupScripts", "SetupScripts", "{77D25071-A9C7-46DD-8CA6-721F4104A3FE}"
ProjectSection(SolutionItems) = preProject
SetupScripts\Migrations.sql = SetupScripts\Migrations.sql
SetupScripts\Setup-AzureDb.ps1 = SetupScripts\Setup-AzureDb.ps1
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{E0CBA4DC-726C-48F0-A4F0-EC0DE1BA6DE4}"
ProjectSection(SolutionItems) = preProject
LICENSE.txt = LICENSE.txt
README.md = README.md
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Deployment", "Deployment", "{E83CC92A-CA3A-4E6D-BA2B-6F66636D1330}"
ProjectSection(SolutionItems) = preProject
Deployment\azuredeploy.bicep = Deployment\azuredeploy.bicep
Deployment\azuredeploy.json = Deployment\azuredeploy.json
Deployment\azuredeploy.parameters.json = Deployment\azuredeploy.parameters.json
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{B0405238-CCC4-406C-AFD5-563FD143C964}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{B0405238-CCC4-406C-AFD5-563FD143C964}.Debug|Any CPU.Build.0 = Debug|Any CPU
{B0405238-CCC4-406C-AFD5-563FD143C964}.Release|Any CPU.ActiveCfg = Release|Any CPU
{B0405238-CCC4-406C-AFD5-563FD143C964}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {173ABEBD-943E-4AA7-94E7-12561125E471}
EndGlobalSection
EndGlobal