2014-04-02 00:31:55 +01:00
|
|
|
|
<?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)" />
|
2014-04-02 04:56:26 +01:00
|
|
|
|
<Copy SourceFiles="..\SDL2.dll" DestinationFolder="$(OutDir)" />
|
2014-04-02 00:31:55 +01:00
|
|
|
|
</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" />
|
2014-04-02 16:46:58 +01:00
|
|
|
|
<ClInclude Include="..\src\audio.h" />
|
2014-04-09 11:16:35 +01:00
|
|
|
|
<ClInclude Include="..\src\climate.h" />
|
2014-04-08 00:05:05 +01:00
|
|
|
|
<ClInclude Include="..\src\config.h" />
|
2014-04-09 11:16:35 +01:00
|
|
|
|
<ClInclude Include="..\src\date.h" />
|
2014-04-09 14:43:27 +01:00
|
|
|
|
<ClInclude Include="..\src\editor.h" />
|
2014-04-02 00:31:55 +01:00
|
|
|
|
<ClInclude Include="..\src\game.h" />
|
2014-04-02 16:46:58 +01:00
|
|
|
|
<ClInclude Include="..\src\gfx.h" />
|
2014-04-02 00:31:55 +01:00
|
|
|
|
<ClInclude Include="..\src\intro.h" />
|
2014-04-09 03:09:30 +01:00
|
|
|
|
<ClInclude Include="..\src\map.h" />
|
2014-04-03 03:08:06 +01:00
|
|
|
|
<ClInclude Include="..\src\news_item.h" />
|
2014-04-10 17:08:41 +01:00
|
|
|
|
<ClInclude Include="..\src\object.h" />
|
2014-04-02 00:31:55 +01:00
|
|
|
|
<ClInclude Include="..\src\osinterface.h" />
|
2014-04-08 00:41:35 +01:00
|
|
|
|
<ClInclude Include="..\src\park.h" />
|
2014-04-03 00:22:33 +01:00
|
|
|
|
<ClInclude Include="..\src\peep.h" />
|
2014-04-02 00:31:55 +01:00
|
|
|
|
<ClInclude Include="..\src\rct2.h" />
|
2014-04-08 00:41:35 +01:00
|
|
|
|
<ClInclude Include="..\src\ride.h" />
|
2014-04-10 00:22:57 +01:00
|
|
|
|
<ClInclude Include="..\src\sawyercoding.h" />
|
2014-04-06 17:45:09 +01:00
|
|
|
|
<ClInclude Include="..\src\scenario.h" />
|
2014-04-25 18:25:34 +01:00
|
|
|
|
<ClInclude Include="..\src\screenshot.h" />
|
2014-04-03 00:22:33 +01:00
|
|
|
|
<ClInclude Include="..\src\sprite.h" />
|
2014-04-03 03:08:06 +01:00
|
|
|
|
<ClInclude Include="..\src\sprites.h" />
|
2014-04-02 16:46:58 +01:00
|
|
|
|
<ClInclude Include="..\src\strings.h" />
|
2014-04-02 00:31:55 +01:00
|
|
|
|
<ClInclude Include="..\src\title.h" />
|
2014-04-23 01:50:40 +01:00
|
|
|
|
<ClInclude Include="..\src\track.h" />
|
2014-04-09 14:43:27 +01:00
|
|
|
|
<ClInclude Include="..\src\tutorial.h" />
|
2014-04-16 02:05:49 +01:00
|
|
|
|
<ClInclude Include="..\src\util.h" />
|
2014-04-03 03:08:06 +01:00
|
|
|
|
<ClInclude Include="..\src\viewport.h" />
|
|
|
|
|
<ClInclude Include="..\src\widget.h" />
|
2014-04-02 04:56:26 +01:00
|
|
|
|
<ClInclude Include="..\src\window.h" />
|
2014-04-09 14:43:27 +01:00
|
|
|
|
<ClInclude Include="..\src\window_dropdown.h" />
|
2014-04-25 18:25:34 +01:00
|
|
|
|
<ClInclude Include="..\src\window_error.h" />
|
2014-04-24 18:53:42 +01:00
|
|
|
|
<ClInclude Include="..\src\window_tooltip.h" />
|
2014-04-02 16:46:58 +01:00
|
|
|
|
<ClInclude Include="resource.h" />
|
2014-04-02 00:31:55 +01:00
|
|
|
|
</ItemGroup>
|
|
|
|
|
<ItemGroup>
|
2014-05-01 19:10:07 +02:00
|
|
|
|
<ClCompile Include="..\lodepng\lodepng.c" />
|
2014-04-02 16:46:58 +01:00
|
|
|
|
<ClCompile Include="..\src\audio.c" />
|
2014-04-09 11:16:35 +01:00
|
|
|
|
<ClCompile Include="..\src\climate.c" />
|
2014-04-08 00:05:05 +01:00
|
|
|
|
<ClCompile Include="..\src\config.c" />
|
2014-04-09 11:16:35 +01:00
|
|
|
|
<ClCompile Include="..\src\date.c" />
|
2014-04-09 14:43:27 +01:00
|
|
|
|
<ClCompile Include="..\src\editor.c" />
|
2014-04-02 00:31:55 +01:00
|
|
|
|
<ClCompile Include="..\src\game.c" />
|
2014-04-02 16:46:58 +01:00
|
|
|
|
<ClCompile Include="..\src\gfx.c" />
|
2014-04-02 00:31:55 +01:00
|
|
|
|
<ClCompile Include="..\src\intro.c" />
|
2014-04-09 03:09:30 +01:00
|
|
|
|
<ClCompile Include="..\src\map.c" />
|
2014-04-03 03:08:06 +01:00
|
|
|
|
<ClCompile Include="..\src\news_item.c" />
|
2014-04-10 17:08:41 +01:00
|
|
|
|
<ClCompile Include="..\src\object.c" />
|
2014-04-02 00:31:55 +01:00
|
|
|
|
<ClCompile Include="..\src\osinterface.c" />
|
2014-04-08 00:41:35 +01:00
|
|
|
|
<ClCompile Include="..\src\park.c" />
|
2014-04-03 00:22:33 +01:00
|
|
|
|
<ClCompile Include="..\src\peep.c" />
|
2014-04-02 00:31:55 +01:00
|
|
|
|
<ClCompile Include="..\src\rct2.c" />
|
2014-04-09 02:39:28 +01:00
|
|
|
|
<ClCompile Include="..\src\ride.c" />
|
2014-04-10 00:22:57 +01:00
|
|
|
|
<ClCompile Include="..\src\sawyercoding.c" />
|
2014-04-06 17:45:09 +01:00
|
|
|
|
<ClCompile Include="..\src\scenario.c" />
|
2014-04-25 18:25:34 +01:00
|
|
|
|
<ClCompile Include="..\src\screenshot.c" />
|
2014-04-06 17:45:09 +01:00
|
|
|
|
<ClCompile Include="..\src\strings.c" />
|
2014-04-02 00:31:55 +01:00
|
|
|
|
<ClCompile Include="..\src\title.c" />
|
2014-04-23 01:50:40 +01:00
|
|
|
|
<ClCompile Include="..\src\track.c" />
|
2014-04-09 14:43:27 +01:00
|
|
|
|
<ClCompile Include="..\src\tutorial.c" />
|
2014-04-16 02:05:49 +01:00
|
|
|
|
<ClCompile Include="..\src\util.c" />
|
2014-04-03 03:08:06 +01:00
|
|
|
|
<ClCompile Include="..\src\viewport.c" />
|
2014-04-03 19:49:00 +01:00
|
|
|
|
<ClCompile Include="..\src\widget.c" />
|
2014-04-02 04:56:26 +01:00
|
|
|
|
<ClCompile Include="..\src\window.c" />
|
2014-04-28 02:35:37 +01:00
|
|
|
|
<ClCompile Include="..\src\window_about.c" />
|
2014-04-15 00:50:20 +01:00
|
|
|
|
<ClCompile Include="..\src\window_cheats.c" />
|
2014-04-18 19:51:18 +01:00
|
|
|
|
<ClCompile Include="..\src\window_clear_scenery.c" />
|
2014-04-25 18:25:34 +01:00
|
|
|
|
<ClCompile Include="..\src\window_error.c" />
|
2014-04-11 03:58:17 +01:00
|
|
|
|
<ClCompile Include="..\src\window_game_bottom_toolbar.c" />
|
2014-04-09 14:43:27 +01:00
|
|
|
|
<ClCompile Include="..\src\window_dropdown.c" />
|
2014-04-13 22:23:56 +01:00
|
|
|
|
<ClCompile Include="..\src\window_land.c" />
|
2014-04-14 21:25:20 +01:00
|
|
|
|
<ClCompile Include="..\src\window_park.c" />
|
2014-04-19 03:16:20 +01:00
|
|
|
|
<ClCompile Include="..\src\window_ride_list.c" />
|
2014-04-03 03:08:06 +01:00
|
|
|
|
<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" />
|
2014-04-03 19:49:00 +01:00
|
|
|
|
<ClCompile Include="..\src\window_title_scenarioselect.c" />
|
2014-04-11 03:58:17 +01:00
|
|
|
|
<ClCompile Include="..\src\window_game_top_toolbar.c" />
|
2014-04-24 18:53:42 +01:00
|
|
|
|
<ClCompile Include="..\src\window_tooltip.c" />
|
2014-04-14 03:09:51 +01:00
|
|
|
|
<ClCompile Include="..\src\window_water.c" />
|
2014-04-02 00:31:55 +01:00
|
|
|
|
</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'">
|
2014-05-01 19:10:07 +02:00
|
|
|
|
<IncludePath>$(SolutionDir)..\lodepng;$(SolutionDir)..\sdl\include;$(IncludePath)</IncludePath>
|
2014-04-02 00:31:55 +01:00
|
|
|
|
<LibraryPath>$(SolutionDir)..\sdl\lib\x86;$(LibraryPath)</LibraryPath>
|
|
|
|
|
<OutDir>$(SolutionDir)..\build\$(Configuration)\</OutDir>
|
|
|
|
|
<IntDir>$(SolutionDir)..\obj\$(Configuration)\</IntDir>
|
|
|
|
|
</PropertyGroup>
|
|
|
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
|
2014-05-01 19:10:07 +02:00
|
|
|
|
<IncludePath>$(SolutionDir)..\lodepng;$(SolutionDir)..\sdl\include;$(IncludePath)</IncludePath>
|
2014-04-02 00:31:55 +01:00
|
|
|
|
<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>
|
2014-04-03 19:49:00 +01:00
|
|
|
|
<StructMemberAlignment>1Byte</StructMemberAlignment>
|
2014-04-02 00:31:55 +01:00
|
|
|
|
</ClCompile>
|
|
|
|
|
<Link>
|
|
|
|
|
<GenerateDebugInformation>true</GenerateDebugInformation>
|
2014-04-02 04:56:26 +01:00
|
|
|
|
<AdditionalDependencies>winmm.lib;sdl2.lib;%(AdditionalDependencies)</AdditionalDependencies>
|
2014-04-02 00:31:55 +01:00
|
|
|
|
</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>
|
2014-04-03 19:49:00 +01:00
|
|
|
|
<StructMemberAlignment>1Byte</StructMemberAlignment>
|
2014-04-08 17:52:39 +01:00
|
|
|
|
<TreatSpecificWarningsAsErrors>4013</TreatSpecificWarningsAsErrors>
|
2014-04-09 14:43:27 +01:00
|
|
|
|
<OmitFramePointers>
|
|
|
|
|
</OmitFramePointers>
|
|
|
|
|
<BufferSecurityCheck>false</BufferSecurityCheck>
|
2014-04-02 00:31:55 +01:00
|
|
|
|
</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>
|