-
Notifications
You must be signed in to change notification settings - Fork 0
/
RPG4.sln
90 lines (90 loc) · 5.6 KB
/
RPG4.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
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.27703.2026
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "RPG4", "RPG4\RPG4.csproj", "{C92D6EC2-14BA-4C20-AA70-45D04AA2C625}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "RpeggiatorScreenEditor", "RpeggiatorScreenEditor\RpeggiatorScreenEditor.csproj", "{94379C80-6361-4FAD-9C94-FB4D57686C17}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "RpeggiatorLib", "RpeggiatorLib\RpeggiatorLib.csproj", "{5A088996-27F1-4A63-941A-5A14B67D6111}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Resources", "Resources", "{CCDED375-EBCD-42C1-8FAB-DB17A6AE742A}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Images", "Images", "{BC70DD2F-FCCB-4335-92D3-1AA21115CA36}"
ProjectSection(SolutionItems) = preProject
Resources\Images\Arrow.png = Resources\Images\Arrow.png
Resources\Images\Bomb.png = Resources\Images\Bomb.png
Resources\Images\Bow.png = Resources\Images\Bow.png
Resources\Images\Chest.png = Resources\Images\Chest.png
Resources\Images\Coin.png = Resources\Images\Coin.png
Resources\Images\Door.png = Resources\Images\Door.png
Resources\Images\DoorLocked.png = Resources\Images\DoorLocked.png
Resources\Images\Enemy.png = Resources\Images\Enemy.png
Resources\Images\EnemyRecovery0.png = Resources\Images\EnemyRecovery0.png
Resources\Images\EnemyRecovery1.png = Resources\Images\EnemyRecovery1.png
Resources\Images\Keyring.png = Resources\Images\Keyring.png
Resources\Images\Lamp.png = Resources\Images\Lamp.png
Resources\Images\LifePotionLarge.png = Resources\Images\LifePotionLarge.png
Resources\Images\LifePotionMedium.png = Resources\Images\LifePotionMedium.png
Resources\Images\LifePotionSmall.png = Resources\Images\LifePotionSmall.png
Resources\Images\OpenChest.png = Resources\Images\OpenChest.png
Resources\Images\Pit.png = Resources\Images\Pit.png
Resources\Images\Player.png = Resources\Images\Player.png
Resources\Images\PlayerRecovery0.png = Resources\Images\PlayerRecovery0.png
Resources\Images\PlayerRecovery1.png = Resources\Images\PlayerRecovery1.png
Resources\Images\PlayerRecoveryShield0.png = Resources\Images\PlayerRecoveryShield0.png
Resources\Images\PlayerRecoveryShield1.png = Resources\Images\PlayerRecoveryShield1.png
C:\Users\LPI\Desktop\souk\app\p_animated\PlayerRecoverySword0.png = C:\Users\LPI\Desktop\souk\app\p_animated\PlayerRecoverySword0.png
Resources\Images\PlayerRecoverySword0.png = Resources\Images\PlayerRecoverySword0.png
C:\Users\LPI\Desktop\souk\app\p_animated\PlayerRecoverySword1.png = C:\Users\LPI\Desktop\souk\app\p_animated\PlayerRecoverySword1.png
Resources\Images\PlayerRecoverySword1.png = Resources\Images\PlayerRecoverySword1.png
Resources\Images\PlayerShield.png = Resources\Images\PlayerShield.png
C:\Users\LPI\Desktop\souk\app\p_animated\PlayerSword.png = C:\Users\LPI\Desktop\souk\app\p_animated\PlayerSword.png
Resources\Images\PlayerSword.png = Resources\Images\PlayerSword.png
Resources\Images\Tree.png = Resources\Images\Tree.png
Resources\Images\TriggerOff.png = Resources\Images\TriggerOff.png
Resources\Images\TriggerOn.png = Resources\Images\TriggerOn.png
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Debug|x64 = Debug|x64
Release|Any CPU = Release|Any CPU
Release|x64 = Release|x64
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{C92D6EC2-14BA-4C20-AA70-45D04AA2C625}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{C92D6EC2-14BA-4C20-AA70-45D04AA2C625}.Debug|Any CPU.Build.0 = Debug|Any CPU
{C92D6EC2-14BA-4C20-AA70-45D04AA2C625}.Debug|x64.ActiveCfg = Debug|x64
{C92D6EC2-14BA-4C20-AA70-45D04AA2C625}.Debug|x64.Build.0 = Debug|x64
{C92D6EC2-14BA-4C20-AA70-45D04AA2C625}.Release|Any CPU.ActiveCfg = Release|Any CPU
{C92D6EC2-14BA-4C20-AA70-45D04AA2C625}.Release|Any CPU.Build.0 = Release|Any CPU
{C92D6EC2-14BA-4C20-AA70-45D04AA2C625}.Release|x64.ActiveCfg = Release|x64
{C92D6EC2-14BA-4C20-AA70-45D04AA2C625}.Release|x64.Build.0 = Release|x64
{94379C80-6361-4FAD-9C94-FB4D57686C17}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{94379C80-6361-4FAD-9C94-FB4D57686C17}.Debug|Any CPU.Build.0 = Debug|Any CPU
{94379C80-6361-4FAD-9C94-FB4D57686C17}.Debug|x64.ActiveCfg = Debug|Any CPU
{94379C80-6361-4FAD-9C94-FB4D57686C17}.Release|Any CPU.ActiveCfg = Release|Any CPU
{94379C80-6361-4FAD-9C94-FB4D57686C17}.Release|Any CPU.Build.0 = Release|Any CPU
{94379C80-6361-4FAD-9C94-FB4D57686C17}.Release|x64.ActiveCfg = Release|Any CPU
{5A088996-27F1-4A63-941A-5A14B67D6111}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{5A088996-27F1-4A63-941A-5A14B67D6111}.Debug|Any CPU.Build.0 = Debug|Any CPU
{5A088996-27F1-4A63-941A-5A14B67D6111}.Debug|x64.ActiveCfg = Debug|x64
{5A088996-27F1-4A63-941A-5A14B67D6111}.Debug|x64.Build.0 = Debug|x64
{5A088996-27F1-4A63-941A-5A14B67D6111}.Release|Any CPU.ActiveCfg = Release|Any CPU
{5A088996-27F1-4A63-941A-5A14B67D6111}.Release|Any CPU.Build.0 = Release|Any CPU
{5A088996-27F1-4A63-941A-5A14B67D6111}.Release|x64.ActiveCfg = Release|x64
{5A088996-27F1-4A63-941A-5A14B67D6111}.Release|x64.Build.0 = Release|x64
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{BC70DD2F-FCCB-4335-92D3-1AA21115CA36} = {CCDED375-EBCD-42C1-8FAB-DB17A6AE742A}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {E39D0E1D-322F-430C-8FE1-8D1465ED9A06}
EndGlobalSection
EndGlobal