aboutsummaryrefslogtreecommitdiff
path: root/deep_userdata_example/deep_userdata_example.vcxproj
diff options
context:
space:
mode:
Diffstat (limited to 'deep_userdata_example/deep_userdata_example.vcxproj')
-rw-r--r--deep_userdata_example/deep_userdata_example.vcxproj92
1 files changed, 56 insertions, 36 deletions
diff --git a/deep_userdata_example/deep_userdata_example.vcxproj b/deep_userdata_example/deep_userdata_example.vcxproj
index ec40f30..fbfcec3 100644
--- a/deep_userdata_example/deep_userdata_example.vcxproj
+++ b/deep_userdata_example/deep_userdata_example.vcxproj
@@ -178,14 +178,14 @@
178 <CharacterSet>MultiByte</CharacterSet> 178 <CharacterSet>MultiByte</CharacterSet>
179 </PropertyGroup> 179 </PropertyGroup>
180 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release 5.3|Win32'" Label="Configuration"> 180 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release 5.3|Win32'" Label="Configuration">
181 <ConfigurationType>Application</ConfigurationType> 181 <ConfigurationType>DynamicLibrary</ConfigurationType>
182 <UseDebugLibraries>false</UseDebugLibraries> 182 <UseDebugLibraries>false</UseDebugLibraries>
183 <PlatformToolset>v143</PlatformToolset> 183 <PlatformToolset>v143</PlatformToolset>
184 <WholeProgramOptimization>true</WholeProgramOptimization> 184 <WholeProgramOptimization>true</WholeProgramOptimization>
185 <CharacterSet>MultiByte</CharacterSet> 185 <CharacterSet>MultiByte</CharacterSet>
186 </PropertyGroup> 186 </PropertyGroup>
187 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release 5.4|Win32'" Label="Configuration"> 187 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release 5.4|Win32'" Label="Configuration">
188 <ConfigurationType>Application</ConfigurationType> 188 <ConfigurationType>DynamicLibrary</ConfigurationType>
189 <UseDebugLibraries>false</UseDebugLibraries> 189 <UseDebugLibraries>false</UseDebugLibraries>
190 <PlatformToolset>v143</PlatformToolset> 190 <PlatformToolset>v143</PlatformToolset>
191 <WholeProgramOptimization>true</WholeProgramOptimization> 191 <WholeProgramOptimization>true</WholeProgramOptimization>
@@ -437,6 +437,14 @@
437 <OutDir>$(SolutionDir)_Output\$(ProjectName)\$(PlatformName)\$(Configuration)\</OutDir> 437 <OutDir>$(SolutionDir)_Output\$(ProjectName)\$(PlatformName)\$(Configuration)\</OutDir>
438 <IntDir>$(SolutionDir)_Tmp\$(ProjectName)\$(PlatformName)\$(Configuration)\</IntDir> 438 <IntDir>$(SolutionDir)_Tmp\$(ProjectName)\$(PlatformName)\$(Configuration)\</IntDir>
439 </PropertyGroup> 439 </PropertyGroup>
440 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release 5.3|Win32'">
441 <OutDir>$(SolutionDir)_Output\$(ProjectName)\$(PlatformName)\$(Configuration)\</OutDir>
442 <IntDir>$(SolutionDir)_Tmp\$(ProjectName)\$(PlatformName)\$(Configuration)\</IntDir>
443 </PropertyGroup>
444 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release 5.4|Win32'">
445 <IntDir>$(SolutionDir)_Tmp\$(ProjectName)\$(PlatformName)\$(Configuration)\</IntDir>
446 <OutDir>$(SolutionDir)_Output\$(ProjectName)\$(PlatformName)\$(Configuration)\</OutDir>
447 </PropertyGroup>
440 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release 5.3|x64'"> 448 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release 5.3|x64'">
441 <ClCompile> 449 <ClCompile>
442 <WarningLevel>Level3</WarningLevel> 450 <WarningLevel>Level3</WarningLevel>
@@ -455,7 +463,7 @@
455 <AdditionalLibraryDirectories>$(SolutionDir)..\..\..\Lua53\bin\$(Platform)\Release</AdditionalLibraryDirectories> 463 <AdditionalLibraryDirectories>$(SolutionDir)..\..\..\Lua53\bin\$(Platform)\Release</AdditionalLibraryDirectories>
456 </Link> 464 </Link>
457 <PostBuildEvent> 465 <PostBuildEvent>
458 <Command>xcopy /R /F /Y /I "$(TargetPath)" $(SolutionDir)..\..\..\Lua53\bin\$(Platform)\Release\</Command> 466 <Command>xcopy /F /I /R /Y "$(TargetPath)" $(SolutionDir)..\..\..\Lua53\bin\$(Platform)\Release\</Command>
459 <Message>Copy to Lua 5.3</Message> 467 <Message>Copy to Lua 5.3</Message>
460 </PostBuildEvent> 468 </PostBuildEvent>
461 </ItemDefinitionGroup> 469 </ItemDefinitionGroup>
@@ -477,7 +485,7 @@
477 <AdditionalLibraryDirectories>$(SolutionDir)..\..\..\Lua54\bin\$(Platform)\Release</AdditionalLibraryDirectories> 485 <AdditionalLibraryDirectories>$(SolutionDir)..\..\..\Lua54\bin\$(Platform)\Release</AdditionalLibraryDirectories>
478 </Link> 486 </Link>
479 <PostBuildEvent> 487 <PostBuildEvent>
480 <Command>xcopy /R /F /Y /I "$(TargetPath)" $(SolutionDir)..\..\..\Lua54\bin\$(Platform)\Release\</Command> 488 <Command>xcopy /F /I /R /Y "$(TargetPath)" $(SolutionDir)..\..\..\Lua54\bin\$(Platform)\Release\</Command>
481 <Message>Copy to Lua 5.4</Message> 489 <Message>Copy to Lua 5.4</Message>
482 </PostBuildEvent> 490 </PostBuildEvent>
483 </ItemDefinitionGroup> 491 </ItemDefinitionGroup>
@@ -493,8 +501,8 @@
493 <DebugInformationFormat>ProgramDatabase</DebugInformationFormat> 501 <DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
494 </ClCompile> 502 </ClCompile>
495 <PostBuildEvent> 503 <PostBuildEvent>
496 <Command>xcopy /R /F /Y /I "$(TargetPath)" $(SolutionDir)..\..\..\Lua53\bin\$(Platform)\Debug\</Command> 504 <Command>xcopy /F /I /R /Y "$(TargetPath)" $(SolutionDir)..\..\..\Lua53\bin\$(Platform)\Debug\</Command>
497 <Message>Lua 5.3</Message> 505 <Message>Copy to Lua 5.3</Message>
498 </PostBuildEvent> 506 </PostBuildEvent>
499 <Link> 507 <Link>
500 <AdditionalDependencies>lua53.lib;kernel32.lib;user32.lib;gdi32.lib;winspool.lib;comdlg32.lib;advapi32.lib;shell32.lib;ole32.lib;oleaut32.lib;uuid.lib;odbc32.lib;odbccp32.lib;%(AdditionalDependencies)</AdditionalDependencies> 508 <AdditionalDependencies>lua53.lib;kernel32.lib;user32.lib;gdi32.lib;winspool.lib;comdlg32.lib;advapi32.lib;shell32.lib;ole32.lib;oleaut32.lib;uuid.lib;odbc32.lib;odbccp32.lib;%(AdditionalDependencies)</AdditionalDependencies>
@@ -513,12 +521,12 @@
513 <DebugInformationFormat>ProgramDatabase</DebugInformationFormat> 521 <DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
514 </ClCompile> 522 </ClCompile>
515 <PostBuildEvent> 523 <PostBuildEvent>
516 <Command>xcopy /R /F /Y /I "$(TargetPath)" $(SolutionDir)..\..\..\Lua51\bin\$(Platform)\Debug\</Command> 524 <Command>xcopy /F /I /R /Y "$(TargetPath)" $(SolutionDir)..\..\..\Lua51\bin\$(Platform)\Debug\</Command>
517 <Message>Copy to Lua 5.2</Message> 525 <Message>Copy to Lua 5.1</Message>
518 </PostBuildEvent> 526 </PostBuildEvent>
519 <Link> 527 <Link>
520 <AdditionalDependencies>lua52.lib;kernel32.lib;user32.lib;gdi32.lib;winspool.lib;comdlg32.lib;advapi32.lib;shell32.lib;ole32.lib;oleaut32.lib;uuid.lib;odbc32.lib;odbccp32.lib;%(AdditionalDependencies)</AdditionalDependencies> 528 <AdditionalDependencies>lua51.lib;kernel32.lib;user32.lib;gdi32.lib;winspool.lib;comdlg32.lib;advapi32.lib;shell32.lib;ole32.lib;oleaut32.lib;uuid.lib;odbc32.lib;odbccp32.lib;%(AdditionalDependencies)</AdditionalDependencies>
521 <AdditionalLibraryDirectories>$(SolutionDir)..\..\..\Lua52\bin\$(Platform)\Debug</AdditionalLibraryDirectories> 529 <AdditionalLibraryDirectories>$(SolutionDir)..\..\..\Lua51\bin\$(Platform)\Debug</AdditionalLibraryDirectories>
522 </Link> 530 </Link>
523 </ItemDefinitionGroup> 531 </ItemDefinitionGroup>
524 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release 5.1|Win32'"> 532 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release 5.1|Win32'">
@@ -533,12 +541,12 @@
533 <DebugInformationFormat>ProgramDatabase</DebugInformationFormat> 541 <DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
534 </ClCompile> 542 </ClCompile>
535 <PostBuildEvent> 543 <PostBuildEvent>
536 <Command>xcopy /R /F /Y /I "$(TargetPath)" $(SolutionDir)..\..\..\Lua51\bin\$(Platform)\Debug\</Command> 544 <Command>xcopy /F /I /R /Y "$(TargetPath)" $(SolutionDir)..\..\..\Lua51\bin\$(Platform)\Release\</Command>
537 <Message>Copy to Lua 5.2</Message> 545 <Message>Copy to Lua 5.1</Message>
538 </PostBuildEvent> 546 </PostBuildEvent>
539 <Link> 547 <Link>
540 <AdditionalDependencies>lua52.lib;kernel32.lib;user32.lib;gdi32.lib;winspool.lib;comdlg32.lib;advapi32.lib;shell32.lib;ole32.lib;oleaut32.lib;uuid.lib;odbc32.lib;odbccp32.lib;%(AdditionalDependencies)</AdditionalDependencies> 548 <AdditionalDependencies>lua51.lib;kernel32.lib;user32.lib;gdi32.lib;winspool.lib;comdlg32.lib;advapi32.lib;shell32.lib;ole32.lib;oleaut32.lib;uuid.lib;odbc32.lib;odbccp32.lib;%(AdditionalDependencies)</AdditionalDependencies>
541 <AdditionalLibraryDirectories>$(SolutionDir)..\..\..\Lua52\bin\$(Platform)\Debug</AdditionalLibraryDirectories> 549 <AdditionalLibraryDirectories>$(SolutionDir)..\..\..\Lua51\bin\$(Platform)\Release</AdditionalLibraryDirectories>
542 </Link> 550 </Link>
543 </ItemDefinitionGroup> 551 </ItemDefinitionGroup>
544 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug 5.2|Win32'"> 552 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug 5.2|Win32'">
@@ -553,12 +561,12 @@
553 <DebugInformationFormat>ProgramDatabase</DebugInformationFormat> 561 <DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
554 </ClCompile> 562 </ClCompile>
555 <PostBuildEvent> 563 <PostBuildEvent>
556 <Command>xcopy /R /F /Y /I "$(TargetPath)" $(SolutionDir)..\..\..\Lua52\bin\$(Platform)\Debug\</Command> 564 <Command>xcopy /F /I /R /Y "$(TargetPath)" $(SolutionDir)..\..\..\Lua52\bin\$(Platform)\Debug\</Command>
557 <Message>Copy to Lua 5.2</Message> 565 <Message>Copy to Lua 5.2</Message>
558 </PostBuildEvent> 566 </PostBuildEvent>
559 <Link> 567 <Link>
560 <AdditionalDependencies>lua51.lib;kernel32.lib;user32.lib;gdi32.lib;winspool.lib;comdlg32.lib;advapi32.lib;shell32.lib;ole32.lib;oleaut32.lib;uuid.lib;odbc32.lib;odbccp32.lib;%(AdditionalDependencies)</AdditionalDependencies> 568 <AdditionalDependencies>lua52.lib;kernel32.lib;user32.lib;gdi32.lib;winspool.lib;comdlg32.lib;advapi32.lib;shell32.lib;ole32.lib;oleaut32.lib;uuid.lib;odbc32.lib;odbccp32.lib;%(AdditionalDependencies)</AdditionalDependencies>
561 <AdditionalLibraryDirectories>$(SolutionDir)..\..\..\Lua51\bin\$(Platform)\Debug</AdditionalLibraryDirectories> 569 <AdditionalLibraryDirectories>$(SolutionDir)..\..\..\Lua52\bin\$(Platform)\Debug</AdditionalLibraryDirectories>
562 </Link> 570 </Link>
563 </ItemDefinitionGroup> 571 </ItemDefinitionGroup>
564 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release 5.2|Win32'"> 572 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release 5.2|Win32'">
@@ -573,12 +581,12 @@
573 <DebugInformationFormat>ProgramDatabase</DebugInformationFormat> 581 <DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
574 </ClCompile> 582 </ClCompile>
575 <PostBuildEvent> 583 <PostBuildEvent>
576 <Command>xcopy /R /F /Y /I "$(TargetPath)" $(SolutionDir)..\..\..\Lua52\bin\$(Platform)\Debug\</Command> 584 <Command>xcopy /F /I /R /Y "$(TargetPath)" $(SolutionDir)..\..\..\Lua52\bin\$(Platform)\Release\</Command>
577 <Message>Copy to Lua 5.2</Message> 585 <Message>Copy to Lua 5.2</Message>
578 </PostBuildEvent> 586 </PostBuildEvent>
579 <Link> 587 <Link>
580 <AdditionalDependencies>lua51.lib;kernel32.lib;user32.lib;gdi32.lib;winspool.lib;comdlg32.lib;advapi32.lib;shell32.lib;ole32.lib;oleaut32.lib;uuid.lib;odbc32.lib;odbccp32.lib;%(AdditionalDependencies)</AdditionalDependencies> 588 <AdditionalDependencies>lua52.lib;kernel32.lib;user32.lib;gdi32.lib;winspool.lib;comdlg32.lib;advapi32.lib;shell32.lib;ole32.lib;oleaut32.lib;uuid.lib;odbc32.lib;odbccp32.lib;%(AdditionalDependencies)</AdditionalDependencies>
581 <AdditionalLibraryDirectories>$(SolutionDir)..\..\..\Lua51\bin\$(Platform)\Debug</AdditionalLibraryDirectories> 589 <AdditionalLibraryDirectories>$(SolutionDir)..\..\..\Lua52\bin\$(Platform)\Release</AdditionalLibraryDirectories>
582 </Link> 590 </Link>
583 </ItemDefinitionGroup> 591 </ItemDefinitionGroup>
584 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug LuaJIT|Win32'"> 592 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug LuaJIT|Win32'">
@@ -594,8 +602,8 @@
594 <DebugInformationFormat>ProgramDatabase</DebugInformationFormat> 602 <DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
595 </ClCompile> 603 </ClCompile>
596 <PostBuildEvent> 604 <PostBuildEvent>
597 <Command>xcopy /R /F /Y /I "$(TargetPath)" $(SolutionDir)..\..\..\LuaJIT-2.0.5\bin\$(Platform)\</Command> 605 <Command>xcopy /F /I /R /Y "$(TargetPath)" $(SolutionDir)..\..\..\LuaJIT\bin\$(Platform)\</Command>
598 <Message>Copy to LuaJITGIT</Message> 606 <Message>Copy to LuaJIT</Message>
599 </PostBuildEvent> 607 </PostBuildEvent>
600 <Link> 608 <Link>
601 <AdditionalDependencies>lua51.lib;kernel32.lib;user32.lib;gdi32.lib;winspool.lib;comdlg32.lib;advapi32.lib;shell32.lib;ole32.lib;oleaut32.lib;uuid.lib;odbc32.lib;odbccp32.lib;%(AdditionalDependencies)</AdditionalDependencies> 609 <AdditionalDependencies>lua51.lib;kernel32.lib;user32.lib;gdi32.lib;winspool.lib;comdlg32.lib;advapi32.lib;shell32.lib;ole32.lib;oleaut32.lib;uuid.lib;odbc32.lib;odbccp32.lib;%(AdditionalDependencies)</AdditionalDependencies>
@@ -614,8 +622,8 @@
614 <DebugInformationFormat>ProgramDatabase</DebugInformationFormat> 622 <DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
615 </ClCompile> 623 </ClCompile>
616 <PostBuildEvent> 624 <PostBuildEvent>
617 <Command>xcopy /R /F /Y /I "$(TargetPath)" $(SolutionDir)..\framework\</Command> 625 <Command>xcopy /F /I /R /Y "$(TargetPath)" $(SolutionDir)..\..\..\Lua54\bin\$(Platform)\Debug\</Command>
618 <Message>Copy to framework</Message> 626 <Message>Copy to Lua 5.4</Message>
619 </PostBuildEvent> 627 </PostBuildEvent>
620 <Link> 628 <Link>
621 <AdditionalDependencies>lua54.lib;kernel32.lib;user32.lib;gdi32.lib;winspool.lib;comdlg32.lib;advapi32.lib;shell32.lib;ole32.lib;oleaut32.lib;uuid.lib;odbc32.lib;odbccp32.lib;%(AdditionalDependencies)</AdditionalDependencies> 629 <AdditionalDependencies>lua54.lib;kernel32.lib;user32.lib;gdi32.lib;winspool.lib;comdlg32.lib;advapi32.lib;shell32.lib;ole32.lib;oleaut32.lib;uuid.lib;odbc32.lib;odbccp32.lib;%(AdditionalDependencies)</AdditionalDependencies>
@@ -634,7 +642,7 @@
634 <DebugInformationFormat>ProgramDatabase</DebugInformationFormat> 642 <DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
635 </ClCompile> 643 </ClCompile>
636 <PostBuildEvent> 644 <PostBuildEvent>
637 <Command>xcopy /R /F /Y /I "$(TargetPath)" $(SolutionDir)..\MoonJIT\bin\$(Platform)\</Command> 645 <Command>xcopy /F /I /R /Y "$(TargetPath)" $(SolutionDir)..\..\..\MoonJIT\bin\$(Platform)\</Command>
638 <Message>Copy to MoonJIT</Message> 646 <Message>Copy to MoonJIT</Message>
639 </PostBuildEvent> 647 </PostBuildEvent>
640 <Link> 648 <Link>
@@ -654,7 +662,7 @@
654 <DebugInformationFormat>ProgramDatabase</DebugInformationFormat> 662 <DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
655 </ClCompile> 663 </ClCompile>
656 <PostBuildEvent> 664 <PostBuildEvent>
657 <Command>xcopy /R /F /Y /I "$(TargetPath)" $(SolutionDir)..\..\..\Lua53\bin\$(Platform)\Debug\</Command> 665 <Command>xcopy /F /I /R /Y "$(TargetPath)" $(SolutionDir)..\..\..\Lua53\bin\$(Platform)\Debug\</Command>
658 <Message>Copy to Lua 5.3</Message> 666 <Message>Copy to Lua 5.3</Message>
659 </PostBuildEvent> 667 </PostBuildEvent>
660 <Link> 668 <Link>
@@ -674,7 +682,7 @@
674 <DebugInformationFormat>ProgramDatabase</DebugInformationFormat> 682 <DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
675 </ClCompile> 683 </ClCompile>
676 <PostBuildEvent> 684 <PostBuildEvent>
677 <Command>xcopy /R /F /Y /I "$(TargetPath)" $(SolutionDir)..\..\..\Lua51\bin\$(Platform)\Debug\</Command> 685 <Command>xcopy /F /I /R /Y "$(TargetPath)" $(SolutionDir)..\..\..\Lua51\bin\$(Platform)\Debug\</Command>
678 <Message>Copy to Lua 5.1</Message> 686 <Message>Copy to Lua 5.1</Message>
679 </PostBuildEvent> 687 </PostBuildEvent>
680 <Link> 688 <Link>
@@ -694,12 +702,12 @@
694 <DebugInformationFormat>ProgramDatabase</DebugInformationFormat> 702 <DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
695 </ClCompile> 703 </ClCompile>
696 <PostBuildEvent> 704 <PostBuildEvent>
697 <Command>xcopy /R /F /Y /I "$(TargetPath)" $(SolutionDir)..\..\..\Lua51\bin\$(Platform)\Release\</Command> 705 <Command>xcopy /F /I /R /Y "$(TargetPath)" $(SolutionDir)..\..\..\Lua51\bin\$(Platform)\Release\</Command>
698 <Message>Copy to Lua 5.1</Message> 706 <Message>Copy to Lua 5.1</Message>
699 </PostBuildEvent> 707 </PostBuildEvent>
700 <Link> 708 <Link>
701 <AdditionalDependencies>lua51.lib;kernel32.lib;user32.lib;gdi32.lib;winspool.lib;comdlg32.lib;advapi32.lib;shell32.lib;ole32.lib;oleaut32.lib;uuid.lib;odbc32.lib;odbccp32.lib;%(AdditionalDependencies)</AdditionalDependencies> 709 <AdditionalDependencies>lua51.lib;kernel32.lib;user32.lib;gdi32.lib;winspool.lib;comdlg32.lib;advapi32.lib;shell32.lib;ole32.lib;oleaut32.lib;uuid.lib;odbc32.lib;odbccp32.lib;%(AdditionalDependencies)</AdditionalDependencies>
702 <AdditionalLibraryDirectories>$(SolutionDir)..\..\..\Lua51\bin\$(Platform)\Debug</AdditionalLibraryDirectories> 710 <AdditionalLibraryDirectories>$(SolutionDir)..\..\..\Lua51\bin\$(Platform)\Release</AdditionalLibraryDirectories>
703 </Link> 711 </Link>
704 </ItemDefinitionGroup> 712 </ItemDefinitionGroup>
705 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug 5.2|x64'"> 713 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug 5.2|x64'">
@@ -714,7 +722,7 @@
714 <DebugInformationFormat>ProgramDatabase</DebugInformationFormat> 722 <DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
715 </ClCompile> 723 </ClCompile>
716 <PostBuildEvent> 724 <PostBuildEvent>
717 <Command>xcopy /R /F /Y /I "$(TargetPath)" $(SolutionDir)..\..\..\Lua52\bin\$(Platform)\Debug\</Command> 725 <Command>xcopy /F /I /R /Y "$(TargetPath)" $(SolutionDir)..\..\..\Lua52\bin\$(Platform)\Debug\</Command>
718 <Message>Copy to Lua 5.2</Message> 726 <Message>Copy to Lua 5.2</Message>
719 </PostBuildEvent> 727 </PostBuildEvent>
720 <Link> 728 <Link>
@@ -734,12 +742,12 @@
734 <DebugInformationFormat>ProgramDatabase</DebugInformationFormat> 742 <DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
735 </ClCompile> 743 </ClCompile>
736 <PostBuildEvent> 744 <PostBuildEvent>
737 <Command>xcopy /R /F /Y /I "$(TargetPath)" $(SolutionDir)..\..\..\Lua52\bin\$(Platform)\Release\</Command> 745 <Command>xcopy /F /I /R /Y "$(TargetPath)" $(SolutionDir)..\..\..\Lua52\bin\$(Platform)\Release\</Command>
738 <Message>Copy to Lua 5.2</Message> 746 <Message>Copy to Lua 5.2</Message>
739 </PostBuildEvent> 747 </PostBuildEvent>
740 <Link> 748 <Link>
741 <AdditionalDependencies>lua52.lib;kernel32.lib;user32.lib;gdi32.lib;winspool.lib;comdlg32.lib;advapi32.lib;shell32.lib;ole32.lib;oleaut32.lib;uuid.lib;odbc32.lib;odbccp32.lib;%(AdditionalDependencies)</AdditionalDependencies> 749 <AdditionalDependencies>lua52.lib;kernel32.lib;user32.lib;gdi32.lib;winspool.lib;comdlg32.lib;advapi32.lib;shell32.lib;ole32.lib;oleaut32.lib;uuid.lib;odbc32.lib;odbccp32.lib;%(AdditionalDependencies)</AdditionalDependencies>
742 <AdditionalLibraryDirectories>$(SolutionDir)..\..\..\Lua52\bin\$(Platform)\Debug</AdditionalLibraryDirectories> 750 <AdditionalLibraryDirectories>$(SolutionDir)..\..\..\Lua52\bin\$(Platform)\Release</AdditionalLibraryDirectories>
743 </Link> 751 </Link>
744 </ItemDefinitionGroup> 752 </ItemDefinitionGroup>
745 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug LuaJIT|x64'"> 753 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug LuaJIT|x64'">
@@ -754,8 +762,8 @@
754 <DebugInformationFormat>ProgramDatabase</DebugInformationFormat> 762 <DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
755 </ClCompile> 763 </ClCompile>
756 <PostBuildEvent> 764 <PostBuildEvent>
757 <Command>xcopy /R /F /Y /I "$(TargetPath)" $(SolutionDir)..\..\..\LuaJIT-GIT\bin\$(Platform)\</Command> 765 <Command>xcopy /F /I /R /Y "$(TargetPath)" $(SolutionDir)..\..\..\LuaJIT\bin\$(Platform)\</Command>
758 <Message>Copy to LuaJITGIT</Message> 766 <Message>Copy to LuaJIT</Message>
759 </PostBuildEvent> 767 </PostBuildEvent>
760 <Link> 768 <Link>
761 <AdditionalDependencies>lua51.lib;kernel32.lib;user32.lib;gdi32.lib;winspool.lib;comdlg32.lib;advapi32.lib;shell32.lib;ole32.lib;oleaut32.lib;uuid.lib;odbc32.lib;odbccp32.lib;%(AdditionalDependencies)</AdditionalDependencies> 769 <AdditionalDependencies>lua51.lib;kernel32.lib;user32.lib;gdi32.lib;winspool.lib;comdlg32.lib;advapi32.lib;shell32.lib;ole32.lib;oleaut32.lib;uuid.lib;odbc32.lib;odbccp32.lib;%(AdditionalDependencies)</AdditionalDependencies>
@@ -774,7 +782,7 @@
774 <DebugInformationFormat>ProgramDatabase</DebugInformationFormat> 782 <DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
775 </ClCompile> 783 </ClCompile>
776 <PostBuildEvent> 784 <PostBuildEvent>
777 <Command>xcopy /R /F /Y /I "$(TargetPath)" $(SolutionDir)..\..\..\Lua54\bin\$(Platform)\Debug\</Command> 785 <Command>xcopy /F /I /R /Y "$(TargetPath)" $(SolutionDir)..\..\..\Lua54\bin\$(Platform)\Debug\</Command>
778 <Message>Copy to Lua 5.4</Message> 786 <Message>Copy to Lua 5.4</Message>
779 </PostBuildEvent> 787 </PostBuildEvent>
780 <Link> 788 <Link>
@@ -794,7 +802,7 @@
794 <DebugInformationFormat>ProgramDatabase</DebugInformationFormat> 802 <DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
795 </ClCompile> 803 </ClCompile>
796 <PostBuildEvent> 804 <PostBuildEvent>
797 <Command>xcopy /R /F /Y /I "$(TargetPath)" $(SolutionDir)..\MoonJIT\bin\$(Platform)\</Command> 805 <Command>xcopy /F /I /R /Y "$(TargetPath)" $(SolutionDir)..\..\..\MoonJIT\bin\$(Platform)\</Command>
798 <Message>Copy to MoonJIT</Message> 806 <Message>Copy to MoonJIT</Message>
799 </PostBuildEvent> 807 </PostBuildEvent>
800 <Link> 808 <Link>
@@ -820,6 +828,12 @@
820 <AdditionalDependencies>lua53.lib;kernel32.lib;user32.lib;gdi32.lib;winspool.lib;comdlg32.lib;advapi32.lib;shell32.lib;ole32.lib;oleaut32.lib;uuid.lib;odbc32.lib;odbccp32.lib;%(AdditionalDependencies)</AdditionalDependencies> 828 <AdditionalDependencies>lua53.lib;kernel32.lib;user32.lib;gdi32.lib;winspool.lib;comdlg32.lib;advapi32.lib;shell32.lib;ole32.lib;oleaut32.lib;uuid.lib;odbc32.lib;odbccp32.lib;%(AdditionalDependencies)</AdditionalDependencies>
821 <AdditionalLibraryDirectories>$(SolutionDir)..\..\..\Lua53\bin\$(Platform)\Release</AdditionalLibraryDirectories> 829 <AdditionalLibraryDirectories>$(SolutionDir)..\..\..\Lua53\bin\$(Platform)\Release</AdditionalLibraryDirectories>
822 </Link> 830 </Link>
831 <PostBuildEvent>
832 <Command>xcopy /F /I /R /Y "$(TargetPath)" $(SolutionDir)..\..\..\Lua53\bin\$(Platform)\Release\</Command>
833 </PostBuildEvent>
834 <PostBuildEvent>
835 <Message>Copy to Lua 5.3</Message>
836 </PostBuildEvent>
823 </ItemDefinitionGroup> 837 </ItemDefinitionGroup>
824 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release 5.4|Win32'"> 838 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release 5.4|Win32'">
825 <ClCompile> 839 <ClCompile>
@@ -839,6 +853,12 @@
839 <AdditionalDependencies>lua54.lib;kernel32.lib;user32.lib;gdi32.lib;winspool.lib;comdlg32.lib;advapi32.lib;shell32.lib;ole32.lib;oleaut32.lib;uuid.lib;odbc32.lib;odbccp32.lib;%(AdditionalDependencies)</AdditionalDependencies> 853 <AdditionalDependencies>lua54.lib;kernel32.lib;user32.lib;gdi32.lib;winspool.lib;comdlg32.lib;advapi32.lib;shell32.lib;ole32.lib;oleaut32.lib;uuid.lib;odbc32.lib;odbccp32.lib;%(AdditionalDependencies)</AdditionalDependencies>
840 <AdditionalLibraryDirectories>$(SolutionDir)..\..\..\Lua54\bin\$(Platform)\Release</AdditionalLibraryDirectories> 854 <AdditionalLibraryDirectories>$(SolutionDir)..\..\..\Lua54\bin\$(Platform)\Release</AdditionalLibraryDirectories>
841 </Link> 855 </Link>
856 <PostBuildEvent>
857 <Command>xcopy /F /I /R /Y "$(TargetPath)" $(SolutionDir)..\..\..\Lua54\bin\$(Platform)\Release\</Command>
858 </PostBuildEvent>
859 <PostBuildEvent>
860 <Message>Copy to Lua 5.4</Message>
861 </PostBuildEvent>
842 </ItemDefinitionGroup> 862 </ItemDefinitionGroup>
843 <ItemGroup> 863 <ItemGroup>
844 <ClCompile Include="..\src\compat.cpp" /> 864 <ClCompile Include="..\src\compat.cpp" />