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

Commit 6766d79

Browse files
committed
rename project path in .sln
1 parent 17aae15 commit 6766d79

File tree

5 files changed

+7
-7
lines changed

5 files changed

+7
-7
lines changed

GitHubVS.sln

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -104,9 +104,9 @@ 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}"
107+
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "GitHubVSTestAutomationIDs", "GitHubVSTestAutomationIDs", "{4405C20E-A72A-4807-9480-14E9BB558347}"
108108
EndProject
109-
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "GithubVSTestAutomationIDs", "submodules\GitHubVSAutomationIDs\GithubVSAutomationIDs\GithubVSTestAutomationIDs.csproj", "{665078F4-5875-431D-A2CC-421849B43328}"
109+
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "GitHubVSTestAutomationIDs", "submodules\GitHubVSTestAutomationIDs\GitHubVSTestAutomationIDs\GitHubVSTestAutomationIDs.csproj", "{665078F4-5875-431D-A2CC-421849B43328}"
110110
EndProject
111111
Global
112112
GlobalSection(SolutionConfigurationPlatforms) = preSolution

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -172,7 +172,7 @@
172172
<None Include="packages.config" />
173173
</ItemGroup>
174174
<ItemGroup>
175-
<ProjectReference Include="..\..\submodules\GitHubVSAutomationIDs\GithubVSAutomationIDs\GithubVSTestAutomationIDs.csproj">
175+
<ProjectReference Include="..\..\submodules\GitHubVSTestAutomationIDs\GitHubVSTestAutomationIDs\GitHubVSTestAutomationIDs.csproj">
176176
<Project>{665078f4-5875-431d-a2cc-421849b43328}</Project>
177177
<Name>GithubVSTestAutomationIDs</Name>
178178
</ProjectReference>

src/GitHub.VisualStudio.UI/GitHub.VisualStudio.UI.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -200,7 +200,7 @@
200200
</Page>
201201
</ItemGroup>
202202
<ItemGroup>
203-
<ProjectReference Include="..\..\submodules\GitHubVSAutomationIDs\GithubVSAutomationIDs\GithubVSTestAutomationIDs.csproj">
203+
<ProjectReference Include="..\..\submodules\GitHubVSTestAutomationIDs\GitHubVSTestAutomationIDs\GitHubVSTestAutomationIDs.csproj">
204204
<Project>{665078f4-5875-431d-a2cc-421849b43328}</Project>
205205
<Name>GithubVSTestAutomationIDs</Name>
206206
</ProjectReference>

src/GitHub.VisualStudio/GitHub.VisualStudio.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@
100100
<PropertyGroup Condition="'$(BuildingInsideVisualStudio)' != 'true'">
101101
<!-- Only deploy extension when building inside Visual Studio -->
102102
<DeployExtension>false</DeployExtension>
103-
</PropertyGroup>
103+
</PropertyGroup>
104104
<PropertyGroup Condition="$(Buildtype) == 'Internal'">
105105
<AssemblyOriginatorKeyFile>..\..\script\Key.snk</AssemblyOriginatorKeyFile>
106106
<SignAssembly>true</SignAssembly>
@@ -580,7 +580,7 @@
580580
<IncludeOutputGroupsInVSIX>BuiltProjectOutputGroup;GetCopyToOutputDirectoryItems;DebugSymbolsProjectOutputGroup;</IncludeOutputGroupsInVSIX>
581581
<IncludeOutputGroupsInVSIXLocalOnly>DebugSymbolsProjectOutputGroup;</IncludeOutputGroupsInVSIXLocalOnly>
582582
</ProjectReference>
583-
<ProjectReference Include="..\..\submodules\GitHubVSAutomationIDs\GithubVSAutomationIDs\GithubVSTestAutomationIDs.csproj">
583+
<ProjectReference Include="..\..\submodules\GitHubVSTestAutomationIDs\GitHubVSTestAutomationIDs\GitHubVSTestAutomationIDs.csproj">
584584
<Project>{665078f4-5875-431d-a2cc-421849b43328}</Project>
585585
<Name>GithubVSTestAutomationIDs</Name>
586586
</ProjectReference>

src/UnitTests/UnitTests.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -280,7 +280,7 @@
280280
<Project>{B4E665E5-6CAF-4414-A6E2-8DE1C3BCF203}</Project>
281281
<Name>Akavache_Net45</Name>
282282
</ProjectReference>
283-
<ProjectReference Include="..\..\submodules\GitHubVSAutomationIDs\GithubVSAutomationIDs\GithubVSTestAutomationIDs.csproj">
283+
<ProjectReference Include="..\..\submodules\GitHubVSTestAutomationIDs\GitHubVSTestAutomationIDs\GitHubVSTestAutomationIDs.csproj">
284284
<Project>{665078f4-5875-431d-a2cc-421849b43328}</Project>
285285
<Name>GithubVSTestAutomationIDs</Name>
286286
</ProjectReference>

0 commit comments

Comments
 (0)