Skip to content

Commit f970ebb

Browse files
committedAug 8, 2024
Tidy up
1 parent 9bc266b commit f970ebb

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed
 

‎AoC.sln

+14
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,20 @@ Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "AoC.Visualisations", "AoC.V
1717
EndProject
1818
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "AoC.Games", "AoC.Games\AoC.Games.csproj", "{9BBE933A-6E2B-40E7-905F-AE748E607DE4}"
1919
EndProject
20+
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Scripts", "Scripts", "{D459B1CB-24A6-4B5F-8577-DA43A199D52D}"
21+
ProjectSection(SolutionItems) = preProject
22+
debug.sh = debug.sh
23+
fix-dependencies.sh = fix-dependencies.sh
24+
game.bat = game.bat
25+
game.sh = game.sh
26+
publish-games.sh = publish-games.sh
27+
repeat.sh = repeat.sh
28+
run.bat = run.bat
29+
run.sh = run.sh
30+
visualise.bat = visualise.bat
31+
visualise.sh = visualise.sh
32+
EndProjectSection
33+
EndProject
2034
Global
2135
GlobalSection(SolutionConfigurationPlatforms) = preSolution
2236
Debug|Any CPU = Debug|Any CPU

0 commit comments

Comments
 (0)
Please sign in to comment.