Skip to content

Commit be11606

Browse files
committed
edits to sln file
1 parent e276486 commit be11606

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
lines changed

Automation.sln

-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@ Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "UI Tests", "UI Tests\UI Tes
99
EndProject
1010
Global
1111
GlobalSection(SharedMSBuildProjectFiles) = preSolution
12-
Framework\Framework.projitems*{5979ae7e-7f9c-4c76-ab2c-84bd2b9099df}*SharedItemsImports = 4
1312
Framework\Framework.projitems*{650eba62-4ca3-4bfc-95da-6e7920a928a3}*SharedItemsImports = 13
1413
EndGlobalSection
1514
GlobalSection(SolutionConfigurationPlatforms) = preSolution

UI Tests/Class1.cs

+12
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
using System;
2+
using System.Collections.Generic;
3+
using System.Linq;
4+
using System.Text;
5+
using System.Threading.Tasks;
6+
7+
namespace UI_Tests
8+
{
9+
class Class1
10+
{
11+
}
12+
}

0 commit comments

Comments
 (0)