-
Notifications
You must be signed in to change notification settings - Fork 6
/
lua_asm.sln
64 lines (64 loc) · 3.6 KB
/
lua_asm.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 16
VisualStudioVersion = 16.0.30621.155
MinimumVisualStudioVersion = 10.0.40219.1
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "asm", "asm\asm.vcxproj", "{494842CB-8CC1-4160-AB17-7326E05411D1}"
ProjectSection(ProjectDependencies) = postProject
{B84F7231-16CE-41D8-8C08-7B523FF4225B} = {B84F7231-16CE-41D8-8C08-7B523FF4225B}
EndProjectSection
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "luacore", "third_party\lua\build\luacore.vcxproj", "{B84F7231-16CE-41D8-8C08-7B523FF4225B}"
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "lua", "third_party\lua\build\lua.vcxproj", "{76338556-5419-494A-A4C6-D79090629054}"
ProjectSection(ProjectDependencies) = postProject
{494842CB-8CC1-4160-AB17-7326E05411D1} = {494842CB-8CC1-4160-AB17-7326E05411D1}
EndProjectSection
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "ffi", "third_party\luaffi\makefiles\ffi.vcxproj", "{076A366B-6B75-4D35-A6A9-CA680F0771E3}"
ProjectSection(ProjectDependencies) = postProject
{76338556-5419-494A-A4C6-D79090629054} = {76338556-5419-494A-A4C6-D79090629054}
EndProjectSection
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
{494842CB-8CC1-4160-AB17-7326E05411D1}.Debug|x64.ActiveCfg = Debug|x64
{494842CB-8CC1-4160-AB17-7326E05411D1}.Debug|x64.Build.0 = Debug|x64
{494842CB-8CC1-4160-AB17-7326E05411D1}.Debug|x86.ActiveCfg = Debug|Win32
{494842CB-8CC1-4160-AB17-7326E05411D1}.Debug|x86.Build.0 = Debug|Win32
{494842CB-8CC1-4160-AB17-7326E05411D1}.Release|x64.ActiveCfg = Release|x64
{494842CB-8CC1-4160-AB17-7326E05411D1}.Release|x64.Build.0 = Release|x64
{494842CB-8CC1-4160-AB17-7326E05411D1}.Release|x86.ActiveCfg = Release|Win32
{494842CB-8CC1-4160-AB17-7326E05411D1}.Release|x86.Build.0 = Release|Win32
{B84F7231-16CE-41D8-8C08-7B523FF4225B}.Debug|x64.ActiveCfg = Debug|Win32
{B84F7231-16CE-41D8-8C08-7B523FF4225B}.Debug|x86.ActiveCfg = Debug|Win32
{B84F7231-16CE-41D8-8C08-7B523FF4225B}.Debug|x86.Build.0 = Debug|Win32
{B84F7231-16CE-41D8-8C08-7B523FF4225B}.Release|x64.ActiveCfg = Release|Win32
{B84F7231-16CE-41D8-8C08-7B523FF4225B}.Release|x86.ActiveCfg = Release|Win32
{B84F7231-16CE-41D8-8C08-7B523FF4225B}.Release|x86.Build.0 = Release|Win32
{76338556-5419-494A-A4C6-D79090629054}.Debug|x64.ActiveCfg = Debug|Win32
{76338556-5419-494A-A4C6-D79090629054}.Debug|x86.ActiveCfg = Debug|Win32
{76338556-5419-494A-A4C6-D79090629054}.Debug|x86.Build.0 = Debug|Win32
{76338556-5419-494A-A4C6-D79090629054}.Release|x64.ActiveCfg = Release|Win32
{76338556-5419-494A-A4C6-D79090629054}.Release|x86.ActiveCfg = Release|Win32
{76338556-5419-494A-A4C6-D79090629054}.Release|x86.Build.0 = Release|Win32
{076A366B-6B75-4D35-A6A9-CA680F0771E3}.Debug|x64.ActiveCfg = Debug|Win32
{076A366B-6B75-4D35-A6A9-CA680F0771E3}.Debug|x86.ActiveCfg = Debug|Win32
{076A366B-6B75-4D35-A6A9-CA680F0771E3}.Debug|x86.Build.0 = Debug|Win32
{076A366B-6B75-4D35-A6A9-CA680F0771E3}.Release|x64.ActiveCfg = Release|Win32
{076A366B-6B75-4D35-A6A9-CA680F0771E3}.Release|x86.ActiveCfg = Release|Win32
{076A366B-6B75-4D35-A6A9-CA680F0771E3}.Release|x86.Build.0 = Release|Win32
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {0123F561-EE5B-4672-B4A2-F4BEF04E8340}
EndGlobalSection
EndGlobal