aboutsummaryrefslogtreecommitdiff
path: root/deep_userdata_example
diff options
context:
space:
mode:
Diffstat (limited to 'deep_userdata_example')
-rw-r--r--deep_userdata_example/deep_userdata_example.vcxproj38
1 files changed, 24 insertions, 14 deletions
diff --git a/deep_userdata_example/deep_userdata_example.vcxproj b/deep_userdata_example/deep_userdata_example.vcxproj
index 0b92cb2..bea5edd 100644
--- a/deep_userdata_example/deep_userdata_example.vcxproj
+++ b/deep_userdata_example/deep_userdata_example.vcxproj
@@ -566,7 +566,7 @@
566 <ConformanceMode>true</ConformanceMode> 566 <ConformanceMode>true</ConformanceMode>
567 <AdditionalIncludeDirectories>$(SolutionDir)/_LuaVersions/$(PlatformName)/$(ConfigurationName)/include;$(SolutionDir)..</AdditionalIncludeDirectories> 567 <AdditionalIncludeDirectories>$(SolutionDir)/_LuaVersions/$(PlatformName)/$(ConfigurationName)/include;$(SolutionDir)..</AdditionalIncludeDirectories>
568 <ProgramDataBaseFileName>$(IntDir)$(TargetName).pdb</ProgramDataBaseFileName> 568 <ProgramDataBaseFileName>$(IntDir)$(TargetName).pdb</ProgramDataBaseFileName>
569 <PreprocessorDefinitions>_WINDLL;_CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions)</PreprocessorDefinitions> 569 <PreprocessorDefinitions>LANES_DEBUG;_WINDLL;_CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
570 <LanguageStandard>stdcpp20</LanguageStandard> 570 <LanguageStandard>stdcpp20</LanguageStandard>
571 <OmitFramePointers>true</OmitFramePointers> 571 <OmitFramePointers>true</OmitFramePointers>
572 <BasicRuntimeChecks /> 572 <BasicRuntimeChecks />
@@ -591,7 +591,7 @@
591 <ConformanceMode>true</ConformanceMode> 591 <ConformanceMode>true</ConformanceMode>
592 <AdditionalIncludeDirectories>$(SolutionDir)/_LuaVersions/$(PlatformName)/$(ConfigurationName)/include;$(SolutionDir)..</AdditionalIncludeDirectories> 592 <AdditionalIncludeDirectories>$(SolutionDir)/_LuaVersions/$(PlatformName)/$(ConfigurationName)/include;$(SolutionDir)..</AdditionalIncludeDirectories>
593 <ProgramDataBaseFileName>$(IntDir)$(TargetName).pdb</ProgramDataBaseFileName> 593 <ProgramDataBaseFileName>$(IntDir)$(TargetName).pdb</ProgramDataBaseFileName>
594 <PreprocessorDefinitions>_WINDLL;_CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions)</PreprocessorDefinitions> 594 <PreprocessorDefinitions>LANES_DEBUG;_WINDLL;_CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
595 <LanguageStandard>stdcpp20</LanguageStandard> 595 <LanguageStandard>stdcpp20</LanguageStandard>
596 <BasicRuntimeChecks /> 596 <BasicRuntimeChecks />
597 <RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary> 597 <RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary>
@@ -615,7 +615,7 @@
615 <ConformanceMode>true</ConformanceMode> 615 <ConformanceMode>true</ConformanceMode>
616 <AdditionalIncludeDirectories>$(SolutionDir)/_LuaVersions/$(PlatformName)/$(ConfigurationName)/include;$(SolutionDir)..</AdditionalIncludeDirectories> 616 <AdditionalIncludeDirectories>$(SolutionDir)/_LuaVersions/$(PlatformName)/$(ConfigurationName)/include;$(SolutionDir)..</AdditionalIncludeDirectories>
617 <ProgramDataBaseFileName>$(IntDir)$(TargetName).pdb</ProgramDataBaseFileName> 617 <ProgramDataBaseFileName>$(IntDir)$(TargetName).pdb</ProgramDataBaseFileName>
618 <PreprocessorDefinitions>_WINDLL;_CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions)</PreprocessorDefinitions> 618 <PreprocessorDefinitions>LANES_DEBUG;_WINDLL;_CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
619 <LanguageStandard>stdcpp20</LanguageStandard> 619 <LanguageStandard>stdcpp20</LanguageStandard>
620 <BasicRuntimeChecks> 620 <BasicRuntimeChecks>
621 </BasicRuntimeChecks> 621 </BasicRuntimeChecks>
@@ -643,6 +643,7 @@
643 <ProgramDataBaseFileName>$(IntDir)$(TargetName).pdb</ProgramDataBaseFileName> 643 <ProgramDataBaseFileName>$(IntDir)$(TargetName).pdb</ProgramDataBaseFileName>
644 <LanguageStandard>stdcpp20</LanguageStandard> 644 <LanguageStandard>stdcpp20</LanguageStandard>
645 <DebugInformationFormat>ProgramDatabase</DebugInformationFormat> 645 <DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
646 <PreprocessorDefinitions>LANES_DEBUG;_WINDLL;_CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
646 </ClCompile> 647 </ClCompile>
647 <PostBuildEvent> 648 <PostBuildEvent>
648 <Command>xcopy /F /I /R /Y "$(TargetPath)" "$(SolutionDir)_LuaVersions\$(PlatformName)\$(ConfigurationName)"</Command> 649 <Command>xcopy /F /I /R /Y "$(TargetPath)" "$(SolutionDir)_LuaVersions\$(PlatformName)\$(ConfigurationName)"</Command>
@@ -665,6 +666,7 @@
665 <LanguageStandard>stdcpp20</LanguageStandard> 666 <LanguageStandard>stdcpp20</LanguageStandard>
666 <DebugInformationFormat>ProgramDatabase</DebugInformationFormat> 667 <DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
667 <OmitFramePointers>false</OmitFramePointers> 668 <OmitFramePointers>false</OmitFramePointers>
669 <PreprocessorDefinitions>LANES_DEBUG;_WINDLL;_CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
668 </ClCompile> 670 </ClCompile>
669 <PostBuildEvent> 671 <PostBuildEvent>
670 <Command>xcopy /F /I /R /Y "$(TargetPath)" "$(SolutionDir)_LuaVersions\$(PlatformName)\$(ConfigurationName)"</Command> 672 <Command>xcopy /F /I /R /Y "$(TargetPath)" "$(SolutionDir)_LuaVersions\$(PlatformName)\$(ConfigurationName)"</Command>
@@ -689,6 +691,7 @@
689 <Optimization>MaxSpeed</Optimization> 691 <Optimization>MaxSpeed</Optimization>
690 <RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary> 692 <RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary>
691 <BasicRuntimeChecks /> 693 <BasicRuntimeChecks />
694 <PreprocessorDefinitions>LANES_DEBUG;_WINDLL;_CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
692 </ClCompile> 695 </ClCompile>
693 <PostBuildEvent> 696 <PostBuildEvent>
694 <Command>xcopy /F /I /R /Y "$(TargetPath)" "$(SolutionDir)_LuaVersions\$(PlatformName)\$(ConfigurationName)"</Command> 697 <Command>xcopy /F /I /R /Y "$(TargetPath)" "$(SolutionDir)_LuaVersions\$(PlatformName)\$(ConfigurationName)"</Command>
@@ -712,6 +715,7 @@
712 <ProgramDataBaseFileName>$(IntDir)$(TargetName).pdb</ProgramDataBaseFileName> 715 <ProgramDataBaseFileName>$(IntDir)$(TargetName).pdb</ProgramDataBaseFileName>
713 <LanguageStandard>stdcpp20</LanguageStandard> 716 <LanguageStandard>stdcpp20</LanguageStandard>
714 <DebugInformationFormat>ProgramDatabase</DebugInformationFormat> 717 <DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
718 <PreprocessorDefinitions>LANES_DEBUG;_WINDLL;_CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
715 </ClCompile> 719 </ClCompile>
716 <PostBuildEvent> 720 <PostBuildEvent>
717 <Command>xcopy /F /I /R /Y "$(TargetPath)" "$(SolutionDir)_LuaVersions\$(PlatformName)\$(ConfigurationName)"</Command> 721 <Command>xcopy /F /I /R /Y "$(TargetPath)" "$(SolutionDir)_LuaVersions\$(PlatformName)\$(ConfigurationName)"</Command>
@@ -736,6 +740,7 @@
736 <OmitFramePointers>true</OmitFramePointers> 740 <OmitFramePointers>true</OmitFramePointers>
737 <RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary> 741 <RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary>
738 <BasicRuntimeChecks /> 742 <BasicRuntimeChecks />
743 <PreprocessorDefinitions>LANES_DEBUG;_WINDLL;_CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
739 </ClCompile> 744 </ClCompile>
740 <PostBuildEvent> 745 <PostBuildEvent>
741 <Command>xcopy /F /I /R /Y "$(TargetPath)" "$(SolutionDir)_LuaVersions\$(PlatformName)\$(ConfigurationName)"</Command> 746 <Command>xcopy /F /I /R /Y "$(TargetPath)" "$(SolutionDir)_LuaVersions\$(PlatformName)\$(ConfigurationName)"</Command>
@@ -757,7 +762,7 @@
757 <ConformanceMode>true</ConformanceMode> 762 <ConformanceMode>true</ConformanceMode>
758 <AdditionalIncludeDirectories>$(SolutionDir)/_LuaVersions/$(PlatformName)/$(ConfigurationName)/include;$(SolutionDir)..</AdditionalIncludeDirectories> 763 <AdditionalIncludeDirectories>$(SolutionDir)/_LuaVersions/$(PlatformName)/$(ConfigurationName)/include;$(SolutionDir)..</AdditionalIncludeDirectories>
759 <ProgramDataBaseFileName>$(IntDir)$(TargetName).pdb</ProgramDataBaseFileName> 764 <ProgramDataBaseFileName>$(IntDir)$(TargetName).pdb</ProgramDataBaseFileName>
760 <PreprocessorDefinitions>WIN32;NDEBUG;_CONSOLE;_CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions)</PreprocessorDefinitions> 765 <PreprocessorDefinitions>LANES_DEBUG;_WINDLL;_CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
761 <LanguageStandard>stdcpp20</LanguageStandard> 766 <LanguageStandard>stdcpp20</LanguageStandard>
762 <DebugInformationFormat>ProgramDatabase</DebugInformationFormat> 767 <DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
763 <BasicRuntimeChecks /> 768 <BasicRuntimeChecks />
@@ -785,6 +790,7 @@
785 <ProgramDataBaseFileName>$(IntDir)$(TargetName).pdb</ProgramDataBaseFileName> 790 <ProgramDataBaseFileName>$(IntDir)$(TargetName).pdb</ProgramDataBaseFileName>
786 <LanguageStandard>stdcpp20</LanguageStandard> 791 <LanguageStandard>stdcpp20</LanguageStandard>
787 <DebugInformationFormat>ProgramDatabase</DebugInformationFormat> 792 <DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
793 <PreprocessorDefinitions>LANES_DEBUG;_WINDLL;_CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
788 </ClCompile> 794 </ClCompile>
789 <PostBuildEvent> 795 <PostBuildEvent>
790 <Command>xcopy /F /I /R /Y "$(TargetPath)" "$(SolutionDir)_LuaVersions\$(PlatformName)\$(ConfigurationName)"</Command> 796 <Command>xcopy /F /I /R /Y "$(TargetPath)" "$(SolutionDir)_LuaVersions\$(PlatformName)\$(ConfigurationName)"</Command>
@@ -806,6 +812,7 @@
806 <ProgramDataBaseFileName>$(IntDir)$(TargetName).pdb</ProgramDataBaseFileName> 812 <ProgramDataBaseFileName>$(IntDir)$(TargetName).pdb</ProgramDataBaseFileName>
807 <LanguageStandard>stdcpp20</LanguageStandard> 813 <LanguageStandard>stdcpp20</LanguageStandard>
808 <DebugInformationFormat>ProgramDatabase</DebugInformationFormat> 814 <DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
815 <PreprocessorDefinitions>LANES_DEBUG;_WINDLL;_CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
809 </ClCompile> 816 </ClCompile>
810 <PostBuildEvent> 817 <PostBuildEvent>
811 <Command>xcopy /F /I /R /Y "$(TargetPath)" "$(SolutionDir)_LuaVersions\$(PlatformName)\$(ConfigurationName)"</Command> 818 <Command>xcopy /F /I /R /Y "$(TargetPath)" "$(SolutionDir)_LuaVersions\$(PlatformName)\$(ConfigurationName)"</Command>
@@ -829,7 +836,7 @@
829 <DebugInformationFormat>ProgramDatabase</DebugInformationFormat> 836 <DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
830 <BasicRuntimeChecks /> 837 <BasicRuntimeChecks />
831 <RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary> 838 <RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary>
832 <PreprocessorDefinitions>_WINDLL;NDEBUG;_CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions)</PreprocessorDefinitions> 839 <PreprocessorDefinitions>LANES_DEBUG;_WINDLL;_CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
833 </ClCompile> 840 </ClCompile>
834 <PostBuildEvent> 841 <PostBuildEvent>
835 <Command>xcopy /F /I /R /Y "$(TargetPath)" "$(SolutionDir)_LuaVersions\$(PlatformName)\$(ConfigurationName)"</Command> 842 <Command>xcopy /F /I /R /Y "$(TargetPath)" "$(SolutionDir)_LuaVersions\$(PlatformName)\$(ConfigurationName)"</Command>
@@ -850,7 +857,7 @@
850 <ConformanceMode>true</ConformanceMode> 857 <ConformanceMode>true</ConformanceMode>
851 <AdditionalIncludeDirectories>$(SolutionDir)/_LuaVersions/$(PlatformName)/$(ConfigurationName)/include;$(SolutionDir)..</AdditionalIncludeDirectories> 858 <AdditionalIncludeDirectories>$(SolutionDir)/_LuaVersions/$(PlatformName)/$(ConfigurationName)/include;$(SolutionDir)..</AdditionalIncludeDirectories>
852 <ProgramDataBaseFileName>$(IntDir)$(TargetName).pdb</ProgramDataBaseFileName> 859 <ProgramDataBaseFileName>$(IntDir)$(TargetName).pdb</ProgramDataBaseFileName>
853 <PreprocessorDefinitions>_WINDLL;_DEBUG;_CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions)</PreprocessorDefinitions> 860 <PreprocessorDefinitions>LANES_DEBUG;_WINDLL;_CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
854 <LanguageStandard>stdcpp20</LanguageStandard> 861 <LanguageStandard>stdcpp20</LanguageStandard>
855 <DebugInformationFormat>ProgramDatabase</DebugInformationFormat> 862 <DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
856 <OmitFramePointers>false</OmitFramePointers> 863 <OmitFramePointers>false</OmitFramePointers>
@@ -872,7 +879,7 @@
872 <ConformanceMode>true</ConformanceMode> 879 <ConformanceMode>true</ConformanceMode>
873 <AdditionalIncludeDirectories>$(SolutionDir)/_LuaVersions/$(PlatformName)/$(ConfigurationName)/include;$(SolutionDir)..</AdditionalIncludeDirectories> 880 <AdditionalIncludeDirectories>$(SolutionDir)/_LuaVersions/$(PlatformName)/$(ConfigurationName)/include;$(SolutionDir)..</AdditionalIncludeDirectories>
874 <ProgramDataBaseFileName>$(IntDir)$(TargetName).pdb</ProgramDataBaseFileName> 881 <ProgramDataBaseFileName>$(IntDir)$(TargetName).pdb</ProgramDataBaseFileName>
875 <PreprocessorDefinitions>_WINDLL;_DEBUG;_CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions)</PreprocessorDefinitions> 882 <PreprocessorDefinitions>LANES_DEBUG;_WINDLL;_CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
876 <LanguageStandard>stdcpp20</LanguageStandard> 883 <LanguageStandard>stdcpp20</LanguageStandard>
877 <DebugInformationFormat>ProgramDatabase</DebugInformationFormat> 884 <DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
878 <OmitFramePointers>false</OmitFramePointers> 885 <OmitFramePointers>false</OmitFramePointers>
@@ -894,7 +901,7 @@
894 <ConformanceMode>true</ConformanceMode> 901 <ConformanceMode>true</ConformanceMode>
895 <AdditionalIncludeDirectories>$(SolutionDir)/_LuaVersions/$(PlatformName)/$(ConfigurationName)/include;$(SolutionDir)..</AdditionalIncludeDirectories> 902 <AdditionalIncludeDirectories>$(SolutionDir)/_LuaVersions/$(PlatformName)/$(ConfigurationName)/include;$(SolutionDir)..</AdditionalIncludeDirectories>
896 <ProgramDataBaseFileName>$(IntDir)$(TargetName).pdb</ProgramDataBaseFileName> 903 <ProgramDataBaseFileName>$(IntDir)$(TargetName).pdb</ProgramDataBaseFileName>
897 <PreprocessorDefinitions>_WINDLL;_CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions)</PreprocessorDefinitions> 904 <PreprocessorDefinitions>LANES_DEBUG;_WINDLL;_CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
898 <LanguageStandard>stdcpp20</LanguageStandard> 905 <LanguageStandard>stdcpp20</LanguageStandard>
899 <DebugInformationFormat>ProgramDatabase</DebugInformationFormat> 906 <DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
900 <OmitFramePointers>true</OmitFramePointers> 907 <OmitFramePointers>true</OmitFramePointers>
@@ -921,7 +928,7 @@
921 <ConformanceMode>true</ConformanceMode> 928 <ConformanceMode>true</ConformanceMode>
922 <AdditionalIncludeDirectories>$(SolutionDir)/_LuaVersions/$(PlatformName)/$(ConfigurationName)/include;$(SolutionDir)..</AdditionalIncludeDirectories> 929 <AdditionalIncludeDirectories>$(SolutionDir)/_LuaVersions/$(PlatformName)/$(ConfigurationName)/include;$(SolutionDir)..</AdditionalIncludeDirectories>
923 <ProgramDataBaseFileName>$(IntDir)$(TargetName).pdb</ProgramDataBaseFileName> 930 <ProgramDataBaseFileName>$(IntDir)$(TargetName).pdb</ProgramDataBaseFileName>
924 <PreprocessorDefinitions>_WINDLL;_DEBUG;_CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions)</PreprocessorDefinitions> 931 <PreprocessorDefinitions>LANES_DEBUG;_WINDLL;_CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
925 <LanguageStandard>stdcpp20</LanguageStandard> 932 <LanguageStandard>stdcpp20</LanguageStandard>
926 <DebugInformationFormat>ProgramDatabase</DebugInformationFormat> 933 <DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
927 <OmitFramePointers>false</OmitFramePointers> 934 <OmitFramePointers>false</OmitFramePointers>
@@ -943,7 +950,7 @@
943 <ConformanceMode>true</ConformanceMode> 950 <ConformanceMode>true</ConformanceMode>
944 <AdditionalIncludeDirectories>$(SolutionDir)/_LuaVersions/$(PlatformName)/$(ConfigurationName)/include;$(SolutionDir)..</AdditionalIncludeDirectories> 951 <AdditionalIncludeDirectories>$(SolutionDir)/_LuaVersions/$(PlatformName)/$(ConfigurationName)/include;$(SolutionDir)..</AdditionalIncludeDirectories>
945 <ProgramDataBaseFileName>$(IntDir)$(TargetName).pdb</ProgramDataBaseFileName> 952 <ProgramDataBaseFileName>$(IntDir)$(TargetName).pdb</ProgramDataBaseFileName>
946 <PreprocessorDefinitions>_WINDLL;_CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions)</PreprocessorDefinitions> 953 <PreprocessorDefinitions>LANES_DEBUG;_WINDLL;_CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
947 <LanguageStandard>stdcpp20</LanguageStandard> 954 <LanguageStandard>stdcpp20</LanguageStandard>
948 <DebugInformationFormat>ProgramDatabase</DebugInformationFormat> 955 <DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
949 <OmitFramePointers>true</OmitFramePointers> 956 <OmitFramePointers>true</OmitFramePointers>
@@ -970,7 +977,7 @@
970 <ConformanceMode>true</ConformanceMode> 977 <ConformanceMode>true</ConformanceMode>
971 <AdditionalIncludeDirectories>$(SolutionDir)/_LuaVersions/$(PlatformName)/$(ConfigurationName)/include;$(SolutionDir)..</AdditionalIncludeDirectories> 978 <AdditionalIncludeDirectories>$(SolutionDir)/_LuaVersions/$(PlatformName)/$(ConfigurationName)/include;$(SolutionDir)..</AdditionalIncludeDirectories>
972 <ProgramDataBaseFileName>$(IntDir)$(TargetName).pdb</ProgramDataBaseFileName> 979 <ProgramDataBaseFileName>$(IntDir)$(TargetName).pdb</ProgramDataBaseFileName>
973 <PreprocessorDefinitions>_WINDLL;NDEBUG;_CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions)</PreprocessorDefinitions> 980 <PreprocessorDefinitions>LANES_DEBUG;_WINDLL;_CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
974 <LanguageStandard>stdcpp20</LanguageStandard> 981 <LanguageStandard>stdcpp20</LanguageStandard>
975 <DebugInformationFormat>ProgramDatabase</DebugInformationFormat> 982 <DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
976 <OmitFramePointers>false</OmitFramePointers> 983 <OmitFramePointers>false</OmitFramePointers>
@@ -996,7 +1003,7 @@
996 <ConformanceMode>true</ConformanceMode> 1003 <ConformanceMode>true</ConformanceMode>
997 <AdditionalIncludeDirectories>$(SolutionDir)/_LuaVersions/$(PlatformName)/$(ConfigurationName)/include;$(SolutionDir)..</AdditionalIncludeDirectories> 1004 <AdditionalIncludeDirectories>$(SolutionDir)/_LuaVersions/$(PlatformName)/$(ConfigurationName)/include;$(SolutionDir)..</AdditionalIncludeDirectories>
998 <ProgramDataBaseFileName>$(IntDir)$(TargetName).pdb</ProgramDataBaseFileName> 1005 <ProgramDataBaseFileName>$(IntDir)$(TargetName).pdb</ProgramDataBaseFileName>
999 <PreprocessorDefinitions>_WINDLL;_DEBUG;_CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions)</PreprocessorDefinitions> 1006 <PreprocessorDefinitions>LANES_DEBUG;_WINDLL;_CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
1000 <LanguageStandard>stdcpp20</LanguageStandard> 1007 <LanguageStandard>stdcpp20</LanguageStandard>
1001 <DebugInformationFormat>ProgramDatabase</DebugInformationFormat> 1008 <DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
1002 <OmitFramePointers>false</OmitFramePointers> 1009 <OmitFramePointers>false</OmitFramePointers>
@@ -1018,7 +1025,7 @@
1018 <ConformanceMode>true</ConformanceMode> 1025 <ConformanceMode>true</ConformanceMode>
1019 <AdditionalIncludeDirectories>$(SolutionDir)/_LuaVersions/$(PlatformName)/$(ConfigurationName)/include;$(SolutionDir)..</AdditionalIncludeDirectories> 1026 <AdditionalIncludeDirectories>$(SolutionDir)/_LuaVersions/$(PlatformName)/$(ConfigurationName)/include;$(SolutionDir)..</AdditionalIncludeDirectories>
1020 <ProgramDataBaseFileName>$(IntDir)$(TargetName).pdb</ProgramDataBaseFileName> 1027 <ProgramDataBaseFileName>$(IntDir)$(TargetName).pdb</ProgramDataBaseFileName>
1021 <PreprocessorDefinitions>_WINDLL;_DEBUG;_CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions)</PreprocessorDefinitions> 1028 <PreprocessorDefinitions>LANES_DEBUG;_WINDLL;_CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
1022 <LanguageStandard>stdcpp20</LanguageStandard> 1029 <LanguageStandard>stdcpp20</LanguageStandard>
1023 <DebugInformationFormat>ProgramDatabase</DebugInformationFormat> 1030 <DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
1024 <OmitFramePointers>false</OmitFramePointers> 1031 <OmitFramePointers>false</OmitFramePointers>
@@ -1040,7 +1047,7 @@
1040 <ConformanceMode>true</ConformanceMode> 1047 <ConformanceMode>true</ConformanceMode>
1041 <AdditionalIncludeDirectories>$(SolutionDir)/_LuaVersions/$(PlatformName)/$(ConfigurationName)/include;$(SolutionDir)..</AdditionalIncludeDirectories> 1048 <AdditionalIncludeDirectories>$(SolutionDir)/_LuaVersions/$(PlatformName)/$(ConfigurationName)/include;$(SolutionDir)..</AdditionalIncludeDirectories>
1042 <ProgramDataBaseFileName>$(IntDir)$(TargetName).pdb</ProgramDataBaseFileName> 1049 <ProgramDataBaseFileName>$(IntDir)$(TargetName).pdb</ProgramDataBaseFileName>
1043 <PreprocessorDefinitions>_WINDLL;NDEBUG;_CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions)</PreprocessorDefinitions> 1050 <PreprocessorDefinitions>LANES_DEBUG;_WINDLL;_CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
1044 <LanguageStandard>stdcpp20</LanguageStandard> 1051 <LanguageStandard>stdcpp20</LanguageStandard>
1045 <DebugInformationFormat>ProgramDatabase</DebugInformationFormat> 1052 <DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
1046 <OmitFramePointers>false</OmitFramePointers> 1053 <OmitFramePointers>false</OmitFramePointers>
@@ -1070,6 +1077,7 @@
1070 <OmitFramePointers>true</OmitFramePointers> 1077 <OmitFramePointers>true</OmitFramePointers>
1071 <BasicRuntimeChecks /> 1078 <BasicRuntimeChecks />
1072 <RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary> 1079 <RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary>
1080 <PreprocessorDefinitions>LANES_DEBUG;_WINDLL;_CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
1073 </ClCompile> 1081 </ClCompile>
1074 <Link> 1082 <Link>
1075 <EnableCOMDATFolding>true</EnableCOMDATFolding> 1083 <EnableCOMDATFolding>true</EnableCOMDATFolding>
@@ -1096,6 +1104,7 @@
1096 <LanguageStandard>stdcpp20</LanguageStandard> 1104 <LanguageStandard>stdcpp20</LanguageStandard>
1097 <BasicRuntimeChecks /> 1105 <BasicRuntimeChecks />
1098 <RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary> 1106 <RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary>
1107 <PreprocessorDefinitions>LANES_DEBUG;_WINDLL;_CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
1099 </ClCompile> 1108 </ClCompile>
1100 <Link> 1109 <Link>
1101 <EnableCOMDATFolding>true</EnableCOMDATFolding> 1110 <EnableCOMDATFolding>true</EnableCOMDATFolding>
@@ -1124,6 +1133,7 @@
1124 <BasicRuntimeChecks> 1133 <BasicRuntimeChecks>
1125 </BasicRuntimeChecks> 1134 </BasicRuntimeChecks>
1126 <RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary> 1135 <RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary>
1136 <PreprocessorDefinitions>LANES_DEBUG;_WINDLL;_CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
1127 </ClCompile> 1137 </ClCompile>
1128 <Link> 1138 <Link>
1129 <EnableCOMDATFolding>true</EnableCOMDATFolding> 1139 <EnableCOMDATFolding>true</EnableCOMDATFolding>