-
Notifications
You must be signed in to change notification settings - Fork 1
/
Chirpys-Adventure.sln
47 lines (47 loc) · 1.75 KB
/
Chirpys-Adventure.sln
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.29509.3
MinimumVisualStudioVersion = 10.0.40219.1
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "src", "src", "{CE276D1D-0DF9-4731-9A10-AC88C9C18A13}"
ProjectSection(SolutionItems) = preProject
source\animations.c = source\animations.c
source\game.c = source\game.c
source\interrupt.c = source\interrupt.c
source\lang.c = source\lang.c
source\main.c = source\main.c
source\menus.c = source\menus.c
source\player.c = source\player.c
source\sound.c = source\sound.c
source\sram.c = source\sram.c
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "include", "include", "{208E7AC4-2007-4C84-85F0-06368BE88F10}"
ProjectSection(SolutionItems) = preProject
include\animations.h = include\animations.h
include\data.h = include\data.h
include\game.h = include\game.h
include\interrupt.h = include\interrupt.h
include\lang.h = include\lang.h
include\menus.h = include\menus.h
include\sound.h = include\sound.h
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "other", "other", "{6774F1E9-177E-4327-AC49-96232B9EDCDC}"
ProjectSection(SolutionItems) = preProject
makefile = makefile
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "data", "data", "{F5D705F2-FA04-42B0-A2DB-69C0F8CC5666}"
ProjectSection(SolutionItems) = preProject
build\soundbank.h = build\soundbank.h
EndProjectSection
EndProject
Global
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {6379D98B-D1D9-44BD-BF1D-7DB229043CE3}
EndGlobalSection
EndGlobal