Skip to content

Commit e9fb0cf

Browse files
committed
Moved CShell to be the first project in sln file.
First project is by default the startup project for the solution.
1 parent 4d757a5 commit e9fb0cf

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

Src/CShell.sln

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@ Microsoft Visual Studio Solution File, Format Version 12.00
33
# Visual Studio 2013
44
VisualStudioVersion = 12.0.30110.0
55
MinimumVisualStudioVersion = 10.0.40219.1
6+
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "CShell", "CShell\CShell.csproj", "{751E2557-C070-480D-A3B9-662CDFE03907}"
7+
EndProject
68
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Files", "Files", "{CE1B7BD1-A200-4887-8090-42C10D816D2F}"
79
ProjectSection(SolutionItems) = preProject
810
..\Doc\Links.txt = ..\Doc\Links.txt
@@ -19,8 +21,6 @@ Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = ".nuget", ".nuget", "{4A604F
1921
.nuget\NuGet.targets = .nuget\NuGet.targets
2022
EndProjectSection
2123
EndProject
22-
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "CShell", "CShell\CShell.csproj", "{751E2557-C070-480D-A3B9-662CDFE03907}"
23-
EndProject
2424
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "CShellCore.CodeCompletion", "CShellCore.CodeCompletion\CShellCore.CodeCompletion.csproj", "{2ADF8E19-B896-4778-8391-BC55FB100852}"
2525
EndProject
2626
Global

0 commit comments

Comments
 (0)