forked from google/leveldb
-
Notifications
You must be signed in to change notification settings - Fork 0
/
leveldbtestdb.vcxproj.filters
74 lines (74 loc) · 2.54 KB
/
leveldbtestdb.vcxproj.filters
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<ItemGroup>
<ClCompile Include="db\db_test.cc" />
<ClCompile Include="util\testutil.cc" />
<ClCompile Include="gtest\src\gtest-all.cc" />
<ClCompile Include="benchmark\benchmark.cc">
<Filter>benchmark</Filter>
</ClCompile>
<ClCompile Include="benchmark\benchmark_api_internal.cc">
<Filter>benchmark</Filter>
</ClCompile>
<ClCompile Include="benchmark\benchmark_name.cc">
<Filter>benchmark</Filter>
</ClCompile>
<ClCompile Include="benchmark\benchmark_register.cc">
<Filter>benchmark</Filter>
</ClCompile>
<ClCompile Include="benchmark\benchmark_runner.cc">
<Filter>benchmark</Filter>
</ClCompile>
<ClCompile Include="benchmark\colorprint.cc">
<Filter>benchmark</Filter>
</ClCompile>
<ClCompile Include="benchmark\commandlineflags.cc">
<Filter>benchmark</Filter>
</ClCompile>
<ClCompile Include="benchmark\complexity.cc">
<Filter>benchmark</Filter>
</ClCompile>
<ClCompile Include="benchmark\console_reporter.cc">
<Filter>benchmark</Filter>
</ClCompile>
<ClCompile Include="benchmark\counter.cc">
<Filter>benchmark</Filter>
</ClCompile>
<ClCompile Include="benchmark\csv_reporter.cc">
<Filter>benchmark</Filter>
</ClCompile>
<ClCompile Include="benchmark\json_reporter.cc">
<Filter>benchmark</Filter>
</ClCompile>
<ClCompile Include="benchmark\reporter.cc">
<Filter>benchmark</Filter>
</ClCompile>
<ClCompile Include="benchmark\sleep.cc">
<Filter>benchmark</Filter>
</ClCompile>
<ClCompile Include="benchmark\statistics.cc">
<Filter>benchmark</Filter>
</ClCompile>
<ClCompile Include="benchmark\string_util.cc">
<Filter>benchmark</Filter>
</ClCompile>
<ClCompile Include="benchmark\sysinfo.cc">
<Filter>benchmark</Filter>
</ClCompile>
<ClCompile Include="benchmark\timers.cc">
<Filter>benchmark</Filter>
</ClCompile>
<ClCompile Include="gmock\src\gmock-all.cc" />
<ClCompile Include="benchmark\perf_counters.cc">
<Filter>benchmark</Filter>
</ClCompile>
</ItemGroup>
<ItemGroup>
<Filter Include="benchmark">
<UniqueIdentifier>{3c2215d7-c612-433d-8c3c-bc25634a1ffc}</UniqueIdentifier>
</Filter>
</ItemGroup>
<ItemGroup>
<ClInclude Include="util\testutil.h" />
</ItemGroup>
</Project>