diff options
Diffstat (limited to 'deep_userdata_example/deep_userdata_example.vcxproj')
| -rw-r--r-- | deep_userdata_example/deep_userdata_example.vcxproj | 187 |
1 files changed, 187 insertions, 0 deletions
diff --git a/deep_userdata_example/deep_userdata_example.vcxproj b/deep_userdata_example/deep_userdata_example.vcxproj index 54db35a..0b92cb2 100644 --- a/deep_userdata_example/deep_userdata_example.vcxproj +++ b/deep_userdata_example/deep_userdata_example.vcxproj | |||
| @@ -45,6 +45,30 @@ | |||
| 45 | <Configuration>Debug 5.4</Configuration> | 45 | <Configuration>Debug 5.4</Configuration> |
| 46 | <Platform>x64</Platform> | 46 | <Platform>x64</Platform> |
| 47 | </ProjectConfiguration> | 47 | </ProjectConfiguration> |
| 48 | <ProjectConfiguration Include="Debug 5.5|Prospero"> | ||
| 49 | <Configuration>Debug 5.5</Configuration> | ||
| 50 | <Platform>Prospero</Platform> | ||
| 51 | </ProjectConfiguration> | ||
| 52 | <ProjectConfiguration Include="Debug 5.5|Win32"> | ||
| 53 | <Configuration>Debug 5.5</Configuration> | ||
| 54 | <Platform>Win32</Platform> | ||
| 55 | </ProjectConfiguration> | ||
| 56 | <ProjectConfiguration Include="Debug 5.5|x64"> | ||
| 57 | <Configuration>Debug 5.5</Configuration> | ||
| 58 | <Platform>x64</Platform> | ||
| 59 | </ProjectConfiguration> | ||
| 60 | <ProjectConfiguration Include="Release 5.5|Prospero"> | ||
| 61 | <Configuration>Release 5.5</Configuration> | ||
| 62 | <Platform>Prospero</Platform> | ||
| 63 | </ProjectConfiguration> | ||
| 64 | <ProjectConfiguration Include="Release 5.5|Win32"> | ||
| 65 | <Configuration>Release 5.5</Configuration> | ||
| 66 | <Platform>Win32</Platform> | ||
| 67 | </ProjectConfiguration> | ||
| 68 | <ProjectConfiguration Include="Release 5.5|x64"> | ||
| 69 | <Configuration>Release 5.5</Configuration> | ||
| 70 | <Platform>x64</Platform> | ||
| 71 | </ProjectConfiguration> | ||
| 48 | <ProjectConfiguration Include="Release LuaJIT|Prospero"> | 72 | <ProjectConfiguration Include="Release LuaJIT|Prospero"> |
| 49 | <Configuration>Release LuaJIT</Configuration> | 73 | <Configuration>Release LuaJIT</Configuration> |
| 50 | <Platform>Prospero</Platform> | 74 | <Platform>Prospero</Platform> |
| @@ -173,6 +197,12 @@ | |||
| 173 | <PlatformToolset>v143</PlatformToolset> | 197 | <PlatformToolset>v143</PlatformToolset> |
| 174 | <CharacterSet>MultiByte</CharacterSet> | 198 | <CharacterSet>MultiByte</CharacterSet> |
| 175 | </PropertyGroup> | 199 | </PropertyGroup> |
| 200 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug 5.5|Win32'" Label="Configuration"> | ||
| 201 | <ConfigurationType>DynamicLibrary</ConfigurationType> | ||
| 202 | <UseDebugLibraries>true</UseDebugLibraries> | ||
| 203 | <PlatformToolset>v143</PlatformToolset> | ||
| 204 | <CharacterSet>MultiByte</CharacterSet> | ||
| 205 | </PropertyGroup> | ||
| 176 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release MoonJIT|Win32'" Label="Configuration"> | 206 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release MoonJIT|Win32'" Label="Configuration"> |
| 177 | <ConfigurationType>DynamicLibrary</ConfigurationType> | 207 | <ConfigurationType>DynamicLibrary</ConfigurationType> |
| 178 | <UseDebugLibraries>true</UseDebugLibraries> | 208 | <UseDebugLibraries>true</UseDebugLibraries> |
| @@ -193,6 +223,13 @@ | |||
| 193 | <WholeProgramOptimization>true</WholeProgramOptimization> | 223 | <WholeProgramOptimization>true</WholeProgramOptimization> |
| 194 | <CharacterSet>MultiByte</CharacterSet> | 224 | <CharacterSet>MultiByte</CharacterSet> |
| 195 | </PropertyGroup> | 225 | </PropertyGroup> |
| 226 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release 5.5|Win32'" Label="Configuration"> | ||
| 227 | <ConfigurationType>DynamicLibrary</ConfigurationType> | ||
| 228 | <UseDebugLibraries>false</UseDebugLibraries> | ||
| 229 | <PlatformToolset>v143</PlatformToolset> | ||
| 230 | <WholeProgramOptimization>true</WholeProgramOptimization> | ||
| 231 | <CharacterSet>MultiByte</CharacterSet> | ||
| 232 | </PropertyGroup> | ||
| 196 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug 5.3|x64'" Label="Configuration"> | 233 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug 5.3|x64'" Label="Configuration"> |
| 197 | <ConfigurationType>DynamicLibrary</ConfigurationType> | 234 | <ConfigurationType>DynamicLibrary</ConfigurationType> |
| 198 | <UseDebugLibraries>true</UseDebugLibraries> | 235 | <UseDebugLibraries>true</UseDebugLibraries> |
| @@ -237,6 +274,12 @@ | |||
| 237 | <PlatformToolset>v143</PlatformToolset> | 274 | <PlatformToolset>v143</PlatformToolset> |
| 238 | <CharacterSet>MultiByte</CharacterSet> | 275 | <CharacterSet>MultiByte</CharacterSet> |
| 239 | </PropertyGroup> | 276 | </PropertyGroup> |
| 277 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug 5.5|x64'" Label="Configuration"> | ||
| 278 | <ConfigurationType>DynamicLibrary</ConfigurationType> | ||
| 279 | <UseDebugLibraries>true</UseDebugLibraries> | ||
| 280 | <PlatformToolset>v143</PlatformToolset> | ||
| 281 | <CharacterSet>MultiByte</CharacterSet> | ||
| 282 | </PropertyGroup> | ||
| 240 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release MoonJIT|x64'" Label="Configuration"> | 283 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release MoonJIT|x64'" Label="Configuration"> |
| 241 | <ConfigurationType>DynamicLibrary</ConfigurationType> | 284 | <ConfigurationType>DynamicLibrary</ConfigurationType> |
| 242 | <UseDebugLibraries>true</UseDebugLibraries> | 285 | <UseDebugLibraries>true</UseDebugLibraries> |
| @@ -257,6 +300,13 @@ | |||
| 257 | <WholeProgramOptimization>true</WholeProgramOptimization> | 300 | <WholeProgramOptimization>true</WholeProgramOptimization> |
| 258 | <CharacterSet>MultiByte</CharacterSet> | 301 | <CharacterSet>MultiByte</CharacterSet> |
| 259 | </PropertyGroup> | 302 | </PropertyGroup> |
| 303 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release 5.5|x64'" Label="Configuration"> | ||
| 304 | <ConfigurationType>DynamicLibrary</ConfigurationType> | ||
| 305 | <UseDebugLibraries>false</UseDebugLibraries> | ||
| 306 | <PlatformToolset>v143</PlatformToolset> | ||
| 307 | <WholeProgramOptimization>true</WholeProgramOptimization> | ||
| 308 | <CharacterSet>MultiByte</CharacterSet> | ||
| 309 | </PropertyGroup> | ||
| 260 | <PropertyGroup Label="Configuration" Condition="'$(Configuration)|$(Platform)'=='Release MoonJIT|Prospero'"> | 310 | <PropertyGroup Label="Configuration" Condition="'$(Configuration)|$(Platform)'=='Release MoonJIT|Prospero'"> |
| 261 | <PlatformToolset>Clang</PlatformToolset> | 311 | <PlatformToolset>Clang</PlatformToolset> |
| 262 | </PropertyGroup> | 312 | </PropertyGroup> |
| @@ -266,6 +316,9 @@ | |||
| 266 | <PropertyGroup Label="Configuration" Condition="'$(Configuration)|$(Platform)'=='Release 5.4|Prospero'"> | 316 | <PropertyGroup Label="Configuration" Condition="'$(Configuration)|$(Platform)'=='Release 5.4|Prospero'"> |
| 267 | <PlatformToolset>Clang</PlatformToolset> | 317 | <PlatformToolset>Clang</PlatformToolset> |
| 268 | </PropertyGroup> | 318 | </PropertyGroup> |
| 319 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release 5.5|Prospero'" Label="Configuration"> | ||
| 320 | <PlatformToolset>Clang</PlatformToolset> | ||
| 321 | </PropertyGroup> | ||
| 269 | <PropertyGroup Label="Configuration" Condition="'$(Configuration)|$(Platform)'=='Debug 5.3|Prospero'"> | 322 | <PropertyGroup Label="Configuration" Condition="'$(Configuration)|$(Platform)'=='Debug 5.3|Prospero'"> |
| 270 | <PlatformToolset>Clang</PlatformToolset> | 323 | <PlatformToolset>Clang</PlatformToolset> |
| 271 | </PropertyGroup> | 324 | </PropertyGroup> |
| @@ -284,6 +337,9 @@ | |||
| 284 | <PropertyGroup Label="Configuration" Condition="'$(Configuration)|$(Platform)'=='Debug 5.4|Prospero'"> | 337 | <PropertyGroup Label="Configuration" Condition="'$(Configuration)|$(Platform)'=='Debug 5.4|Prospero'"> |
| 285 | <PlatformToolset>Clang</PlatformToolset> | 338 | <PlatformToolset>Clang</PlatformToolset> |
| 286 | </PropertyGroup> | 339 | </PropertyGroup> |
| 340 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug 5.5|Prospero'" Label="Configuration"> | ||
| 341 | <PlatformToolset>Clang</PlatformToolset> | ||
| 342 | </PropertyGroup> | ||
| 287 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release LuaJIT|Prospero'" Label="Configuration"> | 343 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release LuaJIT|Prospero'" Label="Configuration"> |
| 288 | <PlatformToolset>Clang</PlatformToolset> | 344 | <PlatformToolset>Clang</PlatformToolset> |
| 289 | </PropertyGroup> | 345 | </PropertyGroup> |
| @@ -313,6 +369,9 @@ | |||
| 313 | <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug 5.4|Win32'" Label="PropertySheets"> | 369 | <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug 5.4|Win32'" Label="PropertySheets"> |
| 314 | <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> | 370 | <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> |
| 315 | </ImportGroup> | 371 | </ImportGroup> |
| 372 | <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug 5.5|Win32'" Label="PropertySheets"> | ||
| 373 | <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> | ||
| 374 | </ImportGroup> | ||
| 316 | <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release MoonJIT|Win32'" Label="PropertySheets"> | 375 | <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release MoonJIT|Win32'" Label="PropertySheets"> |
| 317 | <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> | 376 | <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> |
| 318 | </ImportGroup> | 377 | </ImportGroup> |
| @@ -322,6 +381,9 @@ | |||
| 322 | <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release 5.4|Win32'" Label="PropertySheets"> | 381 | <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release 5.4|Win32'" Label="PropertySheets"> |
| 323 | <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> | 382 | <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> |
| 324 | </ImportGroup> | 383 | </ImportGroup> |
| 384 | <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release 5.5|Win32'" Label="PropertySheets"> | ||
| 385 | <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> | ||
| 386 | </ImportGroup> | ||
| 325 | <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Debug 5.3|x64'"> | 387 | <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Debug 5.3|x64'"> |
| 326 | <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> | 388 | <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> |
| 327 | </ImportGroup> | 389 | </ImportGroup> |
| @@ -343,6 +405,9 @@ | |||
| 343 | <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug 5.4|x64'" Label="PropertySheets"> | 405 | <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug 5.4|x64'" Label="PropertySheets"> |
| 344 | <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> | 406 | <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> |
| 345 | </ImportGroup> | 407 | </ImportGroup> |
| 408 | <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug 5.5|x64'" Label="PropertySheets"> | ||
| 409 | <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> | ||
| 410 | </ImportGroup> | ||
| 346 | <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release MoonJIT|x64'" Label="PropertySheets"> | 411 | <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release MoonJIT|x64'" Label="PropertySheets"> |
| 347 | <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> | 412 | <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> |
| 348 | </ImportGroup> | 413 | </ImportGroup> |
| @@ -352,6 +417,9 @@ | |||
| 352 | <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release 5.4|x64'" Label="PropertySheets"> | 417 | <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release 5.4|x64'" Label="PropertySheets"> |
| 353 | <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> | 418 | <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> |
| 354 | </ImportGroup> | 419 | </ImportGroup> |
| 420 | <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release 5.5|x64'" Label="PropertySheets"> | ||
| 421 | <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> | ||
| 422 | </ImportGroup> | ||
| 355 | <PropertyGroup Label="UserMacros" /> | 423 | <PropertyGroup Label="UserMacros" /> |
| 356 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug 5.3|x64'"> | 424 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug 5.3|x64'"> |
| 357 | <TargetExt>.dll</TargetExt> | 425 | <TargetExt>.dll</TargetExt> |
| @@ -395,6 +463,12 @@ | |||
| 395 | <IntDir>$(SolutionDir)_Tmp\$(ProjectName)\$(PlatformName)\$(Configuration)\</IntDir> | 463 | <IntDir>$(SolutionDir)_Tmp\$(ProjectName)\$(PlatformName)\$(Configuration)\</IntDir> |
| 396 | <LinkIncremental>false</LinkIncremental> | 464 | <LinkIncremental>false</LinkIncremental> |
| 397 | </PropertyGroup> | 465 | </PropertyGroup> |
| 466 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug 5.5|x64'"> | ||
| 467 | <TargetExt>.dll</TargetExt> | ||
| 468 | <OutDir>$(SolutionDir)_Output\$(ProjectName)\$(PlatformName)\$(Configuration)\</OutDir> | ||
| 469 | <IntDir>$(SolutionDir)_Tmp\$(ProjectName)\$(PlatformName)\$(Configuration)\</IntDir> | ||
| 470 | <LinkIncremental>false</LinkIncremental> | ||
| 471 | </PropertyGroup> | ||
| 398 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release MoonJIT|x64'"> | 472 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release MoonJIT|x64'"> |
| 399 | <TargetExt>.dll</TargetExt> | 473 | <TargetExt>.dll</TargetExt> |
| 400 | <OutDir>$(SolutionDir)_Output\$(ProjectName)\$(PlatformName)\$(Configuration)\</OutDir> | 474 | <OutDir>$(SolutionDir)_Output\$(ProjectName)\$(PlatformName)\$(Configuration)\</OutDir> |
| @@ -443,6 +517,12 @@ | |||
| 443 | <IntDir>$(SolutionDir)_Tmp\$(ProjectName)\$(PlatformName)\$(Configuration)\</IntDir> | 517 | <IntDir>$(SolutionDir)_Tmp\$(ProjectName)\$(PlatformName)\$(Configuration)\</IntDir> |
| 444 | <LinkIncremental>false</LinkIncremental> | 518 | <LinkIncremental>false</LinkIncremental> |
| 445 | </PropertyGroup> | 519 | </PropertyGroup> |
| 520 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug 5.5|Win32'"> | ||
| 521 | <TargetExt>.dll</TargetExt> | ||
| 522 | <OutDir>$(SolutionDir)_Output\$(ProjectName)\$(PlatformName)\$(Configuration)\</OutDir> | ||
| 523 | <IntDir>$(SolutionDir)_Tmp\$(ProjectName)\$(PlatformName)\$(Configuration)\</IntDir> | ||
| 524 | <LinkIncremental>false</LinkIncremental> | ||
| 525 | </PropertyGroup> | ||
| 446 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release MoonJIT|Win32'"> | 526 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release MoonJIT|Win32'"> |
| 447 | <TargetExt>.dll</TargetExt> | 527 | <TargetExt>.dll</TargetExt> |
| 448 | <OutDir>$(SolutionDir)_Output\$(ProjectName)\$(PlatformName)\$(Configuration)\</OutDir> | 528 | <OutDir>$(SolutionDir)_Output\$(ProjectName)\$(PlatformName)\$(Configuration)\</OutDir> |
| @@ -459,6 +539,11 @@ | |||
| 459 | <IntDir>$(SolutionDir)_Tmp\$(ProjectName)\$(PlatformName)\$(Configuration)\</IntDir> | 539 | <IntDir>$(SolutionDir)_Tmp\$(ProjectName)\$(PlatformName)\$(Configuration)\</IntDir> |
| 460 | <LinkIncremental>false</LinkIncremental> | 540 | <LinkIncremental>false</LinkIncremental> |
| 461 | </PropertyGroup> | 541 | </PropertyGroup> |
| 542 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release 5.5|x64'"> | ||
| 543 | <OutDir>$(SolutionDir)_Output\$(ProjectName)\$(PlatformName)\$(Configuration)\</OutDir> | ||
| 544 | <IntDir>$(SolutionDir)_Tmp\$(ProjectName)\$(PlatformName)\$(Configuration)\</IntDir> | ||
| 545 | <LinkIncremental>false</LinkIncremental> | ||
| 546 | </PropertyGroup> | ||
| 462 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release 5.3|Win32'"> | 547 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release 5.3|Win32'"> |
| 463 | <OutDir>$(SolutionDir)_Output\$(ProjectName)\$(PlatformName)\$(Configuration)\</OutDir> | 548 | <OutDir>$(SolutionDir)_Output\$(ProjectName)\$(PlatformName)\$(Configuration)\</OutDir> |
| 464 | <IntDir>$(SolutionDir)_Tmp\$(ProjectName)\$(PlatformName)\$(Configuration)\</IntDir> | 549 | <IntDir>$(SolutionDir)_Tmp\$(ProjectName)\$(PlatformName)\$(Configuration)\</IntDir> |
| @@ -469,6 +554,11 @@ | |||
| 469 | <OutDir>$(SolutionDir)_Output\$(ProjectName)\$(PlatformName)\$(Configuration)\</OutDir> | 554 | <OutDir>$(SolutionDir)_Output\$(ProjectName)\$(PlatformName)\$(Configuration)\</OutDir> |
| 470 | <LinkIncremental>false</LinkIncremental> | 555 | <LinkIncremental>false</LinkIncremental> |
| 471 | </PropertyGroup> | 556 | </PropertyGroup> |
| 557 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release 5.5|Win32'"> | ||
| 558 | <IntDir>$(SolutionDir)_Tmp\$(ProjectName)\$(PlatformName)\$(Configuration)\</IntDir> | ||
| 559 | <OutDir>$(SolutionDir)_Output\$(ProjectName)\$(PlatformName)\$(Configuration)\</OutDir> | ||
| 560 | <LinkIncremental>false</LinkIncremental> | ||
| 561 | </PropertyGroup> | ||
| 472 | <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release 5.3|x64'"> | 562 | <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release 5.3|x64'"> |
| 473 | <ClCompile> | 563 | <ClCompile> |
| 474 | <WarningLevel>Level3</WarningLevel> | 564 | <WarningLevel>Level3</WarningLevel> |
| @@ -518,6 +608,31 @@ | |||
| 518 | </Message> | 608 | </Message> |
| 519 | </PostBuildEvent> | 609 | </PostBuildEvent> |
| 520 | </ItemDefinitionGroup> | 610 | </ItemDefinitionGroup> |
| 611 | <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release 5.5|x64'"> | ||
| 612 | <ClCompile> | ||
| 613 | <WarningLevel>Level3</WarningLevel> | ||
| 614 | <SDLCheck>true</SDLCheck> | ||
| 615 | <ConformanceMode>true</ConformanceMode> | ||
| 616 | <AdditionalIncludeDirectories>$(SolutionDir)/_LuaVersions/$(PlatformName)/$(ConfigurationName)/include;$(SolutionDir)..</AdditionalIncludeDirectories> | ||
| 617 | <ProgramDataBaseFileName>$(IntDir)$(TargetName).pdb</ProgramDataBaseFileName> | ||
| 618 | <PreprocessorDefinitions>_WINDLL;_CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions)</PreprocessorDefinitions> | ||
| 619 | <LanguageStandard>stdcpp20</LanguageStandard> | ||
| 620 | <BasicRuntimeChecks> | ||
| 621 | </BasicRuntimeChecks> | ||
| 622 | <RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary> | ||
| 623 | </ClCompile> | ||
| 624 | <Link> | ||
| 625 | <EnableCOMDATFolding>true</EnableCOMDATFolding> | ||
| 626 | <OptimizeReferences>true</OptimizeReferences> | ||
| 627 | <AdditionalDependencies>lua55.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> | ||
| 628 | <AdditionalLibraryDirectories>$(SolutionDir)_LuaVersions\$(PlatformName)\$(ConfigurationName)</AdditionalLibraryDirectories> | ||
| 629 | </Link> | ||
| 630 | <PostBuildEvent> | ||
| 631 | <Command>xcopy /F /I /R /Y "$(TargetPath)" "$(SolutionDir)_LuaVersions\$(PlatformName)\$(ConfigurationName)"</Command> | ||
| 632 | <Message> | ||
| 633 | </Message> | ||
| 634 | </PostBuildEvent> | ||
| 635 | </ItemDefinitionGroup> | ||
| 521 | <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug 5.3|Win32'"> | 636 | <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug 5.3|Win32'"> |
| 522 | <ClCompile> | 637 | <ClCompile> |
| 523 | <WarningLevel>Level3</WarningLevel> | 638 | <WarningLevel>Level3</WarningLevel> |
| @@ -681,6 +796,27 @@ | |||
| 681 | <AdditionalLibraryDirectories>$(SolutionDir)_LuaVersions\$(PlatformName)\$(ConfigurationName)</AdditionalLibraryDirectories> | 796 | <AdditionalLibraryDirectories>$(SolutionDir)_LuaVersions\$(PlatformName)\$(ConfigurationName)</AdditionalLibraryDirectories> |
| 682 | </Link> | 797 | </Link> |
| 683 | </ItemDefinitionGroup> | 798 | </ItemDefinitionGroup> |
| 799 | <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug 5.5|Win32'"> | ||
| 800 | <ClCompile> | ||
| 801 | <WarningLevel>Level3</WarningLevel> | ||
| 802 | <Optimization>Disabled</Optimization> | ||
| 803 | <SDLCheck>true</SDLCheck> | ||
| 804 | <ConformanceMode>true</ConformanceMode> | ||
| 805 | <AdditionalIncludeDirectories>$(SolutionDir)/_LuaVersions/$(PlatformName)/$(ConfigurationName)/include;$(SolutionDir)..</AdditionalIncludeDirectories> | ||
| 806 | <ProgramDataBaseFileName>$(IntDir)$(TargetName).pdb</ProgramDataBaseFileName> | ||
| 807 | <LanguageStandard>stdcpp20</LanguageStandard> | ||
| 808 | <DebugInformationFormat>ProgramDatabase</DebugInformationFormat> | ||
| 809 | </ClCompile> | ||
| 810 | <PostBuildEvent> | ||
| 811 | <Command>xcopy /F /I /R /Y "$(TargetPath)" "$(SolutionDir)_LuaVersions\$(PlatformName)\$(ConfigurationName)"</Command> | ||
| 812 | <Message> | ||
| 813 | </Message> | ||
| 814 | </PostBuildEvent> | ||
| 815 | <Link> | ||
| 816 | <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> | ||
| 817 | <AdditionalLibraryDirectories>$(SolutionDir)_LuaVersions\$(PlatformName)\$(ConfigurationName)</AdditionalLibraryDirectories> | ||
| 818 | </Link> | ||
| 819 | </ItemDefinitionGroup> | ||
| 684 | <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release MoonJIT|Win32'"> | 820 | <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release MoonJIT|Win32'"> |
| 685 | <ClCompile> | 821 | <ClCompile> |
| 686 | <WarningLevel>Level3</WarningLevel> | 822 | <WarningLevel>Level3</WarningLevel> |
| @@ -875,6 +1011,28 @@ | |||
| 875 | <AdditionalLibraryDirectories>$(SolutionDir)_LuaVersions\$(PlatformName)\$(ConfigurationName)</AdditionalLibraryDirectories> | 1011 | <AdditionalLibraryDirectories>$(SolutionDir)_LuaVersions\$(PlatformName)\$(ConfigurationName)</AdditionalLibraryDirectories> |
| 876 | </Link> | 1012 | </Link> |
| 877 | </ItemDefinitionGroup> | 1013 | </ItemDefinitionGroup> |
| 1014 | <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug 5.5|x64'"> | ||
| 1015 | <ClCompile> | ||
| 1016 | <WarningLevel>Level3</WarningLevel> | ||
| 1017 | <SDLCheck>true</SDLCheck> | ||
| 1018 | <ConformanceMode>true</ConformanceMode> | ||
| 1019 | <AdditionalIncludeDirectories>$(SolutionDir)/_LuaVersions/$(PlatformName)/$(ConfigurationName)/include;$(SolutionDir)..</AdditionalIncludeDirectories> | ||
| 1020 | <ProgramDataBaseFileName>$(IntDir)$(TargetName).pdb</ProgramDataBaseFileName> | ||
| 1021 | <PreprocessorDefinitions>_WINDLL;_DEBUG;_CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions)</PreprocessorDefinitions> | ||
| 1022 | <LanguageStandard>stdcpp20</LanguageStandard> | ||
| 1023 | <DebugInformationFormat>ProgramDatabase</DebugInformationFormat> | ||
| 1024 | <OmitFramePointers>false</OmitFramePointers> | ||
| 1025 | </ClCompile> | ||
| 1026 | <PostBuildEvent> | ||
| 1027 | <Command>xcopy /F /I /R /Y "$(TargetPath)" "$(SolutionDir)_LuaVersions\$(PlatformName)\$(ConfigurationName)"</Command> | ||
| 1028 | <Message> | ||
| 1029 | </Message> | ||
| 1030 | </PostBuildEvent> | ||
| 1031 | <Link> | ||
| 1032 | <AdditionalDependencies>lua55.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> | ||
| 1033 | <AdditionalLibraryDirectories>$(SolutionDir)_LuaVersions\$(PlatformName)\$(ConfigurationName)</AdditionalLibraryDirectories> | ||
| 1034 | </Link> | ||
| 1035 | </ItemDefinitionGroup> | ||
| 878 | <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release MoonJIT|x64'"> | 1036 | <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release MoonJIT|x64'"> |
| 879 | <ClCompile> | 1037 | <ClCompile> |
| 880 | <WarningLevel>Level3</WarningLevel> | 1038 | <WarningLevel>Level3</WarningLevel> |
| @@ -954,6 +1112,35 @@ | |||
| 954 | </Message> | 1112 | </Message> |
| 955 | </PostBuildEvent> | 1113 | </PostBuildEvent> |
| 956 | </ItemDefinitionGroup> | 1114 | </ItemDefinitionGroup> |
| 1115 | <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release 5.5|Win32'"> | ||
| 1116 | <ClCompile> | ||
| 1117 | <WarningLevel>Level3</WarningLevel> | ||
| 1118 | <Optimization>MaxSpeed</Optimization> | ||
| 1119 | <SDLCheck>true</SDLCheck> | ||
| 1120 | <ConformanceMode>true</ConformanceMode> | ||
| 1121 | <AdditionalIncludeDirectories>$(SolutionDir)/_LuaVersions/$(PlatformName)/$(ConfigurationName)/include;$(SolutionDir)..</AdditionalIncludeDirectories> | ||
| 1122 | <ProgramDataBaseFileName>$(IntDir)$(TargetName).pdb</ProgramDataBaseFileName> | ||
| 1123 | <LanguageStandard>stdcpp20</LanguageStandard> | ||
| 1124 | <BasicRuntimeChecks> | ||
| 1125 | </BasicRuntimeChecks> | ||
| 1126 | <RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary> | ||
| 1127 | </ClCompile> | ||
| 1128 | <Link> | ||
| 1129 | <EnableCOMDATFolding>true</EnableCOMDATFolding> | ||
| 1130 | <OptimizeReferences>true</OptimizeReferences> | ||
| 1131 | <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> | ||
| 1132 | <AdditionalLibraryDirectories>$(SolutionDir)_LuaVersions\$(PlatformName)\$(ConfigurationName)</AdditionalLibraryDirectories> | ||
| 1133 | <ImageHasSafeExceptionHandlers> | ||
| 1134 | </ImageHasSafeExceptionHandlers> | ||
| 1135 | </Link> | ||
| 1136 | <PostBuildEvent> | ||
| 1137 | <Command>xcopy /F /I /R /Y "$(TargetPath)" "$(SolutionDir)_LuaVersions\$(PlatformName)\$(ConfigurationName)"</Command> | ||
| 1138 | </PostBuildEvent> | ||
| 1139 | <PostBuildEvent> | ||
| 1140 | <Message> | ||
| 1141 | </Message> | ||
| 1142 | </PostBuildEvent> | ||
| 1143 | </ItemDefinitionGroup> | ||
| 957 | <ItemGroup> | 1144 | <ItemGroup> |
| 958 | <ClCompile Include="..\src\compat.cpp" /> | 1145 | <ClCompile Include="..\src\compat.cpp" /> |
| 959 | <ClCompile Include="..\src\deep.cpp" /> | 1146 | <ClCompile Include="..\src\deep.cpp" /> |
