Skip to content

Commit

Permalink
Move solution to the root folder (appium#844)
Browse files Browse the repository at this point in the history
Co-authored-by: Dor Blayzer <[email protected]>
  • Loading branch information
nvborisenko and Dor-bl authored Oct 18, 2024
1 parent 4f89ae2 commit b3ef05e
Showing 1 changed file with 12 additions and 12 deletions.
24 changes: 12 additions & 12 deletions src/Appium.Net.sln → Appium.Net.sln
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@

Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.29509.3
# Visual Studio Version 17
VisualStudioVersion = 17.11.35327.3
MinimumVisualStudioVersion = 10.0.40219.1
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{DD79BA21-B485-411E-B132-0C1A462FFABF}"
ProjectSection(SolutionItems) = preProject
Expand All @@ -11,24 +11,24 @@ Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution
..\README.md = ..\README.md
EndProjectSection
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Appium.Net.Integration.Tests", "..\test\integration\Appium.Net.Integration.Tests.csproj", "{278EE5EC-9414-43D8-B8C0-E7B4F8C8D283}"
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Appium.Net", "src\Appium.Net\Appium.Net.csproj", "{543DA877-7D38-4761-9623-BFD8DA4259DA}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Appium.Net", "Appium.Net\Appium.Net.csproj", "{F83BBAB0-9359-45AF-BADC-6A338EF668F6}"
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Appium.Net.Integration.Tests", "test\integration\Appium.Net.Integration.Tests.csproj", "{70D3D545-5F3D-4196-90AD-666FE2E0E740}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{278EE5EC-9414-43D8-B8C0-E7B4F8C8D283}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{278EE5EC-9414-43D8-B8C0-E7B4F8C8D283}.Debug|Any CPU.Build.0 = Debug|Any CPU
{278EE5EC-9414-43D8-B8C0-E7B4F8C8D283}.Release|Any CPU.ActiveCfg = Release|Any CPU
{278EE5EC-9414-43D8-B8C0-E7B4F8C8D283}.Release|Any CPU.Build.0 = Release|Any CPU
{F83BBAB0-9359-45AF-BADC-6A338EF668F6}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{F83BBAB0-9359-45AF-BADC-6A338EF668F6}.Debug|Any CPU.Build.0 = Debug|Any CPU
{F83BBAB0-9359-45AF-BADC-6A338EF668F6}.Release|Any CPU.ActiveCfg = Release|Any CPU
{F83BBAB0-9359-45AF-BADC-6A338EF668F6}.Release|Any CPU.Build.0 = Release|Any CPU
{543DA877-7D38-4761-9623-BFD8DA4259DA}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{543DA877-7D38-4761-9623-BFD8DA4259DA}.Debug|Any CPU.Build.0 = Debug|Any CPU
{543DA877-7D38-4761-9623-BFD8DA4259DA}.Release|Any CPU.ActiveCfg = Release|Any CPU
{543DA877-7D38-4761-9623-BFD8DA4259DA}.Release|Any CPU.Build.0 = Release|Any CPU
{70D3D545-5F3D-4196-90AD-666FE2E0E740}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{70D3D545-5F3D-4196-90AD-666FE2E0E740}.Debug|Any CPU.Build.0 = Debug|Any CPU
{70D3D545-5F3D-4196-90AD-666FE2E0E740}.Release|Any CPU.ActiveCfg = Release|Any CPU
{70D3D545-5F3D-4196-90AD-666FE2E0E740}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
Expand Down

0 comments on commit b3ef05e

Please sign in to comment.