-
Notifications
You must be signed in to change notification settings - Fork 0
/
BeyondTrustConnector.sln
40 lines (40 loc) · 2.13 KB
/
BeyondTrustConnector.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.12.35527.113
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "BeyondTrustConnector", "BeyondTrustConnector\BeyondTrustConnector.csproj", "{0BF86CE2-96E4-4312-8B72-A44B48C3AD19}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "BeyondTrustConnector.Tests", "BeyondTrustConnector.Tests\BeyondTrustConnector.Tests.csproj", "{AA531B31-FA84-47FC-AB39-87E1D1CE8F87}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "deploy", "deploy", "{F48F5888-80FE-41FD-B8EE-965E758D2DB3}"
ProjectSection(SolutionItems) = preProject
modules\datacollection.bicep = modules\datacollection.bicep
modules\asimparsers.bicep = modules\asimparsers.bicep
modules\functionapp.bicep = modules\functionapp.bicep
main.bicep = main.bicep
main.bicepparam = main.bicepparam
modules\vault-role-assignment.bicep = modules\vault-role-assignment.bicep
modules\workbooks.bicep = modules\workbooks.bicep
modules\workspace-role-assignment.bicep = modules\workspace-role-assignment.bicep
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{0BF86CE2-96E4-4312-8B72-A44B48C3AD19}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{0BF86CE2-96E4-4312-8B72-A44B48C3AD19}.Debug|Any CPU.Build.0 = Debug|Any CPU
{0BF86CE2-96E4-4312-8B72-A44B48C3AD19}.Release|Any CPU.ActiveCfg = Release|Any CPU
{0BF86CE2-96E4-4312-8B72-A44B48C3AD19}.Release|Any CPU.Build.0 = Release|Any CPU
{AA531B31-FA84-47FC-AB39-87E1D1CE8F87}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{AA531B31-FA84-47FC-AB39-87E1D1CE8F87}.Debug|Any CPU.Build.0 = Debug|Any CPU
{AA531B31-FA84-47FC-AB39-87E1D1CE8F87}.Release|Any CPU.ActiveCfg = Release|Any CPU
{AA531B31-FA84-47FC-AB39-87E1D1CE8F87}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
EndGlobal