From 204144d1214f0abe391a45084cbbbff3d6a87465 Mon Sep 17 00:00:00 2001 From: Marc Cannon Date: Thu, 24 Jan 2013 21:44:23 -0500 Subject: [PATCH] OpenITG VS2k10 project file tweaks: - Remove "Release-arcade"; it's not meaningful here, since ITG_ARCADE allows for RoXoR drive fixups - "Release-home" -> "Release", "Release-home-SSE2" -> "Release-SSE2" - Set target names appropriately for each build type ("OpenITG", "OpenITG-SSE2", "OpenITG-debug", etc.) - Don't include precompiled header for iButton code; it mucks with partial rebuilds - When optimising, favor fast code over small code - Deprecate DShow support (this rev excludes MovieTexture_DShow and the BaseClasses filter) --- src/StepMania-net2010.sln | 28 +- src/StepMania-net2010.vcxproj | 688 +++++++++++++++++++++--------------------- 2 files changed, 353 insertions(+), 363 deletions(-) diff --git a/src/StepMania-net2010.sln b/src/StepMania-net2010.sln index 6b41f457..5666ba45 100644 --- a/src/StepMania-net2010.sln +++ b/src/StepMania-net2010.sln @@ -16,9 +16,7 @@ Global Debug|Win32 = Debug|Win32 FastDebug|Win32 = FastDebug|Win32 Release|Win32 = Release|Win32 - Release-Arcade|Win32 = Release-Arcade|Win32 - Release-Home|Win32 = Release-Home|Win32 - Release-Home-SSE2|Win32 = Release-Home-SSE2|Win32 + Release-SSE2|Win32 = Release-SSE2|Win32 EndGlobalSection GlobalSection(ProjectConfigurationPlatforms) = postSolution {922728D0-EA2B-4CE3-95A5-C3A578327C85}.Debug|Win32.ActiveCfg = Debug|Win32 @@ -27,36 +25,24 @@ Global {922728D0-EA2B-4CE3-95A5-C3A578327C85}.FastDebug|Win32.Build.0 = FastDebug|Win32 {922728D0-EA2B-4CE3-95A5-C3A578327C85}.Release|Win32.ActiveCfg = Release|Win32 {922728D0-EA2B-4CE3-95A5-C3A578327C85}.Release|Win32.Build.0 = Release|Win32 - {922728D0-EA2B-4CE3-95A5-C3A578327C85}.Release-Arcade|Win32.ActiveCfg = Release-Arcade|Win32 - {922728D0-EA2B-4CE3-95A5-C3A578327C85}.Release-Arcade|Win32.Build.0 = Release-Arcade|Win32 - {922728D0-EA2B-4CE3-95A5-C3A578327C85}.Release-Home|Win32.ActiveCfg = Release-Home|Win32 - {922728D0-EA2B-4CE3-95A5-C3A578327C85}.Release-Home|Win32.Build.0 = Release-Home|Win32 - {922728D0-EA2B-4CE3-95A5-C3A578327C85}.Release-Home-SSE2|Win32.ActiveCfg = Release-Home-SSE2|Win32 - {922728D0-EA2B-4CE3-95A5-C3A578327C85}.Release-Home-SSE2|Win32.Build.0 = Release-Home-SSE2|Win32 + {922728D0-EA2B-4CE3-95A5-C3A578327C85}.Release-SSE2|Win32.ActiveCfg = Release-SSE2|Win32 + {922728D0-EA2B-4CE3-95A5-C3A578327C85}.Release-SSE2|Win32.Build.0 = Release-SSE2|Win32 {E3802982-DCB6-4D85-A2BD-6B08F0657E79}.Debug|Win32.ActiveCfg = Debug|Win32 {E3802982-DCB6-4D85-A2BD-6B08F0657E79}.Debug|Win32.Build.0 = Debug|Win32 {E3802982-DCB6-4D85-A2BD-6B08F0657E79}.FastDebug|Win32.ActiveCfg = Debug|Win32 {E3802982-DCB6-4D85-A2BD-6B08F0657E79}.FastDebug|Win32.Build.0 = Debug|Win32 {E3802982-DCB6-4D85-A2BD-6B08F0657E79}.Release|Win32.ActiveCfg = Release|Win32 {E3802982-DCB6-4D85-A2BD-6B08F0657E79}.Release|Win32.Build.0 = Release|Win32 - {E3802982-DCB6-4D85-A2BD-6B08F0657E79}.Release-Arcade|Win32.ActiveCfg = Release|Win32 - {E3802982-DCB6-4D85-A2BD-6B08F0657E79}.Release-Arcade|Win32.Build.0 = Release|Win32 - {E3802982-DCB6-4D85-A2BD-6B08F0657E79}.Release-Home|Win32.ActiveCfg = Release|Win32 - {E3802982-DCB6-4D85-A2BD-6B08F0657E79}.Release-Home|Win32.Build.0 = Release|Win32 - {E3802982-DCB6-4D85-A2BD-6B08F0657E79}.Release-Home-SSE2|Win32.ActiveCfg = Release|Win32 - {E3802982-DCB6-4D85-A2BD-6B08F0657E79}.Release-Home-SSE2|Win32.Build.0 = Release|Win32 + {E3802982-DCB6-4D85-A2BD-6B08F0657E79}.Release-SSE2|Win32.ActiveCfg = Release-SSE2|Win32 + {E3802982-DCB6-4D85-A2BD-6B08F0657E79}.Release-SSE2|Win32.Build.0 = Release-SSE2|Win32 {42109FEE-B0B9-4FCD-9E56-2863BF8C55D2}.Debug|Win32.ActiveCfg = Debug|Win32 {42109FEE-B0B9-4FCD-9E56-2863BF8C55D2}.Debug|Win32.Build.0 = Debug|Win32 {42109FEE-B0B9-4FCD-9E56-2863BF8C55D2}.FastDebug|Win32.ActiveCfg = Debug|Win32 {42109FEE-B0B9-4FCD-9E56-2863BF8C55D2}.FastDebug|Win32.Build.0 = Debug|Win32 {42109FEE-B0B9-4FCD-9E56-2863BF8C55D2}.Release|Win32.ActiveCfg = Release|Win32 {42109FEE-B0B9-4FCD-9E56-2863BF8C55D2}.Release|Win32.Build.0 = Release|Win32 - {42109FEE-B0B9-4FCD-9E56-2863BF8C55D2}.Release-Arcade|Win32.ActiveCfg = Release|Win32 - {42109FEE-B0B9-4FCD-9E56-2863BF8C55D2}.Release-Arcade|Win32.Build.0 = Release|Win32 - {42109FEE-B0B9-4FCD-9E56-2863BF8C55D2}.Release-Home|Win32.ActiveCfg = Release|Win32 - {42109FEE-B0B9-4FCD-9E56-2863BF8C55D2}.Release-Home|Win32.Build.0 = Release|Win32 - {42109FEE-B0B9-4FCD-9E56-2863BF8C55D2}.Release-Home-SSE2|Win32.ActiveCfg = Release|Win32 - {42109FEE-B0B9-4FCD-9E56-2863BF8C55D2}.Release-Home-SSE2|Win32.Build.0 = Release|Win32 + {42109FEE-B0B9-4FCD-9E56-2863BF8C55D2}.Release-SSE2|Win32.ActiveCfg = Release-SSE2|Win32 + {42109FEE-B0B9-4FCD-9E56-2863BF8C55D2}.Release-SSE2|Win32.Build.0 = Release-SSE2|Win32 EndGlobalSection GlobalSection(SolutionProperties) = preSolution HideSolutionNode = FALSE diff --git a/src/StepMania-net2010.vcxproj b/src/StepMania-net2010.vcxproj index aa1952d1..ec1097a1 100644 --- a/src/StepMania-net2010.vcxproj +++ b/src/StepMania-net2010.vcxproj @@ -9,16 +9,8 @@ FastDebug Win32 - - Release-Arcade - Win32 - - - Release-Home-SSE2 - Win32 - - - Release-Home + + Release-SSE2 Win32 @@ -33,27 +25,17 @@ MFCProj - - Application - false - MultiByte - - - Application - false - MultiByte - - + Application false MultiByte - + Application false MultiByte - + Application false MultiByte @@ -66,23 +48,15 @@ - - - - - - - - - + - + - + @@ -93,37 +67,29 @@ <_ProjectFileVersion>10.0.30319.1 - $(TargetDir) - $(SolutionDir)/build-vs2010/$(ProjectName)/$(Configuration)\ + $(SolutionDir)/../Program/ + $(SolutionDir)/build-vs2010/$(ProjectName)/$(Configuration)/ true - $(TargetDir) - $(SolutionDir)/build-vs2010/$(ProjectName)/$(Configuration)\ + $(SolutionDir)/../Program/ + $(SolutionDir)/../Program/ + $(SolutionDir)/build-vs2010/$(ProjectName)/$(Configuration)/ + $(SolutionDir)/build-vs2010/$(ProjectName)/$(Configuration)/ false - $(TargetDir) - $(SolutionDir)/build-vs2010/$(ProjectName)/$(Configuration)\ + false + $(SolutionDir)/../Program/ + $(SolutionDir)/build-vs2010/$(ProjectName)/$(Configuration)/ true - $(TargetDir) - $(SolutionDir)/build-vs2010/$(ProjectName)/$(Configuration)\ - false - $(TargetDir) - $(SolutionDir)/build-vs2010/$(ProjectName)/$(Configuration)\ - false - $(TargetDir) - $(SolutionDir)/build-vs2010/$(ProjectName)/$(Configuration)\ - false - true - $(ProgramFiles)\Microsoft DirectX 9.0 SDK (October 2004)\Include;$(IncludePath) - $(ProgramFiles)\Microsoft DirectX 9.0 SDK (October 2004)\Lib;$(LibraryPath) - $(ProgramFiles)\Microsoft DirectX 9.0 SDK (October 2004)\Include;$(IncludePath) - $(ProgramFiles)\Microsoft DirectX 9.0 SDK (October 2004)\Lib;$(LibraryPath) - $(ProgramFiles)\Microsoft DirectX 9.0 SDK (October 2004)\Include;$(IncludePath) - $(ProgramFiles)\Microsoft DirectX 9.0 SDK (October 2004)\Lib;$(LibraryPath) - $(ProgramFiles)\Microsoft DirectX 9.0 SDK (October 2004)\Include;$(IncludePath) - $(ProgramFiles)\Microsoft DirectX 9.0 SDK (October 2004)\Lib;$(LibraryPath) - $(ProgramFiles)\Microsoft DirectX 9.0 SDK (October 2004)\Include;$(IncludePath) - $(ProgramFiles)\Microsoft DirectX 9.0 SDK (October 2004)\Lib;$(LibraryPath) - $(ProgramFiles)\Microsoft DirectX 9.0 SDK (October 2004)\Include;$(IncludePath) - $(ProgramFiles)\Microsoft DirectX 9.0 SDK (October 2004)\Lib;$(LibraryPath) + $(IncludePath) + $(LibraryPath) + $(IncludePath) + $(LibraryPath) + $(IncludePath) + $(IncludePath) + $(LibraryPath) + $(LibraryPath) + $(ProjectName)-SSE2 + $(ProjectName)-fastdebug + $(ProjectName)-debug @@ -139,13 +105,14 @@ Disabled - .;vorbis;libjpeg;lua-5.0\include;libusb\include;BaseClasses;libtomcrypt\src\headers;%(AdditionalIncludeDirectories) - WIN32;_DEBUG;_WINDOWS;WINDOWS;DEBUG;_CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions) + $(ProjectDir);vorbis;libjpeg;lua-5.0\include;libusb\include;BaseClasses;libtomcrypt\src\headers;%(AdditionalIncludeDirectories) + + false EnableFastChecks - MultiThreadedDebug + MultiThreadedDebugDLL NotSet true Use @@ -159,6 +126,8 @@ Level4 true EditAndContinue + true + false _DEBUG;%(PreprocessorDefinitions) @@ -167,7 +136,7 @@ /MACHINE:I386 "$(IntDir)verstub.obj" shell32.lib;gdi32.lib;user32.lib;ole32.lib;advapi32.lib;libusb.lib;%(AdditionalDependencies) - ../Program/OpenITG-debug.exe + $(OutDir)/$(TargetFileName) true libusb\lib\msvc;%(AdditionalLibraryDirectories) wininet.lib;msimg32.lib;libci.lib;libcmtd.lib;libcmt.lib;%(IgnoreSpecificDefaultLibraries) @@ -182,9 +151,11 @@ false + + - archutils\Win32\mapconv "$(IntDir)$(TargetName).map" "$(TargetDir)\OpenITG-debug.vdi" + archutils\Win32\mapconv "$(IntDir)$(TargetName).map" "$(OutDir)\$(TargetName).vdi" archutils\Win32\verinc & @@ -209,9 +180,10 @@ cl /Zl /nologo /c verstub.cpp /Fo"$(IntDir)/verstub.obj" Full AnySuitable true - Size - .;vorbis;libjpeg;lua-5.0\include;libusb\include;BaseClasses;libtomcrypt\src\headers;%(AdditionalIncludeDirectories) - WIN32;NDEBUG;_WINDOWS;WINDOWS;RELEASE;%(PreprocessorDefinitions) + Speed + $(ProjectDir);vorbis;libjpeg;lua-5.0\include;libusb\include;BaseClasses;libtomcrypt\src\headers;%(AdditionalIncludeDirectories) + + true false @@ -231,6 +203,8 @@ cl /Zl /nologo /c verstub.cpp /Fo"$(IntDir)/verstub.obj" Level4 true ProgramDatabase + true + false NDEBUG;%(PreprocessorDefinitions) @@ -239,7 +213,7 @@ cl /Zl /nologo /c verstub.cpp /Fo"$(IntDir)/verstub.obj" /MACHINE:I386 "$(IntDir)verstub.obj" libusb.lib;shell32.lib;gdi32.lib;user32.lib;ole32.lib;advapi32.lib;%(AdditionalDependencies) - ../Program/OpenITG-PC.exe + $(OutDir)/$(TargetFileName) true libusb\lib\msvc;%(AdditionalLibraryDirectories) wininet.lib;msimg32.lib;libci.lib;libcmt.lib;%(IgnoreSpecificDefaultLibraries) @@ -251,72 +225,11 @@ cl /Zl /nologo /c verstub.cpp /Fo"$(IntDir)/verstub.obj" false + + - archutils\Win32\mapconv "$(IntDir)$(TargetName).map" "$(TargetDir)\OpenITG-AC.vdi" - - - archutils\Win32\verinc & -cl /Zl /nologo /c verstub.cpp /Fo"$(IntDir)/verstub.obj" - Create build-specific info for Windows debug - - - - - archutils\Win32\gen-git-verinfo.bat - Pull revision info from Git - - - _DEBUG;%(PreprocessorDefinitions) - true - true - Win32 - .\../StepMania.tlb - - - /EHa %(AdditionalOptions) - Disabled - .;vorbis;libjpeg;lua-5.0\include;libusb\include;BaseClasses;libtomcrypt\src\headers;%(AdditionalIncludeDirectories) - WIN32;_DEBUG;_WINDOWS;WINDOWS;DEBUG;%(PreprocessorDefinitions) - - - Default - MultiThreadedDLL - - - $(IntDir)StepMania.pch - .\../FastDebug/ - .\../FastDebug/ - .\../FastDebug/ - - - Level4 - true - EditAndContinue - - - _DEBUG;%(PreprocessorDefinitions) - 0x0409 - - - /MACHINE:I386 "$(IntDir)verstub.obj" - libusb.lib;%(AdditionalDependencies) - ../Program/StepMania-debug.exe - true - libusb\lib\msvc;%(AdditionalLibraryDirectories) - wininet.lib;msimg32.lib;libci.lib;libcmt.lib;%(IgnoreSpecificDefaultLibraries) - true - ../Debug/StepMania-debug.pdb - true - $(IntDir)$(TargetName).map - true - Windows - false - - - - - archutils\Win32\mapconv "$(IntDir)$(TargetName).map" "$(TargetDir)\StepMania.vdi" + archutils\Win32\mapconv "$(IntDir)$(TargetName).map" "$(OutDir)\$(TargetName).vdi" archutils\Win32\verinc & @@ -324,7 +237,7 @@ cl /Zl /nologo /c verstub.cpp /Fo"$(IntDir)/verstub.obj" Create build-specific info for Windows debug - + archutils\Win32\gen-git-verinfo.bat Pull revision info from Git @@ -342,8 +255,8 @@ cl /Zl /nologo /c verstub.cpp /Fo"$(IntDir)/verstub.obj" AnySuitable true Speed - .;vorbis;libjpeg;lua-5.0\include;libusb\include;BaseClasses;libtomcrypt\src\headers;%(AdditionalIncludeDirectories) - WIN32;NDEBUG;_WINDOWS;WINDOWS;RELEASE;ITG_ARCADE;%(PreprocessorDefinitions) + $(ProjectDir);vorbis;libjpeg;lua-5.0\include;libusb\include;BaseClasses;libtomcrypt\src\headers;%(AdditionalIncludeDirectories) + WITH_SSE2 true false @@ -351,91 +264,20 @@ cl /Zl /nologo /c verstub.cpp /Fo"$(IntDir)/verstub.obj" MultiThreadedDLL false false - StreamingSIMDExtensions2 global.h $(IntDir)OpenITG.pch - .\../Release-arcade/ - .\../Release-arcade/ - .\../Release-arcade/ - - - Level4 - true - ProgramDatabase - - - NDEBUG;%(PreprocessorDefinitions) - 0x0409 - - - /MACHINE:I386 "$(IntDir)verstub.obj" - libusb.lib;%(AdditionalDependencies) - ../Program/OpenITG-AC.exe - true - libusb\lib\msvc;%(AdditionalLibraryDirectories) - wininet.lib;msimg32.lib;libci.lib;libcmt.lib;%(IgnoreSpecificDefaultLibraries) - false - ../Program/OpenITG-AC.pdb - true - $(IntDir)$(TargetName).map - true - Windows - false - - - - - archutils\Win32\mapconv "$(IntDir)$(TargetName).map" "$(TargetDir)\OpenITG-AC.vdi" - - - archutils\Win32\verinc & -cl /Zl /nologo /c verstub.cpp /Fo"$(IntDir)/verstub.obj" - Create build-specific info for Windows debug - - - - - archutils\Win32\gen-git-verinfo.bat - Pull revision info from Git - - - NDEBUG;%(PreprocessorDefinitions) - true - true - Win32 - .\../StepMania.tlb - - - /EHsc %(AdditionalOptions) - Full - AnySuitable - true - Speed - .;vorbis;libjpeg;lua-5.0\include;libusb\include;BaseClasses;libtomcrypt\src\headers;%(AdditionalIncludeDirectories) - WIN32;NDEBUG;_WINDOWS;WINDOWS;RELEASE;_CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions) - true - false - - - MultiThreadedDLL - false - false - NotSet - true - - - global.h - $(IntDir)OpenITG.pch - .\../Release-home/ - .\../Release-home/ - .\../Release-home/ + $(IntDir) + $(IntDir) + $(IntDir)vc80.pdb Level4 true ProgramDatabase + true + false NDEBUG;%(PreprocessorDefinitions) @@ -443,13 +285,12 @@ cl /Zl /nologo /c verstub.cpp /Fo"$(IntDir)/verstub.obj" /MACHINE:I386 "$(IntDir)verstub.obj" - libusb.lib;%(AdditionalDependencies) - ../Program/OpenITG-PC.exe + libusb.lib;shell32.lib;gdi32.lib;user32.lib;ole32.lib;advapi32.lib;%(AdditionalDependencies) + $(OutDir)/$(TargetFileName) true libusb\lib\msvc;%(AdditionalLibraryDirectories) wininet.lib;msimg32.lib;libci.lib;libcmt.lib;%(IgnoreSpecificDefaultLibraries) - false - ../Program/OpenITG-PC.pdb + ../Release/OpenITG-PC.pdb true $(IntDir)$(TargetName).map true @@ -457,9 +298,11 @@ cl /Zl /nologo /c verstub.cpp /Fo"$(IntDir)/verstub.obj" false + + - archutils\Win32\mapconv "$(IntDir)$(TargetName).map" "$(TargetDir)\OpenITG-PC.vdi" + archutils\Win32\mapconv "$(IntDir)$(TargetName).map" "$(OutDir)\$(TargetName).vdi" archutils\Win32\verinc & @@ -467,62 +310,55 @@ cl /Zl /nologo /c verstub.cpp /Fo"$(IntDir)/verstub.obj" Create build-specific info for Windows debug - + archutils\Win32\gen-git-verinfo.bat Pull revision info from Git - NDEBUG;%(PreprocessorDefinitions) + _DEBUG;%(PreprocessorDefinitions) true true Win32 .\../StepMania.tlb - /MP4 %(AdditionalOptions) - Full - AnySuitable - true - Size - .;vorbis;libjpeg;lua-5.0\include;libusb\include;BaseClasses;libtomcrypt\src\headers;%(AdditionalIncludeDirectories) - WIN32;NDEBUG;_WINDOWS;WINDOWS;RELEASE;_CRT_SECURE_NO_WARNINGS;OITG_VERSION="b3-win32";OITG_DATE="03_31_2001";%(PreprocessorDefinitions) - true - false + /EHa %(AdditionalOptions) + Disabled + $(ProjectDir);vorbis;libjpeg;lua-5.0\include;libusb\include;BaseClasses;libtomcrypt\src\headers;%(AdditionalIncludeDirectories) + + + Default MultiThreadedDLL - false - false - StreamingSIMDExtensions2 - true - global.h - $(IntDir)OpenITG.pch - $(IntDir) - $(IntDir) - $(IntDir)vc80.pdb + $(IntDir)StepMania.pch + .\../FastDebug/ + .\../FastDebug/ + .\../FastDebug/ Level4 true - ProgramDatabase + EditAndContinue + true + false - NDEBUG;%(PreprocessorDefinitions) + _DEBUG;%(PreprocessorDefinitions) 0x0409 /MACHINE:I386 "$(IntDir)verstub.obj" libusb.lib;%(AdditionalDependencies) - NotSet - ../Program/OpenITG-PC-SSE2.exe + $(OutDir)/$(TargetFileName) true libusb\lib\msvc;%(AdditionalLibraryDirectories) wininet.lib;msimg32.lib;libci.lib;libcmt.lib;%(IgnoreSpecificDefaultLibraries) - false - ../Program/OpenITG-PC-SSE2.pdb + true + ../Debug/StepMania-debug.pdb true $(IntDir)$(TargetName).map true @@ -530,13 +366,11 @@ cl /Zl /nologo /c verstub.cpp /Fo"$(IntDir)/verstub.obj" false + + - - true - - archutils\Win32\mapconv "$(IntDir)$(TargetName).map" "$(TargetDir)\OpenITG-PC-SSE2.vdi" - + archutils\Win32\mapconv "$(IntDir)$(TargetName).map" "$(OutDir)\$(TargetName).vdi" archutils\Win32\verinc & @@ -545,16 +379,66 @@ cl /Zl /nologo /c verstub.cpp /Fo"$(IntDir)/verstub.obj" - - - - - - - - - - + + NotUsing + NotUsing + NotUsing + NotUsing + + + NotUsing + NotUsing + NotUsing + NotUsing + + + NotUsing + NotUsing + NotUsing + NotUsing + + + NotUsing + NotUsing + NotUsing + NotUsing + + + NotUsing + NotUsing + NotUsing + NotUsing + + + NotUsing + NotUsing + NotUsing + NotUsing + + + NotUsing + NotUsing + NotUsing + NotUsing + + + NotUsing + NotUsing + NotUsing + NotUsing + + + NotUsing + NotUsing + NotUsing + NotUsing + + + NotUsing + NotUsing + NotUsing + NotUsing + @@ -704,7 +588,6 @@ cl /Zl /nologo /c verstub.cpp /Fo"$(IntDir)/verstub.obj" Create - Create @@ -734,11 +617,15 @@ cl /Zl /nologo /c verstub.cpp /Fo"$(IntDir)/verstub.obj" true - true + true + true + true true - true + true + true + true @@ -923,26 +810,18 @@ cl /Zl /nologo /c verstub.cpp /Fo"$(IntDir)/verstub.obj" - - - - - - - - @@ -984,20 +863,14 @@ cl /Zl /nologo /c verstub.cpp /Fo"$(IntDir)/verstub.obj" - - - - - - @@ -1014,119 +887,177 @@ cl /Zl /nologo /c verstub.cpp /Fo"$(IntDir)/verstub.obj" true - true + true + true + true true - true + true + true + true true - true + true + true + true true - true + true + true + true true - true + true + true + true true - true + true + true + true true - true + true + true + true true - true + true + true + true true - true + true + true + true true - true + true + true + true true - true + true + true + true true - true + true + true + true true - true + true + true + true true - true + true + true + true true - true + true + true + true true - true + true + true + true true - true + true + true + true true - true + true + true + true true - true + true + true + true true - true + true + true + true true - true + true + true + true true - true + true + true + true true - true + true + true + true true - true + true + true + true true - true + true + true + true true - true + true + true + true true - true + true + true + true true - true + true + true + true true - true + true + true + true @@ -1325,11 +1256,15 @@ cl /Zl /nologo /c verstub.cpp /Fo"$(IntDir)/verstub.obj" true - true + true + true + true true - true + true + true + true @@ -1578,139 +1513,207 @@ cl /Zl /nologo /c verstub.cpp /Fo"$(IntDir)/verstub.obj" true - true + true + true + true true - true + true + true + true true - true + true + true + true true - true + true + true + true true - true + true + true + true true - true + true + true + true true - true + true + true + true true - true + true + true + true true - true + true + true + true true - true + true + true + true true - true + true + true + true true - true + true + true + true true - true + true + true + true true - true + true + true + true true - true + true + true + true true - true + true + true + true true - true + true + true + true true - true + true + true + true true - true + true + true + true true - true + true + true + true true - true + true + true + true true - true + true + true + true true - true + true + true + true true - true + true + true + true true - true + true + true + true true - true + true + true + true true - true + true + true + true true - true + true + true + true true - true + true + true + true true - true + true + true + true true - true + true + true + true true - true + true + true + true true - true + true + true + true true - true + true + true + true @@ -1718,6 +1721,7 @@ cl /Zl /nologo /c verstub.cpp /Fo"$(IntDir)/verstub.obj" + -- 2.11.0