-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathIndico.AutomationAnywhere.Connector.sln
More file actions
42 lines (42 loc) · 2.54 KB
/
Indico.AutomationAnywhere.Connector.sln
File metadata and controls
42 lines (42 loc) · 2.54 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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.31005.135
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Indico.AutomationAnywhere.Connector", "Indico.AutomationAnywhere.Connector\Indico.AutomationAnywhere.Connector.csproj", "{B9E86019-835F-4496-86E5-6F911BAA8F45}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{BD98D7F3-7DA5-4A82-8247-7694BEF0893F}"
ProjectSection(SolutionItems) = preProject
.editorconfig = .editorconfig
EndProjectSection
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Indico.AutomationAnywhere.Connector.Tests", "Indico.AutomationAnywhere.Connector.Tests\Indico.AutomationAnywhere.Connector.Tests.csproj", "{DBF97A42-DF08-48EF-BE7E-E32427BD5775}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Indico.AutomationAnywhere.Connector.IntegrationTests", "Indico.AutomationAnywhere.Connector.IntegrationTests\Indico.AutomationAnywhere.Connector.IntegrationTests.csproj", "{1BB80DEA-9AC5-4BD1-B1E6-9EC0CC531EB0}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{B9E86019-835F-4496-86E5-6F911BAA8F45}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{B9E86019-835F-4496-86E5-6F911BAA8F45}.Debug|Any CPU.Build.0 = Debug|Any CPU
{B9E86019-835F-4496-86E5-6F911BAA8F45}.Release|Any CPU.ActiveCfg = Release|Any CPU
{B9E86019-835F-4496-86E5-6F911BAA8F45}.Release|Any CPU.Build.0 = Release|Any CPU
{DBF97A42-DF08-48EF-BE7E-E32427BD5775}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{DBF97A42-DF08-48EF-BE7E-E32427BD5775}.Debug|Any CPU.Build.0 = Debug|Any CPU
{DBF97A42-DF08-48EF-BE7E-E32427BD5775}.Release|Any CPU.ActiveCfg = Release|Any CPU
{DBF97A42-DF08-48EF-BE7E-E32427BD5775}.Release|Any CPU.Build.0 = Release|Any CPU
{1BB80DEA-9AC5-4BD1-B1E6-9EC0CC531EB0}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{1BB80DEA-9AC5-4BD1-B1E6-9EC0CC531EB0}.Debug|Any CPU.Build.0 = Debug|Any CPU
{1BB80DEA-9AC5-4BD1-B1E6-9EC0CC531EB0}.Release|Any CPU.ActiveCfg = Release|Any CPU
{1BB80DEA-9AC5-4BD1-B1E6-9EC0CC531EB0}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {8D561891-4511-45E7-9668-1D94D0DA1E67}
EndGlobalSection
EndGlobal