Debugger stuff, and changing to vcproj's/sln.
This commit is contained in:
21
third_party/libgflags.vcxproj.filters
vendored
Normal file
21
third_party/libgflags.vcxproj.filters
vendored
Normal file
@@ -0,0 +1,21 @@
|
||||
<?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>
|
||||
Reference in New Issue
Block a user