OpenRCT2/projects/openrct2.vcxproj

233 lines
11 KiB
XML
Raw Normal View History

<?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" />
2014-04-02 17:46:58 +02:00
<ClInclude Include="..\src\audio.h" />
2014-05-27 16:14:45 +02:00
<ClInclude Include="..\src\award.h" />
2014-04-09 12:16:35 +02:00
<ClInclude Include="..\src\climate.h" />
2014-04-08 01:05:05 +02:00
<ClInclude Include="..\src\config.h" />
<ClInclude Include="..\src\currency.h" />
2014-07-27 14:02:35 +02:00
<ClInclude Include="..\src\cursors.h" />
2014-04-09 12:16:35 +02:00
<ClInclude Include="..\src\date.h" />
2014-04-09 15:43:27 +02:00
<ClInclude Include="..\src\editor.h" />
<ClInclude Include="..\src\finance.h" />
<ClInclude Include="..\src\game.h" />
2014-04-02 17:46:58 +02:00
<ClInclude Include="..\src\gfx.h" />
<ClInclude Include="..\src\graph.h" />
<ClInclude Include="..\src\intro.h" />
2014-08-15 00:46:36 +02:00
<ClInclude Include="..\src\language.h" />
2014-04-09 04:09:30 +02:00
<ClInclude Include="..\src\map.h" />
<ClInclude Include="..\src\marketing.h" />
<ClInclude Include="..\src\news_item.h" />
2014-04-10 18:08:41 +02:00
<ClInclude Include="..\src\object.h" />
<ClInclude Include="..\src\osinterface.h" />
2014-04-08 01:41:35 +02:00
<ClInclude Include="..\src\park.h" />
2014-04-03 01:22:33 +02:00
<ClInclude Include="..\src\peep.h" />
<ClInclude Include="..\src\rct2.h" />
2014-04-08 01:41:35 +02:00
<ClInclude Include="..\src\ride.h" />
2014-05-23 14:18:45 +02:00
<ClInclude Include="..\src\ride_data.h" />
<ClInclude Include="..\src\ride_ratings.h" />
2014-04-10 01:22:57 +02:00
<ClInclude Include="..\src\sawyercoding.h" />
2014-04-06 18:45:09 +02:00
<ClInclude Include="..\src\scenario.h" />
<ClInclude Include="..\src\screenshot.h" />
2014-04-03 01:22:33 +02:00
<ClInclude Include="..\src\sprite.h" />
<ClInclude Include="..\src\sprites.h" />
<ClInclude Include="..\src\string_ids.h" />
<ClInclude Include="..\src\title.h" />
2014-04-23 02:50:40 +02:00
<ClInclude Include="..\src\track.h" />
2014-04-09 15:43:27 +02:00
<ClInclude Include="..\src\tutorial.h" />
2014-04-16 03:05:49 +02:00
<ClInclude Include="..\src\util.h" />
2014-05-25 19:40:11 +02:00
<ClInclude Include="..\src\vehicle.h" />
<ClInclude Include="..\src\viewport.h" />
<ClInclude Include="..\src\widget.h" />
<ClInclude Include="..\src\window.h" />
2014-04-09 15:43:27 +02:00
<ClInclude Include="..\src\window_dropdown.h" />
<ClInclude Include="..\src\window_error.h" />
<ClInclude Include="..\src\window_tooltip.h" />
2014-04-02 17:46:58 +02:00
<ClInclude Include="resource.h" />
<ClInclude Include="..\src\staff.h" />
</ItemGroup>
<ItemGroup>
<ClCompile Include="..\lodepng\lodepng.c" />
2014-04-02 17:46:58 +02:00
<ClCompile Include="..\src\audio.c" />
2014-05-27 16:14:45 +02:00
<ClCompile Include="..\src\award.c" />
2014-04-09 12:16:35 +02:00
<ClCompile Include="..\src\climate.c" />
2014-04-08 01:05:05 +02:00
<ClCompile Include="..\src\config.c" />
<ClCompile Include="..\src\currency.c" />
2014-04-09 12:16:35 +02:00
<ClCompile Include="..\src\date.c" />
2014-04-09 15:43:27 +02:00
<ClCompile Include="..\src\editor.c" />
<ClCompile Include="..\src\finance.c" />
<ClCompile Include="..\src\game.c" />
2014-04-02 17:46:58 +02:00
<ClCompile Include="..\src\gfx.c" />
<ClCompile Include="..\src\graph.c" />
<ClCompile Include="..\src\intro.c" />
2014-08-15 00:46:36 +02:00
<ClCompile Include="..\src\language.c" />
2014-04-09 04:09:30 +02:00
<ClCompile Include="..\src\map.c" />
<ClCompile Include="..\src\marketing.c" />
<ClCompile Include="..\src\news_item.c" />
2014-04-10 18:08:41 +02:00
<ClCompile Include="..\src\object.c" />
2014-05-24 02:34:17 +02:00
<ClCompile Include="..\src\object_list.c" />
<ClCompile Include="..\src\osinterface.c" />
2014-04-08 01:41:35 +02:00
<ClCompile Include="..\src\park.c" />
2014-04-03 01:22:33 +02:00
<ClCompile Include="..\src\peep.c" />
<ClCompile Include="..\src\rct2.c" />
2014-04-09 03:39:28 +02:00
<ClCompile Include="..\src\ride.c" />
2014-05-23 14:18:45 +02:00
<ClCompile Include="..\src\ride_data.c" />
<ClCompile Include="..\src\ride_ratings.c" />
2014-04-10 01:22:57 +02:00
<ClCompile Include="..\src\sawyercoding.c" />
2014-04-06 18:45:09 +02:00
<ClCompile Include="..\src\scenario.c" />
2014-05-24 00:52:13 +02:00
<ClCompile Include="..\src\scenario_list.c" />
<ClCompile Include="..\src\screenshot.c" />
2014-05-25 20:47:11 +02:00
<ClCompile Include="..\src\sprite.c" />
<ClCompile Include="..\src\string_ids.c" />
<ClCompile Include="..\src\title.c" />
2014-04-23 02:50:40 +02:00
<ClCompile Include="..\src\track.c" />
2014-04-09 15:43:27 +02:00
<ClCompile Include="..\src\tutorial.c" />
2014-04-16 03:05:49 +02:00
<ClCompile Include="..\src\util.c" />
2014-05-25 19:40:11 +02:00
<ClCompile Include="..\src\vehicle.c" />
<ClCompile Include="..\src\viewport.c" />
<ClCompile Include="..\src\widget.c" />
<ClCompile Include="..\src\window.c" />
2014-04-28 03:35:37 +02:00
<ClCompile Include="..\src\window_about.c" />
2014-05-09 20:59:41 +02:00
<ClCompile Include="..\src\window_banner.c" />
2014-04-15 01:50:20 +02:00
<ClCompile Include="..\src\window_cheats.c" />
2014-04-18 20:51:18 +02:00
<ClCompile Include="..\src\window_clear_scenery.c" />
<ClCompile Include="..\src\window_error.c" />
2014-04-11 04:58:17 +02:00
<ClCompile Include="..\src\window_game_bottom_toolbar.c" />
2014-04-09 15:43:27 +02:00
<ClCompile Include="..\src\window_dropdown.c" />
2014-05-05 04:27:17 +02:00
<ClCompile Include="..\src\window_guest_list.c" />
2014-04-13 23:23:56 +02:00
<ClCompile Include="..\src\window_land.c" />
<ClCompile Include="..\src\window_new_campaign.c" />
2014-05-04 15:10:32 +02:00
<ClCompile Include="..\src\window_news.c" />
2014-04-14 22:25:20 +02:00
<ClCompile Include="..\src\window_park.c" />
<ClCompile Include="..\src\window_finances.c" />
2014-04-28 18:35:12 +02:00
<ClCompile Include="..\src\window_footpath.c" />
2014-05-14 12:43:14 +02:00
<ClCompile Include="..\src\window_map.c" />
2014-05-10 00:11:51 +02:00
<ClCompile Include="..\src\window_new_ride.c" />
2014-05-11 09:01:01 +02:00
<ClCompile Include="..\src\window_options.c" />
<ClCompile Include="..\src\window_peep.c" />
<ClCompile Include="..\src\window_research.c" />
2014-04-19 04:16:20 +02:00
<ClCompile Include="..\src\window_ride_list.c" />
2014-05-02 23:21:08 +02:00
<ClCompile Include="..\src\window_save_prompt.c" />
<ClCompile Include="..\src\window_staff.c" />
<ClCompile Include="..\src\window_staff_peep.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" />
2014-04-11 04:58:17 +02:00
<ClCompile Include="..\src\window_game_top_toolbar.c" />
<ClCompile Include="..\src\window_tooltip.c" />
2014-04-14 04:09:51 +02:00
<ClCompile Include="..\src\window_water.c" />
<ClCompile Include="..\src\staff.c" />
</ItemGroup>
<ItemGroup>
<None Include="..\openrct2.exe" />
</ItemGroup>
2014-08-08 00:20:58 +02:00
<ItemGroup>
2014-08-15 14:45:12 +02:00
<Text Include="..\data\language\dutch.txt" />
<Text Include="..\data\language\english_uk.txt" />
<Text Include="..\data\language\english_us.txt" />
<Text Include="..\data\language\french.txt" />
<Text Include="..\data\language\hungarian.txt" />
<Text Include="..\data\language\polish.txt" />
2014-08-20 21:32:09 +02:00
<Text Include="..\data\language\spanish_sp.txt" />
2014-08-08 00:20:58 +02:00
</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>
2014-05-12 02:45:45 +02:00
<PreprocessorDefinitions>_CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
</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>
2014-05-12 02:45:45 +02:00
<SDLCheck>
</SDLCheck>
<RuntimeLibrary>MultiThreaded</RuntimeLibrary>
<StructMemberAlignment>1Byte</StructMemberAlignment>
2014-04-08 18:52:39 +02:00
<TreatSpecificWarningsAsErrors>4013</TreatSpecificWarningsAsErrors>
2014-04-09 15:43:27 +02:00
<OmitFramePointers>
</OmitFramePointers>
<BufferSecurityCheck>false</BufferSecurityCheck>
2014-05-12 02:45:45 +02:00
<PreprocessorDefinitions>_CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
</ClCompile>
<Link>
<GenerateDebugInformation>true</GenerateDebugInformation>
<EnableCOMDATFolding>true</EnableCOMDATFolding>
<OptimizeReferences>true</OptimizeReferences>
<AdditionalDependencies>winmm.lib;sdl2.lib;%(AdditionalDependencies)</AdditionalDependencies>
</Link>
<PostBuildEvent>
<Command>xcopy /Y "$(ProjectDir)\..\Data\Language\*.*" "$(TargetDir)\Data\Language\"</Command>
</PostBuildEvent>
</ItemDefinitionGroup>
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
<ImportGroup Label="ExtensionTargets">
</ImportGroup>
2014-05-25 19:40:11 +02:00
</Project>