From 82b0ad376c22446f26705728885172e017648bab Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dari=CC=81o=20Kondratiuk?= Date: Sun, 26 Jan 2020 21:39:08 -0300 Subject: [PATCH 1/3] Fix browser projects names --- ...ight.Chromium.csproj => PlaywrightSharp.Chromium.csproj} | 0 ...wright.Firefox.csproj => PlaywrightSharp.Firefox.csproj} | 0 ...aywright.Webkit.csproj => PlaywrightSharp.Webkit.csproj} | 0 src/PlaywrightSharp.sln | 6 +++--- 4 files changed, 3 insertions(+), 3 deletions(-) rename src/Playwright.Chromium/{Playwright.Chromium.csproj => PlaywrightSharp.Chromium.csproj} (100%) rename src/Playwright.Firefox/{Playwright.Firefox.csproj => PlaywrightSharp.Firefox.csproj} (100%) rename src/Playwright.Webkit/{Playwright.Webkit.csproj => PlaywrightSharp.Webkit.csproj} (100%) diff --git a/src/Playwright.Chromium/Playwright.Chromium.csproj b/src/Playwright.Chromium/PlaywrightSharp.Chromium.csproj similarity index 100% rename from src/Playwright.Chromium/Playwright.Chromium.csproj rename to src/Playwright.Chromium/PlaywrightSharp.Chromium.csproj diff --git a/src/Playwright.Firefox/Playwright.Firefox.csproj b/src/Playwright.Firefox/PlaywrightSharp.Firefox.csproj similarity index 100% rename from src/Playwright.Firefox/Playwright.Firefox.csproj rename to src/Playwright.Firefox/PlaywrightSharp.Firefox.csproj diff --git a/src/Playwright.Webkit/Playwright.Webkit.csproj b/src/Playwright.Webkit/PlaywrightSharp.Webkit.csproj similarity index 100% rename from src/Playwright.Webkit/Playwright.Webkit.csproj rename to src/Playwright.Webkit/PlaywrightSharp.Webkit.csproj diff --git a/src/PlaywrightSharp.sln b/src/PlaywrightSharp.sln index 21133451..03f45352 100644 --- a/src/PlaywrightSharp.sln +++ b/src/PlaywrightSharp.sln @@ -14,11 +14,11 @@ Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "PlaywrightSharp", "Playwrig EndProject Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "PlaywrightSharp.Abstractions", "PlaywrightSharp.Abstractions\PlaywrightSharp.Abstractions.csproj", "{DE2E50FC-10C8-492E-918E-595913798213}" EndProject -Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Playwright.Chromium", "Playwright.Chromium\Playwright.Chromium.csproj", "{3226FD2D-69B7-456C-8019-AAB4D89E99AE}" +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "PlaywrightSharp.Chromium", "Playwright.Chromium\PlaywrightSharp.Chromium.csproj", "{3226FD2D-69B7-456C-8019-AAB4D89E99AE}" EndProject -Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Playwright.Webkit", "Playwright.Webkit\Playwright.Webkit.csproj", "{A556185B-3339-490E-ABEC-FFC181F59BBE}" +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "PlaywrightSharp.Webkit", "Playwright.Webkit\PlaywrightSharp.Webkit.csproj", "{A556185B-3339-490E-ABEC-FFC181F59BBE}" EndProject -Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Playwright.Firefox", "Playwright.Firefox\Playwright.Firefox.csproj", "{CCB96C31-EFD1-4408-86CF-15BDC005C911}" +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "PlaywrightSharp.Firefox", "Playwright.Firefox\PlaywrightSharp.Firefox.csproj", "{CCB96C31-EFD1-4408-86CF-15BDC005C911}" EndProject Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "PlaywrightSharp.Tests", "PlaywrightSharp.Tests\PlaywrightSharp.Tests.csproj", "{62EE7AA0-C5D5-43F9-A750-6451C9B8B574}" EndProject From 5f7d456db628e588a8b39de15dc06a1a7fd68a53 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dari=CC=81o=20Kondratiuk?= Date: Sun, 26 Jan 2020 21:44:20 -0300 Subject: [PATCH 2/3] renames --- .../PlaywrightSharp.Firefox.csproj | 0 .../PlaywrightSharp.Webkit.csproj | 0 .../PlaywrightSharp.Chromium.csproj | 0 src/PlaywrightSharp.sln | 30 +++++++++---------- 4 files changed, 15 insertions(+), 15 deletions(-) rename src/{Playwright.Firefox => PlaywrightShap.Firefox}/PlaywrightSharp.Firefox.csproj (100%) rename src/{Playwright.Webkit => PlaywrightShap.Webkit}/PlaywrightSharp.Webkit.csproj (100%) rename src/{Playwright.Chromium => PlaywrightSharp.Chromium}/PlaywrightSharp.Chromium.csproj (100%) diff --git a/src/Playwright.Firefox/PlaywrightSharp.Firefox.csproj b/src/PlaywrightShap.Firefox/PlaywrightSharp.Firefox.csproj similarity index 100% rename from src/Playwright.Firefox/PlaywrightSharp.Firefox.csproj rename to src/PlaywrightShap.Firefox/PlaywrightSharp.Firefox.csproj diff --git a/src/Playwright.Webkit/PlaywrightSharp.Webkit.csproj b/src/PlaywrightShap.Webkit/PlaywrightSharp.Webkit.csproj similarity index 100% rename from src/Playwright.Webkit/PlaywrightSharp.Webkit.csproj rename to src/PlaywrightShap.Webkit/PlaywrightSharp.Webkit.csproj diff --git a/src/Playwright.Chromium/PlaywrightSharp.Chromium.csproj b/src/PlaywrightSharp.Chromium/PlaywrightSharp.Chromium.csproj similarity index 100% rename from src/Playwright.Chromium/PlaywrightSharp.Chromium.csproj rename to src/PlaywrightSharp.Chromium/PlaywrightSharp.Chromium.csproj diff --git a/src/PlaywrightSharp.sln b/src/PlaywrightSharp.sln index 03f45352..911658d1 100644 --- a/src/PlaywrightSharp.sln +++ b/src/PlaywrightSharp.sln @@ -14,16 +14,16 @@ Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "PlaywrightSharp", "Playwrig EndProject Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "PlaywrightSharp.Abstractions", "PlaywrightSharp.Abstractions\PlaywrightSharp.Abstractions.csproj", "{DE2E50FC-10C8-492E-918E-595913798213}" EndProject -Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "PlaywrightSharp.Chromium", "Playwright.Chromium\PlaywrightSharp.Chromium.csproj", "{3226FD2D-69B7-456C-8019-AAB4D89E99AE}" -EndProject -Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "PlaywrightSharp.Webkit", "Playwright.Webkit\PlaywrightSharp.Webkit.csproj", "{A556185B-3339-490E-ABEC-FFC181F59BBE}" -EndProject -Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "PlaywrightSharp.Firefox", "Playwright.Firefox\PlaywrightSharp.Firefox.csproj", "{CCB96C31-EFD1-4408-86CF-15BDC005C911}" +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "PlaywrightSharp.Chromium", "PlaywrightSharp.Chromium\PlaywrightSharp.Chromium.csproj", "{3226FD2D-69B7-456C-8019-AAB4D89E99AE}" EndProject Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "PlaywrightSharp.Tests", "PlaywrightSharp.Tests\PlaywrightSharp.Tests.csproj", "{62EE7AA0-C5D5-43F9-A750-6451C9B8B574}" EndProject Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Base Libraries", "Base Libraries", "{16E85370-63ED-44F6-9F9C-DB9C9E456DCD}" EndProject +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "PlaywrightSharp.Firefox", "PlaywrightShap.Firefox\PlaywrightSharp.Firefox.csproj", "{E0FF64A2-6B52-468C-B221-FE26D94E32A8}" +EndProject +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "PlaywrightSharp.Webkit", "PlaywrightShap.Webkit\PlaywrightSharp.Webkit.csproj", "{D0AFE02A-46B3-4A08-A137-7E50260E82C2}" +EndProject Global GlobalSection(SolutionConfigurationPlatforms) = preSolution Debug|Any CPU = Debug|Any CPU @@ -42,27 +42,27 @@ Global {3226FD2D-69B7-456C-8019-AAB4D89E99AE}.Debug|Any CPU.Build.0 = Debug|Any CPU {3226FD2D-69B7-456C-8019-AAB4D89E99AE}.Release|Any CPU.ActiveCfg = Release|Any CPU {3226FD2D-69B7-456C-8019-AAB4D89E99AE}.Release|Any CPU.Build.0 = Release|Any CPU - {A556185B-3339-490E-ABEC-FFC181F59BBE}.Debug|Any CPU.ActiveCfg = Debug|Any CPU - {A556185B-3339-490E-ABEC-FFC181F59BBE}.Debug|Any CPU.Build.0 = Debug|Any CPU - {A556185B-3339-490E-ABEC-FFC181F59BBE}.Release|Any CPU.ActiveCfg = Release|Any CPU - {A556185B-3339-490E-ABEC-FFC181F59BBE}.Release|Any CPU.Build.0 = Release|Any CPU - {CCB96C31-EFD1-4408-86CF-15BDC005C911}.Debug|Any CPU.ActiveCfg = Debug|Any CPU - {CCB96C31-EFD1-4408-86CF-15BDC005C911}.Debug|Any CPU.Build.0 = Debug|Any CPU - {CCB96C31-EFD1-4408-86CF-15BDC005C911}.Release|Any CPU.ActiveCfg = Release|Any CPU - {CCB96C31-EFD1-4408-86CF-15BDC005C911}.Release|Any CPU.Build.0 = Release|Any CPU {62EE7AA0-C5D5-43F9-A750-6451C9B8B574}.Debug|Any CPU.ActiveCfg = Debug|Any CPU {62EE7AA0-C5D5-43F9-A750-6451C9B8B574}.Debug|Any CPU.Build.0 = Debug|Any CPU {62EE7AA0-C5D5-43F9-A750-6451C9B8B574}.Release|Any CPU.ActiveCfg = Release|Any CPU {62EE7AA0-C5D5-43F9-A750-6451C9B8B574}.Release|Any CPU.Build.0 = Release|Any CPU + {E0FF64A2-6B52-468C-B221-FE26D94E32A8}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {E0FF64A2-6B52-468C-B221-FE26D94E32A8}.Debug|Any CPU.Build.0 = Debug|Any CPU + {E0FF64A2-6B52-468C-B221-FE26D94E32A8}.Release|Any CPU.ActiveCfg = Release|Any CPU + {E0FF64A2-6B52-468C-B221-FE26D94E32A8}.Release|Any CPU.Build.0 = Release|Any CPU + {D0AFE02A-46B3-4A08-A137-7E50260E82C2}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {D0AFE02A-46B3-4A08-A137-7E50260E82C2}.Debug|Any CPU.Build.0 = Debug|Any CPU + {D0AFE02A-46B3-4A08-A137-7E50260E82C2}.Release|Any CPU.ActiveCfg = Release|Any CPU + {D0AFE02A-46B3-4A08-A137-7E50260E82C2}.Release|Any CPU.Build.0 = Release|Any CPU EndGlobalSection GlobalSection(MonoDevelopProperties) = preSolution version = 0.0.0 EndGlobalSection GlobalSection(NestedProjects) = preSolution {3226FD2D-69B7-456C-8019-AAB4D89E99AE} = {24D46C64-EDC5-47EC-9F96-103F22EBF93B} - {A556185B-3339-490E-ABEC-FFC181F59BBE} = {24D46C64-EDC5-47EC-9F96-103F22EBF93B} - {CCB96C31-EFD1-4408-86CF-15BDC005C911} = {24D46C64-EDC5-47EC-9F96-103F22EBF93B} {F71C95D9-84E0-4FD1-816C-B1EC6099562D} = {16E85370-63ED-44F6-9F9C-DB9C9E456DCD} {DE2E50FC-10C8-492E-918E-595913798213} = {16E85370-63ED-44F6-9F9C-DB9C9E456DCD} + {E0FF64A2-6B52-468C-B221-FE26D94E32A8} = {24D46C64-EDC5-47EC-9F96-103F22EBF93B} + {D0AFE02A-46B3-4A08-A137-7E50260E82C2} = {24D46C64-EDC5-47EC-9F96-103F22EBF93B} EndGlobalSection EndGlobal From 6cb53d88d3684d88e80ac6b1a88463b1ac80e0cf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dari=CC=81o=20Kondratiuk?= Date: Sun, 26 Jan 2020 21:45:06 -0300 Subject: [PATCH 3/3] Rename docs --- src/PlaywrightShap.Firefox/PlaywrightSharp.Firefox.csproj | 2 +- src/PlaywrightShap.Webkit/PlaywrightSharp.Webkit.csproj | 2 +- src/PlaywrightSharp.Chromium/PlaywrightSharp.Chromium.csproj | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/PlaywrightShap.Firefox/PlaywrightSharp.Firefox.csproj b/src/PlaywrightShap.Firefox/PlaywrightSharp.Firefox.csproj index 4b19c65c..c5fc74f9 100644 --- a/src/PlaywrightShap.Firefox/PlaywrightSharp.Firefox.csproj +++ b/src/PlaywrightShap.Firefox/PlaywrightSharp.Firefox.csproj @@ -8,7 +8,7 @@ TRACE;DEBUG;NETSTANDARD;NETSTANDARD2_0 true - bin\Debug\netstandard2.0\Playwright.Firefox.xml + bin\Debug\netstandard2.0\PlaywrightSharp.Firefox.xml 1701;1702 diff --git a/src/PlaywrightShap.Webkit/PlaywrightSharp.Webkit.csproj b/src/PlaywrightShap.Webkit/PlaywrightSharp.Webkit.csproj index 5f5581ab..5d8d7ec8 100644 --- a/src/PlaywrightShap.Webkit/PlaywrightSharp.Webkit.csproj +++ b/src/PlaywrightShap.Webkit/PlaywrightSharp.Webkit.csproj @@ -7,7 +7,7 @@ true - bin\Debug\netstandard2.0\Playwright.Webkit.xml + bin\Debug\netstandard2.0\PlaywrightSharp.Webkit.xml diff --git a/src/PlaywrightSharp.Chromium/PlaywrightSharp.Chromium.csproj b/src/PlaywrightSharp.Chromium/PlaywrightSharp.Chromium.csproj index fadb7349..36500f45 100644 --- a/src/PlaywrightSharp.Chromium/PlaywrightSharp.Chromium.csproj +++ b/src/PlaywrightSharp.Chromium/PlaywrightSharp.Chromium.csproj @@ -7,7 +7,7 @@ true - bin\Debug\netstandard2.0\Playwright.Chromium.xml + bin\Debug\netstandard2.0\PlaywrightSharp.Chromium.xml