OpenRCT2/test/tests/tests.vcxproj

60 lines
2.2 KiB
XML
Raw Normal View History

2016-12-02 01:34:14 +01:00
<?xml version="1.0" encoding="utf-8"?>
<Project DefaultTargets="Build" ToolsVersion="14.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<PropertyGroup>
<SolutionDir Condition="'$(SolutionDir)'==''">..\..\</SolutionDir>
2016-12-02 14:36:03 +01:00
<GtestDir Condition="'$(GtestDir)'==''">$(SolutionDir)lib\googletest\googletest</GtestDir>
2016-12-02 01:34:14 +01:00
</PropertyGroup>
<ItemGroup Label="ProjectConfigurations">
2017-01-04 23:50:35 +01:00
<ProjectConfiguration Include="Debug|Win32">
<Configuration>Debug</Configuration>
2016-12-02 01:34:14 +01:00
<Platform>Win32</Platform>
</ProjectConfiguration>
2017-01-04 23:50:35 +01:00
<ProjectConfiguration Include="Release|Win32">
<Configuration>Release</Configuration>
2016-12-02 01:34:14 +01:00
<Platform>Win32</Platform>
</ProjectConfiguration>
2017-01-04 23:50:35 +01:00
<ProjectConfiguration Include="Debug|x64">
<Configuration>Debug</Configuration>
2016-12-02 01:34:14 +01:00
<Platform>x64</Platform>
</ProjectConfiguration>
2017-01-04 23:50:35 +01:00
<ProjectConfiguration Include="Release|x64">
<Configuration>Release</Configuration>
2016-12-02 01:34:14 +01:00
<Platform>x64</Platform>
</ProjectConfiguration>
</ItemGroup>
<PropertyGroup Label="Globals">
<ProjectGuid>{62B020FA-E4FB-4C6E-B32A-DC999470F155}</ProjectGuid>
<RootNamespace>tests</RootNamespace>
<ProjectName>tests</ProjectName>
2016-12-02 01:34:14 +01:00
</PropertyGroup>
<PropertyGroup Label="Configuration">
2016-12-02 01:34:14 +01:00
<ConfigurationType>Application</ConfigurationType>
</PropertyGroup>
2016-12-02 03:49:50 +01:00
<Import Project="..\..\openrct2.common.props" />
2016-12-02 01:34:14 +01:00
<PropertyGroup>
<OutDir>$(SolutionDir)bin\tests\</OutDir>
2017-01-04 23:50:35 +01:00
<IncludePath>$(GtestDir);$(GtestDir)\include;$(IncludePath)</IncludePath>
<LibraryPath>$(SolutionDir)bin;$(LibraryPath)</LibraryPath>
2016-12-02 01:34:14 +01:00
</PropertyGroup>
<ItemDefinitionGroup>
2016-12-16 02:19:41 +01:00
<ClCompile>
<PreprocessorDefinitions>GTEST_LANG_CXX11;%(PreprocessorDefinitions)</PreprocessorDefinitions>
</ClCompile>
2016-12-02 01:34:14 +01:00
<Link>
2017-01-09 20:57:26 +01:00
<AdditionalDependencies>libopenrct2.lib;%(AdditionalDependencies)</AdditionalDependencies>
2016-12-02 03:49:50 +01:00
<SubSystem>Console</SubSystem>
2016-12-02 01:34:14 +01:00
</Link>
</ItemDefinitionGroup>
<!-- Files -->
2016-12-02 01:34:14 +01:00
<ItemGroup>
</ItemGroup>
<ItemGroup>
<ClCompile Include="LanguagePackTest.cpp" />
<ClCompile Include="sawyercoding_test.cpp" />
2016-12-02 14:36:03 +01:00
<ClCompile Include="$(GtestDir)\src\gtest-all.cc" />
2016-12-02 01:34:14 +01:00
<ClCompile Include="tests.cpp" />
</ItemGroup>
2016-12-02 01:34:14 +01:00
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
</Project>