21 lines
920 B
XML
21 lines
920 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<Project ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
|
<ItemGroup>
|
|
<ClInclude Include="gflags\src\windows\gflags\gflags.h" />
|
|
<ClInclude Include="gflags\src\windows\gflags\gflags_completions.h" />
|
|
<ClInclude Include="gflags\src\windows\gflags\gflags_declare.h" />
|
|
<ClInclude Include="gflags\src\windows\config.h" />
|
|
<ClInclude Include="gflags\src\windows\port.h" />
|
|
<ClInclude Include="gflags\src\mutex.h" />
|
|
<ClInclude Include="gflags\src\util.h" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<ClCompile Include="gflags\src\windows\port.cc" />
|
|
<ClCompile Include="gflags\src\gflags.cc" />
|
|
<ClCompile Include="gflags\src\gflags_completions.cc" />
|
|
<ClCompile Include="gflags\src\gflags_reporting.cc" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<None Include="gflags\src\gflags_completions.sh" />
|
|
</ItemGroup>
|
|
</Project> |