Rev 9 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
| Rev 9 | Rev 11 | ||
|---|---|---|---|
| Line 2... | Line 2... | ||
| 2 | <Project DefaultTargets="Build" ToolsVersion="14.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> |
2 | <Project DefaultTargets="Build" ToolsVersion="14.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> |
| 3 | <ItemGroup Label="ProjectConfigurations"> |
3 | <ItemGroup Label="ProjectConfigurations"> |
| 4 | <ProjectConfiguration Include="Debug|Win32"> |
4 | <ProjectConfiguration Include="Debug|Win32"> |
| 5 | <Configuration>Debug</Configuration> |
5 | <Configuration>Debug</Configuration> |
| 6 | <Platform>Win32</Platform> |
6 | <Platform>Win32</Platform> |
| - | 7 | </ProjectConfiguration> |
|
| - | 8 | <ProjectConfiguration Include="Debug|x64"> |
|
| - | 9 | <Configuration>Debug</Configuration> |
|
| - | 10 | <Platform>x64</Platform> |
|
| 7 | </ProjectConfiguration> |
11 | </ProjectConfiguration> |
| 8 | <ProjectConfiguration Include="Release|Win32"> |
12 | <ProjectConfiguration Include="Release|Win32"> |
| 9 | <Configuration>Release</Configuration> |
13 | <Configuration>Release</Configuration> |
| 10 | <Platform>Win32</Platform> |
14 | <Platform>Win32</Platform> |
| - | 15 | </ProjectConfiguration> |
|
| - | 16 | <ProjectConfiguration Include="Release|x64"> |
|
| - | 17 | <Configuration>Release</Configuration> |
|
| - | 18 | <Platform>x64</Platform> |
|
| 11 | </ProjectConfiguration> |
19 | </ProjectConfiguration> |
| 12 | </ItemGroup> |
20 | </ItemGroup> |
| 13 | <ItemGroup> |
21 | <ItemGroup> |
| 14 | <ClCompile Include="lib\glad\src\glad.c" /> |
22 | <ClCompile Include="lib\glad\src\glad.c" /> |
| 15 | <ClCompile Include="lib\libsmacker\smacker.c" /> |
23 | <ClCompile Include="lib\libsmacker\smacker.c" /> |
| Line 367... | Line 375... | ||
| 367 | <ClInclude Include="src\S3\s3_defs.h" /> |
375 | <ClInclude Include="src\S3\s3_defs.h" /> |
| 368 | <ClInclude Include="src\S3\sos_dos_types.h" /> |
376 | <ClInclude Include="src\S3\sos_dos_types.h" /> |
| 369 | <ClInclude Include="src\smackw32\include\smackw32\smackw32.h" /> |
377 | <ClInclude Include="src\smackw32\include\smackw32\smackw32.h" /> |
| 370 | </ItemGroup> |
378 | </ItemGroup> |
| 371 | <ItemGroup> |
379 | <ItemGroup> |
| - | 380 | <None Include="posix-build.sh" /> |
|
| 372 | <None Include="src\harness\resources\3d_frag.glsl" /> |
381 | <None Include="src\harness\resources\3d_frag.glsl" /> |
| 373 | <None Include="src\harness\resources\3d_vert.glsl" /> |
382 | <None Include="src\harness\resources\3d_vert.glsl" /> |
| 374 | <None Include="src\harness\resources\framebuffer_frag.glsl" /> |
383 | <None Include="src\harness\resources\framebuffer_frag.glsl" /> |
| 375 | <None Include="src\harness\resources\framebuffer_vert.glsl" /> |
384 | <None Include="src\harness\resources\framebuffer_vert.glsl" /> |
| 376 | </ItemGroup> |
385 | </ItemGroup> |
| Line 386... | Line 395... | ||
| 386 | <ProjectGuid>{4F6846A8-84AA-4A5D-81A8-68DC793251D0}</ProjectGuid> |
395 | <ProjectGuid>{4F6846A8-84AA-4A5D-81A8-68DC793251D0}</ProjectGuid> |
| 387 | <WindowsTargetPlatformVersion>10.0</WindowsTargetPlatformVersion> |
396 | <WindowsTargetPlatformVersion>10.0</WindowsTargetPlatformVersion> |
| 388 | </PropertyGroup> |
397 | </PropertyGroup> |
| 389 | <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" /> |
398 | <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" /> |
| 390 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration"> |
399 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration"> |
| - | 400 | <PlatformToolset>v142</PlatformToolset> |
|
| - | 401 | </PropertyGroup> |
|
| - | 402 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration"> |
|
| 391 | <PlatformToolset>v142</PlatformToolset> |
403 | <PlatformToolset>v142</PlatformToolset> |
| 392 | </PropertyGroup> |
404 | </PropertyGroup> |
| 393 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration"> |
405 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration"> |
| - | 406 | <CharacterSet>Unicode</CharacterSet> |
|
| - | 407 | <PlatformToolset>v142</PlatformToolset> |
|
| - | 408 | </PropertyGroup> |
|
| - | 409 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration"> |
|
| 394 | <CharacterSet>Unicode</CharacterSet> |
410 | <CharacterSet>Unicode</CharacterSet> |
| 395 | <PlatformToolset>v142</PlatformToolset> |
411 | <PlatformToolset>v142</PlatformToolset> |
| 396 | </PropertyGroup> |
412 | </PropertyGroup> |
| 397 | <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" /> |
413 | <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" /> |
| 398 | <ImportGroup Label="ExtensionSettings"> |
414 | <ImportGroup Label="ExtensionSettings"> |
| 399 | </ImportGroup> |
415 | </ImportGroup> |
| 400 | <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="PropertySheets"> |
416 | <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="PropertySheets"> |
| - | 417 | <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> |
|
| - | 418 | </ImportGroup> |
|
| - | 419 | <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="PropertySheets"> |
|
| 401 | <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> |
420 | <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> |
| 402 | </ImportGroup> |
421 | </ImportGroup> |
| 403 | <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="PropertySheets"> |
422 | <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="PropertySheets"> |
| - | 423 | <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> |
|
| - | 424 | </ImportGroup> |
|
| - | 425 | <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="PropertySheets"> |
|
| 404 | <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> |
426 | <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> |
| 405 | </ImportGroup> |
427 | </ImportGroup> |
| 406 | <PropertyGroup Label="UserMacros" /> |
428 | <PropertyGroup Label="UserMacros" /> |
| 407 | <PropertyGroup> |
429 | <PropertyGroup> |
| 408 | <_ProjectFileVersion>10.0.30319.1</_ProjectFileVersion> |
430 | <_ProjectFileVersion>10.0.30319.1</_ProjectFileVersion> |
| 409 | <CodeAnalysisRuleSet Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">AllRules.ruleset</CodeAnalysisRuleSet> |
431 | <CodeAnalysisRuleSet Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">AllRules.ruleset</CodeAnalysisRuleSet> |
| - | 432 | <CodeAnalysisRuleSet Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">AllRules.ruleset</CodeAnalysisRuleSet> |
|
| 410 | <CodeAnalysisRules Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" /> |
433 | <CodeAnalysisRules Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" /> |
| - | 434 | <CodeAnalysisRules Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" /> |
|
| 411 | <CodeAnalysisRuleAssemblies Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" /> |
435 | <CodeAnalysisRuleAssemblies Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" /> |
| - | 436 | <CodeAnalysisRuleAssemblies Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" /> |
|
| 412 | <CodeAnalysisRuleSet Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">AllRules.ruleset</CodeAnalysisRuleSet> |
437 | <CodeAnalysisRuleSet Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">AllRules.ruleset</CodeAnalysisRuleSet> |
| - | 438 | <CodeAnalysisRuleSet Condition="'$(Configuration)|$(Platform)'=='Release|x64'">AllRules.ruleset</CodeAnalysisRuleSet> |
|
| 413 | <CodeAnalysisRules Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" /> |
439 | <CodeAnalysisRules Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" /> |
| - | 440 | <CodeAnalysisRules Condition="'$(Configuration)|$(Platform)'=='Release|x64'" /> |
|
| 414 | <CodeAnalysisRuleAssemblies Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" /> |
441 | <CodeAnalysisRuleAssemblies Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" /> |
| - | 442 | <CodeAnalysisRuleAssemblies Condition="'$(Configuration)|$(Platform)'=='Release|x64'" /> |
|
| 415 | </PropertyGroup> |
443 | </PropertyGroup> |
| 416 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'"> |
444 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'"> |
| - | 445 | <OutDir>$(SolutionDir).build\$(ProjectName)-$(Configuration)-$(Platform)\</OutDir> |
|
| - | 446 | <IntDir>$(SolutionDir).build\$(ProjectName)-$(Configuration)-$(Platform)\</IntDir> |
|
| - | 447 | <RunCodeAnalysis>false</RunCodeAnalysis> |
|
| - | 448 | </PropertyGroup> |
|
| - | 449 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'"> |
|
| 417 | <OutDir>$(SolutionDir).build\$(ProjectName)-$(Configuration)-$(Platform)\</OutDir> |
450 | <OutDir>$(SolutionDir).build\$(ProjectName)-$(Configuration)-$(Platform)\</OutDir> |
| 418 | <IntDir>$(SolutionDir).build\$(ProjectName)-$(Configuration)-$(Platform)\</IntDir> |
451 | <IntDir>$(SolutionDir).build\$(ProjectName)-$(Configuration)-$(Platform)\</IntDir> |
| 419 | <RunCodeAnalysis>false</RunCodeAnalysis> |
452 | <RunCodeAnalysis>false</RunCodeAnalysis> |
| 420 | </PropertyGroup> |
453 | </PropertyGroup> |
| 421 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'"> |
454 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'"> |
| - | 455 | <OutDir>$(SolutionDir).build\$(ProjectName)-$(Configuration)-$(Platform)\</OutDir> |
|
| - | 456 | <IntDir>$(SolutionDir).build\$(ProjectName)-$(Configuration)-$(Platform)\</IntDir> |
|
| - | 457 | </PropertyGroup> |
|
| - | 458 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'"> |
|
| 422 | <OutDir>$(SolutionDir).build\$(ProjectName)-$(Configuration)-$(Platform)\</OutDir> |
459 | <OutDir>$(SolutionDir).build\$(ProjectName)-$(Configuration)-$(Platform)\</OutDir> |
| 423 | <IntDir>$(SolutionDir).build\$(ProjectName)-$(Configuration)-$(Platform)\</IntDir> |
460 | <IntDir>$(SolutionDir).build\$(ProjectName)-$(Configuration)-$(Platform)\</IntDir> |
| 424 | </PropertyGroup> |
461 | </PropertyGroup> |
| 425 | <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'"> |
462 | <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'"> |
| 426 | <ClCompile> |
463 | <ClCompile> |
| Line 442... | Line 479... | ||
| 442 | <SubSystem>Windows</SubSystem> |
479 | <SubSystem>Windows</SubSystem> |
| 443 | <StackReserveSize>16777216</StackReserveSize> |
480 | <StackReserveSize>16777216</StackReserveSize> |
| 444 | </Link> |
481 | </Link> |
| 445 | <Manifest /> |
482 | <Manifest /> |
| 446 | <PostBuildEvent> |
483 | <PostBuildEvent> |
| - | 484 | <Command>copy /b /y "lib\SDL2\$(TargetPlatformIdentifier)-$(PlatformTarget)\SDL2.dll" . & copy /b /y "$(OutDir)$(TargetName)$(TargetExt)*" .</Command> |
|
| - | 485 | <Message>Copying files...</Message> |
|
| - | 486 | </PostBuildEvent> |
|
| - | 487 | </ItemDefinitionGroup> |
|
| - | 488 | <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'"> |
|
| - | 489 | <ClCompile> |
|
| - | 490 | <Optimization>Disabled</Optimization> |
|
| - | 491 | <PreprocessorDefinitions>DETHRACE_FIX_BUGS;_CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions)</PreprocessorDefinitions> |
|
| - | 492 | <BasicRuntimeChecks>EnableFastChecks</BasicRuntimeChecks> |
|
| - | 493 | <RuntimeLibrary>MultiThreadedDebug</RuntimeLibrary> |
|
| - | 494 | <PrecompiledHeader> |
|
| - | 495 | </PrecompiledHeader> |
|
| - | 496 | <DebugInformationFormat>ProgramDatabase</DebugInformationFormat> |
|
| 447 | < |
497 | <AdditionalIncludeDirectories>src/harness/include;src/harness;src/smackw32/include;src/BRSRC13/include;src/BRSRC13;src/S3/include;src/S3;src/DETHRACE/common;src/DETHRACE/pd;src/DETHRACE;lib/glad/include;lib/libsmacker;lib/miniaudio/include;lib/miniaudio/include/miniaudio;lib/SDL2/include/SDL2;lib</AdditionalIncludeDirectories> |
| - | 498 | <DisableSpecificWarnings> |
|
| - | 499 | </DisableSpecificWarnings> |
|
| - | 500 | </ClCompile> |
|
| - | 501 | <Link> |
|
| - | 502 | <GenerateDebugInformation>true</GenerateDebugInformation> |
|
| - | 503 | <Profile>true</Profile> |
|
| - | 504 | <AdditionalDependencies>lib/SDL2/$(TargetPlatformIdentifier)-$(PlatformTarget)/SDL2.lib;ws2_32.lib;%(AdditionalDependencies)</AdditionalDependencies> |
|
| - | 505 | <SubSystem>Windows</SubSystem> |
|
| - | 506 | <StackReserveSize>16777216</StackReserveSize> |
|
| - | 507 | </Link> |
|
| - | 508 | <Manifest /> |
|
| - | 509 | <PostBuildEvent> |
|
| - | 510 | <Command>copy /b /y "lib\SDL2\$(TargetPlatformIdentifier)-$(PlatformTarget)\SDL2.dll" . & copy /b /y "$(OutDir)$(TargetName)$(TargetExt)*" .</Command> |
|
| 448 | <Message>Copying files...</Message> |
511 | <Message>Copying files...</Message> |
| 449 | </PostBuildEvent> |
512 | </PostBuildEvent> |
| 450 | </ItemDefinitionGroup> |
513 | </ItemDefinitionGroup> |
| 451 | <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'"> |
514 | <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'"> |
| 452 | <ClCompile> |
515 | <ClCompile> |
| Line 462... | Line 525... | ||
| 462 | </DisableSpecificWarnings> |
525 | </DisableSpecificWarnings> |
| 463 | </ClCompile> |
526 | </ClCompile> |
| 464 | <Link /> |
527 | <Link /> |
| 465 | <Manifest /> |
528 | <Manifest /> |
| 466 | <PostBuildEvent> |
529 | <PostBuildEvent> |
| - | 530 | <Command>copy /b /y "lib\SDL2\$(TargetPlatformIdentifier)-$(PlatformTarget)\SDL2.dll" . & copy /b /y "$(OutDir)$(TargetName)$(TargetExt)*" .</Command> |
|
| - | 531 | <Message>Copying files...</Message> |
|
| - | 532 | </PostBuildEvent> |
|
| - | 533 | <Link> |
|
| - | 534 | <AdditionalDependencies>lib/SDL2/$(TargetPlatformIdentifier)-$(PlatformTarget)/SDL2.lib;ws2_32.lib;%(AdditionalDependencies)</AdditionalDependencies> |
|
| - | 535 | <SubSystem>Windows</SubSystem> |
|
| - | 536 | <StackReserveSize>16777216</StackReserveSize> |
|
| - | 537 | </Link> |
|
| - | 538 | </ItemDefinitionGroup> |
|
| - | 539 | <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'"> |
|
| - | 540 | <ClCompile> |
|
| - | 541 | <IntrinsicFunctions>true</IntrinsicFunctions> |
|
| - | 542 | <PreprocessorDefinitions>DETHRACE_FIX_BUGS;_CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions)</PreprocessorDefinitions> |
|
| - | 543 | <RuntimeLibrary>MultiThreaded</RuntimeLibrary> |
|
| - | 544 | <PrecompiledHeader> |
|
| - | 545 | </PrecompiledHeader> |
|
| - | 546 | <EnablePREfast>false</EnablePREfast> |
|
| - | 547 | <Optimization>Full</Optimization> |
|
| 467 | < |
548 | <AdditionalIncludeDirectories>src/harness/include;src/harness;src/smackw32/include;src/BRSRC13/include;src/BRSRC13;src/S3/include;src/S3;src/DETHRACE/common;src/DETHRACE/pd;src/DETHRACE;lib/glad/include;lib/libsmacker;lib/miniaudio/include;lib/miniaudio/include/miniaudio;lib/SDL2/include/SDL2;lib</AdditionalIncludeDirectories> |
| - | 549 | <DisableSpecificWarnings> |
|
| - | 550 | </DisableSpecificWarnings> |
|
| - | 551 | </ClCompile> |
|
| - | 552 | <Link /> |
|
| - | 553 | <Manifest /> |
|
| - | 554 | <PostBuildEvent> |
|
| - | 555 | <Command>copy /b /y "lib\SDL2\$(TargetPlatformIdentifier)-$(PlatformTarget)\SDL2.dll" . & copy /b /y "$(OutDir)$(TargetName)$(TargetExt)*" .</Command> |
|
| 468 | <Message>Copying files...</Message> |
556 | <Message>Copying files...</Message> |
| 469 | </PostBuildEvent> |
557 | </PostBuildEvent> |
| 470 | <Link> |
558 | <Link> |
| 471 | <AdditionalDependencies>lib/SDL2/$(TargetPlatformIdentifier)-$(PlatformTarget)/SDL2.lib;ws2_32.lib;%(AdditionalDependencies)</AdditionalDependencies> |
559 | <AdditionalDependencies>lib/SDL2/$(TargetPlatformIdentifier)-$(PlatformTarget)/SDL2.lib;ws2_32.lib;%(AdditionalDependencies)</AdditionalDependencies> |
| 472 | <SubSystem>Windows</SubSystem> |
560 | <SubSystem>Windows</SubSystem> |