forked from mia/Aegisub
a0bf50dc8a
Has no real effect, it's what VS 2013 already uses and detailed logging reveals that the build system doesn't even recognize v4 and assumes v12 anyway. Might prevent builds with outdated tools.
62 lines
3 KiB
XML
62 lines
3 KiB
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<Project DefaultTargets="Build" ToolsVersion="12.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
|
<PropertyGroup Label="Globals">
|
|
<ProjectGuid>{FBE51B37-8B12-41E8-B5E0-F00A06B4BCD2}</ProjectGuid>
|
|
<RootNamespace>googletest</RootNamespace>
|
|
</PropertyGroup>
|
|
|
|
<!-- Aegisub project configuration -->
|
|
<PropertyGroup Label="AegisubConfiguration">
|
|
<AegisubProjectType>lib</AegisubProjectType>
|
|
</PropertyGroup>
|
|
<ImportGroup Label="PropertySheets">
|
|
<Import Project="$(MSBuildThisFileDirectory)..\aegisub.props" />
|
|
</ImportGroup>
|
|
|
|
<!-- Project specific configuration -->
|
|
<ItemDefinitionGroup>
|
|
<ClCompile>
|
|
<PreprocessorDefinitions>
|
|
GTEST_HAS_TR1_TUPLE=0;
|
|
%(PreprocessorDefinitions)
|
|
</PreprocessorDefinitions>
|
|
<AdditionalIncludeDirectories>
|
|
$(GtestSrcDir);
|
|
%(AdditionalIncludeDirectories)
|
|
</AdditionalIncludeDirectories>
|
|
</ClCompile>
|
|
</ItemDefinitionGroup>
|
|
|
|
<!-- Source files -->
|
|
<ItemGroup>
|
|
<ClInclude Include="$(GtestSrcDir)\include\gtest\gtest-death-test.h" />
|
|
<ClInclude Include="$(GtestSrcDir)\include\gtest\gtest-message.h" />
|
|
<ClInclude Include="$(GtestSrcDir)\include\gtest\gtest-param-test.h" />
|
|
<ClInclude Include="$(GtestSrcDir)\include\gtest\gtest-printers.h" />
|
|
<ClInclude Include="$(GtestSrcDir)\include\gtest\gtest-spi.h" />
|
|
<ClInclude Include="$(GtestSrcDir)\include\gtest\gtest-test-part.h" />
|
|
<ClInclude Include="$(GtestSrcDir)\include\gtest\gtest-typed-test.h" />
|
|
<ClInclude Include="$(GtestSrcDir)\include\gtest\gtest.h" />
|
|
<ClInclude Include="$(GtestSrcDir)\include\gtest\gtest_pred_impl.h" />
|
|
<ClInclude Include="$(GtestSrcDir)\include\gtest\gtest_prod.h" />
|
|
<ClInclude Include="$(GtestSrcDir)\include\gtest\internal\gtest-death-test-internal.h" />
|
|
<ClInclude Include="$(GtestSrcDir)\include\gtest\internal\gtest-filepath.h" />
|
|
<ClInclude Include="$(GtestSrcDir)\include\gtest\internal\gtest-internal.h" />
|
|
<ClInclude Include="$(GtestSrcDir)\include\gtest\internal\gtest-linked_ptr.h" />
|
|
<ClInclude Include="$(GtestSrcDir)\include\gtest\internal\gtest-param-util-generated.h" />
|
|
<ClInclude Include="$(GtestSrcDir)\include\gtest\internal\gtest-param-util.h" />
|
|
<ClInclude Include="$(GtestSrcDir)\include\gtest\internal\gtest-port.h" />
|
|
<ClInclude Include="$(GtestSrcDir)\include\gtest\internal\gtest-string.h" />
|
|
<ClInclude Include="$(GtestSrcDir)\include\gtest\internal\gtest-tuple.h" />
|
|
<ClInclude Include="$(GtestSrcDir)\include\gtest\internal\gtest-type-util.h" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<None Include="$(GtestSrcDir)\include\gtest\gtest-param-test.h.pump" />
|
|
<None Include="$(GtestSrcDir)\include\gtest\internal\gtest-param-util-generated.h.pump" />
|
|
<None Include="$(GtestSrcDir)\include\gtest\internal\gtest-tuple.h.pump" />
|
|
<None Include="$(GtestSrcDir)\include\gtest\internal\gtest-type-util.h.pump" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<ClCompile Include="$(GtestSrcDir)\src\gtest-all.cc" />
|
|
</ItemGroup>
|
|
</Project>
|