forked from Omenia/robotframework-whitelibrary
-
Notifications
You must be signed in to change notification settings - Fork 0
/
RobotFrameworkWhiteLibrary.sln
32 lines (32 loc) · 1.78 KB
/
RobotFrameworkWhiteLibrary.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 14
VisualStudioVersion = 14.0.25123.0
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "CSWhiteLibrary", "WhiteLibrary\CSWhiteLibrary.csproj", "{FD8BA129-5E2F-42E1-91A3-1F59C96BC30C}"
EndProject
Project("{888888A0-9F3D-457C-B088-3A5042F75D52}") = "PythonWhiteLibrary", "PythonWhiteLibrary\PythonWhiteLibrary.pyproj", "{AE4B151B-1CA9-4053-99F1-7F31D9730372}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "UIAutomationTest", "UIAutomationTest\UIAutomationTest.csproj", "{00B6613A-0471-4AC8-9CCB-FC39E7D29D1F}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{FD8BA129-5E2F-42E1-91A3-1F59C96BC30C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{FD8BA129-5E2F-42E1-91A3-1F59C96BC30C}.Debug|Any CPU.Build.0 = Debug|Any CPU
{FD8BA129-5E2F-42E1-91A3-1F59C96BC30C}.Release|Any CPU.ActiveCfg = Release|Any CPU
{FD8BA129-5E2F-42E1-91A3-1F59C96BC30C}.Release|Any CPU.Build.0 = Release|Any CPU
{AE4B151B-1CA9-4053-99F1-7F31D9730372}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{AE4B151B-1CA9-4053-99F1-7F31D9730372}.Release|Any CPU.ActiveCfg = Release|Any CPU
{00B6613A-0471-4AC8-9CCB-FC39E7D29D1F}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{00B6613A-0471-4AC8-9CCB-FC39E7D29D1F}.Debug|Any CPU.Build.0 = Debug|Any CPU
{00B6613A-0471-4AC8-9CCB-FC39E7D29D1F}.Release|Any CPU.ActiveCfg = Release|Any CPU
{00B6613A-0471-4AC8-9CCB-FC39E7D29D1F}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
EndGlobal