Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: mockingbirdnest/abseil-cpp
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: e3e6a513b381
Choose a base ref
...
head repository: mockingbirdnest/abseil-cpp
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 69dc59f0aa71
Choose a head ref
  • 4 commits
  • 19 files changed
  • 1 contributor

Commits on Jun 9, 2019

  1. Compiler upgrade

    pleroy committed Jun 9, 2019
    Copy the full SHA
    cae8005 View commit details
  2. Copy the full SHA
    2449516 View commit details
  3. Copy the full SHA
    c66b065 View commit details
  4. Copy the full SHA
    69dc59f View commit details
6 changes: 5 additions & 1 deletion msvc/abseil-cpp.props
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<PropertyGroup Label="Globals">
<Keyword>Win32Proj</Keyword>
<WindowsTargetPlatformVersion>10.0.17763.0</WindowsTargetPlatformVersion>
</PropertyGroup>
<!--Define project configurations. Nothing interesting can happen here.-->
<ItemGroup Label="ProjectConfigurations">
<ProjectConfiguration Include="Debug|x64">
@@ -32,7 +36,7 @@

<!--Compiler.-->
<PropertyGroup>
<PlatformToolset>v141</PlatformToolset>
<PlatformToolset>v142</PlatformToolset>
<OutDir>$(SolutionDir)$(Configuration)\$(Platform)\</OutDir>
<IntDir>$(Configuration)\$(Platform)\</IntDir>
</PropertyGroup>
4 changes: 2 additions & 2 deletions msvc/abseil-cpp.sln
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@

Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.27825.0
# Visual Studio Version 16
VisualStudioVersion = 16.0.28917.182
MinimumVisualStudioVersion = 10.0.40219.1
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "algorithm", "algorithm\algorithm.vcxproj", "{89A23FF1-CA6A-4886-AD66-9D88A54108F3}"
EndProject
9 changes: 6 additions & 3 deletions msvc/algorithm/algorithm.vcxproj
Original file line number Diff line number Diff line change
@@ -1,10 +1,13 @@
<?xml version="1.0" encoding="utf-8"?>
<Project DefaultTargets="Build" ToolsVersion="15.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<Project DefaultTargets="Build" ToolsVersion="16.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<PropertyGroup Label="Globals">
<VCProjectVersion>15.0</VCProjectVersion>
<VCProjectVersion>16.0</VCProjectVersion>
<ProjectGuid>{89A23FF1-CA6A-4886-AD66-9D88A54108F3}</ProjectGuid>
<RootNamespace>algorithm</RootNamespace>
<WindowsTargetPlatformVersion>10.0.17134.0</WindowsTargetPlatformVersion>
</PropertyGroup>
<PropertyGroup Label="Configuration" Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
</PropertyGroup>
<PropertyGroup Label="Configuration" Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
</PropertyGroup>
<Import Project="$(SolutionDir)abseil-cpp.props" />
<ItemGroup>
11 changes: 7 additions & 4 deletions msvc/base/base.vcxproj
Original file line number Diff line number Diff line change
@@ -1,10 +1,13 @@
<?xml version="1.0" encoding="utf-8"?>
<Project DefaultTargets="Build" ToolsVersion="15.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<Project DefaultTargets="Build" ToolsVersion="16.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<PropertyGroup Label="Globals">
<VCProjectVersion>15.0</VCProjectVersion>
<VCProjectVersion>16.0</VCProjectVersion>
<ProjectGuid>{61CEED69-E6FB-4F61-AA59-25640ADAB4E0}</ProjectGuid>
<RootNamespace>base</RootNamespace>
<WindowsTargetPlatformVersion>10.0.17134.0</WindowsTargetPlatformVersion>
</PropertyGroup>
<PropertyGroup Label="Configuration" Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
</PropertyGroup>
<PropertyGroup Label="Configuration" Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
</PropertyGroup>
<Import Project="$(SolutionDir)abseil-cpp.props" />
<ItemGroup>
@@ -55,4 +58,4 @@
<ClCompile Include="..\..\absl\base\internal\throw_delegate.cc" />
<ClCompile Include="..\..\absl\base\internal\unscaledcycleclock.cc" />
</ItemGroup>
</Project>
</Project>
9 changes: 6 additions & 3 deletions msvc/benchmarks/benchmarks.vcxproj
Original file line number Diff line number Diff line change
@@ -1,10 +1,13 @@
<?xml version="1.0" encoding="utf-8"?>
<Project DefaultTargets="Build" ToolsVersion="15.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<Project DefaultTargets="Build" ToolsVersion="16.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<PropertyGroup Label="Globals">
<VCProjectVersion>15.0</VCProjectVersion>
<VCProjectVersion>16.0</VCProjectVersion>
<ProjectGuid>{931E90E4-3456-4C34-859B-731CD6633574}</ProjectGuid>
<RootNamespace>benchmarks</RootNamespace>
<WindowsTargetPlatformVersion>10.0.17134.0</WindowsTargetPlatformVersion>
</PropertyGroup>
<PropertyGroup Label="Configuration" Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
</PropertyGroup>
<PropertyGroup Label="Configuration" Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
</PropertyGroup>
<Import Project="$(SolutionDir)abseil-cpp.props" />
<ItemGroup>
11 changes: 7 additions & 4 deletions msvc/container/container.vcxproj
Original file line number Diff line number Diff line change
@@ -1,10 +1,13 @@
<?xml version="1.0" encoding="utf-8"?>
<Project DefaultTargets="Build" ToolsVersion="15.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<Project DefaultTargets="Build" ToolsVersion="16.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<PropertyGroup Label="Globals">
<VCProjectVersion>15.0</VCProjectVersion>
<VCProjectVersion>16.0</VCProjectVersion>
<ProjectGuid>{4F7E6A40-25EA-4E7F-9849-9C8D4463268D}</ProjectGuid>
<RootNamespace>container</RootNamespace>
<WindowsTargetPlatformVersion>10.0.17134.0</WindowsTargetPlatformVersion>
</PropertyGroup>
<PropertyGroup Label="Configuration" Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
</PropertyGroup>
<PropertyGroup Label="Configuration" Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
</PropertyGroup>
<Import Project="$(SolutionDir)abseil-cpp.props" />
<ItemGroup>
@@ -30,4 +33,4 @@
<ItemGroup>
<ClCompile Include="..\..\absl\container\internal\raw_hash_set.cc" />
</ItemGroup>
</Project>
</Project>
11 changes: 7 additions & 4 deletions msvc/debugging/debugging.vcxproj
Original file line number Diff line number Diff line change
@@ -1,10 +1,13 @@
<?xml version="1.0" encoding="utf-8"?>
<Project DefaultTargets="Build" ToolsVersion="15.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<Project DefaultTargets="Build" ToolsVersion="16.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<PropertyGroup Label="Globals">
<VCProjectVersion>15.0</VCProjectVersion>
<VCProjectVersion>16.0</VCProjectVersion>
<ProjectGuid>{116B9C3B-E42E-43EF-9590-A31435694576}</ProjectGuid>
<RootNamespace>debugging</RootNamespace>
<WindowsTargetPlatformVersion>10.0.17134.0</WindowsTargetPlatformVersion>
</PropertyGroup>
<PropertyGroup Label="Configuration" Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
</PropertyGroup>
<PropertyGroup Label="Configuration" Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
</PropertyGroup>
<Import Project="$(SolutionDir)abseil-cpp.props" />
<ItemGroup>
@@ -34,4 +37,4 @@
<ClCompile Include="..\..\absl\debugging\stacktrace.cc" />
<ClCompile Include="..\..\absl\debugging\symbolize.cc" />
</ItemGroup>
</Project>
</Project>
2 changes: 1 addition & 1 deletion msvc/google_googlemock_main.props
Original file line number Diff line number Diff line change
@@ -7,7 +7,7 @@
<AdditionalIncludeDirectories>$(SolutionDir)..\..\googletest\googlemock\include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
</ClCompile>
<Link>
<AdditionalLibraryDirectories>$(SolutionDir)..\..\googletest\googlemock\msvc\2017\$(PrincipiaDependencyConfiguration)\$(Platform);%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories>
<AdditionalLibraryDirectories>$(SolutionDir)..\..\googletest\googlemock\msvc\$(PrincipiaDependencyConfiguration)\$(Platform);%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories>
<AdditionalDependencies>gmock.lib;gmock_main.lib;%(AdditionalDependencies)</AdditionalDependencies>
</Link>
</ItemDefinitionGroup>
2 changes: 1 addition & 1 deletion msvc/google_googletest.props
Original file line number Diff line number Diff line change
@@ -10,7 +10,7 @@
<AdditionalIncludeDirectories>$(SolutionDir)..\..\googletest\googletest\include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
</ClCompile>
<Link>
<AdditionalLibraryDirectories>$(SolutionDir)..\..\googletest\googletest\msvc\2017\$(PrincipiaDependencyConfiguration)\$(Platform);%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories>
<AdditionalLibraryDirectories>$(SolutionDir)..\..\googletest\googletest\msvc\$(PrincipiaDependencyConfiguration)\$(Platform);%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories>
<AdditionalDependencies>gtest.lib;%(AdditionalDependencies)</AdditionalDependencies>
</Link>
</ItemDefinitionGroup>
9 changes: 6 additions & 3 deletions msvc/hash/hash.vcxproj
Original file line number Diff line number Diff line change
@@ -1,10 +1,13 @@
<?xml version="1.0" encoding="utf-8"?>
<Project DefaultTargets="Build" ToolsVersion="15.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<Project DefaultTargets="Build" ToolsVersion="16.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<PropertyGroup Label="Globals">
<VCProjectVersion>15.0</VCProjectVersion>
<VCProjectVersion>16.0</VCProjectVersion>
<ProjectGuid>{4A99CB40-9E88-4374-A67F-3C15D6B61E6B}</ProjectGuid>
<RootNamespace>hash</RootNamespace>
<WindowsTargetPlatformVersion>10.0.17134.0</WindowsTargetPlatformVersion>
</PropertyGroup>
<PropertyGroup Label="Configuration" Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
</PropertyGroup>
<PropertyGroup Label="Configuration" Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
</PropertyGroup>
<Import Project="$(SolutionDir)abseil-cpp.props" />
<ItemGroup>
11 changes: 7 additions & 4 deletions msvc/memory/memory.vcxproj
Original file line number Diff line number Diff line change
@@ -1,13 +1,16 @@
<?xml version="1.0" encoding="utf-8"?>
<Project DefaultTargets="Build" ToolsVersion="15.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<Project DefaultTargets="Build" ToolsVersion="16.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<PropertyGroup Label="Globals">
<VCProjectVersion>15.0</VCProjectVersion>
<VCProjectVersion>16.0</VCProjectVersion>
<ProjectGuid>{337E3E95-F203-44C9-AC04-1BDF84BE27C7}</ProjectGuid>
<RootNamespace>memory</RootNamespace>
<WindowsTargetPlatformVersion>10.0.17134.0</WindowsTargetPlatformVersion>
</PropertyGroup>
<PropertyGroup Label="Configuration" Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
</PropertyGroup>
<PropertyGroup Label="Configuration" Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
</PropertyGroup>
<Import Project="$(SolutionDir)abseil-cpp.props" />
<ItemGroup>
<ClInclude Include="..\..\absl\memory\memory.h" />
</ItemGroup>
</Project>
</Project>
11 changes: 7 additions & 4 deletions msvc/meta/meta.vcxproj
Original file line number Diff line number Diff line change
@@ -1,13 +1,16 @@
<?xml version="1.0" encoding="utf-8"?>
<Project DefaultTargets="Build" ToolsVersion="15.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<Project DefaultTargets="Build" ToolsVersion="16.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<PropertyGroup Label="Globals">
<VCProjectVersion>15.0</VCProjectVersion>
<VCProjectVersion>16.0</VCProjectVersion>
<ProjectGuid>{A33EC3C8-C0AF-4804-8EE4-EA9CD7974743}</ProjectGuid>
<RootNamespace>meta</RootNamespace>
<WindowsTargetPlatformVersion>10.0.17134.0</WindowsTargetPlatformVersion>
</PropertyGroup>
<PropertyGroup Label="Configuration" Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
</PropertyGroup>
<PropertyGroup Label="Configuration" Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
</PropertyGroup>
<Import Project="$(SolutionDir)abseil-cpp.props" />
<ItemGroup>
<ClInclude Include="..\..\absl\meta\type_traits.h" />
</ItemGroup>
</Project>
</Project>
11 changes: 7 additions & 4 deletions msvc/numeric/numeric.vcxproj
Original file line number Diff line number Diff line change
@@ -1,10 +1,13 @@
<?xml version="1.0" encoding="utf-8"?>
<Project DefaultTargets="Build" ToolsVersion="15.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<Project DefaultTargets="Build" ToolsVersion="16.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<PropertyGroup Label="Globals">
<VCProjectVersion>15.0</VCProjectVersion>
<VCProjectVersion>16.0</VCProjectVersion>
<ProjectGuid>{36FCB0F6-A293-497F-8478-E955D175F2D0}</ProjectGuid>
<RootNamespace>numeric</RootNamespace>
<WindowsTargetPlatformVersion>10.0.17134.0</WindowsTargetPlatformVersion>
</PropertyGroup>
<PropertyGroup Label="Configuration" Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
</PropertyGroup>
<PropertyGroup Label="Configuration" Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
</PropertyGroup>
<Import Project="$(SolutionDir)abseil-cpp.props" />
<ItemGroup>
@@ -17,4 +20,4 @@
<None Include="..\..\absl\numeric\int128_have_intrinsic.inc" />
<None Include="..\..\absl\numeric\int128_no_intrinsic.inc" />
</ItemGroup>
</Project>
</Project>
9 changes: 6 additions & 3 deletions msvc/strings/strings.vcxproj
Original file line number Diff line number Diff line change
@@ -1,10 +1,13 @@
<?xml version="1.0" encoding="utf-8"?>
<Project DefaultTargets="Build" ToolsVersion="15.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<Project DefaultTargets="Build" ToolsVersion="16.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<PropertyGroup Label="Globals">
<VCProjectVersion>15.0</VCProjectVersion>
<VCProjectVersion>16.0</VCProjectVersion>
<ProjectGuid>{73BF0CE2-A996-4392-8940-206AD81C3774}</ProjectGuid>
<RootNamespace>strings</RootNamespace>
<WindowsTargetPlatformVersion>10.0.17134.0</WindowsTargetPlatformVersion>
</PropertyGroup>
<PropertyGroup Label="Configuration" Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
</PropertyGroup>
<PropertyGroup Label="Configuration" Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
</PropertyGroup>
<Import Project="$(SolutionDir)abseil-cpp.props" />
<ItemGroup>
9 changes: 6 additions & 3 deletions msvc/synchronization/synchronization.vcxproj
Original file line number Diff line number Diff line change
@@ -1,10 +1,13 @@
<?xml version="1.0" encoding="utf-8"?>
<Project DefaultTargets="Build" ToolsVersion="15.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<Project DefaultTargets="Build" ToolsVersion="16.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<PropertyGroup Label="Globals">
<VCProjectVersion>15.0</VCProjectVersion>
<VCProjectVersion>16.0</VCProjectVersion>
<ProjectGuid>{67C97D22-ED98-47BD-A840-46044FDEB59F}</ProjectGuid>
<RootNamespace>synchronization</RootNamespace>
<WindowsTargetPlatformVersion>10.0.17134.0</WindowsTargetPlatformVersion>
</PropertyGroup>
<PropertyGroup Label="Configuration" Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
</PropertyGroup>
<PropertyGroup Label="Configuration" Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
</PropertyGroup>
<Import Project="$(SolutionDir)abseil-cpp.props" />
<ItemGroup>
9 changes: 6 additions & 3 deletions msvc/tests/tests.vcxproj
Original file line number Diff line number Diff line change
@@ -1,10 +1,13 @@
<?xml version="1.0" encoding="utf-8"?>
<Project DefaultTargets="Build" ToolsVersion="15.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<Project DefaultTargets="Build" ToolsVersion="16.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<PropertyGroup Label="Globals">
<VCProjectVersion>15.0</VCProjectVersion>
<VCProjectVersion>16.0</VCProjectVersion>
<ProjectGuid>{322F0235-F62A-4115-A452-1059FB8AED7D}</ProjectGuid>
<RootNamespace>tests</RootNamespace>
<WindowsTargetPlatformVersion>10.0.17134.0</WindowsTargetPlatformVersion>
</PropertyGroup>
<PropertyGroup Label="Configuration" Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
</PropertyGroup>
<PropertyGroup Label="Configuration" Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
</PropertyGroup>
<Import Project="$(SolutionDir)abseil-cpp.props" />
<ItemGroup>
9 changes: 6 additions & 3 deletions msvc/time/time.vcxproj
Original file line number Diff line number Diff line change
@@ -1,10 +1,13 @@
<?xml version="1.0" encoding="utf-8"?>
<Project DefaultTargets="Build" ToolsVersion="15.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<Project DefaultTargets="Build" ToolsVersion="16.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<PropertyGroup Label="Globals">
<VCProjectVersion>15.0</VCProjectVersion>
<VCProjectVersion>16.0</VCProjectVersion>
<ProjectGuid>{BC3A5306-CA46-41E6-83C5-19D828BA7778}</ProjectGuid>
<RootNamespace>time</RootNamespace>
<WindowsTargetPlatformVersion>10.0.17134.0</WindowsTargetPlatformVersion>
</PropertyGroup>
<PropertyGroup Label="Configuration" Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
</PropertyGroup>
<PropertyGroup Label="Configuration" Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
</PropertyGroup>
<Import Project="$(SolutionDir)abseil-cpp.props" />
<ItemGroup>
11 changes: 7 additions & 4 deletions msvc/types/types.vcxproj
Original file line number Diff line number Diff line change
@@ -1,10 +1,13 @@
<?xml version="1.0" encoding="utf-8"?>
<Project DefaultTargets="Build" ToolsVersion="15.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<Project DefaultTargets="Build" ToolsVersion="16.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<PropertyGroup Label="Globals">
<VCProjectVersion>15.0</VCProjectVersion>
<VCProjectVersion>16.0</VCProjectVersion>
<ProjectGuid>{E1C9D158-F541-4A35-8CD5-33545D45FB89}</ProjectGuid>
<RootNamespace>types</RootNamespace>
<WindowsTargetPlatformVersion>10.0.17134.0</WindowsTargetPlatformVersion>
</PropertyGroup>
<PropertyGroup Label="Configuration" Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
</PropertyGroup>
<PropertyGroup Label="Configuration" Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
</PropertyGroup>
<Import Project="$(SolutionDir)abseil-cpp.props" />
<ItemGroup>
@@ -23,4 +26,4 @@
<ClCompile Include="..\..\absl\types\bad_variant_access.cc" />
<ClCompile Include="..\..\absl\types\optional.cc" />
</ItemGroup>
</Project>
</Project>
11 changes: 7 additions & 4 deletions msvc/utility/utility.vcxproj
Original file line number Diff line number Diff line change
@@ -1,13 +1,16 @@
<?xml version="1.0" encoding="utf-8"?>
<Project DefaultTargets="Build" ToolsVersion="15.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<Project DefaultTargets="Build" ToolsVersion="16.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<PropertyGroup Label="Globals">
<VCProjectVersion>15.0</VCProjectVersion>
<VCProjectVersion>16.0</VCProjectVersion>
<ProjectGuid>{C4BF53FD-BB8E-4C94-8C3C-47D8ACA0FE90}</ProjectGuid>
<RootNamespace>utility</RootNamespace>
<WindowsTargetPlatformVersion>10.0.17134.0</WindowsTargetPlatformVersion>
</PropertyGroup>
<PropertyGroup Label="Configuration" Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
</PropertyGroup>
<PropertyGroup Label="Configuration" Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
</PropertyGroup>
<Import Project="$(SolutionDir)abseil-cpp.props" />
<ItemGroup>
<ClInclude Include="..\..\absl\utility\utility.h" />
</ItemGroup>
</Project>
</Project>