mirror of
https://github.com/TombEngine/TombEngine.git
synced 2025-04-28 07:47:57 +03:00

* Sort out compiler errors (excluding external libraries) * Add TODO comment * Use empty() method * Fix wrong casts * Fix new warnings * Fix merge error * Revert "Merge branch 'develop' into sezz_x64" This reverts commitf695769189
, reversing changes made to54c5e0c70d
. * Revert "Revert "Merge branch 'develop' into sezz_x64"" This reverts commite1128c41f8
. * Update all libraries with x86 versions, organize lib directories, update x64 config * Show app bitness in a log file * Fix text rendering by uncommenting ToWString helper function * Ship dlls and automatically replace them when switching between x86/x64 * Update TombEngine.vcxproj * Adjust ammo struct; remove unneeded line * Update broken x64 config for release mode * Fix more project config inconsistencies * Update TombEngine.vcxproj * Remove unnecessary casts * Tabs not spaces * Update TombEngine.vcxproj.user * Revert "Update TombEngine.vcxproj.user" This reverts commitc168943ed0
. * Add x64 lua53.lib, remove DLLs. --------- Co-authored-by: Sezz <sezzary@outlook.com> Co-authored-by: Stranger1992 <84292688+Stranger1992@users.noreply.github.com> Co-authored-by: hispidence <squidshirehimself@gmail.com>
31 lines
1.4 KiB
Text
31 lines
1.4 KiB
Text
|
|
Microsoft Visual Studio Solution File, Format Version 12.00
|
|
# Visual Studio Version 17
|
|
VisualStudioVersion = 17.4.33205.214
|
|
MinimumVisualStudioVersion = 10.0.40219.1
|
|
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "TombEngine", "TombEngine\TombEngine.vcxproj", "{15AB0220-541C-4DA1-94EB-ED3C47E4582E}"
|
|
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
|
|
{15AB0220-541C-4DA1-94EB-ED3C47E4582E}.Debug|x64.ActiveCfg = Debug|x64
|
|
{15AB0220-541C-4DA1-94EB-ED3C47E4582E}.Debug|x64.Build.0 = Debug|x64
|
|
{15AB0220-541C-4DA1-94EB-ED3C47E4582E}.Debug|x86.ActiveCfg = Debug|Win32
|
|
{15AB0220-541C-4DA1-94EB-ED3C47E4582E}.Debug|x86.Build.0 = Debug|Win32
|
|
{15AB0220-541C-4DA1-94EB-ED3C47E4582E}.Release|x64.ActiveCfg = Release|x64
|
|
{15AB0220-541C-4DA1-94EB-ED3C47E4582E}.Release|x64.Build.0 = Release|x64
|
|
{15AB0220-541C-4DA1-94EB-ED3C47E4582E}.Release|x86.ActiveCfg = Release|Win32
|
|
{15AB0220-541C-4DA1-94EB-ED3C47E4582E}.Release|x86.Build.0 = Release|Win32
|
|
EndGlobalSection
|
|
GlobalSection(SolutionProperties) = preSolution
|
|
HideSolutionNode = FALSE
|
|
EndGlobalSection
|
|
GlobalSection(ExtensibilityGlobals) = postSolution
|
|
SolutionGuid = {1689BEF8-E05F-46C0-AFCA-E04DCB4EF2B2}
|
|
EndGlobalSection
|
|
EndGlobal
|