mirror of
https://github.com/OpenRCT2/OpenRCT2.git
synced 2025-01-23 10:51:58 -05:00
f305a518b2
NOTE: The little popup window ("Screenshot saved to disk as") still displays a BMP filename, but it saves a PNG file to disk.
180 lines
No EOL
8.4 KiB
XML
180 lines
No EOL
8.4 KiB
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<Project DefaultTargets="Build0;Build" ToolsVersion="12.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
|
<Target Name="Build0">
|
|
<Copy SourceFiles="..\openrct2.exe" DestinationFolder="$(OutDir)" />
|
|
<Copy SourceFiles="..\SDL2.dll" DestinationFolder="$(OutDir)" />
|
|
</Target>
|
|
<ItemGroup Label="ProjectConfigurations">
|
|
<ProjectConfiguration Include="Debug|Win32">
|
|
<Configuration>Debug</Configuration>
|
|
<Platform>Win32</Platform>
|
|
</ProjectConfiguration>
|
|
<ProjectConfiguration Include="Release|Win32">
|
|
<Configuration>Release</Configuration>
|
|
<Platform>Win32</Platform>
|
|
</ProjectConfiguration>
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<ClInclude Include="..\src\addresses.h" />
|
|
<ClInclude Include="..\src\audio.h" />
|
|
<ClInclude Include="..\src\climate.h" />
|
|
<ClInclude Include="..\src\config.h" />
|
|
<ClInclude Include="..\src\date.h" />
|
|
<ClInclude Include="..\src\editor.h" />
|
|
<ClInclude Include="..\src\game.h" />
|
|
<ClInclude Include="..\src\gfx.h" />
|
|
<ClInclude Include="..\src\intro.h" />
|
|
<ClInclude Include="..\src\map.h" />
|
|
<ClInclude Include="..\src\news_item.h" />
|
|
<ClInclude Include="..\src\object.h" />
|
|
<ClInclude Include="..\src\osinterface.h" />
|
|
<ClInclude Include="..\src\park.h" />
|
|
<ClInclude Include="..\src\peep.h" />
|
|
<ClInclude Include="..\src\rct2.h" />
|
|
<ClInclude Include="..\src\ride.h" />
|
|
<ClInclude Include="..\src\sawyercoding.h" />
|
|
<ClInclude Include="..\src\scenario.h" />
|
|
<ClInclude Include="..\src\screenshot.h" />
|
|
<ClInclude Include="..\src\sprite.h" />
|
|
<ClInclude Include="..\src\sprites.h" />
|
|
<ClInclude Include="..\src\strings.h" />
|
|
<ClInclude Include="..\src\title.h" />
|
|
<ClInclude Include="..\src\track.h" />
|
|
<ClInclude Include="..\src\tutorial.h" />
|
|
<ClInclude Include="..\src\util.h" />
|
|
<ClInclude Include="..\src\viewport.h" />
|
|
<ClInclude Include="..\src\widget.h" />
|
|
<ClInclude Include="..\src\window.h" />
|
|
<ClInclude Include="..\src\window_dropdown.h" />
|
|
<ClInclude Include="..\src\window_error.h" />
|
|
<ClInclude Include="..\src\window_tooltip.h" />
|
|
<ClInclude Include="resource.h" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<ClCompile Include="..\lodepng\lodepng.c" />
|
|
<ClCompile Include="..\src\audio.c" />
|
|
<ClCompile Include="..\src\climate.c" />
|
|
<ClCompile Include="..\src\config.c" />
|
|
<ClCompile Include="..\src\date.c" />
|
|
<ClCompile Include="..\src\editor.c" />
|
|
<ClCompile Include="..\src\game.c" />
|
|
<ClCompile Include="..\src\gfx.c" />
|
|
<ClCompile Include="..\src\intro.c" />
|
|
<ClCompile Include="..\src\map.c" />
|
|
<ClCompile Include="..\src\news_item.c" />
|
|
<ClCompile Include="..\src\object.c" />
|
|
<ClCompile Include="..\src\osinterface.c" />
|
|
<ClCompile Include="..\src\park.c" />
|
|
<ClCompile Include="..\src\peep.c" />
|
|
<ClCompile Include="..\src\rct2.c" />
|
|
<ClCompile Include="..\src\ride.c" />
|
|
<ClCompile Include="..\src\sawyercoding.c" />
|
|
<ClCompile Include="..\src\scenario.c" />
|
|
<ClCompile Include="..\src\screenshot.c" />
|
|
<ClCompile Include="..\src\strings.c" />
|
|
<ClCompile Include="..\src\title.c" />
|
|
<ClCompile Include="..\src\track.c" />
|
|
<ClCompile Include="..\src\tutorial.c" />
|
|
<ClCompile Include="..\src\util.c" />
|
|
<ClCompile Include="..\src\viewport.c" />
|
|
<ClCompile Include="..\src\widget.c" />
|
|
<ClCompile Include="..\src\window.c" />
|
|
<ClCompile Include="..\src\window_about.c" />
|
|
<ClCompile Include="..\src\window_cheats.c" />
|
|
<ClCompile Include="..\src\window_clear_scenery.c" />
|
|
<ClCompile Include="..\src\window_error.c" />
|
|
<ClCompile Include="..\src\window_game_bottom_toolbar.c" />
|
|
<ClCompile Include="..\src\window_dropdown.c" />
|
|
<ClCompile Include="..\src\window_land.c" />
|
|
<ClCompile Include="..\src\window_park.c" />
|
|
<ClCompile Include="..\src\window_ride_list.c" />
|
|
<ClCompile Include="..\src\window_title_exit.c" />
|
|
<ClCompile Include="..\src\window_title_logo.c" />
|
|
<ClCompile Include="..\src\window_main.c" />
|
|
<ClCompile Include="..\src\window_title_menu.c" />
|
|
<ClCompile Include="..\src\window_title_scenarioselect.c" />
|
|
<ClCompile Include="..\src\window_game_top_toolbar.c" />
|
|
<ClCompile Include="..\src\window_tooltip.c" />
|
|
<ClCompile Include="..\src\window_water.c" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<None Include="..\openrct2.exe" />
|
|
</ItemGroup>
|
|
<PropertyGroup Label="Globals">
|
|
<ProjectGuid>{D24D94F6-2A74-480C-B512-629C306CE92F}</ProjectGuid>
|
|
<RootNamespace>openrct2</RootNamespace>
|
|
<ProjectName>openrct2</ProjectName>
|
|
</PropertyGroup>
|
|
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
|
|
<ConfigurationType>DynamicLibrary</ConfigurationType>
|
|
<UseDebugLibraries>true</UseDebugLibraries>
|
|
<PlatformToolset>v120</PlatformToolset>
|
|
<CharacterSet>MultiByte</CharacterSet>
|
|
</PropertyGroup>
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
|
|
<ConfigurationType>DynamicLibrary</ConfigurationType>
|
|
<UseDebugLibraries>false</UseDebugLibraries>
|
|
<PlatformToolset>v120</PlatformToolset>
|
|
<WholeProgramOptimization>true</WholeProgramOptimization>
|
|
<CharacterSet>MultiByte</CharacterSet>
|
|
</PropertyGroup>
|
|
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
|
|
<ImportGroup Label="ExtensionSettings">
|
|
</ImportGroup>
|
|
<ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
|
|
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
|
|
</ImportGroup>
|
|
<ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
|
|
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
|
|
</ImportGroup>
|
|
<PropertyGroup Label="UserMacros" />
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
|
|
<IncludePath>$(SolutionDir)..\lodepng;$(SolutionDir)..\sdl\include;$(IncludePath)</IncludePath>
|
|
<LibraryPath>$(SolutionDir)..\sdl\lib\x86;$(LibraryPath)</LibraryPath>
|
|
<OutDir>$(SolutionDir)..\build\$(Configuration)\</OutDir>
|
|
<IntDir>$(SolutionDir)..\obj\$(Configuration)\</IntDir>
|
|
</PropertyGroup>
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
|
|
<IncludePath>$(SolutionDir)..\lodepng;$(SolutionDir)..\sdl\include;$(IncludePath)</IncludePath>
|
|
<LibraryPath>$(SolutionDir)..\sdl\lib\x86;$(LibraryPath)</LibraryPath>
|
|
<OutDir>$(SolutionDir)..\build\$(Configuration)\</OutDir>
|
|
<IntDir>$(SolutionDir)..\obj\$(Configuration)\</IntDir>
|
|
</PropertyGroup>
|
|
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
|
|
<ClCompile>
|
|
<WarningLevel>Level3</WarningLevel>
|
|
<Optimization>Disabled</Optimization>
|
|
<SDLCheck>true</SDLCheck>
|
|
<StructMemberAlignment>1Byte</StructMemberAlignment>
|
|
</ClCompile>
|
|
<Link>
|
|
<GenerateDebugInformation>true</GenerateDebugInformation>
|
|
<AdditionalDependencies>winmm.lib;sdl2.lib;%(AdditionalDependencies)</AdditionalDependencies>
|
|
</Link>
|
|
</ItemDefinitionGroup>
|
|
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
|
|
<ClCompile>
|
|
<WarningLevel>Level3</WarningLevel>
|
|
<Optimization>Disabled</Optimization>
|
|
<FunctionLevelLinking>true</FunctionLevelLinking>
|
|
<IntrinsicFunctions>true</IntrinsicFunctions>
|
|
<SDLCheck>true</SDLCheck>
|
|
<RuntimeLibrary>MultiThreaded</RuntimeLibrary>
|
|
<StructMemberAlignment>1Byte</StructMemberAlignment>
|
|
<TreatSpecificWarningsAsErrors>4013</TreatSpecificWarningsAsErrors>
|
|
<OmitFramePointers>
|
|
</OmitFramePointers>
|
|
<BufferSecurityCheck>false</BufferSecurityCheck>
|
|
</ClCompile>
|
|
<Link>
|
|
<GenerateDebugInformation>true</GenerateDebugInformation>
|
|
<EnableCOMDATFolding>true</EnableCOMDATFolding>
|
|
<OptimizeReferences>true</OptimizeReferences>
|
|
<AdditionalDependencies>winmm.lib;sdl2.lib;%(AdditionalDependencies)</AdditionalDependencies>
|
|
</Link>
|
|
</ItemDefinitionGroup>
|
|
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
|
|
<ImportGroup Label="ExtensionTargets">
|
|
</ImportGroup>
|
|
</Project> |