OpenRCT2/src/openrct2/libopenrct2.vcxproj

69 lines
2.6 KiB
XML
Raw Normal View History

2016-12-28 02:38:55 +01:00
<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="14.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<PropertyGroup>
<SolutionDir Condition="'$(SolutionDir)'==''">..\..\</SolutionDir>
</PropertyGroup>
<ItemGroup Label="ProjectConfigurations">
<ProjectConfiguration Include="Debug|Win32">
<Configuration>Debug</Configuration>
<Platform>Win32</Platform>
</ProjectConfiguration>
<ProjectConfiguration Include="Debug|x64">
<Configuration>Debug</Configuration>
<Platform>x64</Platform>
</ProjectConfiguration>
<ProjectConfiguration Include="Release|Win32">
<Configuration>Release</Configuration>
<Platform>Win32</Platform>
</ProjectConfiguration>
<ProjectConfiguration Include="Release|x64">
<Configuration>Release</Configuration>
<Platform>x64</Platform>
</ProjectConfiguration>
</ItemGroup>
<PropertyGroup Label="Globals">
<ProjectGuid>{D24D94F6-2A74-480C-B512-629C306CE92F}</ProjectGuid>
2017-01-04 23:50:35 +01:00
<RootNamespace>openrct2-lib</RootNamespace>
2017-01-09 20:57:26 +01:00
<ProjectName>libopenrct2</ProjectName>
2016-12-28 02:38:55 +01:00
</PropertyGroup>
<PropertyGroup Label="Configuration">
2017-01-04 23:50:35 +01:00
<ConfigurationType>StaticLibrary</ConfigurationType>
2016-12-28 02:38:55 +01:00
</PropertyGroup>
<Import Project="..\..\openrct2.common.props" />
<ItemDefinitionGroup>
<ClCompile>
<PreprocessorDefinitions>__ENABLE_DISCORD__;__ENABLE_LIGHTFX__;USE_BENCHMARK;%(PreprocessorDefinitions)</PreprocessorDefinitions>
2016-12-28 02:38:55 +01:00
<PreprocessorDefinitions Condition="'$(Breakpad)'=='true'">USE_BREAKPAD;%(PreprocessorDefinitions)</PreprocessorDefinitions>
</ClCompile>
</ItemDefinitionGroup>
<ItemDefinitionGroup>
<ClCompile>
<AdditionalOptions>$(OPENRCT2_CL_ADDITIONALOPTIONS) %(AdditionalOptions)</AdditionalOptions>
</ClCompile>
<Lib>
<TargetMachine Condition="'$(Platform)'=='Win32'">MachineX86</TargetMachine>
<TargetMachine Condition="'$(Platform)'=='x64'">MachineX64</TargetMachine>
</Lib>
</ItemDefinitionGroup>
<!-- Files -->
<ItemGroup>
<None Include="data\shaders\**\*.vert" />
<None Include="data\shaders\**\*.frag" />
2016-12-28 02:38:55 +01:00
</ItemGroup>
<ItemGroup>
<ClCompile Include="**\*.cpp" />
2016-12-28 02:38:55 +01:00
</ItemGroup>
<ItemGroup>
<ClInclude Include="..\..\resources\resource.h" />
2017-07-21 19:00:32 +02:00
<ClInclude Include="**\*.h" />
<ClInclude Include="**\*.hpp" />
2016-12-28 02:38:55 +01:00
</ItemGroup>
<ItemGroup>
<ResourceCompile Include="..\..\resources\OpenRCT2.rc" />
</ItemGroup>
<ItemGroup>
<Image Include="..\..\resources\logo\icon.ico" />
</ItemGroup>
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
</Project>