Skip to content

Commit f71d855

Browse files
authored
Merge pull request #3 from erikyuzwa/move-project-name-first-in-solution-file
move project_name first in the list to become the startup project
2 parents 4751803 + 9b91807 commit f71d855

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/template/projects/VS2022/project_name.sln

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,10 @@ Microsoft Visual Studio Solution File, Format Version 12.00
33
# Visual Studio Version 17
44
VisualStudioVersion = 17.0.31912.275
55
MinimumVisualStudioVersion = 10.0.40219.1
6-
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "raylib", "raylib\raylib.vcxproj", "{E89D61AC-55DE-4482-AFD4-DF7242EBC859}"
7-
EndProject
86
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "project_name", "project_name\project_name.vcxproj", "{0981CA98-E4A5-4DF1-987F-A41D09131EFC}"
97
EndProject
8+
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "raylib", "raylib\raylib.vcxproj", "{E89D61AC-55DE-4482-AFD4-DF7242EBC859}"
9+
EndProject
1010
Global
1111
GlobalSection(SolutionConfigurationPlatforms) = preSolution
1212
Debug.DLL|x64 = Debug.DLL|x64

0 commit comments

Comments
 (0)