Skip to content
This repository was archived by the owner on Jun 21, 2023. It is now read-only.

Commit f13f5e3

Browse files
authored
Merge pull request #947 from github/fixes/submodule-naming
Move AutomationIDs into GitHub.UI
2 parents fd29190 + f3c073e commit f13f5e3

25 files changed

+1826
-57
lines changed

.gitmodules

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,3 @@
1616
[submodule "script"]
1717
path = script
1818
url = [email protected]:github/VisualStudioBuildScripts
19-
[submodule "submodules/GitHubVSAutomationIDs"]
20-
path = submodules/GitHubVSAutomationIDs
21-
url = https://github.com/editor-tools/GitHubVSAutomationIDs.git

GitHubVS.sln

Lines changed: 0 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -104,10 +104,6 @@ Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "GitHub.VisualStudio.UI", "s
104104
EndProject
105105
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "GitHub.StartPage", "src\GitHub.StartPage\GitHub.StartPage.csproj", "{50E277B8-8580-487A-8F8E-5C3B9FBF0F77}"
106106
EndProject
107-
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "GitHubVSAutomationIDs", "GitHubVSAutomationIDs", "{4405C20E-A72A-4807-9480-14E9BB558347}"
108-
EndProject
109-
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "GithubVSTestAutomationIDs", "submodules\GitHubVSAutomationIDs\GithubVSAutomationIDs\GithubVSTestAutomationIDs.csproj", "{665078F4-5875-431D-A2CC-421849B43328}"
110-
EndProject
111107
Global
112108
GlobalSection(SolutionConfigurationPlatforms) = preSolution
113109
Debug|Any CPU = Debug|Any CPU
@@ -546,22 +542,6 @@ Global
546542
{50E277B8-8580-487A-8F8E-5C3B9FBF0F77}.XamlDesign|Any CPU.Build.0 = Release|Any CPU
547543
{50E277B8-8580-487A-8F8E-5C3B9FBF0F77}.XamlDesign|x86.ActiveCfg = Release|Any CPU
548544
{50E277B8-8580-487A-8F8E-5C3B9FBF0F77}.XamlDesign|x86.Build.0 = Release|Any CPU
549-
{665078F4-5875-431D-A2CC-421849B43328}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
550-
{665078F4-5875-431D-A2CC-421849B43328}.Debug|Any CPU.Build.0 = Debug|Any CPU
551-
{665078F4-5875-431D-A2CC-421849B43328}.Debug|x86.ActiveCfg = Debug|Any CPU
552-
{665078F4-5875-431D-A2CC-421849B43328}.Debug|x86.Build.0 = Debug|Any CPU
553-
{665078F4-5875-431D-A2CC-421849B43328}.Publish|Any CPU.ActiveCfg = Release|Any CPU
554-
{665078F4-5875-431D-A2CC-421849B43328}.Publish|Any CPU.Build.0 = Release|Any CPU
555-
{665078F4-5875-431D-A2CC-421849B43328}.Publish|x86.ActiveCfg = Release|Any CPU
556-
{665078F4-5875-431D-A2CC-421849B43328}.Publish|x86.Build.0 = Release|Any CPU
557-
{665078F4-5875-431D-A2CC-421849B43328}.Release|Any CPU.ActiveCfg = Release|Any CPU
558-
{665078F4-5875-431D-A2CC-421849B43328}.Release|Any CPU.Build.0 = Release|Any CPU
559-
{665078F4-5875-431D-A2CC-421849B43328}.Release|x86.ActiveCfg = Release|Any CPU
560-
{665078F4-5875-431D-A2CC-421849B43328}.Release|x86.Build.0 = Release|Any CPU
561-
{665078F4-5875-431D-A2CC-421849B43328}.XamlDesign|Any CPU.ActiveCfg = Release|Any CPU
562-
{665078F4-5875-431D-A2CC-421849B43328}.XamlDesign|Any CPU.Build.0 = Release|Any CPU
563-
{665078F4-5875-431D-A2CC-421849B43328}.XamlDesign|x86.ActiveCfg = Release|Any CPU
564-
{665078F4-5875-431D-A2CC-421849B43328}.XamlDesign|x86.Build.0 = Release|Any CPU
565545
EndGlobalSection
566546
GlobalSection(SolutionProperties) = preSolution
567547
HideSolutionNode = FALSE
@@ -585,7 +565,5 @@ Global
585565
{0EC8DBA1-D745-4EE5-993A-6026440EC3BF} = {1E7F7253-A6AF-43C4-A955-37BEDDA01AF9}
586566
{DD99FD0F-82F6-4C30-930E-4A1D0DF01D65} = {1E7F7253-A6AF-43C4-A955-37BEDDA01AB9}
587567
{7B835A7D-CF94-45E8-B191-96F5A4FE26A8} = {8A7DA2E7-262B-4581-807A-1C45CE79CDFD}
588-
{4405C20E-A72A-4807-9480-14E9BB558347} = {1E7F7253-A6AF-43C4-A955-37BEDDA01AB8}
589-
{665078F4-5875-431D-A2CC-421849B43328} = {4405C20E-A72A-4807-9480-14E9BB558347}
590568
EndGlobalSection
591569
EndGlobal

src/GitHub.UI.Reactive/Controls/TwoFactorInput.xaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
55
xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006"
66
xmlns:d="http://schemas.microsoft.com/expression/blend/2008"
7-
xmlns:automation="clr-namespace:GitHub.VisualStudio.TestAutomation;assembly=GitHub.VisualStudio.TestAutomation.AutomationIDs"
7+
xmlns:automation="clr-namespace:GitHub.UI.TestAutomation;assembly=GitHub.UI"
88
mc:Ignorable="d"
99
Width="256"
1010
d:DesignHeight="47"

src/GitHub.UI.Reactive/Controls/TwoFactorInput.xaml.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@
66
using GitHub.Extensions;
77
using NullGuard;
88
using System.Globalization;
9-
using GitHub.VisualStudio.TestAutomation;
109

1110
namespace GitHub.UI
1211
{

src/GitHub.UI.Reactive/GitHub.UI.Reactive.csproj

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -172,10 +172,6 @@
172172
<None Include="packages.config" />
173173
</ItemGroup>
174174
<ItemGroup>
175-
<ProjectReference Include="..\..\submodules\GitHubVSAutomationIDs\GithubVSAutomationIDs\GithubVSTestAutomationIDs.csproj">
176-
<Project>{665078f4-5875-431d-a2cc-421849b43328}</Project>
177-
<Name>GithubVSTestAutomationIDs</Name>
178-
</ProjectReference>
179175
<ProjectReference Include="..\..\submodules\reactiveui\ReactiveUI.Events\ReactiveUI.Events_Net45.csproj">
180176
<Project>{600998c4-54dd-4755-bfa8-6f44544d8e2e}</Project>
181177
<Name>ReactiveUI.Events_Net45</Name>

src/GitHub.UI/GitHub.UI.csproj

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -114,6 +114,11 @@
114114
<DesignTime>True</DesignTime>
115115
<DependentUpon>Resources.resx</DependentUpon>
116116
</Compile>
117+
<Compile Include="TestAutomation\AutomationIDs.Designer.cs">
118+
<AutoGen>True</AutoGen>
119+
<DesignTime>True</DesignTime>
120+
<DependentUpon>AutomationIDs.resx</DependentUpon>
121+
</Compile>
117122
<None Include="..\..\script\Key.snk" Condition="$(Buildtype) == 'Internal'">
118123
<Link>Key.snk</Link>
119124
</None>
@@ -254,6 +259,10 @@
254259
<LastGenOutput>Resources.Designer.cs</LastGenOutput>
255260
<SubType>Designer</SubType>
256261
</EmbeddedResource>
262+
<EmbeddedResource Include="TestAutomation\AutomationIDs.resx">
263+
<Generator>PublicResXFileCodeGenerator</Generator>
264+
<LastGenOutput>AutomationIDs.Designer.cs</LastGenOutput>
265+
</EmbeddedResource>
257266
</ItemGroup>
258267
<ItemGroup>
259268
<ProjectReference Include="..\GitHub.Exports\GitHub.Exports.csproj">

0 commit comments

Comments
 (0)