@@ -4,6 +4,8 @@ VisualStudioVersion = 17.7.34018.315
44MinimumVisualStudioVersion = 16.0
55Project ("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}" ) = "RTEA" , "RTEA.vcxproj" , "{A58C9DD7-8BC7-48DA-9E04-04D04F582BE3}"
66EndProject
7+ Project ("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}" ) = "libluajit" , "external\sources\LuaJIT-2.1\libluajit.vcxproj" , "{9C341649-AA1F-35E8-81E3-228A6A09B2BB}"
8+ EndProject
79Global
810 GlobalSection (SolutionConfigurationPlatforms ) = preSolution
911 Debug Full| x64 = Debug Full| x64
@@ -23,6 +25,16 @@ Global
2325 {A58C9DD7-8BC7-48DA-9E04-04D04F582BE3} .Final| x64 .Build .0 = Final| x64
2426 {A58C9DD7-8BC7-48DA-9E04-04D04F582BE3} .Profiling| x64 .ActiveCfg = Profiling| x64
2527 {A58C9DD7-8BC7-48DA-9E04-04D04F582BE3} .Profiling| x64 .Build .0 = Profiling| x64
28+ {9C341649-AA1F-35E8-81E3-228A6A09B2BB} .Debug Full |x64 .ActiveCfg = Debug| x64
29+ {9C341649-AA1F-35E8-81E3-228A6A09B2BB} .Debug Full |x64 .Build .0 = Debug| x64
30+ {9C341649-AA1F-35E8-81E3-228A6A09B2BB} .Debug Minimal |x64 .ActiveCfg = RelWithDebInfo| x64
31+ {9C341649-AA1F-35E8-81E3-228A6A09B2BB} .Debug Minimal |x64 .Build .0 = RelWithDebInfo| x64
32+ {9C341649-AA1F-35E8-81E3-228A6A09B2BB} .Debug Release |x64 .ActiveCfg = RelWithDebInfo| x64
33+ {9C341649-AA1F-35E8-81E3-228A6A09B2BB} .Debug Release |x64 .Build .0 = RelWithDebInfo| x64
34+ {9C341649-AA1F-35E8-81E3-228A6A09B2BB} .Final| x64 .ActiveCfg = Release| x64
35+ {9C341649-AA1F-35E8-81E3-228A6A09B2BB} .Final| x64 .Build .0 = Release| x64
36+ {9C341649-AA1F-35E8-81E3-228A6A09B2BB} .Profiling| x64 .ActiveCfg = RelWithDebInfo| x64
37+ {9C341649-AA1F-35E8-81E3-228A6A09B2BB} .Profiling| x64 .Build .0 = RelWithDebInfo| x64
2638 EndGlobalSection
2739 GlobalSection (SolutionProperties ) = preSolution
2840 HideSolutionNode = FALSE
0 commit comments