-
Notifications
You must be signed in to change notification settings - Fork 0
/
BattyEngine.sln
64 lines (64 loc) · 3.67 KB
/
BattyEngine.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.8.34330.188
MinimumVisualStudioVersion = 10.0.40219.1
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "BattyEngine", "BattyEngine.vcxproj", "{81CDEFC7-46CE-44F1-842C-A4CCBF40781F}"
ProjectSection(ProjectDependencies) = postProject
{E89D61AC-55DE-4482-AFD4-DF7242EBC859} = {E89D61AC-55DE-4482-AFD4-DF7242EBC859}
EndProjectSection
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "raylib", "raylib\projects\VS2022\raylib\raylib.vcxproj", "{E89D61AC-55DE-4482-AFD4-DF7242EBC859}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug.DLL|x64 = Debug.DLL|x64
Debug.DLL|x86 = Debug.DLL|x86
Debug|x64 = Debug|x64
Debug|x86 = Debug|x86
Release.DLL|x64 = Release.DLL|x64
Release.DLL|x86 = Release.DLL|x86
Release|x64 = Release|x64
Release|x86 = Release|x86
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{81CDEFC7-46CE-44F1-842C-A4CCBF40781F}.Debug.DLL|x64.ActiveCfg = Debug|x64
{81CDEFC7-46CE-44F1-842C-A4CCBF40781F}.Debug.DLL|x64.Build.0 = Debug|x64
{81CDEFC7-46CE-44F1-842C-A4CCBF40781F}.Debug.DLL|x86.ActiveCfg = Debug|Win32
{81CDEFC7-46CE-44F1-842C-A4CCBF40781F}.Debug.DLL|x86.Build.0 = Debug|Win32
{81CDEFC7-46CE-44F1-842C-A4CCBF40781F}.Debug|x64.ActiveCfg = Debug|x64
{81CDEFC7-46CE-44F1-842C-A4CCBF40781F}.Debug|x64.Build.0 = Debug|x64
{81CDEFC7-46CE-44F1-842C-A4CCBF40781F}.Debug|x86.ActiveCfg = Debug|Win32
{81CDEFC7-46CE-44F1-842C-A4CCBF40781F}.Debug|x86.Build.0 = Debug|Win32
{81CDEFC7-46CE-44F1-842C-A4CCBF40781F}.Release.DLL|x64.ActiveCfg = Release|x64
{81CDEFC7-46CE-44F1-842C-A4CCBF40781F}.Release.DLL|x64.Build.0 = Release|x64
{81CDEFC7-46CE-44F1-842C-A4CCBF40781F}.Release.DLL|x86.ActiveCfg = Release|Win32
{81CDEFC7-46CE-44F1-842C-A4CCBF40781F}.Release.DLL|x86.Build.0 = Release|Win32
{81CDEFC7-46CE-44F1-842C-A4CCBF40781F}.Release|x64.ActiveCfg = Release|x64
{81CDEFC7-46CE-44F1-842C-A4CCBF40781F}.Release|x64.Build.0 = Release|x64
{81CDEFC7-46CE-44F1-842C-A4CCBF40781F}.Release|x86.ActiveCfg = Release|Win32
{81CDEFC7-46CE-44F1-842C-A4CCBF40781F}.Release|x86.Build.0 = Release|Win32
{E89D61AC-55DE-4482-AFD4-DF7242EBC859}.Debug.DLL|x64.ActiveCfg = Debug.DLL|x64
{E89D61AC-55DE-4482-AFD4-DF7242EBC859}.Debug.DLL|x64.Build.0 = Debug.DLL|x64
{E89D61AC-55DE-4482-AFD4-DF7242EBC859}.Debug.DLL|x86.ActiveCfg = Debug.DLL|Win32
{E89D61AC-55DE-4482-AFD4-DF7242EBC859}.Debug.DLL|x86.Build.0 = Debug.DLL|Win32
{E89D61AC-55DE-4482-AFD4-DF7242EBC859}.Debug|x64.ActiveCfg = Debug|x64
{E89D61AC-55DE-4482-AFD4-DF7242EBC859}.Debug|x64.Build.0 = Debug|x64
{E89D61AC-55DE-4482-AFD4-DF7242EBC859}.Debug|x86.ActiveCfg = Debug|Win32
{E89D61AC-55DE-4482-AFD4-DF7242EBC859}.Debug|x86.Build.0 = Debug|Win32
{E89D61AC-55DE-4482-AFD4-DF7242EBC859}.Release.DLL|x64.ActiveCfg = Release.DLL|x64
{E89D61AC-55DE-4482-AFD4-DF7242EBC859}.Release.DLL|x64.Build.0 = Release.DLL|x64
{E89D61AC-55DE-4482-AFD4-DF7242EBC859}.Release.DLL|x86.ActiveCfg = Release.DLL|Win32
{E89D61AC-55DE-4482-AFD4-DF7242EBC859}.Release.DLL|x86.Build.0 = Release.DLL|Win32
{E89D61AC-55DE-4482-AFD4-DF7242EBC859}.Release|x64.ActiveCfg = Release|x64
{E89D61AC-55DE-4482-AFD4-DF7242EBC859}.Release|x64.Build.0 = Release|x64
{E89D61AC-55DE-4482-AFD4-DF7242EBC859}.Release|x86.ActiveCfg = Release|Win32
{E89D61AC-55DE-4482-AFD4-DF7242EBC859}.Release|x86.Build.0 = Release|Win32
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {E989E0B9-A947-4BD3-A2BD-F483ED1B547C}
EndGlobalSection
EndGlobal