Skip to content

Commit b3ef05e

Browse files
nvborisenkoDor-bl
andauthored
Move solution to the root folder (#844)
Co-authored-by: Dor Blayzer <[email protected]>
1 parent 4f89ae2 commit b3ef05e

File tree

1 file changed

+12
-12
lines changed

1 file changed

+12
-12
lines changed

src/Appium.Net.sln Appium.Net.sln

+12-12
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11

22
Microsoft Visual Studio Solution File, Format Version 12.00
3-
# Visual Studio Version 16
4-
VisualStudioVersion = 16.0.29509.3
3+
# Visual Studio Version 17
4+
VisualStudioVersion = 17.11.35327.3
55
MinimumVisualStudioVersion = 10.0.40219.1
66
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{DD79BA21-B485-411E-B132-0C1A462FFABF}"
77
ProjectSection(SolutionItems) = preProject
@@ -11,24 +11,24 @@ Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution
1111
..\README.md = ..\README.md
1212
EndProjectSection
1313
EndProject
14-
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Appium.Net.Integration.Tests", "..\test\integration\Appium.Net.Integration.Tests.csproj", "{278EE5EC-9414-43D8-B8C0-E7B4F8C8D283}"
14+
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Appium.Net", "src\Appium.Net\Appium.Net.csproj", "{543DA877-7D38-4761-9623-BFD8DA4259DA}"
1515
EndProject
16-
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Appium.Net", "Appium.Net\Appium.Net.csproj", "{F83BBAB0-9359-45AF-BADC-6A338EF668F6}"
16+
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Appium.Net.Integration.Tests", "test\integration\Appium.Net.Integration.Tests.csproj", "{70D3D545-5F3D-4196-90AD-666FE2E0E740}"
1717
EndProject
1818
Global
1919
GlobalSection(SolutionConfigurationPlatforms) = preSolution
2020
Debug|Any CPU = Debug|Any CPU
2121
Release|Any CPU = Release|Any CPU
2222
EndGlobalSection
2323
GlobalSection(ProjectConfigurationPlatforms) = postSolution
24-
{278EE5EC-9414-43D8-B8C0-E7B4F8C8D283}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
25-
{278EE5EC-9414-43D8-B8C0-E7B4F8C8D283}.Debug|Any CPU.Build.0 = Debug|Any CPU
26-
{278EE5EC-9414-43D8-B8C0-E7B4F8C8D283}.Release|Any CPU.ActiveCfg = Release|Any CPU
27-
{278EE5EC-9414-43D8-B8C0-E7B4F8C8D283}.Release|Any CPU.Build.0 = Release|Any CPU
28-
{F83BBAB0-9359-45AF-BADC-6A338EF668F6}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
29-
{F83BBAB0-9359-45AF-BADC-6A338EF668F6}.Debug|Any CPU.Build.0 = Debug|Any CPU
30-
{F83BBAB0-9359-45AF-BADC-6A338EF668F6}.Release|Any CPU.ActiveCfg = Release|Any CPU
31-
{F83BBAB0-9359-45AF-BADC-6A338EF668F6}.Release|Any CPU.Build.0 = Release|Any CPU
24+
{543DA877-7D38-4761-9623-BFD8DA4259DA}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
25+
{543DA877-7D38-4761-9623-BFD8DA4259DA}.Debug|Any CPU.Build.0 = Debug|Any CPU
26+
{543DA877-7D38-4761-9623-BFD8DA4259DA}.Release|Any CPU.ActiveCfg = Release|Any CPU
27+
{543DA877-7D38-4761-9623-BFD8DA4259DA}.Release|Any CPU.Build.0 = Release|Any CPU
28+
{70D3D545-5F3D-4196-90AD-666FE2E0E740}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
29+
{70D3D545-5F3D-4196-90AD-666FE2E0E740}.Debug|Any CPU.Build.0 = Debug|Any CPU
30+
{70D3D545-5F3D-4196-90AD-666FE2E0E740}.Release|Any CPU.ActiveCfg = Release|Any CPU
31+
{70D3D545-5F3D-4196-90AD-666FE2E0E740}.Release|Any CPU.Build.0 = Release|Any CPU
3232
EndGlobalSection
3333
GlobalSection(SolutionProperties) = preSolution
3434
HideSolutionNode = FALSE

0 commit comments

Comments
 (0)