-
Notifications
You must be signed in to change notification settings - Fork 1
/
pico8_ps4.sln
55 lines (55 loc) · 2.98 KB
/
pico8_ps4.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.0.32014.148
MinimumVisualStudioVersion = 10.0.40219.1
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "lua", "lua\lua.vcxproj", "{98C370D4-4DE8-46A1-8DA0-4DBB02122F86}"
ProjectSection(ProjectDependencies) = postProject
{F5E5BB9E-C7B8-4B93-AC74-02EF4D3F3C6A} = {F5E5BB9E-C7B8-4B93-AC74-02EF4D3F3C6A}
EndProjectSection
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "pico8_ps4", "pico8_ps4\pico8_ps4.vcxproj", "{8BF815EC-5349-47AD-A377-730BE2CF26B4}"
ProjectSection(ProjectDependencies) = postProject
{F5E5BB9E-C7B8-4B93-AC74-02EF4D3F3C6A} = {F5E5BB9E-C7B8-4B93-AC74-02EF4D3F3C6A}
EndProjectSection
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "libfixmath", "libfixmath\libfixmath.vcxproj", "{F5E5BB9E-C7B8-4B93-AC74-02EF4D3F3C6A}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|x64 = Debug|x64
Debug|x86 = Debug|x86
Release|x64 = Release|x64
Release|x86 = Release|x86
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{98C370D4-4DE8-46A1-8DA0-4DBB02122F86}.Debug|x64.ActiveCfg = Debug|x64
{98C370D4-4DE8-46A1-8DA0-4DBB02122F86}.Debug|x64.Build.0 = Debug|x64
{98C370D4-4DE8-46A1-8DA0-4DBB02122F86}.Debug|x86.ActiveCfg = Debug|x64
{98C370D4-4DE8-46A1-8DA0-4DBB02122F86}.Release|x64.ActiveCfg = Release|x64
{98C370D4-4DE8-46A1-8DA0-4DBB02122F86}.Release|x64.Build.0 = Release|x64
{98C370D4-4DE8-46A1-8DA0-4DBB02122F86}.Release|x86.ActiveCfg = Release|x64
{8BF815EC-5349-47AD-A377-730BE2CF26B4}.Debug|x64.ActiveCfg = Debug|x64
{8BF815EC-5349-47AD-A377-730BE2CF26B4}.Debug|x64.Build.0 = Debug|x64
{8BF815EC-5349-47AD-A377-730BE2CF26B4}.Debug|x86.ActiveCfg = Debug|Win32
{8BF815EC-5349-47AD-A377-730BE2CF26B4}.Debug|x86.Build.0 = Debug|Win32
{8BF815EC-5349-47AD-A377-730BE2CF26B4}.Release|x64.ActiveCfg = Release|x64
{8BF815EC-5349-47AD-A377-730BE2CF26B4}.Release|x64.Build.0 = Release|x64
{8BF815EC-5349-47AD-A377-730BE2CF26B4}.Release|x86.ActiveCfg = Release|Win32
{8BF815EC-5349-47AD-A377-730BE2CF26B4}.Release|x86.Build.0 = Release|Win32
{F5E5BB9E-C7B8-4B93-AC74-02EF4D3F3C6A}.Debug|x64.ActiveCfg = Debug|x64
{F5E5BB9E-C7B8-4B93-AC74-02EF4D3F3C6A}.Debug|x64.Build.0 = Debug|x64
{F5E5BB9E-C7B8-4B93-AC74-02EF4D3F3C6A}.Debug|x86.ActiveCfg = Debug|Win32
{F5E5BB9E-C7B8-4B93-AC74-02EF4D3F3C6A}.Debug|x86.Build.0 = Debug|Win32
{F5E5BB9E-C7B8-4B93-AC74-02EF4D3F3C6A}.Release|x64.ActiveCfg = Release|x64
{F5E5BB9E-C7B8-4B93-AC74-02EF4D3F3C6A}.Release|x64.Build.0 = Release|x64
{F5E5BB9E-C7B8-4B93-AC74-02EF4D3F3C6A}.Release|x86.ActiveCfg = Release|Win32
{F5E5BB9E-C7B8-4B93-AC74-02EF4D3F3C6A}.Release|x86.Build.0 = Release|Win32
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {D98E6A5F-2382-4941-BBF0-45818D6F1828}
EndGlobalSection
EndGlobal