-
Notifications
You must be signed in to change notification settings - Fork 56
/
UiPath.Orchestrator.Powershell.sln
63 lines (63 loc) · 3.37 KB
/
UiPath.Orchestrator.Powershell.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
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
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}") = "UiPath.Web.Client", "UiPath.Web.Client\UiPath.Web.Client.csproj", "{4729246B-EE53-4760-BCE3-05F14640DFB0}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "UiPath.PowerShell", "UiPath.PowerShell\UiPath.PowerShell.csproj", "{44B751E2-B09D-4C65-BB54-70A64F875E77}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{5B414573-14ED-4BCC-AE35-FE9F6173BE86}"
ProjectSection(SolutionItems) = preProject
.gitignore = .gitignore
.vsts-ci.yml = .vsts-ci.yml
Generate-CmdletDocs.ps1 = Generate-CmdletDocs.ps1
LICENSE.md = LICENSE.md
README.md = README.md
UiPath.PowerShell.nuspec = UiPath.PowerShell.nuspec
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Tests", "Tests", "{C28CC0D0-21DE-4A3F-8AAF-D765688809E6}"
ProjectSection(SolutionItems) = preProject
uipath.runsettings = uipath.runsettings
EndProjectSection
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "UiPath.PowerShell.Tests", "UiPath.PowerShell.Tests\UiPath.PowerShell.Tests.csproj", "{94A57D5B-56BC-482F-88B0-0DF1FEDFB148}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Examples", "Examples", "{BBCF7871-E3BE-491E-B522-8616CFACB4E8}"
ProjectSection(SolutionItems) = preProject
Examples\Get-UiPathPackageDependencies.ps1 = Examples\Get-UiPathPackageDependencies.ps1
Examples\Lock-UiPathInactiveUsers.ps1 = Examples\Lock-UiPathInactiveUsers.ps1
Examples\Sync-UiPathADUsers.ps1 = Examples\Sync-UiPathADUsers.ps1
Examples\Update-UiPathADRobotPasswords.ps1 = Examples\Update-UiPathADRobotPasswords.ps1
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{4729246B-EE53-4760-BCE3-05F14640DFB0}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{4729246B-EE53-4760-BCE3-05F14640DFB0}.Debug|Any CPU.Build.0 = Debug|Any CPU
{4729246B-EE53-4760-BCE3-05F14640DFB0}.Release|Any CPU.ActiveCfg = Release|Any CPU
{4729246B-EE53-4760-BCE3-05F14640DFB0}.Release|Any CPU.Build.0 = Release|Any CPU
{44B751E2-B09D-4C65-BB54-70A64F875E77}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{44B751E2-B09D-4C65-BB54-70A64F875E77}.Debug|Any CPU.Build.0 = Debug|Any CPU
{44B751E2-B09D-4C65-BB54-70A64F875E77}.Release|Any CPU.ActiveCfg = Release|Any CPU
{44B751E2-B09D-4C65-BB54-70A64F875E77}.Release|Any CPU.Build.0 = Release|Any CPU
{94A57D5B-56BC-482F-88B0-0DF1FEDFB148}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{94A57D5B-56BC-482F-88B0-0DF1FEDFB148}.Debug|Any CPU.Build.0 = Debug|Any CPU
{94A57D5B-56BC-482F-88B0-0DF1FEDFB148}.Release|Any CPU.ActiveCfg = Release|Any CPU
{94A57D5B-56BC-482F-88B0-0DF1FEDFB148}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{94A57D5B-56BC-482F-88B0-0DF1FEDFB148} = {C28CC0D0-21DE-4A3F-8AAF-D765688809E6}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {8B57DFF7-3E8B-483B-B18B-36EF73C729B4}
EndGlobalSection
EndGlobal