-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathAutomation.sln
28 lines (28 loc) · 1.35 KB
/
Automation.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 14
VisualStudioVersion = 14.0.25123.0
MinimumVisualStudioVersion = 10.0.40219.1
Project("{D954291E-2A0B-460D-934E-DC6B0785DB48}") = "Framework", "Framework\Framework.shproj", "{650EBA62-4CA3-4BFC-95DA-6E7920A928A3}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "UI Tests", "UI Tests\UI Tests.csproj", "{5979AE7E-7F9C-4C76-AB2C-84BD2B9099DF}"
EndProject
Global
GlobalSection(SharedMSBuildProjectFiles) = preSolution
Framework\Framework.projitems*{5979ae7e-7f9c-4c76-ab2c-84bd2b9099df}*SharedItemsImports = 4
Framework\Framework.projitems*{650eba62-4ca3-4bfc-95da-6e7920a928a3}*SharedItemsImports = 13
EndGlobalSection
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{5979AE7E-7F9C-4C76-AB2C-84BD2B9099DF}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{5979AE7E-7F9C-4C76-AB2C-84BD2B9099DF}.Debug|Any CPU.Build.0 = Debug|Any CPU
{5979AE7E-7F9C-4C76-AB2C-84BD2B9099DF}.Release|Any CPU.ActiveCfg = Release|Any CPU
{5979AE7E-7F9C-4C76-AB2C-84BD2B9099DF}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
EndGlobal